counting sheep dfs

#include <iostream> #include <string.h> #include <algorithm> #include <stdio.h> using namespace std; const int N=110; int dir[4][2]={1,0,-1,0,0,1,0,-1}; int map[N][N]; char array[N][N]; int h,w; voi
相關文章
相關標籤/搜索