909090909090909090909090909
摘要:解题思路:注意事项:参考代码:#include<iostream>#include<queue>using namespace std;const int n=10;int a[n+5][n+5];i……
909090909090909090909090909
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int a[15][15],c=0;void f(int x,int y){ if(……
3081: 围成面积 dfs
摘要:解题思路: 从四条边开始搜索就OK了注意事项:参考代码:#include"bits/stdc++.h"
using namespace std;
// 定义一个11x11的二维数……