Arpa's blog

By Arpa, history, 5 years ago, In English

Hello!

As the new Contest Coordinator at HackerEarth, I'm honored to invite you to HackerEarth HourStorm #8; it's a 1-hour competition with 3 traditional (but nice) algorithmic tasks. We are going to hold it on Friday at 14:30 GMT (you can check the time here.

For traditional algorithmic tasks, you will receive points for every test case your solution passes, so you can get some points with partial solutions as well. Check contest page for more details about in-contest schedule and rules.

MazzForces is the setter of this round and I'm the tester of problems. Prepared problems were interesting and I enjoyed solving them, I hope you find them interesting too. As usual, here are the prizes for the top three contestants:

  • $75 Amazon gift card
  • $50 Amazon gift card
  • $25 Amazon gift card

In addition, the top 5 will win HackerEarth t-shirts.

GL & HF.

Let's discuss the problems after the contest!

P.S. I'm sorry for the problem occurred on problem B (A counting problem). I was the tester of this contest; the problem was Anand has changed test cases and didn't run my solution on test cases again and his solution has a little bug, so test cases 17-29 were wrong. We apologize for this problem. Now rejudge is done.

Here are the winners:

  • Vote: I like it
  • +55
  • Vote: I do not like it

»
5 years ago, # |
  Vote: I like it +23 Vote: I do not like it

In general, it would be great if you add the date and time in the blog

»
5 years ago, # |
  Vote: I like it 0 Vote: I do not like it

How come time mentioned in the blog and in the link are different?

  • »
    »
    5 years ago, # ^ |
      Vote: I like it +5 Vote: I do not like it

    The right time is 14:30 GMT, timing will be updated in the contest page.

»
5 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Clashes with TopCoder SRM 750.

  • »
    »
    5 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    SRM starts at 19:30 PM, so there is a half hour between contests.

    • »
      »
      »
      5 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Sorry, missed it because I added HourStorm to calendar when it was scheduled at 16:00 GMT.

»
5 years ago, # |
  Vote: I like it +16 Vote: I do not like it

I wonder how can I receive my gift cards from previous contests? Had not got any e-mails

  • »
    »
    5 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    From my experience it takes them about a month to send the gift cards.

    • »
      »
      »
      5 years ago, # ^ |
        Vote: I like it +5 Vote: I do not like it

      Well, I guess HourStorm #3 was more than a month ago

  • »
    »
    5 years ago, # ^ |
      Vote: I like it +3 Vote: I do not like it

    We have gone through our leaderboard and realized that there was miss from our end due to human error and we extend our apologies for the same. You must have received a mail regarding the same. We will forward you the prize next week.

»
5 years ago, # |
  Vote: I like it +9 Vote: I do not like it

The constraints for "A summation problem" is too big. It leads a weird situation that to pass you must define modulo as a constant like const int mod = 123123123, otherwise int mod = 123123123 will get tle :(.

  • »
    »
    5 years ago, # ^ |
      Vote: I like it +5 Vote: I do not like it

    I saw that from your submissions now, but the intended the solution passed in approximately half of the TL, so I thought the constraints are okay.

    What changes so much when we add const ?

    • »
      »
      »
      5 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      That's so 2005 to think that if reference solution fits into half the TL then everything is ok. There was a lot of evolution on this topic since. I think good idea is to write not only solutions you want to pass, but also those you consider too slow and then set time limit somewhere around geometrical mean

»
5 years ago, # |
  Vote: I like it +25 Vote: I do not like it

According to standings, I have a scored solution for last problem submitted at 1:00:19 — for a contest that is supposedly 1 hour long. Is this a bug or a feature? :)