yixiuge777's blog

By yixiuge777, history, 6 weeks ago, In English

I am surprised I get an attention that my solution for the problem 2053D in the competition "Good Bye 2024: 2025 is NEAR" is completely same as another participate's solution. The two solutions are:

https://codeforces.me/contest/2053/submission/298829789 by yixiuge777(me)

https://codeforces.me/contest/2053/submission/298841731 by DarksideWanderer

But it is just a coincidence. Let me reappear the scene at that night.

As any common conpetitions, I mentioned there is a div1 competition and registered in advance. At that night around ten o'clock, I took my conputer, pen, water bottle and some other things to the self-study room in my dormitory because the competition over very late at half of one and I could't disturb my roommates'sleep. Then the competition begin. I fluently and quickly solved the first 5 problems, but stuck in the wrong solution in F. I was thinking that only the number occoured in this line is useful, and other number's dp value can be represented easily. That is definetily wrong. I try my best but can't solve it, until the competition end.

About the problem D, I even have few impressions of it because it is too easy to solve for me, and it takes me around 7 minutes to solve, from read the problem to get the accepted. I am surprised that the two solutions are completely same, and every line, every sentences are the same, the differences is no differences. It likes an old saying that "great minds think alike" although the solution isn't the great minds. But I create this solution all by myself, and I don't use any connection tools in the competition period. Even I just went to the bathroom once in the competition, after solved the first 5 problems.

So it is a coincidence, and I can't explain anymore because I don't know how to explain about it. As for the participates DarksideWanderer, I mention that he(she) solve the first 4 problems in the reversed order. Because of the violation, he is banned and regarded as out of competition and his solution was skipped. I don't have more influences because I solve it faster than him.

As for me it is pretty funny because I haven't met this situation in over 80 competitions before. For DarksideWanderer, if you read this and you want to explain more about it, you can comment after it. Or if you need me to provide more evidences, you can send messages to me through codeforces.And that's all for this. Additionally, it takes me quite a long time to write these things, and it is a good exercise for my learning English. You can point out the grammer mistakes in it. Thank you.

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

»
6 weeks ago, # |
  Vote: I like it -15 Vote: I do not like it

It's called "Explanation". Everything rest is probably fine.

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

To everyone who are facing this situation: If you are a genuine coder but got warning for duplicated code without getting skipped, there's usually not much to worry about, and your code is likely leaked from your room (by someone who solves it and then view in hacks and give your solution to cheaters). However, this should be a really rare situation. Me and my friends did totally 100+ contests, and we all only got this warning for twice in total.

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

    Thats why hacks should be removed

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

      Why? The submission time decides who is not the cheater.

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

        Yes, but it floods a lot of codes into cheating sites which could later be modified to dodge the cheating flag.

        If you have somewhat of a level in cp it isn't difficult to modify a code