首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
Codeforces_723_D
】的更多相关文章
Codeforces_723_D
http://codeforces.com/problemset/problem/723/D dfs找出每个湖,保存坐标和大小,按大小排序,填充湖即可,注意湖的数量最多会有1250个. #include<iostream> #include<cstring> #include<cstdio> #include<algorithm> #include<cmath> #define INF 0x3f3f3f3f using namespace std…