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_29982431_8084.cpp:98:1: error: 'Min_Cost_Max_Flow' does not name a type
 Min_Cost_Max_Flow MCMF;
 ^
0_0_29982431_8084.cpp: In function 'int main()':
0_0_29982431_8084.cpp:101:30: error: 'read_int' was not declared in this scope
     for (int kase = read_int(); kase > 0; --kase) {
                              ^
0_0_29982431_8084.cpp:112:42: error: expected unqualified-id before '.' token
                 if (arr[i] <= arr[j])MCMF.Add_Edge(i + n, j, 1, 0);
                                          ^
0_0_29982431_8084.cpp:118:22: error: expected primary-expression before '.' token
         cout << -MCMF.solve(s1, t, INF, flow) << endl;
                      ^


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-30 23:56:50, Gzip enabled