首页 > G-数数有多少个水坑
头像 极为沙雕的大奶熊礽荣
发表于 2019-12-30 19:37:17
include <stdio.h> include <string.h> char arr[1100][1100];int n,m;void dfs(int x,int y){ arr[x][y] = 'a'; for(int i = -1; i <= 1; 展开全文