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_22121717_1355.cpp:78:2: error: use of deleted function 'flow::flow()'
 }flow1, flow2;
  ^
0_0_22121717_1355.cpp:11:8: note: 'flow::flow()' is implicitly deleted because the default definition would be ill-formed:
 struct flow {
        ^
0_0_22121717_1355.cpp:11:8: error: no matching function for call to 'edge::edge()'
0_0_22121717_1355.cpp:11:8: note: candidates are:
0_0_22121717_1355.cpp:8:2: note: edge::edge(int, int, int, int)
  edge(int _s, int _t, int _next, int _cap) :
  ^
0_0_22121717_1355.cpp:8:2: note:   candidate expects 4 arguments, 0 provided
0_0_22121717_1355.cpp:6:8: note: constexpr edge::edge(const edge&)
 struct edge {
        ^
0_0_22121717_1355.cpp:6:8: note:   candidate expects 1 argument, 0 provided
0_0_22121717_1355.cpp:6:8: note: constexpr edge::edge(edge&&)
0_0_22121717_1355.cpp:6:8: note:   candidate expects 1 argument, 0 provided
0_0_22121717_1355.cpp:78:9: error: use of deleted function 'flow::flow()'
 }flow1, flow2;
         ^


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 15:38:41, Gzip enabled