摘要:
https://www.luogu.com.cn/problem/P1547 最小生成树中的最长边是最后被加入的 #include<bits/stdc++.h> using namespace std; #define in Read() typedef long long ll; int in{ 阅读全文
摘要:
https://www.luogu.com.cn/problem/P1546 一遍过 #include<bits/stdc++.h> using namespace std; #define in Read() typedef long long ll; int in{ int i=0,f=1; c 阅读全文