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_23881188_1045.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstdio>  
         ^
0_0_23881188_1045.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstdlib>  
         ^
0_0_23881188_1045.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cmath>  
         ^
0_0_23881188_1045.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstring>  
         ^
0_0_23881188_1045.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
 #include <ctime>  
         ^
0_0_23881188_1045.cpp:7:9: error: #include expects "FILENAME" or <FILENAME>
 #include <algorithm>  
         ^
0_0_23881188_1045.cpp:8:9: error: #include expects "FILENAME" or <FILENAME>
 #include <iostream>  
         ^
0_0_23881188_1045.cpp:9:9: error: #include expects "FILENAME" or <FILENAME>
 #include <sstream>  
         ^
0_0_23881188_1045.cpp:10:9: error: #include expects "FILENAME" or <FILENAME>
 #include <string>  
         ^
0_0_23881188_1045.cpp:11:9: error: #include expects "FILENAME" or <FILENAME>
 #include <queue>  
         ^
0_0_23881188_1045.cpp:12:8: error: macro names must be identifiers
 #define oo 0x13131313  
        ^
0_0_23881188_1045.cpp:13:6: error: expected nested-name-specifier before '&' token
 using namespace std;  
      ^
0_0_23881188_1045.cpp:13:21: error: expected identifier before '&' token
 using namespace std;  
                     ^
0_0_23881188_1045.cpp:13:26: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                          ^
0_0_23881188_1045.cpp:13:27: error: 'std' does not name a type
 using namespace std;  
                           ^
0_0_23881188_1045.cpp:13:36: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                    ^
0_0_23881188_1045.cpp:13:42: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                          ^
0_0_23881188_1045.cpp:14:7: error: 'nbsp' declared as reference but not initialized
 const int MAXN=400;  
       ^
0_0_23881188_1045.cpp:14:16: error: conflicting declaration 'int& nbsp'
 const int MAXN=400;  
                ^
0_0_23881188_1045.cpp:14:7: note: previous declaration as 'const int& nbsp'
 const int MAXN=400;  
       ^
0_0_23881188_1045.cpp:14:21: error: 'MAXN' does not name a type
 const int MAXN=400;  
                     ^
0_0_23881188_1045.cpp:14:35: error: expected constructor, destructor, or type conversion before ';' token
 const int MAXN=400;  
                                   ^
0_0_23881188_1045.cpp:14:41: error: expected constructor, destructor, or type conversion before ';' token
 const int MAXN=400;  
                                         ^
0_0_23881188_1045.cpp:15:7: error: redefinition of 'const int& nbsp'
 const int MAXM=200000;  
       ^
0_0_23881188_1045.cpp:14:7: note: 'const int& nbsp' previously declared here
 const int MAXN=400;  
       ^
0_0_23881188_1045.cpp:15:16: error: conflicting declaration 'int& nbsp'
 const int MAXM=200000;  
                ^
0_0_23881188_1045.cpp:14:7: note: previous declaration as 'const int& nbsp'
 const int MAXN=400;  
       ^
0_0_23881188_1045.cpp:15:21: error: 'MAXM' does not name a type
 const int MAXM=200000;  
                     ^
0_0_23881188_1045.cpp:15:38: error: expected constructor, destructor, or type conversion before ';' token
 const int MAXM=200000;  
                                      ^
0_0_23881188_1045.cpp:15:44: error: expected constructor, destructor, or type conversion before ';' token
 const int MAXM=200000;  
                                            ^
0_0_23881188_1045.cpp:16:7: error: redefinition of 'const int& nbsp'
 const int INF=0x3f3f3f3f;  
       ^
0_0_23881188_1045.cpp:14:7: note: 'const int& nbsp' previously declared here
 const int MAXN=400;  
       ^
0_0_23881188_1045.cpp:16:16: error: conflicting declaration 'int& nbsp'
 const int INF=0x3f3f3f3f;  
                ^
0_0_23881188_1045.cpp:14:7: note: previous declaration as 'const int& nbsp'
 const int MAXN=400;  
       ^
0_0_23881188_1045.cpp:16:21: error: 'INF' does not name a type
 const int INF=0x3f3f3f3f;  
                     ^
0_0_23881188_1045.cpp:16:41: error: expected constructor, destructor, or type conversion before ';' token
 const int INF=0x3f3f3f3f;  
                                         ^
0_0_23881188_1045.cpp:16:47: error: expected constructor, destructor, or type conversion before ';' token
 const int INF=0x3f3f3f3f;  
                                               ^
0_0_23881188_1045.cpp:17:7: error: expected identifier before '&' token
 struct Edge  
       ^
0_0_23881188_1045.cpp:17:12: error: invalid type in declaration before ';' token
 struct Edge  
            ^
0_0_23881188_1045.cpp:17:12: error: conflicting declaration 'int& nbsp'
0_0_23881188_1045.cpp:14:7: note: previous declaration as 'const int& nbsp'
 const int MAXN=400;  
       ^
0_0_23881188_1045.cpp:17:13: error: 'Edge' does not name a type
 struct Edge  
             ^
0_0_23881188_1045.cpp:17:28: error: expected constructor, destructor, or type conversion before ';' token
 struct Edge  
                            ^
0_0_23881188_1045.cpp:18:1: error: expected unqualified-id 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-26 09:22:58, Gzip enabled