摘要:
宽搜。 1 #include <iostream> 2 #include <stdio.h> 3 #include <queue> 4 #include <string> 5 #include <string.h> 6 using namespace std; 7 int n,k; 8 int step[100000+10]; 9 void bfs(int begin)10 {11 int t,t1,t2,t3;12 queue<int>haha;13 haha.push(begin);14 step[begin]=0;1 阅读全文
posted @ 2013-03-19 12:18
symons
阅读(325)
评论(0)
推荐(0)
浙公网安备 33010602011771号