这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
``` //这是我的代码 #include using namespace std; int r, c, s, l, p, q; char a[1001][1001]; int ans; bool flag; void DFS(int x, int y){ int p, q, temp = 0; for(q=y;;q+…
在讨论《全屏超时,救救孩子(必关)》回复:
感谢dalao们的讲解~~~
``` #include using namespace std; int x, y, cnt; int p[] = {0, 0, -1, 1}; int q[] = {-1, 1, 0, 0}; bool vis[501][501], flag[501][501]; char a[501][501]; bool ch…
``` #include using namespace std; char a[11][10]; bool flag; bool check(int i, int j, int k){ for(int x=1;x =4&&j =7&&j =4&&i =4&&i =4&&j =4&&i =7&&j =7&&i =7&&…