Comments

In Neon's editorial of problem F, why is this condition met carry>=(carry+cp)/10? Thanks!

adedalic for the editorial of problem f how do you prove this part "It can be proven that any maximum flow algorithm that relies on augmenting paths will finish after O(v) iterations in this network"

yes please

Thank you so much for the advice, I passed the problem with the same solution, but using arrays instead of vectors!

Errichto Hello, could you tell me why this submission for problem H is timing out? https://codeforces.me/gym/102644/submission/98991255