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_16391433_28316.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16391433_28316.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16391433_28316.cpp:350:7: error: no macro name given in #ifdef directive
 #ifdef
       ^
0_0_16391433_28316.cpp: In function 'void addedge(int, int)':
0_0_16391433_28316.cpp:54:1: error: expected ';' before 'cv'
 cv;
 ^
0_0_16391433_28316.cpp:59:1: error: expected ';' before 'edge'
 edge[ep].nxt
 ^
0_0_16391433_28316.cpp:66:1: error: expected ';' before 'cu'
 cu;
 ^
0_0_16391433_28316.cpp:71:1: error: expected ';' before 'edge'
 edge[ep].nxt
 ^
0_0_16391433_28316.cpp: In function 'void Buildtree(int, int)':
0_0_16391433_28316.cpp:84:1: error: expected ';' before 'cv'
 cv;
 ^
0_0_16391433_28316.cpp: In function 'void Tarjan(int)':
0_0_16391433_28316.cpp:107:1: error: expected ';' before 'u'
 u;
 ^
0_0_16391433_28316.cpp:153:1: error: expected ')' before 'low'
 low[u])
 ^
0_0_16391433_28316.cpp: In function 'void BFS(int)':
0_0_16391433_28316.cpp:187:1: error: expected initializer before 'rear'
 rear,i,v;
 ^
0_0_16391433_28316.cpp:189:1: error: 'front' was not declared in this scope
 front = rear
 ^
0_0_16391433_28316.cpp:189:9: error: 'rear' was not declared in this scope
 front = rear
         ^
0_0_16391433_28316.cpp:201:1: error: expected primary-expression before 'while'
 while (front
 ^
0_0_16391433_28316.cpp: In function 'void DFS(int, int)':
0_0_16391433_28316.cpp:253:1: error: expected primary-expression before 'for'
 for (int i =
 ^
0_0_16391433_28316.cpp:254:11: error: 'i' was not declared in this scope
 thead[u]; i != -1; i = tree[i].nxt)
           ^
0_0_16391433_28316.cpp: In function 'void solve()':
0_0_16391433_28316.cpp:282:1: error: expected ';' before 'scc'
 scc = top = 0;
 ^
0_0_16391433_28316.cpp:293:1: error: expected primary-expression before 'for'
 for (u = 1;u
 ^
0_0_16391433_28316.cpp:295:3: error: expected ';' before ')' token
 ++)             
   ^
0_0_16391433_28316.cpp:299:22: error: 'i' was not declared in this scope
 for (int i = head[u];i != -1;i = edge[i].nxt)
                      ^
0_0_16391433_28316.cpp:325:6: error: void value not ignored as it ought to be
 maxn =
      ^
0_0_16391433_28316.cpp:340:20: error: 'printf' was not declared in this scope
 ("%d\n",bridge-maxn);
                    ^
0_0_16391433_28316.cpp: In function 'int main()':
0_0_16391433_28316.cpp:362:22: error: 'scanf' was not declared in this scope
 (~scanf ("%d%d",&n,&m))
                      ^
0_0_16391433_28316.cpp:401:1: error: expected primary-expression before '}' token
 }
 ^
0_0_16391433_28316.cpp:401:1: error: expected ';' before '}' token


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-10-25 16:29:27, Gzip enabled