最小生成树-Kruskal

1 #include <iostream> 2 #include <algorithm> 3 using namespace std; 4 5 const int MAXN=100010; 6 7 struct Blanket 8 { 9 int area1,area2; 10 int beauty
posted @ 2021-12-04 21:43  Hell0er  阅读(3)  评论(0编辑  收藏  举报