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

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

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:

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

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

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

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

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

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

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

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

Clashes with TopCoder SRM 750.

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

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

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

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

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

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

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

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

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

    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 лет назад, # |
  Проголосовать: нравится +9 Проголосовать: не нравится

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 лет назад, # ^ |
      Проголосовать: нравится +5 Проголосовать: не нравится

    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 лет назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

      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 лет назад, # |
  Проголосовать: нравится +25 Проголосовать: не нравится

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? :)