xynuoj 1384 暢通工程2

    思想:本題考的就是最小生成樹,可以用kruskal算法,下面是模板 代碼: #include<iostream> using namespace std; #include<string.h> #include<algorithm> int bin[105],n,m; struct hyf {  int x,y,value; }p[105]; bool cmp(struct hyf a,s
相關文章
相關標籤/搜索