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

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

Guys, Is this possible that, Same code 5 months before passed all the test cases and got AC under the time limit, but now that same piece of code giving me huge TLE ?? if this is possible then how, is it due the may be new test cases got added ???

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

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

It is very rare but yes it is possible and there can be 2 reasons: Either changing the test cases or an error during the previous run. can you send your submit so I can tell you the reasons why this happened.