上一页 1 ··· 8 9 10 11 12
摘要: 题目地址:http://poj.org/problem?id=3984迷宫问题Time Limit: 1000MSMemory Limit: 65536KTotal Submissions: 11638Accepted: 6967Description定义一个二维数组: int maze[5][5]... 阅读全文
posted @ 2015-08-22 15:23 Lincy*_* 阅读(208) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include #include using namespace std;int n,m,ans,tt;char map[205][205];int visit[205][205];int dir[4][2]= {-1,0,1... 阅读全文
posted @ 2015-08-22 15:15 Lincy*_* 阅读(347) 评论(0) 推荐(0) 编辑
摘要: Ignatius and the Princess I Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 14658 Accepted Submis 阅读全文
posted @ 2015-08-22 14:51 Lincy*_* 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 连连看Time Limit : 20000/10000ms (Java/Other)Memory Limit : 65536/32768K (Java/Other)Total Submission(s) : 4Accepted Submission(s) : 2Font: Times New Rom... 阅读全文
posted @ 2015-08-22 09:43 Lincy*_* 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 胜利大逃亡Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 29463 Accepted Submission(s): 11101Problem D... 阅读全文
posted @ 2015-08-19 21:02 Lincy*_* 阅读(279) 评论(0) 推荐(0) 编辑
摘要: RescueTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 21706 Accepted Submission(s): 7747Problem D... 阅读全文
posted @ 2015-08-19 15:14 Lincy*_* 阅读(154) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12