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_13801938_4982.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_13801938_4982.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_13801938_4982.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_13801938_4982.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_13801938_4982.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_13801938_4982.cpp:10:1: error: 'vector' does not name a type
 vector G[maxn];
 ^
0_0_13801938_4982.cpp:12:1: error: 'stack' does not name a type
 stack S;
 ^
0_0_13801938_4982.cpp: In function 'void dfs(int)':
0_0_13801938_4982.cpp:16:5: error: 'S' was not declared in this scope
     S.push(u);
     ^
0_0_13801938_4982.cpp:18:9: error: expected ';' before 'int'
         int v = G[u][i];
         ^
0_0_13801938_4982.cpp:18:9: error: expected primary-expression before 'int'
0_0_13801938_4982.cpp:18:9: error: expected ')' before 'int'
0_0_13801938_4982.cpp:18:17: error: 'G' was not declared in this scope
         int v = G[u][i];
                 ^
0_0_13801938_4982.cpp:19:17: error: 'v' was not declared in this scope
         if(!pre[v]){
                 ^
0_0_13801938_4982.cpp:21:52: error: 'min' was not declared in this scope
             lowlink[u] = min(lowlink[u], lowlink[v]);
                                                    ^
0_0_13801938_4982.cpp:23:48: error: 'min' was not declared in this scope
             lowlink[u] = min(lowlink[u], pre[v]);
                                                ^
0_0_13801938_4982.cpp: At global scope:
0_0_13801938_4982.cpp:26:5: error: expected unqualified-id before 'if'
     if(lowlink[u] == pre[u]){
     ^


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-07-01 15:08:04, Gzip enabled