- 博客(1)
- 收藏
- 关注
转载 2021-03-01
转载牛旋风 #include <iostream> #include <vector> #include <algorithm> #include <unordered_map> using namespace std; const int N = 1e3 + 10; int g[N][N], p[N]; int k, n, m; int find (int x) { if(p[x] != x) return p[x] = find(p[x])..
2021-03-01 23:09:59
73
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅