Блог пользователя akulsareen

Автор akulsareen, история, 7 лет назад, По-английски

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

  • Проголосовать: нравится
  • +16
  • Проголосовать: не нравится

»
7 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

It would be that easy I guess ;) . Excited for the round

»
7 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Update :begins in an hour

»
7 лет назад, # |
  Проголосовать: нравится +21 Проголосовать: не нравится

RIP hackerearth's server ;(

»
7 лет назад, # |
  Проголосовать: нравится +6 Проголосовать: не нравится

Solutions are in queue for more than one hour. Please look into the matter.

»
7 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

UPD: Contest has been extended by 1.5 hours

Then I suppose it's still rated, right ?

»
7 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Is the intended solution for Suarez line-sweep or there is something more efficient to solve it?

  • »
    »
    7 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    I used a BIT + parallel binary search

  • »
    »
    7 лет назад, # ^ |
    Rev. 2   Проголосовать: нравится +5 Проголосовать: не нравится

    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).

»
7 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

How to solve Coutinho?