信息学奥赛一本通T1347-格子游戏 摘要:```cpp #include using namespace std; const int MAXN=5e6; int Father[MAXN]; int n,m,x,y; …… 题解列表 2023年08月28日 0 点赞 0 评论 265 浏览 评分:4.7
信息学奥赛一本通T1347-格子游戏 并查集 摘要: #include using namespace std; const int N = 40010; int p[N]; int n,m; …… 题解列表 2024年10月19日 0 点赞 0 评论 38 浏览 评分:9.9
普通的写法 摘要:``` #include #include #include using namespace std; const int N = 40010; int f[N]; int p[N…… 题解列表 2024年01月05日 0 点赞 0 评论 80 浏览 评分:9.9