Scar
3个月前 (07-10)
#并查集 #设置Tag是个好习惯 最小生成树 Kruskal算法还有一个Prim算法,以后补上#include <iostream> #include <algorithm> #define debug(x) cout <<&nbs...
0 87