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

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

245G - Suggested Friends

There are link two same submissions. In this problem first submission is sent at 2012-12-05 18:18:36 and it got Accepted. And the second submission sent today but it got TLE. I don't understand what's going on Codeforces. Could anybody help me? Thanks.

2697441

13766807

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

»
11 лет назад, скрыть # |
 
Проголосовать: нравится +3 Проголосовать: не нравится

Reading with cin without sync_with_stdio is a sin. And it's TLE now probably because cin is not as good now as it was before.

»
11 лет назад, скрыть # |
 
Проголосовать: нравится -10 Проголосовать: не нравится

Package for this problem was not updated by the problem writer or Codeforces administration after we’ve upgraded the judging servers. To adjust the time limit constraint, solution execution time will be multiplied by 2. For example, if your solution works for 400 ms on judging servers, than value 800 ms will be displayed and used to determine the verdict