0_0_16311829_924.cpp: In function 'int main()':
0_0_16311829_924.cpp:16:10: error: 'map' was not declared in this scope
memset(map,'X',sizeof(map));
^
0_0_16311829_924.cpp:43:25: error: 'dfs' was not declared in this scope
else if (dfs(sx, sy, T) == 1)
^
|