0_0_17022457_2626.cpp:5:1: error: 'usingnamespace' does not name a type
usingnamespace std;
^
0_0_17022457_2626.cpp:22:1: error: 'queue' does not name a type
queue<S> que[2];
^
0_0_17022457_2626.cpp: In function 'void bfs(int)':
0_0_17022457_2626.cpp:60:10: error: 'que' was not declared in this scope
int size=que[x].size();
^
0_0_17022457_2626.cpp: In function 'int dbfs()':
0_0_17022457_2626.cpp:85:8: error: 'que' was not declared in this scope
while(!que[0].empty()) que[0].pop();
^
0_0_17022457_2626.cpp:86:8: error: 'que' was not declared in this scope
while(!que[1].empty()) que[1].pop();
^
0_0_17022457_2626.cpp:88:5: error: 'que' was not declared in this scope
que[0].push(s[0]);
^
0_0_17022457_2626.cpp:92:27: error: 'return0' was not declared in this scope
if(~vis[0][_hash(s1z,0)]) return0;
^
0_0_17022457_2626.cpp: In function 'int main()':
0_0_17022457_2626.cpp:116:38: error: 'in' was not declared in this scope
for(int i=0;i<24;i++) in(s[0].maze[i]);
^
0_0_17022457_2626.cpp:117:38: error: 'in' was not declared in this scope
for(int i=0;i<24;i++) in(s[1].maze[i]);
^
|