摘要: 1:最小生成树 #include<bits/stdc++.h> using namespace std; const int mod=31011; struct mdzz{ int op,ed,v; }e[1010]; struct rbq{ int left,right,va; }a[1010]; 阅读全文
posted @ 2019-05-08 13:14 idyllic 阅读(176) 评论(0) 推荐(0)