摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1532 1 #include<cstdio> 2 #include<cstring> 3 #include<queue> 4 #include<cmath> 5 using namespace std; 6 const int Ni = 210; 7 const int MAX = 1<<26; 8 struct Edge{ 9 int u,v,c;10 int next;11 }edge[20*Ni];12 int n,m;13 int edn;/ 阅读全文
posted @ 2012-07-18 22:00 qijinbiao1 阅读(3482) 评论(0) 推荐(0)