
宽搜
文章平均质量分 74
Sino_Crazy_Snail
我意凌云,追求卓越。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
POJ 3278 HDU 2717 Catch That Cow
Problem Description Farmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N ≤ 100,000) on a number line and the cow is原创 2017-09-05 15:49:30 · 1203 阅读 · 0 评论 -
POJ 3126 Prime Path
The ministers of the cabinet were quite upset by the message from the Chief of Security stating that they would all have to change the four-digit room numbers on their offices. — It is a matter o原创 2017-09-05 21:24:12 · 1191 阅读 · 0 评论 -
POJ - 3984 迷宫问题 (BFS)
题目 定义一个二维数组: 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, }; 它表示一个迷宫,其中的1表示墙壁,0表示可以走的路,只能横着走或竖着走,不能斜着走,要求编程序找出从原创 2017-09-16 11:55:13 · 1273 阅读 · 0 评论