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

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

So I have been trying to crack problem F on the Tinkoff challenge final round for like the whole day now, but I'm still getting runtime error on test 8. My solution is the exact same algorithm as the editorial, and almost the exact same code. I have been debugging for 3 hours with no use.

http://codeforces.com/contest/794/submission/27098860

If you could help, it would be greatly appreciated.

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

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

Auto comment: topic has been updated by farmersrice (previous revision, new revision, compare).

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

http://codeforces.com/contest/794/submission/27100893

Your submission with 1 change got AC.

I leave it to you to figure out the change.