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_18476631_13298.cpp:2:5: error: stray '#' in program
   2 #include<cstring>
     ^
0_0_18476631_13298.cpp:3:5: error: stray '#' in program
   3 #include<algorithm>
     ^
0_0_18476631_13298.cpp:2:3: error: expected unqualified-id before numeric constant
   2 #include<cstring>
   ^
0_0_18476631_13298.cpp:5:3: error: expected unqualified-id before numeric constant
   5 
   ^
0_0_18476631_13298.cpp:7:3: error: expected unqualified-id before numeric constant
   7 const int M=200000+4000;
   ^
0_0_18476631_13298.cpp:8:3: error: expected unqualified-id before numeric constant
   8 struct EDGE{
   ^
0_0_18476631_13298.cpp:10:6: error: 'edge' does not name a type
  10 }edge[M];
      ^
0_0_18476631_13298.cpp:11:2: error: expected unqualified-id before numeric constant
  11 int first[N],low[N],dfn[N],sta[M],belong[N],ans[N];
  ^
0_0_18476631_13298.cpp:12:2: error: expected unqualified-id before numeric constant
  12 bool instack[N];
  ^
0_0_18476631_13298.cpp:13:2: error: expected unqualified-id before numeric constant
  13 int g,cnt,top,scc;
  ^
0_0_18476631_13298.cpp:14:2: error: expected unqualified-id before numeric constant
  14 
  ^
0_0_18476631_13298.cpp:21:2: error: expected unqualified-id before numeric constant
  21 int min(int a,int b)
  ^
0_0_18476631_13298.cpp:25:2: error: expected unqualified-id before numeric constant
  25 void Tarjan(int 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-09-29 05:27:43, Gzip enabled