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

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

In the ongoing hacking phase of Educational Codeforces Round 75 I have caught people red handed hacking their solutions of their own fake accounts . What they will do is put something nonsense like this on top of their accepted code : if(string=="dfdfdf34") print("12")

One can easily hack this solution by providing a test case like: 1 dfdfdf34

Like I caught this guy https://codeforces.com/profile/Amr_Abdelazim01

https://codeforces.com/profile/amr_abdelazim Both of these accounts are owned by 1 person and the guy hacked using the method I explained above like 12 times. And this is not the end https://codeforces.com/contest/1251/submission/63335128

https://codeforces.com/contest/1251/submission/63316807

https://codeforces.com/contest/1251/submission/63342216

https://codeforces.com/contest/1251/submission/63341635

https://codeforces.com/contest/1251/submission/63344050 And there many more like this . The person who hacked such solutions is probably the culprit. Admin please look into the issue people like these are ruining the platform badly. God people will do anything for the rating.

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

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

Hacks don't help you increase rating in Educational Rounds.

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

    yup but who knows for how long they have been doing this in other contests where hacks does increase rating . Maybe they are unaware that hacks doesn't increase rating in educational rounds.

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

      In other contests, where hacking gets you points, participants are divided into rooms, one can only hack in one's own room, so both of these accounts of such person have to be in the same room, hence chances of such cases in other contests is very low.

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

        How many fake accounts one should make to ensure 99% probability that atleast two of his accounts are in the same room?

        credit: Birthday Paradox

        just kidding:)

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

      That is much more difficult, as hacking in normal rounds is only possible in rooms, and the rooms are made randomly. So it unlikely that the fake account and real both are in the same room.

      However, this is still unethical.