Missing constraint in 2089E

Revision en3, by StarSilk, 2025-03-25 13:35:53

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.

Tags dp, time complexity

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English StarSilk 2025-03-25 13:35:53 0 Tiny change: 'statement.' -> 'statement.\n\nupd:the constraint has been added.' (published)
en2 English StarSilk 2025-03-25 13:35:29 38 Tiny change: 'statement.' -> 'statement.\n\nupd:the constraint has been added.' (saved to drafts)
en1 English StarSilk 2025-03-25 11:08:21 336 Initial revision (published)