yangster67's blog

By yangster67, history, 21 month(s) ago, In English

Usually, during sys testing, I filter the submissions who failed system testing out of curiosity. I found many solutions that have failed test 5 on problem A, and it seems like all of them print an extra 100 if there are 100 test cases. There is no way so many solutions have failed with this seemingly intentional bug, so I think someone posted a solution which this bug and many people copy pasted it without realizing this. Did a coordinator post this code or did someone else do it?

  • Vote: I like it
  • +67
  • Vote: I do not like it

»
21 month(s) ago, hide # |
 
Vote: I like it +38 Vote: I do not like it

Not only in this round, but this kind of thing has happened many times recently, where people just randomly put an awkward exception handling that doesn't make any sense even at the first glance, but many of them just keep them without a doubt.

»
21 month(s) ago, hide # |
 
Vote: I like it +41 Vote: I do not like it

Thanks to this guy