Media Summary: This passed on the first try. Got 463rd overall due to an unfortunate bug in problem A. On to Ready, set, code! The were streamed live from the rank 13 on final standing Advance to Finals again!
Google Codejam 2018 Round 1a - Detailed Analysis & Overview
This passed on the first try. Got 463rd overall due to an unfortunate bug in problem A. On to Ready, set, code! The were streamed live from the rank 13 on final standing Advance to Finals again! Solution explanations start at 23:30. They may be a bit harder to follow than usual, since I didn't have my usual setup ready (I ... There were a few bugs here. My upper limit was not high enough (it needs to be at least ~1001*1e9) and I should filter out ... This failed the large input. I believe the bug is I used H to calculate c_cuts instead of V.