0_0_33037176_9805.cpp:9:19: error: expected unqualified-id before '/' token
char map[55][55];/
^
0_0_33037176_9805.cpp: In function 'void bfs()':
0_0_33037176_9805.cpp:26:12: error: 'ans' was not declared in this scope
fill(&ans[0][0][0],&ans[0][0][0]+55*55*55,255);
^
0_0_33037176_9805.cpp: In function 'int main()':
0_0_33037176_9805.cpp:78:21: error: 'ans' was not declared in this scope
if(ok)cout<<ans[ok][ok][ok]<<'\n';
^
|