首页 > EXPLORACE
头像 __故人__
发表于 2020-10-14 20:17:20
题意 求一棵最小生成树。 分析 就只是单纯的求一个最小生成树。 代码 #include<bits/stdc++.h> using namespace std; const int N = 510*510; #define LL long long const int inf = 0x3f 展开全文

等你来战

查看全部