- 博客(1)
- 收藏
- 关注
原创 最短网络 Agri-Net
Kruskal #include<bits/stdc++.h> using namespace std; int f[9999]; struct qwe { int x,y,z; } w[9999]; int find(int xx) { if(xx!=f[xx]) { f[xx]=find(f[xx]); } return f[xx]; } int cam(qwe h, qwe k)...
2019-07-19 22:26:11
271
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅