摘要: #include #include #include #include //★○●◎◇◆□■△☆▲※+typedef struct tagPOINT2D{ int x; int y;}POINT2D, *PPOINT2D;#define MAP_WIDTH 40#define MAP... 阅读全文
posted @ 2012-12-03 23:04 N3verL4nd 阅读(175) 评论(0) 推荐(0)
摘要: Compromise Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 5074 Accepted: 2314 Special Judge Description In a few month... 阅读全文
posted @ 2012-12-03 15:22 N3verL4nd 阅读(129) 评论(0) 推荐(0)
摘要: Recaman's Sequence Time Limit: 3000MS Memory Limit: 60000K Total Submissions: 19016 Accepted: 7963 Description The Recaman's sequenc... 阅读全文
posted @ 2012-12-03 10:48 N3verL4nd 阅读(132) 评论(0) 推荐(0)
摘要: Function Run Fun Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 13554 Accepted: 7056 Description We all love recursion... 阅读全文
posted @ 2012-12-03 09:59 N3verL4nd 阅读(124) 评论(0) 推荐(0)
摘要: Pku acm 1163 the Triangle 动态规划题目总结(一) 题目:http://acm.pku.edu.cn/JudgeOnline/problem?id=1163 对于一个有数字组成的二叉树,求由叶子到根的一条路径,使数字和最大,如: ... 阅读全文
posted @ 2012-12-03 09:05 N3verL4nd 阅读(327) 评论(0) 推荐(0)