随笔分类 - Flood Fill
摘要:https://www.acwing.com/problem/content/1100/ 注意这题里面对连通性的处理。 #include <cstring> #include <iostream> #include <algorithm> #define x first #define y seco
阅读全文
摘要:https://www.acwing.com/problem/content/1583/ 注意: 三维的时候有六个方向。 #include <iostream> #include <cstring> #include <queue> using namespace std; const int M
阅读全文

浙公网安备 33010602011771号