摘要:
A:Saving Tang Monk 总时间限制: 1000ms 内存限制: 65536kB描述 《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. 阅读全文
posted @ 2020-06-09 22:36
timeaftertime
阅读(375)
评论(0)
推荐(0)
摘要:
A:迷宫问题 总时间限制: 1000ms 内存限制: 65536kB描述 定义一个二维数组: int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, }; 它表示一个迷 阅读全文
posted @ 2020-06-09 15:47
timeaftertime
阅读(395)
评论(0)
推荐(0)