摘要:
结合的好啊。。 1 #include <cstdlib> 2 #include <iostream> 3 #include <queue> 4 #include<vector> 5 6 using namespace std; 7 struct edge 8 { 9 int from,to,cost; 10 }; 11 const int MAXN=1003; 12 const int MAX=2147483647; 13 bool in_queue[MAXN];// 14 bool visited[MAXN];// 15 int dist[MA 阅读全文
posted @ 2012-07-26 10:01
77695
阅读(220)
评论(0)
推荐(0)

浙公网安备 33010602011771号