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_19434712_14833.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <stdio.h>  
         ^
0_0_19434712_14833.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include <iostream>  
         ^
0_0_19434712_14833.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include <string.h>  
         ^
0_0_19434712_14833.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include <queue>  
         ^
0_0_19434712_14833.cpp:5:6: error: expected nested-name-specifier before '&' token
 using namespace std;  
      ^
0_0_19434712_14833.cpp:5:21: error: expected identifier before '&' token
 using namespace std;  
                     ^
0_0_19434712_14833.cpp:5:26: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                          ^
0_0_19434712_14833.cpp:5:27: error: 'std' does not name a type
 using namespace std;  
                           ^
0_0_19434712_14833.cpp:5:36: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                    ^
0_0_19434712_14833.cpp:5:42: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                          ^
0_0_19434712_14833.cpp:6:7: error: 'nbsp' declared as reference but not initialized
 const int N=1005;  
       ^
0_0_19434712_14833.cpp:6:16: error: conflicting declaration 'int& nbsp'
 const int N=1005;  
                ^
0_0_19434712_14833.cpp:6:7: note: previous declaration as 'const int& nbsp'
 const int N=1005;  
       ^
0_0_19434712_14833.cpp:6:21: error: 'N' does not name a type
 const int N=1005;  
                     ^
0_0_19434712_14833.cpp:6:33: error: expected constructor, destructor, or type conversion before ';' token
 const int N=1005;  
                                 ^
0_0_19434712_14833.cpp:6:39: error: expected constructor, destructor, or type conversion before ';' token
 const int N=1005;  
                                       ^
0_0_19434712_14833.cpp:7:5: error: conflicting declaration 'int& nbsp'
 int pre[N];       //保存增广路径上的点的前驱顶点  
     ^
0_0_19434712_14833.cpp:6:7: note: previous declaration as 'const int& nbsp'
 const int N=1005;  
       ^
0_0_19434712_14833.cpp:7:10: error: 'pre' does not name a type
 int pre[N];       //保存增广路径上的点的前驱顶点  
          ^
0_0_19434712_14833.cpp:7:22: error: expected constructor, destructor, or type conversion before ';' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                      ^
0_0_19434712_14833.cpp:7:28: error: expected constructor, destructor, or type conversion before ';' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                            ^
0_0_19434712_14833.cpp:7:34: error: expected constructor, destructor, or type conversion before ';' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                                  ^
0_0_19434712_14833.cpp:7:40: error: expected constructor, destructor, or type conversion before ';' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                                        ^
0_0_19434712_14833.cpp:7:46: error: expected constructor, destructor, or type conversion before ';' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                                              ^
0_0_19434712_14833.cpp:7:52: error: expected constructor, destructor, or type conversion before ';' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                                                    ^
0_0_19434712_14833.cpp:7:58: error: expected constructor, destructor, or type conversion before ';' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                                                          ^
0_0_19434712_14833.cpp:8:6: error: conflicting declaration 'bool& nbsp'
 bool vis[N];  
      ^
0_0_19434712_14833.cpp:6:7: note: previous declaration as 'const int& nbsp'
 const int N=1005;  
       ^
0_0_19434712_14833.cpp:8:11: error: 'vis' does not name a type
 bool vis[N];  
           ^
0_0_19434712_14833.cpp:8:23: error: expected constructor, destructor, or type conversion before ';' token
 bool vis[N];  
                       ^
0_0_19434712_14833.cpp:8:29: error: expected constructor, destructor, or type conversion before ';' token
 bool vis[N];  
                             ^
0_0_19434712_14833.cpp:9:5: error: conflicting declaration 'int& nbsp'
 int map[N][N];  
     ^
0_0_19434712_14833.cpp:6:7: note: previous declaration as 'const int& nbsp'
 const int N=1005;  
       ^
0_0_19434712_14833.cpp:9:10: error: 'map' does not name a type
 int map[N][N];  
          ^
0_0_19434712_14833.cpp:9:25: error: expected constructor, destructor, or type conversion before ';' token
 int map[N][N];  
                         ^
0_0_19434712_14833.cpp:9:31: error: expected constructor, destructor, or type conversion before ';' token
 int map[N][N];  
                               ^
0_0_19434712_14833.cpp:10:5: error: conflicting declaration 'int& nbsp'
 int s,t;          //s为源点,t为汇点  
     ^
0_0_19434712_14833.cpp:6:7: note: previous declaration as 'const int& nbsp'
 const int N=1005;  
       ^
0_0_19434712_14833.cpp:10:10: error: 's' does not name a type
 int s,t;          //s为源点,t为汇点  
          ^
0_0_19434712_14833.cpp:10:19: error: expected constructor, destructor, or type conversion before ';' token
 int s,t;          //s为源点,t为汇点  
                   ^
0_0_19434712_14833.cpp:10:25: error: expected constructor, destructor, or type conversion before ';' token
 int s,t;          //s为源点,t为汇点  
                         ^
0_0_19434712_14833.cpp:10:31: error: expected constructor, destructor, or type conversion before ';' token
 int s,t;          //s为源点,t为汇点  
                               ^
0_0_19434712_14833.cpp:10:37: error: expected constructor, destructor, or type conversion before ';' token
 int s,t;          //s为源点,t为汇点  
                                     ^
0_0_19434712_14833.cpp:10:43: error: expected constructor, destructor, or type conversion before ';' token
 int s,t;          //s为源点,t为汇点  
                                           ^
0_0_19434712_14833.cpp:10:49: error: expected constructor, destructor, or type conversion before ';' token
 int s,t;          //s为源点,t为汇点  
                                                 ^
0_0_19434712_14833.cpp:10:55: error: expected constructor, destructor, or type conversion before ';' token
 int s,t;          //s为源点,t为汇点  
                                                       ^
0_0_19434712_14833.cpp:10:61: error: expected constructor, destructor, or type conversion before ';' token
 int s,t;          //s为源点,t为汇点  
                                                             ^
0_0_19434712_14833.cpp:10:67: error: expected constructor, destructor, or type conversion before ';' token
 int s,t;          //s为源点,t为汇点  
                                                                   ^
0_0_19434712_14833.cpp:10:73: error: expected constructor, destructor, or type conversion before ';' token
 int s,t;          //s为源点,t为汇点  
                                                                         ^
0_0_19434712_14833.cpp:11:5: error: conflicting declaration 'int& nbsp'
 int n,m;  
     ^
0_0_19434712_14833.cpp:6:7: note: previous declaration as 'const int& nbsp'
 const int N=1005;  
       ^
0_0_19434712_14833.cpp:11:10: error: 'n' does not name a type
 int n,m;  
          ^
0_0_19434712_14833.cpp:11:19: error: expected constructor, destructor, or type conversion before ';' token
 int n,m;  
                   ^
0_0_19434712_14833.cpp:11:25: error: expected constructor, destructor, or type conversion before ';' token
 int n,m;&nb


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:38:18, Gzip enabled