diff options
Diffstat (limited to 'graph/pushRelabel2.cpp')
| -rw-r--r-- | graph/pushRelabel2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graph/pushRelabel2.cpp b/graph/pushRelabel2.cpp index f4a66e8..b8ec3e9 100644 --- a/graph/pushRelabel2.cpp +++ b/graph/pushRelabel2.cpp @@ -1,7 +1,7 @@ constexpr ll inf = 1ll<<60; struct edge { - int from, to; + int from, to; ll f, c; }; |
