加载中...

随笔分类 -  Flood Fill

摘要:https://www.acwing.com/problem/content/1100/ 注意这题里面对连通性的处理。 #include <cstring> #include <iostream> #include <algorithm> #define x first #define y seco 阅读全文
posted @ 2022-09-02 13:45 英雄不问出处c 阅读(21) 评论(0) 推荐(0)
摘要:https://www.acwing.com/problem/content/1583/ 注意: 三维的时候有六个方向。 #include <iostream> #include <cstring> #include <queue> using namespace std; const int M 阅读全文
posted @ 2022-08-24 12:44 英雄不问出处c 阅读(30) 评论(0) 推荐(0)