0_0_17022467_1038.cpp:3:1: error: 'usingnamespace' does not name a type
usingnamespace std;
^
0_0_17022467_1038.cpp: In function 'bool dfs(int)':
0_0_17022467_1038.cpp:67:21: error: 'returntrue' was not declared in this scope
if(d==deep&&h()==0) returntrue;
^
0_0_17022467_1038.cpp:68:22: error: 'returnfalse' was not declared in this scope
if(d+(h()+3)/4>deep) returnfalse;
^
0_0_17022467_1038.cpp:73:14: error: 'returntrue' was not declared in this scope
if(dfs(d+1)) returntrue;
^
0_0_17022467_1038.cpp:77:14: error: 'returntrue' was not declared in this scope
if(dfs(d+1)) returntrue;
^
0_0_17022467_1038.cpp:81:14: error: 'returntrue' was not declared in this scope
if(dfs(d+1)) returntrue;
^
0_0_17022467_1038.cpp:85:14: error: 'returntrue' was not declared in this scope
if(dfs(d+1)) returntrue;
^
0_0_17022467_1038.cpp:88:1: error: 'returnfalse' was not declared in this scope
returnfalse;
^
0_0_17022467_1038.cpp: In function 'int main()':
0_0_17022467_1038.cpp:102:14: error: 'in' was not declared in this scope
in(maze[i][j]);
^
|