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_19434716_19797.c:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <stdio.h>  
         ^
0_0_19434716_19797.c:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include <iostream>  
         ^
0_0_19434716_19797.c:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include <string.h>  
         ^
0_0_19434716_19797.c:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include <queue>  
         ^
0_0_19434716_19797.c:5:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before '&' token
 using namespace std;  
      ^
0_0_19434716_19797.c:5:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before '&' token
 using namespace std;  
                     ^
0_0_19434716_19797.c:5:31: error: expected identifier or '(' before '&' token
 using namespace std;  
                               ^
0_0_19434716_19797.c:5:37: error: expected identifier or '(' before '&' token
 using namespace std;  
                                     ^
0_0_19434716_19797.c:6:6: error: expected identifier or '(' before '&' token
 const int N=1005;  
      ^
0_0_19434716_19797.c:6:15: error: expected identifier or '(' before '&' token
 const int N=1005;  
               ^
0_0_19434716_19797.c:6:28: error: expected identifier or '(' before '&' token
 const int N=1005;  
                            ^
0_0_19434716_19797.c:6:34: error: expected identifier or '(' before '&' token
 const int N=1005;  
                                  ^
0_0_19434716_19797.c:7:4: error: expected identifier or '(' before '&' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
    ^
0_0_19434716_19797.c:7:10: error: variably modified 'pre' at file scope
 int pre[N];       //保存增广路径上的点的前驱顶点  
          ^
0_0_19434716_19797.c:7:17: error: expected identifier or '(' before '&' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                 ^
0_0_19434716_19797.c:7:23: error: expected identifier or '(' before '&' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                       ^
0_0_19434716_19797.c:7:29: error: expected identifier or '(' before '&' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                             ^
0_0_19434716_19797.c:7:35: error: expected identifier or '(' before '&' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                                   ^
0_0_19434716_19797.c:7:41: error: expected identifier or '(' before '&' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                                         ^
0_0_19434716_19797.c:7:47: error: expected identifier or '(' before '&' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                                               ^
0_0_19434716_19797.c:7:53: error: expected identifier or '(' before '&' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                                                     ^
0_0_19434716_19797.c:7:59: error: expected identifier or '(' before '/' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                                                           ^
0_0_19434716_19797.c:7:59: error: stray '\261' in program
0_0_19434716_19797.c:7:59: error: stray '\243' in program
0_0_19434716_19797.c:7:59: error: stray '\264' in program
0_0_19434716_19797.c:7:59: error: stray '\346' in program
0_0_19434716_19797.c:7:59: error: stray '\324' in program
0_0_19434716_19797.c:7:59: error: stray '\366' in program
0_0_19434716_19797.c:7:59: error: stray '\271' in program
0_0_19434716_19797.c:7:59: error: stray '\343' in program
0_0_19434716_19797.c:7:59: error: stray '\302' in program
0_0_19434716_19797.c:7:59: error: stray '\267' in program
0_0_19434716_19797.c:7:59: error: stray '\276' in program
0_0_19434716_19797.c:7:59: error: stray '\266' in program
0_0_19434716_19797.c:7:59: error: stray '\311' in program
0_0_19434716_19797.c:7:59: error: stray '\317' in program
0_0_19434716_19797.c:7:59: error: stray '\265' in program
0_0_19434716_19797.c:7:59: error: stray '\304' in program
0_0_19434716_19797.c:7:59: error: stray '\265' in program
0_0_19434716_19797.c:7:59: error: stray '\343' in program
0_0_19434716_19797.c:7:59: error: stray '\265' in program
0_0_19434716_19797.c:7:59: error: stray '\304' in program
0_0_19434716_19797.c:7:59: error: stray '\307' in program
0_0_19434716_19797.c:7:59: error: stray '\260' in program
0_0_19434716_19797.c:7:59: error: stray '\307' in program
0_0_19434716_19797.c:7:59: error: stray '\375' in program
0_0_19434716_19797.c:7:59: error: stray '\266' in program
0_0_19434716_19797.c:7:59: error: stray '\245' in program
0_0_19434716_19797.c:7:59: error: stray '\265' in program
0_0_19434716_19797.c:7:59: error: stray '\343' in program
0_0_19434716_19797.c:7:95: error: expected identifier or '(' before '&' token
 int pre[N];       //保存增广路径上的点的前驱顶点  
                                                                                               ^
0_0_19434716_19797.c:8:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before '&' token
 bool vis[N];  
     ^
0_0_19434716_19797.c:8:11: error: variably modified 'vis' at file scope
 bool vis[N];  
           ^
0_0_19434716_19797.c:8:18: error: expected identifier or '(' before '&' token
 bool vis[N];  
                  ^
0_0_19434716_19797.c:8:24: error: expected identifier or '(' before '&' token
 bool vis[N];  
                        ^
0_0_19434716_19797.c:9:4: error: expected identifier or '(' before '&' token
 int map[N][N];  
    ^
0_0_19434716_19797.c:9:10: error: variably modified 'map' at file scope
 int map[N][N];  
          ^
0_0_19434716_19797.c:9:10: error: variably modified 'map' at file scope
0_0_19434716_19797.c:9:20: error: expected identifier or '(' before '&' token
 int map[N][N];  
                    ^
0_0_19434716_19797.c:9:26: error: expected identifier or '(' before '&' token
 int map[N][N];  
                          ^
0_0_19434716_19797.c:10:4: error: expected identifier or '(' before '&' token
 int s,t;          //s为源点,t为汇点  
    ^
0_0_19434716_19797.c:10:14: error: expected identifier or '(' before '&' token
 int s,t;          //s为源点,t为汇点  
              ^
0_0_19434716_19797.c:10:20: error: expected identifier or '(' before '&' token
 int s,t;          //s为源点,t为汇点  
                    ^
0_0_19434716_19797.c:10:26: error: expected identifier or '(' before '&' token
 int s,t;          //s为源点,t为汇点  
                          ^
0_0_19434716_19797.c:10:32: error: expected identifier or '(' before '&' token
 int s,t;          //s为源点,t为汇点  
                                ^
0_0_19434716_19797.c:10:38: error: expected identifier or '(' before '&' token
 int s,t;          //s为源点,t为汇点  
                                      ^
0_0_19434716_19797.c:10:44: error: expected identifier or '(' before '&' token
 int s,t;          //s为源点,t为汇点  
                                            ^
0_0_19434716_19797.c:10:50: error: expected identifier or '(' before '&' token
 int s,t;          //s为源点,t为汇点  
                                                  ^
0_0_19434716_19797.c:10:56: error: expected identifier or '(' before '&' token
 int s,t;          //s为源点,t为汇点  
                                                        ^
0_0_19434716_19797.c:10:62: error: expected identifier or '(' before '&' token
 int s,t;          //s为源点,t为汇点  
                                                              ^
0_0_19434716_19797.c:10:68: error: expected identifier or '(' before '&' token
 int s,t;          //s为源点,t为汇点  
                                                                    ^
0_0_19434716_19797.c:10:74: error: expected identifier or '(' before '/' token
 int s,t;          //s为源点,t为汇点  
                                              


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:36:50, Gzip enabled