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_10611336_8031.c:1:19: iostream: No such file or directory
0_0_10611336_8031.c:2:17: cstdio: No such file or directory
0_0_10611336_8031.c:3:18: cstring: No such file or directory
0_0_10611336_8031.c:4:17: vector: No such file or directory
0_0_10611336_8031.c:5:16: queue: No such file or directory
0_0_10611336_8031.c:8: error: syntax error before "namespace"
0_0_10611336_8031.c:12: error: syntax error before "Dinic"
0_0_10611336_8031.c:12: error: syntax error before '{' token
0_0_10611336_8031.c:20: error: syntax error before ':' token
0_0_10611336_8031.c: In function `AddEdge':
0_0_10611336_8031.c:23: error: `edges' undeclared (first use in this function)
0_0_10611336_8031.c:23: error: (Each undeclared identifier is reported only once
0_0_10611336_8031.c:23: error: for each function it appears in.)
0_0_10611336_8031.c:23: error: `Edge' undeclared (first use in this function)
0_0_10611336_8031.c:23: error: syntax error before '{' token
0_0_10611336_8031.c: At top level:
0_0_10611336_8031.c:25: error: `edges' undeclared here (not in a function)
0_0_10611336_8031.c:26: error: `from' undeclared here (not in a function)
0_0_10611336_8031.c:26: error: syntax error before '.' token
0_0_10611336_8031.c:27: error: `to' undeclared here (not in a function)
0_0_10611336_8031.c:27: error: syntax error before '.' token
0_0_10611336_8031.c: In function `BFS':
0_0_10611336_8031.c:30: error: `queue' undeclared (first use in this function)
0_0_10611336_8031.c:30: error: syntax error before "int"
0_0_10611336_8031.c:32: error: `Q' undeclared (first use in this function)
0_0_10611336_8031.c:32: error: `s' undeclared (first use in this function)
0_0_10611336_8031.c:37: error: 'for' loop initial declaration used outside C99 mode
0_0_10611336_8031.c:37: error: `G' undeclared (first use in this function)
0_0_10611336_8031.c:38: error: `Edge' undeclared (first use in this function)
0_0_10611336_8031.c:38: error: `e' undeclared (first use in this function)
0_0_10611336_8031.c:46: error: `t' undeclared (first use in this function)
0_0_10611336_8031.c: In function `DFS':
0_0_10611336_8031.c:49: error: `t' undeclared (first use in this function)
0_0_10611336_8031.c:51: error: syntax error before '&' token
0_0_10611336_8031.c:51: error: `i' undeclared (first use in this function)
0_0_10611336_8031.c:51: error: `G' undeclared (first use in this function)
0_0_10611336_8031.c:51: error: syntax error before ')' token
0_0_10611336_8031.c:53: error: `e' undeclared (first use in this function)
0_0_10611336_8031.c:58: error: break statement not within loop or switch
0_0_10611336_8031.c: At top level:
0_0_10611336_8031.c:61: error: syntax error before "return"
0_0_10611336_8031.c: In function `Maxflow':
0_0_10611336_8031.c:64: error: `this' undeclared (first use in this function)
0_0_10611336_8031.c: In function `init':
0_0_10611336_8031.c:75: error: 'for' loop initial declaration used outside C99 mode
0_0_10611336_8031.c:76: error: `G' undeclared (first use in this function)
0_0_10611336_8031.c: At top level:
0_0_10611336_8031.c:80: error: syntax error before '}' token
0_0_10611336_8031.c: In function `main':
0_0_10611336_8031.c:84: error: `cin' undeclared (first use in this function)
0_0_10611336_8031.c:85: error: 'for' loop initial declaration used outside C99 mode
0_0_10611336_8031.c:86: error: request for member `init' in something not a structure or union
0_0_10611336_8031.c:87: error: request for member `n' in something not a structure or union
0_0_10611336_8031.c:87: error: request for member `m' in something not a structure or union
0_0_10611336_8031.c:88: error: 'for' loop initial declaration used outside C99 mode
0_0_10611336_8031.c:88: error: request for member `n' in something not a structure or union
0_0_10611336_8031.c:92: error: request for member `AddEdge' in something not a structure or union
0_0_10611336_8031.c:93: error: 'for' loop initial declaration used outside C99 mode
0_0_10611336_8031.c:94: error: request for member `AddEdge' in something not a structure or union
0_0_10611336_8031.c:94: error: request for member `n' in something not a structure or union
0_0_10611336_8031.c:97: error: request for member `n' in something not a structure or union
0_0_10611336_8031.c:97: error: 'for' loop initial declaration used outside C99 mode
0_0_10611336_8031.c:97: error: request for member `n' in something not a structure or union
0_0_10611336_8031.c:98: error: request for member `AddEdge' in something not a structure or union
0_0_10611336_8031.c:98: error: request for member `n' in something not a structure or union
0_0_10611336_8031.c:98: error: request for member `m' in something not a structure or union
0_0_10611336_8031.c:100: error: request for member `Maxflow' in something not a structure or union
0_0_10611336_8031.c:100: error: request for member `n' in something not a structure or union
0_0_10611336_8031.c:100: error: `cout' undeclared (first use in this function)
0_0_10611336_8031.c:100: error: `endl' undeclared (first use in this function)


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-07-05 17:26:17, Gzip enabled