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_20249943_17392.cpp:30:12: error: 'MAXM' was not declared in this scope
     } edge[MAXM];
            ^
0_0_20249943_17392.cpp: In member function 'void ZKW_flow::addedge(int, int, LL, LL)':
0_0_20249943_17392.cpp:38:9: error: 'edge' was not declared in this scope
         edge[tot] = Edge(v, head[u], cap, cost);
         ^
0_0_20249943_17392.cpp: In member function 'void ZKW_flow::SPFA()':
0_0_20249943_17392.cpp:56:42: error: 'edge' was not declared in this scope
             for(int p = head[u]; ~p; p = edge[p].next)
                                          ^
0_0_20249943_17392.cpp: In member function 'int ZKW_flow::add_flow(int, int)':
0_0_20249943_17392.cpp:80:38: error: 'edge' was not declared in this scope
         for(int p = head[u]; ~p; p = edge[p].next)
                                      ^
0_0_20249943_17392.cpp: In member function 'bool ZKW_flow::modify_label()':
0_0_20249943_17392.cpp:99:46: error: 'edge' was not declared in this scope
                 for(int p = head[u]; ~p; p = edge[p].next)
                                              ^


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-01 09:33:31, Gzip enabled