摘要: #include<iostream> #include<queue> #include<cstring> using namespace std; #define maxn 105 int a,b,c; bool visit[maxn][maxn]; struct node{ int a,b,cnt 阅读全文
posted @ 2021-11-30 15:37 智人心 阅读(55) 评论(0) 推荐(0)
摘要: #include<iostream> #include<queue> #include<cstring> using namespace std; #define mn 35 int l,r,c,result; const int da[] = {1,-1,0,0,0,0},db[] = {0,0, 阅读全文
posted @ 2021-11-30 12:04 智人心 阅读(26) 评论(0) 推荐(0)