摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 const int maxn = 100005; 8 int n, m; 9 struct node 10 { 11 int u, v, c; 12 }g[maxn]; 13 long long ans; 14 int ... 阅读全文
posted @ 2017-11-07 21:08 ouyang_wsgwz 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 #define ERROR -1 8 #define MAXVEX 100 9 10 typedef int VertexType; 11 typedef int VRType; 12 ty... 阅读全文
posted @ 2017-11-07 12:07 ouyang_wsgwz 阅读(3861) 评论(0) 推荐(0) 编辑