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

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

Hi, Codeforces Community!

Codefest'19 — a diverse roster of high-quality programming competitions by Department of Computer Science and Engineering, IIT(BHU), Varanasi is excited to present Perplexed — the constrained programming event.

Perplexed is one of the most innovative events of CodeFest, whose target is not only gauge a contestant's coding abilities but also how one tackles different situations and constraints. The problemset will include all mind-boggling coding problems, ranging from code obfuscation to language constraints, character limits etc

The contest will take place at HackerRank. This contest will be an individual event with a duration of 2 hours 30 minutes, from Aug/23/2019 20:00 IST. With the creativity that the problems will naturally encourage and INR 50,000 at stake, there is absolutely no reason for a programmer to not give this one a shot!

The contest has been prepared by Enigma27, _hiccup, _shanky, hitman623 and me (drastogi21).

UPD1: The contest will start in about an hour.

UPD2: The contest will start in about 15 minutes.

UPD3: The contest has ended.

UPD4: The editorial has been published. You can find the solutions to the problem at HackerRank itself. Feel free to discuss the problems in the comments.

Prizes -

1st Prize-Rs.20000

2nd Prize-Rs.12000

3rd Prize-Rs.8000

1st in India-Rs.6000

1st in IIT(BHU)-Rs.3000

1st in 1/2 year in IIT(BHU)-Rs.1000

UPD: The issue in the checker has been resolved. Following are the winners of the contest. Congrats!

1. .I.

2. Jeffrey

3. dvshah

First place in India: IceKnight1093

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

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

Really excited about the contest... Haven't done much constrained programming before, so will be a great experience for me.

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

Excited for the contest!!

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

Can't wait for the contest!!

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

Is this contest an April Fool type Contest?

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

Why this contest is not listed at https://www.hackerrank.com/contests ?

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

Is it rated?

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

Can you post previous contest links ?

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

I got top 3 rank in contest....when will prizes be distributed?

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

It was a fun contest....had fun solving problems...very good job by Rastogi ji

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

Help: why is my answer wrong in Minimal Cover? First test case for example:

Test case #0:
My output:
My code (last submission during contest time):

And a tester I wrote (that doesn't find the mistake):

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

    Their tester had a bug, this is a result of noobs setting problems

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

      But does it still have a bug?

      When I submit the code again I still reach the same results:

      1) WA on HR, because "All points are not inside circles."

      2) But when I run my code on those inputs and check, all points do seem to be inside circles.

      Also found another much less severe bug: the constraint 1 <= r_i <= 1e6 doesn't seem to be enforced at all — my wrong solution that prints both 0 radius and huge radius circles passes all cases...