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_27118932_8614.cpp: In function 'int dfs(int, int)':
0_0_27118932_8614.cpp:68:5: error: redefinition of 'int dfs(int, int)'
 int dfs(int u,int flow)
     ^
0_0_27118932_8614.cpp:48:5: note: 'int dfs(int, int)' previously defined here
 int dfs(int u,int w)
     ^
0_0_27118932_8614.cpp:73:37: error: 'struct node' has no member named 'nxt'
     for(int i=cur[u]; i!=-1; i=e[i].nxt)
                                     ^
0_0_27118932_8614.cpp:76:12: error: 'depth' was not declared in this scope
         if(depth[v]==depth[u]+1&&e[i].w>0&&(tmp=dfs(v,min(flow,e[i].w)))>0)
            ^


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-18 04:19:25, Gzip enabled