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_22105093_12979.cpp:27:26: error: 'M' was not declared in this scope
 const int maxm = 2 * N + M + N * N + N * M;
                          ^
0_0_22105093_12979.cpp:27:42: error: 'M' was not declared in this scope
 const int maxm = 2 * N + M + N * N + N * M;
                                          ^
0_0_22105093_12979.cpp: In function 'void add(int, int, int, int)':
0_0_22105093_12979.cpp:50:5: error: 'E' was not declared in this scope
     E[tot] = edge(t, head[s], cap, cost);
     ^
0_0_22105093_12979.cpp: In function 'int spfa(int, int)':
0_0_22105093_12979.cpp:68:39: error: 'E' was not declared in this scope
         for (int i = head[u]; ~i; i = E[i].nxt)
                                       ^
0_0_22105093_12979.cpp: In function 'void MCMF(int, int)':
0_0_22105093_12979.cpp:92:28: error: 'E' was not declared in this scope
             Min = min(Min, E[pat[i]].cap);
                            ^
0_0_22105093_12979.cpp:95:13: error: 'E' was not declared in this scope
             E[pat[i]].cap -= Min;
             ^


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-25 18:46:17, Gzip enabled