Comments

Hello Codeforces, I have attempted to write a formal-ish proof for Div 2B, I am not 100% sure if it makes sense, but I hope someone can take a look and see if they understand it, thanks!

Submission with proof in comments

Hello Codeforces,

Here is a binary search implementation for D, it is quite messy but I got it to work:

https://mirror.codeforces.com/contest/2209/submission/367805736

Auto comment: topic has been updated by Hitokiri (previous revision, new revision, compare).

Auto comment: topic has been updated by Hitokiri (previous revision, new revision, compare).

On MLA19Codeforces Round 1056 (Div. 2), 7 months ago
+6

Hi Codeforces, I know I have low rating but I'll post my solution to C in case anyone will benefit from it:https://mirror.codeforces.com/contest/2155/submission/342138797

I wrote down my thought process in the comments.