摘要: #include <bits/stdc++.h> using namespace std; const int N = 1010; int n,m; int cnt; int mp[N][N]; int ans[N*N]; //mp 该点所属连通块的标号, ans表示该连通块的大小 char g[N 阅读全文
posted @ 2022-05-14 20:35 兮何其 阅读(41) 评论(0) 推荐(0)
摘要: ACwing 空调 阅读全文
posted @ 2022-05-14 13:40 兮何其 阅读(25) 评论(0) 推荐(0)