摘要: 1 #include 2 #include 3 using namespace std; 4 5 const int N = 1000+10; 6 const int M = N*N; 7 8 struct Edge { 9 int u, v;10 Edge( int u,... 阅读全文
posted @ 2015-07-14 18:06 idy002 阅读(332) 评论(3) 推荐(1) 编辑