摘要:
#include <bits/stdc++.h> using i64 = long long; int fa[1000005],b[1000005]; int find(int x){ return (fa[x] == x ? x : (fa[x] = find(fa[x]))); } void m 阅读全文
posted @ 2022-07-14 20:24
OopsOops
阅读(25)
评论(0)
推荐(0)
浙公网安备 33010602011771号