摘要:
题目:http://acm.nyist.net/JudgeOnline/problem.php?pid=58就是一道简单的BFS 练习练习搜索,一次AC#include #include #include #include using namespace std;int a[9][9] = { 1,1,1,1,1,1,1,1,1, 1,0,0,1,0,0,1,0,1, 1,0,0,1,1,0,0,0,1, 1,0,1,0,1,1,0,1,1, 1,0,0,0,0,1,0,0,... 阅读全文
posted @ 2013-09-05 11:23
heity
阅读(318)
评论(2)
推荐(1)

浙公网安备 33010602011771号