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_18223792_13186.cpp:9:17: error: expected unqualified-id before ',' token
 int head[MAXN], , dis[MAXN];
                 ^
0_0_18223792_13186.cpp: In function 'void init()':
0_0_18223792_13186.cpp:16:5: error: 'cnt' was not declared in this scope
     cnt = 0;
     ^
0_0_18223792_13186.cpp: In function 'void addEdge(int, int)':
0_0_18223792_13186.cpp:22:11: error: 'cnt' was not declared in this scope
     edges[cnt].v = v;
           ^
0_0_18223792_13186.cpp: In function 'void BFS(int)':
0_0_18223792_13186.cpp:36:34: error: 'E' was not declared in this scope
         for(int i=head[u]; ~i; i=E[i].nxt) {
                                  ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2025-02-18 17:47:55, Gzip enabled