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

Автор StarSilk, история, 25 часов назад, По-английски

It can be inferred that 2089E has a constraint that guarantees the sum of $$$n$$$ does not exceed $$$80$$$.

https://codeforces.me/contest/2089/hacks/1121475

Validator 'vadilator2.exe' returns exit code 3 [FAIL The sum of n exceeds 80. (test case 10)].

But the constraint is missing in the problem statement.

upd:the constraint has been added.

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

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

and nobody noticed? That's bad.

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

who cares?

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

Unfortunately, we forgot to specify this constraint in the statmenet. I apologize for this mistake(

This constraint has been added to the task statement.

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

    When will the editorials be released? Also I wanted to add that the problems were good but please make the testers proof read the final problem statements, c had so many issues, b was unclear, a didnt mention if it was a decimal symbol or multiplication symbol. I hope youll fix these issues next time. Also i wanted see proof of correctness of problem D. [I am talking about the Div2]

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

Although the problem statement has been fixed, there is still a typo: casese should be cases, and it's more formal to add a period after the sentence.