mehul1512's blog

By mehul1512, history, 16 months ago, In English

Hi, my submissions for round 1028 has been skipped! this is the message I got

Your solution 322239991 for the problem 2116C significantly coincides with solutions Prady/322211648, Siddarth_MSR/322229699, mehul1512/322239991, Rafat_Kabir/322252055, AlterAB/322290280.

However, the coinciding code was already published on GeekForGeeks before commencement of contest- link

pls upvote so I don't lose rating:(

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

»
16 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Same :(, hopefully they recheck this.

»
16 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Bro, the same has also happened to me, but my round got skipped. I used gfg for Trie code, same the other 2 contestants.

What happened in our case was that the one who solved it first got a negative delta rest were considered out of the contest. It was of Educational Codeforces Round 157 (Rated for Div. 2)

  • »
    »
    16 months ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    The first one who got a negative delta, were his submissions still skipped, or did he get a negative delta due to his actual performance?

»
16 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Same here.. MikeMirzayanov please look into it and unskip our submissions.

»
16 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Even a newbie like me knows that you should add the source link in the comments if you're reusing code published before the contest :/

  • »
    »
    16 months ago, hide # ^ |
     
    Vote: I like it +9 Vote: I do not like it

    No such thing is mentioned in the rules. Anyways they use some automated plagiarism detector, so I think even if we paste the link it would still mark it as plagiarised.

»
16 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

I guess that, the codes are skipped not because of the common geekforgeeks part, but the similar main functions. The usage of the same template and the similarity of the main functions makes it suspicious.

  • »
    »
    16 months ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    In that case as well, I can argue that I had used this template in past contests as well. So technically that template code was also published, on Codeforces itself (in my submissions). Also, this type of main function is regularly used by many people so I doubt that the plag detection is due to that.