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_29329546_11684.cpp:7:1: error: expected unqualified-id before 'unsigned'
 unsigned int pre[65535];
 ^
0_0_29329546_11684.cpp: In function 'bool bfs()':
0_0_29329546_11684.cpp:13:9: error: 'pre' was not declared in this scope
  memset(pre, 0, sizeof(pre));
         ^
0_0_29329546_11684.cpp: In function 'int maxflow()':
0_0_29329546_11684.cpp:44:31: error: 'pre' was not declared in this scope
   for (int i = e; i != s; i = pre[i])
                               ^
0_0_29329546_11684.cpp:47:31: error: 'pre' was not declared in this scope
   for (int i = e; i != s; i = pre[i])
                               ^


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-24 01:54:34, Gzip enabled