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

Автор failed_coder, история, 4 года назад, По-английски

Hello everyone!!!

Hope everyone is safe and is doing well. I am honored to invite you to participate in HackerEarth July Circuits '20. It's a long contest that will start on July 18, 09:30 PM IST(check your timezone). This contest will run for 7 days.

This time, the problems were prepared by failed_coder, RestingRajarshi, chakred_namor, vivaan_gupta, krikti. Thanks to Arpa for testing the problems and helping us prepare the problems.

July Circuits’20 challenges you with 8 problems and the timeline is as follows:

  • Day — 0 Problem 1, Problem 2, Problem 3
  • Day — 1 Problem 4, Problem 5
  • Day — 4 Problem 6, Problem 7
  • Day — 6 Problem 8
  • Day — 7 Challenge ends

New problem statements will be published every 48 hours, and yes, ace coders will win amazing vouchers.

This is a rated contest.

As usual, there will be some nice prizes for the top three competitors:

  • First place: $100 Amazon gift card.
  • Second place: $75 Amazon gift card.
  • Third place: $50 Amazon gift card.

To know more about prizes check out this link.

Hope to see you at the scoreboard!

Good Luck & Have Fun.

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

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

Expecting some cool problems from you and ̶n̶o̶o̶b̶i̶t̶a̶ RestingRajarshi.

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

    I am not sure what you mean by "you and noobita." However, since SleepyShashwat redirects to my account, I am compelled to clarify that I have NOTHING to do with this contest. In particular, I am not responsible for any and all mental damages incurred by solving problems set by RestingRajarshi.

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

Arpa Have you ever wrote validators for problem in Hackerearth? Test data for "Separating Numbers" is wrong. For last 10 tests the following condition is not holding: "in each query we are told to destroy a previously undestroyed edge".

In Hackerearth, from contest to contest so many problems are badly tested, start I start thinking that problems are not tested at all. Am I right? If so, what's your role of tester?

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

    Forget about testing, I don't even think any effort is put into problem setting. As an example, consider this problem which was asked in the previous Hackerearth Circuit : Link.

    There are two really big issues with the problem.
    1) This has been directly taken out of a book, and I can even guess that the question was even the same.
    2) Implementing the exact pseudo code in the picture will give full score !!! (I mean wtf!)

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

      Whaaaat? I understand that one may put extremely easy problem to encourage newbie participants, but putting the problem along with it's solution is something new and one more time prove that admins and tester of Hackerearth are not interesting in increasing their's contests quality.

      But I must mention, that at least author's and tester's solution compiles successfully :) (when I participated last time, this was not the case, they just submit some code, which doesn't even compile).

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

        Previously, it was risky to reject problems because we hadn't enough problems in our queue. Now I'm rejecting more problems these days, our queue is almost full for the next 4~5 months, and it opens up my hands to improve the quality of problems.

        So, I hope that next contests, you enjoy more.

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

          Yet another weak test cases in a Hackerearth Contest(Today's August Easy problem-The maximum substring) Link

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

      Note that our Circuit contests are almost educational and the problem is very easy.

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

        It's all the more reason why such problems shouldn't be given in educational contests, unless ofc you are "educating" them how to write actual code from pseudo code itself! If that's the case, then I don't have any issues.
        Even a beginner will first try to implement the given code out of curiosity and submit it, even if he can't analyze the complexity.

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

      I originally proposed this problem with large restrictions, but it was decided to make the restrictions smaller.

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

    You are right. Unfortunately, setter missed writing validator and I didn't realize it. But almost always we have validators.

    I test problems and we had a jump in the quality of contests. Back to 6 months ago, there was a worse situation. I'm trying to improve. I'm seeking experience. Thanks for your feedback. Be sure that I'm trying to become better and better.

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

    Welcome to hackerearth!

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

    Arpa is there for the money money money and testing is his least concern.

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

When will the test cases for "Separating Numbers" be fixed?