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_18476146_15699.cpp:2:5: error: stray '#' in program
   2 #include<cstdio>
     ^
0_0_18476146_15699.cpp:3:5: error: stray '#' in program
   3 #include<cstring>
     ^
0_0_18476146_15699.cpp:4:5: error: stray '#' in program
   4 #include<cstdlib>
     ^
0_0_18476146_15699.cpp:5:5: error: stray '#' in program
   5 #include<cmath>
     ^
0_0_18476146_15699.cpp:6:5: error: stray '#' in program
   6 #include<algorithm>
     ^
0_0_18476146_15699.cpp:7:5: error: stray '#' in program
   7 #include<vector>
     ^
0_0_18476146_15699.cpp:8:5: error: stray '#' in program
   8 #define inf 0x7fffffff
     ^
0_0_18476146_15699.cpp:2:3: error: expected unqualified-id before numeric constant
   2 #include<cstdio>
   ^
0_0_18476146_15699.cpp:10:2: error: expected unqualified-id before numeric constant
  10 const int maxn=10000+10;
  ^
0_0_18476146_15699.cpp:11:2: error: expected unqualified-id before numeric constant
  11 const int M = 2e5+100;
  ^
0_0_18476146_15699.cpp:12:2: error: expected unqualified-id before numeric constant
  12 int n,m;
  ^
0_0_18476146_15699.cpp:13:2: error: expected unqualified-id before numeric constant
  13 struct Edge
  ^
0_0_18476146_15699.cpp:17:6: error: 'edge' does not name a type
  17 }edge[M];
      ^
0_0_18476146_15699.cpp:18:2: error: expected unqualified-id before numeric constant
  18 int head[maxn],edgenum;
  ^
0_0_18476146_15699.cpp:19:2: error: expected unqualified-id before numeric constant
  19 void add(int u,int v,int cost)
  ^


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-26 09:31:15, Gzip enabled