摘要: #include <bits/stdc++.h> typedef long long ll; using namespace std; const int maxn=1e6+10; int f[maxn],col[maxn]; int find(int x){ return f[x]==x?x:f[ 阅读全文
posted @ 2021-05-03 22:57 Acception 阅读(65) 评论(0) 推荐(0)