POJ 3984 bfs
摘要:
作了一年的ACMer竟然现在才学BFS。。。 好吧,BFS第一题 赤裸裸的裸题 1 #include 2 #include 3 #include 4 using namespace std; 5 int a[10][10]; 6 struct node 7 { 8 i... 阅读全文
posted @ 2015-05-01 21:43 round_0 阅读(139) 评论(0) 推荐(0)
posted @ 2015-05-01 21:43 round_0 阅读(139) 评论(0) 推荐(0)