建议增加数据强度

P3376 【模板】网络最大流

改成这样应该也行: ```cpp long long now=dfs(e[i].to,min(flow-ret,e[i].w)); ``` 就是减去 `ret` 。
by Aresword_2 @ 2023-09-20 19:10:18


|