0_0_17022470_11979.cpp:3:1: error: 'usingnamespace' does not name a type
usingnamespace std;
^
0_0_17022470_11979.cpp: In function 'bool h(int, S)':
0_0_17022470_11979.cpp:23:1: error: 'returnfalse' was not declared in this scope
returnfalse;
^
0_0_17022470_11979.cpp:27:1: error: 'returntrue' was not declared in this scope
returntrue;
^
0_0_17022470_11979.cpp: In function 'bool dfs(int, S)':
0_0_17022470_11979.cpp:31:14: error: 'returnfalse' was not declared in this scope
if(!h(d,tu)) returnfalse;
^
0_0_17022470_11979.cpp:32:13: error: 'returntrue' was not declared in this scope
if(d==deep) returntrue;
^
0_0_17022470_11979.cpp:48:17: error: 'returntrue' was not declared in this scope
if(dfs(d+1,tv)) returntrue;
^
0_0_17022470_11979.cpp:50:1: error: 'returnfalse' was not declared in this scope
returnfalse;
^
0_0_17022470_11979.cpp: In function 'int voidin(bool&)':
0_0_17022470_11979.cpp:78:1: error: 'charin' was not declared in this scope
charin=getchar();
^
0_0_17022470_11979.cpp:79:7: error: 'in' was not declared in this scope
while(in<=32) in=getchar();
^
0_0_17022470_11979.cpp:80:10: error: 'in' was not declared in this scope
val=(in=='0');
^
0_0_17022470_11979.cpp: In function 'int main()':
0_0_17022470_11979.cpp:88:14: error: 'in' was not declared in this scope
in(maze[i][j]);
^
0_0_17022470_11979.cpp:115:17: error: 'elseif' was not declared in this scope
elseif(ans[i]==1) puts("north");
^
|