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

Автор y_kx_b, история, 18 месяцев назад, По-английски

Nowadays cf usually use multiple testcases instead of multiple samples to decrease competitor's sample-test-time or due to other reason.

But some problems can't use multiple testcases(such as 1743D - Problem with Random Tests) and a friend of mine get penalties because of Wrong answer on test(sample) 2/3.

Can MikeMirzayanov fix it, or it is just cf feature?

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

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

It's the cf rule.

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

    But I think sample #1 and sample #2/#3 are equal so what does this cf rule target at...?

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

      I like to believe that it targets accidental submissions. Also you can try agnocpeed to test multiple test cases at once :)

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

        But I have been accustomed to CCH and CP-Editor and I don't want to try agnocpeed though it seems powerful XD

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

My opinion is that, the rule is to pretend wrong submissions across problems, for example I want to submit a problem C solution but I missubmitted it to problem B.

But if you can pass the first sample, you are not submitting the wrong problem, are you?