摘要: 迷宫问题 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 20816 Accepted: 12193 Description 定义一个二维数组: int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, 阅读全文
posted @ 2017-04-13 17:45 kimsimple 阅读(2042) 评论(0) 推荐(0)
摘要: http://codeforces.com/problemset/problem/510/B 阅读全文
posted @ 2017-04-13 16:15 kimsimple 阅读(228) 评论(0) 推荐(0)