Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

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

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

Week of code 32nd edition https://www.hackerrank.com/w32 is starting today May 15th 7:00am UTC.

It's a seven day contest and each day from Monday to Saturday 1 challenge will go live.(Easy to Hard).

Score decreases by 10% at the end of every 24 hours.

Your submissions will run on hidden test cases at the end of every 24 hours.

Time of each challenge will be counted as your most recent successful submission.

Contest is prepared by Philipsweng and tested by zemen

Contest is rated and top 10 get T shirts.

GL & HF

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

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

Auto comment: topic has been updated by Philipsweng (previous revision, new revision, compare).

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

Only 6 problems?

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

Does anyone know how I can check how much memory my program is taking at Hackerrank ?

And also, what's with everyone giving hints and discussing freely at the discussion section of the problems ? That seemed really bizarre.

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

    Some people really think that discussion != revealing of solution and tests. And "if admins think that my comment bad — they'll remove it".

    Actually more than 10 different participants wrote me personal messages about 'hint, not solution', it very suprised me.

    It seems that this problem can be solved if functional of 'questions to admin during contest' will be separated from problem discussion, that will be closed during active contest.

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

      I read most of your comment, and I have to say, I like your jokes :)

      On a side note, can Admin Shafaet clarify what's legal on the discussion and what's not? I would seriously consider quitting hackerrank at this rate.

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

        Honestly, a lot of the comments actually seem to go even against the basic guidelines on the sidebar:

        1. Each day's submissions will run on additional testcases at 07:00 UTC.
        2. For every live challenge, max score reduces by 10% at 07:00 UTC every day.
        3. Plagiarism or any form of cheating will result in disqualification.
        4. Leaderboard time is calculated as latest code_submit_time
        5. Refrain from posting solutions/testcases on discussion forum.

        Honestly I'd say posting hints also should be considered to be posting solutions.

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

          I completely agree with you. But I would like admin to clarify on debatable issue like posting hints, or time complexities and also enforce better regulations on cheating.

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

Well, I understand that there are no lower limit for amount of hidden tests. But there weren't hidden tests at all in problem 'Geometric trick' — is it good idea for that type of contest?

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

    Well, it did greatly lessen the amount of people bragging about their "sufficient" algorithm in the discussion...

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

      why not have full(maximum cases) pretest, but also tricky hidden test? This will solve both problems, no?