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

Автор generic_placeholder_name, история, 3 года назад, По-английски

I am pretty sure that during Educational Codeforces Round 100 (рейтинговый для Див. 2), buihoatpt2k3 copied code from huyhoangk36chv.

buihoatpt2k3's behavior is quite suspicious in general — he (?) submitted all his code during the last 30 minutes, and his code is heavily obfuscated.

We see, however, that after running the preprocessor (gcc -E) on the code, we get code that is strikingly similar to that of huyhoangk36chv.

For example, take 1463A - Подземелье. Here's huyhoangk36chv's code: 101515478. And here's the de-obfuscated code from buihoatpt2k3: 101775980.

Same deal for problem D: 101562763, 101776426.

I think this is pretty good evidence that these users cheated and copied code from each other, and as such, call for their participation in the contest to be voided.

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

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

It is forbidden to obfuscate the solution code as well as create obstacles for its reading and understanding. That is, it is forbidden to use any special techniques aimed at making the code difficult to read and understand the principle of its work.

Protip: At least put some efforts into reading the rules if you wanna cheat.

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

After some research, it seems that he usually submit all of the problems after the 1-hour-mark. Also, he has the suspicious #define lines that appear in some of his submissions, but not all. It seems that he has been cheating for a while, not only in Edu Round #100.

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

And he is a master, what should I interpret. disgusting......

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

This guy cheated before multiple times. I just banned his account.

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +24 Проголосовать: не нравится

    Hi MikeMirzayanov, here's another possible cheating case in edu round 100.

    101523572 and 101524494 are the user's submissions for B and D, they are only 1 minute away and of completely different coding styles. E.g., one surrounds signs with spaces but the other doesn't, one uses endl and the other uses '\n' etc.

    Also 100012744 and 100014591 from edu round 99, same user same issue.

  • »
    »
    3 года назад, # ^ |
    Rev. 3   Проголосовать: нравится +4 Проголосовать: не нравится

    caoyizhong cheated in round 688 div2 standings problem F 100365572, because the code head is different from all his other submissions and the time of submission is irregular. For this he get the 1st standing.

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

      Thx, but thats because I have exercised a similar problem and modified the std before.I think I am admitted to use it. In fact, i am the first people to accept it.