yangster67's blog

By yangster67, history, 6 weeks 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

»
6 weeks ago, # |
  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.

»
6 weeks ago, # |
  Vote: I like it +41 Vote: I do not like it

Thanks to this guy

  • »
    »
    6 weeks ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    just cheat

  • »
    »
    6 weeks ago, # ^ |
      Vote: I like it +30 Vote: I do not like it

    Damn, so is he an undercover cop? All the people who FST'ed on A this way must be banned, and more round authors should start using this technique to detect cheaters.

    • »
      »
      »
      6 weeks ago, # ^ |
        Vote: I like it +8 Vote: I do not like it

      Lol, look at the other "videos" on his channel (I just did), he did far more damage.

  • »
    »
    6 weeks ago, # ^ |
      Vote: I like it +9 Vote: I do not like it

    New fighting with cheaters technique: spam Youtube streams with solutions that pass only samples and fails in general, so that cheaters will get more penalties.

    • »
      »
      »
      6 weeks ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Indeed, that's a perfect way to think about this problem.