https://github.com/atcoder/ac-library/blob/08ac6c1e6af564fa54d58512b9e73a03e4bdc58a/atcoder/maxflow.hpp#L71 Why do you need the "iter" variable in maxflow.hpp? It seems it is only initialized to 0 and never changed.