Another suspicious codes from North Korea (IndiaHacks E)

Revision en1, by ko_osaga, 2016-03-19 18:52:08

These are the codes for problem E by RNS_JKS and blackEarth from last IndiaHacks contest.

http://codeforces.com/contest/653/submission/16811842

http://codeforces.com/contest/653/submission/16815024

You can easily discover the simillarities between those competitor's code. Actually, It's more hard to find the difference.

  • Struct names are different — one has "xvalue", other has "dat". but operator definition / initializators are all same.
  • Function names are different — one has "doit", other has "foo". but, inside the function, everything is same — even the indentations / spaces are same, too!
  • Several brackets / indentations are different in main function, but others are identical.

Another interesting thing is the submission from RNS_JKS one minute before AChttp://codeforces.com/contest/653/submission/16814808 This code is very different from the AC code. Then, how are these changes made in such a short time?

In usual competition, I don't go deeper to other's codes. But, when I discovered that my rating was right before IGM (2599), and reminded how I got red from 2199, I was really tempted to write this post! MikeMirzayanov, can you investigate into those issues?

Tags plagiarism, cheating, north korea, igm plz

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English ko_osaga 2016-03-19 18:52:08 1466 Initial revision (published)