kowalsk1's blog

By kowalsk1, history, 6 years ago, In English

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.

  • Vote: I like it
  • -1
  • Vote: I do not like it

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
6 years ago, # |
Rev. 2   Vote: I like it +16 Vote: I do not like it

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

»
6 years ago, # |
  Vote: I like it +36 Vote: I do not like it

What about compilation error on test 128 ? :)

»
6 years ago, # |
  Vote: I like it +5 Vote: I do not like it

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 years ago, # |
  Vote: I like it +4 Vote: I do not like it

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

»
6 years ago, # |
  Vote: I like it -8 Vote: I do not like it

TLE on test 72 31690788

»
6 years ago, # |
  Vote: I like it +9 Vote: I do not like it

TLE on test #264: 31971064

»
6 years ago, # |
  Vote: I like it +14 Vote: I do not like it

What about this? xD

image