Hello Codeforces,
I invite you all to participate in HackerEarth's June Easy on the 2nd of June at 10:00 PM IST.
You will be given 6 problems to solve in 3 hours. The problem difficulty will be similar to that of a Div. 2 round on Codeforces. Each problem will be worth 100 points, but partial scoring is allowed so you can try to pass as many tests as you can.
The contest will be rated and will have prizes for the top 5 beginners.
The problems have been set by Anand Jaisingh (MazzForces) and tested by me (akulsareen). I would also like to thank HackerEarth admin, Arjit Srivastava (belowthebelt) for all his help.
Good Luck and Have Fun.
UPD: Contest has been extended by 1.5 hours
It would be that easy I guess ;) . Excited for the round
Update :begins in an hour
RIP hackerearth's server ;(
Solutions are in queue for more than one hour. Please look into the matter.
Admins are aware of the situation and are looking into it.
Extend the contest!
My solution is in queue for 2 hours lol.
UPD: Contest has been extended by 1.5 hours
Then I suppose it's still rated, right ?
I don't think so. U may solve problems freely without worrying about the rating change.
It's unlikely at this point. The extent of the failure was too large.
Is the intended solution for Suarez line-sweep or there is something more efficient to solve it?
I used a BIT + parallel binary search
You can use sliding window and ordered_set to solve it.
Btw I got wa because I outputted answers with space and got wa again because I was outputting 0 instead of -1(I found it after contest).
How to solve Coutinho?