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_24726958_21131.cpp:1:3: error: stray '#' in program
 1.#include<cstdio>  
   ^
0_0_24726958_21131.cpp:2:3: error: stray '#' in program
 2.#include<cstring>  
   ^
0_0_24726958_21131.cpp:1:1: error: expected unqualified-id before numeric constant
 1.#include<cstdio>  
 ^
0_0_24726958_21131.cpp:1:30: error: expected constructor, destructor, or type conversion before ';' token
 1.#include<cstdio>  
                              ^
0_0_24726958_21131.cpp:2:1: error: expected unqualified-id before numeric constant
 2.#include<cstring>  
 ^
0_0_24726958_21131.cpp:2:31: error: expected constructor, destructor, or type conversion before ';' token
 2.#include<cstring>  
                               ^
0_0_24726958_21131.cpp:3:1: error: expected unqualified-id before numeric constant
 3.const int inf=99999999;  
 ^
0_0_24726958_21131.cpp:3:18: error: 'nbsp' declared as reference but not initialized
 3.const int inf=99999999;  
                  ^
0_0_24726958_21131.cpp:3:23: error: 'inf' does not name a type
 3.const int inf=99999999;  
                       ^
0_0_24726958_21131.cpp:3:41: error: expected constructor, destructor, or type conversion before ';' token
 3.const int inf=99999999;  
                                         ^
0_0_24726958_21131.cpp:3:47: error: expected constructor, destructor, or type conversion before ';' token
 3.const int inf=99999999;  
                                               ^
0_0_24726958_21131.cpp:4:1: error: expected unqualified-id before numeric constant
 4.int t,n,m,s,cnt,G,S,sum,T;  
 ^
0_0_24726958_21131.cpp:4:12: error: 't' does not name a type
 4.int t,n,m,s,cnt,G,S,sum,T;  
            ^
0_0_24726958_21131.cpp:4:39: error: expected constructor, destructor, or type conversion before ';' token
 4.int t,n,m,s,cnt,G,S,sum,T;  
                                       ^
0_0_24726958_21131.cpp:4:45: error: expected constructor, destructor, or type conversion before ';' token
 4.int t,n,m,s,cnt,G,S,sum,T;  
                                             ^
0_0_24726958_21131.cpp:5:1: error: expected unqualified-id before numeric constant
 5.int a[60][60],b[60][60],head[10000],gap[10000],d[10000];  
 ^
0_0_24726958_21131.cpp:5:12: error: 'a' does not name a type
 5.int a[60][60],b[60][60],head[10000],gap[10000],d[10000];  
            ^
0_0_24726958_21131.cpp:5:69: error: expected constructor, destructor, or type conversion before ';' token
 5.int a[60][60],b[60][60],head[10000],gap[10000],d[10000];  
                                                                     ^
0_0_24726958_21131.cpp:5:75: error: expected constructor, destructor, or type conversion before ';' token
 5.int a[60][60],b[60][60],head[10000],gap[10000],d[10000];  
                                                                           ^
0_0_24726958_21131.cpp:6:1: error: expected unqualified-id before numeric constant
 6.struct EDGE  
 ^
0_0_24726958_21131.cpp:6:15: error: 'EDGE' does not name a type
 6.struct EDGE  
               ^
0_0_24726958_21131.cpp:6:30: error: expected constructor, destructor, or type conversion before ';' token
 6.struct EDGE  
                              ^
0_0_24726958_21131.cpp:7:1: error: expected unqualified-id before numeric constant
 7.{  
 ^
0_0_24726958_21131.cpp:9:4: error: 'edge' does not name a type
 9.}edge[500000];  
    ^
0_0_24726958_21131.cpp:9:22: error: expected constructor, destructor, or type conversion before ';' token
 9.}edge[500000];  
                      ^
0_0_24726958_21131.cpp:9:28: error: expected constructor, destructor, or type conversion before ';' token
 9.}edge[500000];  
                            ^
0_0_24726958_21131.cpp:10:1: error: expected unqualified-id before numeric constant
 10.int min(int x,int y)  
 ^
0_0_24726958_21131.cpp:10:25: error: expected ')' before ';' token
 10.int min(int x,int y)  
                         ^
0_0_24726958_21131.cpp:10:25: error: expected constructor, destructor, or type conversion before ';' token
0_0_24726958_21131.cpp:10:26: error: 'x' does not name a type
 10.int min(int x,int y)  
                          ^
0_0_24726958_21131.cpp:10:37: error: 'y' does not name a type
 10.int min(int x,int y)  
                                     ^
0_0_24726958_21131.cpp:10:50: error: expected constructor, destructor, or type conversion before ';' token
 10.int min(int x,int y)  
                                                  ^
0_0_24726958_21131.cpp:11:1: error: expected unqualified-id before numeric constant
 11.{  
 ^
0_0_24726958_21131.cpp:13:10: error: expected constructor, destructor, or type conversion before ';' token
 13.}  
          ^
0_0_24726958_21131.cpp:13:16: error: expected constructor, destructor, or type conversion before ';' token
 13.}  
                ^
0_0_24726958_21131.cpp:14:1: error: expected unqualified-id before numeric constant
 14.void init()  
 ^
0_0_24726958_21131.cpp:14:21: error: expected constructor, destructor, or type conversion before 'nbsp'
 14.void init()  
                     ^
0_0_24726958_21131.cpp:14:31: error: expected constructor, destructor, or type conversion before ';' token
 14.void init()  
                               ^
0_0_24726958_21131.cpp:15:1: error: expected unqualified-id before numeric constant
 15.{  
 ^
0_0_24726958_21131.cpp:20:10: error: expected constructor, destructor, or type conversion before ';' token
 20.}  
          ^
0_0_24726958_21131.cpp:20:16: error: expected constructor, destructor, or type conversion before ';' token
 20.}  
                ^
0_0_24726958_21131.cpp:21:1: error: expected unqualified-id before numeric constant
 21.void add(int x,int y,int c)  
 ^
0_0_24726958_21131.cpp:21:26: error: expected ')' before ';' token
 21.void add(int x,int y,int c)  
                          ^
0_0_24726958_21131.cpp:21:26: error: expected constructor, destructor, or type conversion before ';' token
0_0_24726958_21131.cpp:21:27: error: 'x' does not name a type
 21.void add(int x,int y,int c)  
                           ^
0_0_24726958_21131.cpp:21:38: error: 'y' does not name a type
 21.void add(int x,int y,int c)  
                                      ^
0_0_24726958_21131.cpp:21:49: error: 'c' does not name a type
 21.void add(int x,int y,int c)  
                                                 ^
0_0_24726958_21131.cpp:21:62: error: expected constructor, destructor, or type conversion before ';' token
 21.void add(int x,int y,int c)  
                                                              ^
0_0_24726958_21131.cpp:22:1: error: expected unqualified-id before numeric constant
 22.{  
 ^
0_0_24726958_21131.cpp:27:10: error: expected constructor, destructor, or type conversion before ';' token
 27.}  
          ^
0_0_24726958_21131.cpp:27:16: error: expected constructor, destructor, or type conversion before ';' token
 27.}  
                ^
0_0_24726958_21131.cpp:28:1: error: expected unqualified-id before numeric constant
 28.void gao(int x,int y,int c)  
 ^
0_0_24726958_21131.cpp:28:26: error: expected ')' before ';' token
 28.void gao(int x,int y,int c)  
                          ^
0_0_24726958_21131.cpp:28:26: error: expected constructor, destructor, or type conversion before ';' token
0_0_24726958_21131.cpp:28:27: error: 'x' does not name a type
 28.void gao(int x,int y,int c)  
                           ^
0_0_24726958_21131.cpp:28:38: error: 'y' does not name a type
 28.void gao(int x,int y,int c)  
                                      ^
0_0_24726958_21131.cpp:28:49: error: 'c' does not name a type
 28.void gao(int x,int y,int c)  
                                                 ^
0_0_24726958_21131.cpp:28:62: error: expected constructor, destructor, or type conversion before ';' token
 28.void gao(int x,int y,int c)  
                                                              ^
0_0_24726958_21131.cpp:29:1: error: expected unqualified-id before numeric constant
 29.{  
 ^
0_0_24726958_21131.cpp:32:10: error: expected constructor, destructor, or type conversion before ';' token
 32.}  
          ^
0_0_24726958_21131.cpp:32:16: error: expected constructor, destructor, or type conversion before ';' token
 32.}  
                ^
0_0_24726958_21131.cpp:33:1: error: expected unqualified-id before numeric constant
 33.int dfs(int x,int flow)  
 ^
0_0_24726958_21131.cpp:33:25: error: expected ')' before ';' token
 33.int dfs(int x,int flow)  
                         ^
0_0_24726958_21131.cpp:33:25: error: expected constructor, des


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-28 20:10:29, Gzip enabled