
POJ
luckycoding
luckycoding只会失败!绝对不允许放弃!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
poj 2179
很基本的BFS题目。。。 不过开始画红线的部分没有考虑到,结果RUNTIME ERROR了,悲剧。。 Catch That Cow Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 29652 Accepted: 9148 Description原创 2012-06-25 00:46:37 · 570 阅读 · 0 评论 -
POJ1426
Find The Multiple Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 11763 Accepted: 4814 Special Judge Description Given a positive integer n, write a prog原创 2012-06-25 00:50:43 · 398 阅读 · 0 评论 -
poj3090-Visible Lattice Points
http://poj.org/problem?id=3090 题意为给你一个 n,然后在 n x n 的矩阵中找到如图所示满足条件的点的个数;而这道题目通过比较斜率来区分某个点是否为n x n矩阵满足的点 ;发现满足法雷级数的定义,和poj2478类似的做法; #include #include #include using namespace std; #define maxn 10原创 2013-06-07 18:54:05 · 1242 阅读 · 0 评论