F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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]);
                                      ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-16 21:30:22, Gzip enabled