failed_coder's blog

By failed_coder, history, 4 years ago, In English

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.

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

»
4 years ago, # |
Rev. 2   Vote: I like it +8 Vote: I do not like it

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

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

    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 years ago, # ^ |
        Vote: I like it +5 Vote: I do not like it

      sorry, my bad. Both the handles of you two are way different but still i am always confused between the two.

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

      hahahha XDD.

      I am waiting for your awesome contest though :P

»
4 years ago, # |
  Vote: I like it +51 Vote: I do not like it

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 years ago, # ^ |
      Vote: I like it +27 Vote: I do not like it

    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 years ago, # ^ |
        Vote: I like it +9 Vote: I do not like it

      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 years ago, # ^ |
          Vote: I like it +15 Vote: I do not like it

        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 years ago, # ^ |
            Vote: I like it +15 Vote: I do not like it

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

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it -18 Vote: I do not like it

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

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

        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 years ago, # ^ |
        Vote: I like it -8 Vote: I do not like it

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

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

    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 years ago, # ^ |
    Rev. 2   Vote: I like it 0 Vote: I do not like it

    Welcome to hackerearth!

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

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

»
4 years ago, # |
  Vote: I like it +1 Vote: I do not like it

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