darsh_sodani007's blog

By darsh_sodani007, history, 5 months ago, In English

I was looking at the Codeforces Round 1065 (Div. 3) standings and I spotted a very suspicious user.

His account is casualuse1045.

What's suspicious is that just 10 days before Codeforces Round 1065 he participated in Codeforces Round 1063 (Div. 2) solving 0 problems but in Codeforces Round 1065 (Div. 3) he solved all problems, and even in other div 2 contests he barely even solved 1 problem which is a really suspicious rise in solving ability in just 10 days and is impossible to attain by anyone.

Also in problem H and G he used

while (t--){
    function_name(); //just a placeholder
}

While in the other problems he used

while (t--){
    // all code in the while loop itself
}

Now both these things are really suspicious and they suggest that the code was copied from elsewhere. I think this account should be looked into by reirugan

UPD: Also he submitted H only 5 minutes after G and got it correct which further adds to the fact he was cheating as he could not even solve something close to that difficulty 10 days ago.

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

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

Auto comment: topic has been updated by darsh_sodani007 (previous revision, new revision, compare).

»
5 months ago, hide # |
Rev. 12  
Vote: I like it +1 Vote: I do not like it

yah thats quite sus changing the whole test case part code from while(t--) inside the int main and then suddenly to creating a function and then in int main calling the function.

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

Auto comment: topic has been updated by darsh_sodani007 (previous revision, new revision, compare).

»
5 months ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

ban them