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_26559801_12272.cpp:22:1: error: 'Using' does not name a type
 Using namespace std;
 ^
0_0_26559801_12272.cpp:23:1: error: 'Const' does not name a type
 Const int maxn = 1005;
 ^
0_0_26559801_12272.cpp:24:1: error: 'Const' does not name a type
 Const int INF = 0x7fffffff;
 ^
0_0_26559801_12272.cpp:25:1: error: 'Struct' does not name a type
 Struct Edge{
 ^
0_0_26559801_12272.cpp:29:1: error: 'Int' does not name a type
 Int n,m,s,t;
 ^
0_0_26559801_12272.cpp:30:1: error: 'Vector' does not name a type
 Vector < Edge > edges;
 ^
0_0_26559801_12272.cpp:31:1: error: 'Vector' does not name a type
 Vector < int > G[maxn];
 ^
0_0_26559801_12272.cpp:32:1: error: 'Bool' does not name a type
 Bool vis[maxn];
 ^
0_0_26559801_12272.cpp:33:1: error: 'Int' does not name a type
 Int d[maxn];
 ^
0_0_26559801_12272.cpp:34:1: error: 'Int' does not name a type
 Int cur[maxn];
 ^
0_0_26559801_12272.cpp:35:1: error: 'Void' does not name a type
 Void AddEdge(int from, int to, int cap){
 ^
0_0_26559801_12272.cpp:42:1: error: 'Void' does not name a type
 Void init(int maxsize){
 ^
0_0_26559801_12272.cpp:46:1: error: 'Bool' does not name a type
 Bool BFS(){
 ^
0_0_26559801_12272.cpp:65:1: error: 'Int' does not name a type
 Int DFS(int x , int a){
 ^
0_0_26559801_12272.cpp:81:1: error: 'Int' does not name a type
 Int Maxflow(){
 ^
0_0_26559801_12272.cpp:89:1: error: 'Int' does not name a type
 Int main(){
 ^


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-23 04:28:48, Gzip enabled