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

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

So after today´s contests i tried to solve problem B (yeah, i didn´t do that great hehe), and then submmited a solution that amazingly got WA only in test number 95, here it is:

https://imgur.com/a/pRNkGr8

I don´t necesserily think i broke a record, but i figured it would be fun to see if you guys can also share on the comments some possibly record breaking submissions like: most test cases passed before TLE, most test cases passed before WA and stuff like that. Maybe even tell more about the code involved in each of those submissions and why things went wrong.

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

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

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

»
6 лет назад, # |
Rev. 2   Проголосовать: нравится +16 Проголосовать: не нравится

29774073 OK, but adding one random_shuffle leads to WA 171 29774142

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

What about compilation error on test 128 ? :)

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

It was my first contest in CF. I was so happy that my submission on problem A passed pretests, but later got TLE on test 151.

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

Don't know about other records but I surely managed to break your's that too in the same problem ;).

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

TLE on test 72 31690788

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

TLE on test #264: 31971064

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

What about this? xD

image