题解列表

筛选

还是畅通工程 (C++代码)

摘要:解题思路:            还是并查集+快排#include<bits/stdc++.h> using namespace std; const int MAXN = 1e5 + 7; s……

继续畅通工程 (C++代码)

摘要:解题思路:                继续并查集+快排#include<bits/stdc++.h> using namespace std; const int MAXN = 1e5 + 7……

畅通工程 (C++代码)

摘要:解题思路:                并查集#include<bits/stdc++.h> using namespace std; const int MAXN = 1e5 + 7; st……