0_0_17022466_11716.cpp:3:1: error: 'usingnamespace' does not name a type
usingnamespace std;
^
0_0_17022466_11716.cpp: In function 'bool check()':
0_0_17022466_11716.cpp:7:28: error: 'returnfalse' was not declared in this scope
if(maze[3][3]!=maze[3][4]) returnfalse;
^
0_0_17022466_11716.cpp:8:28: error: 'returnfalse' was not declared in this scope
if(maze[3][3]!=maze[3][5]) returnfalse;
^
0_0_17022466_11716.cpp:9:28: error: 'returnfalse' was not declared in this scope
if(maze[3][3]!=maze[4][3]) returnfalse;
^
0_0_17022466_11716.cpp:10:28: error: 'returnfalse' was not declared in this scope
if(maze[3][3]!=maze[5][3]) returnfalse;
^
0_0_17022466_11716.cpp:11:28: error: 'returnfalse' was not declared in this scope
if(maze[3][3]!=maze[5][4]) returnfalse;
^
0_0_17022466_11716.cpp:12:28: error: 'returnfalse' was not declared in this scope
if(maze[3][3]!=maze[5][5]) returnfalse;
^
0_0_17022466_11716.cpp:13:28: error: 'returnfalse' was not declared in this scope
if(maze[3][3]!=maze[4][5]) returnfalse;
^
0_0_17022466_11716.cpp:14:1: error: 'returntrue' was not declared in this scope
returntrue;
^
0_0_17022466_11716.cpp: In function 'int h()':
0_0_17022466_11716.cpp:79:1: error: 'return8' was not declared in this scope
return8-max;
^
0_0_17022466_11716.cpp: In function 'bool dfs(int)':
0_0_17022466_11716.cpp:86:16: error: 'returnfalse' was not declared in this scope
if(h()+d>deep) returnfalse;
^
0_0_17022466_11716.cpp:89:14: error: 'returntrue' was not declared in this scope
if(dfs(d+1)) returntrue;
^
0_0_17022466_11716.cpp:94:14: error: 'returntrue' was not declared in this scope
if(dfs(d+1)) returntrue;
^
0_0_17022466_11716.cpp:99:14: error: 'returntrue' was not declared in this scope
if(dfs(d+1)) returntrue;
^
0_0_17022466_11716.cpp:104:14: error: 'returntrue' was not declared in this scope
if(dfs(d+1)) returntrue;
^
0_0_17022466_11716.cpp:109:14: error: 'returntrue' was not declared in this scope
if(dfs(d+1)) returntrue;
^
0_0_17022466_11716.cpp:114:14: error: 'returntrue' was not declared in this scope
if(dfs(d+1)) returntrue;
^
0_0_17022466_11716.cpp:119:14: error: 'returntrue' was not declared in this scope
if(dfs(d+1)) returntrue;
^
0_0_17022466_11716.cpp:124:14: error: 'returntrue' was not declared in this scope
if(dfs(d+1)) returntrue;
^
0_0_17022466_11716.cpp:126:1: error: 'returnfalse' was not declared in this scope
returnfalse;
^
0_0_17022466_11716.cpp: In function 'int main()':
0_0_17022466_11716.cpp:137:19: error: 'return0' was not declared in this scope
if(maze[i][j]==0) return0;
^
0_0_17022466_11716.cpp:155:1: error: 'return0' was not declared in this scope
return0;
^
|