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

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

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.

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

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

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

»
5 месяцев назад, скрыть # |
Rev. 12  
Проголосовать: нравится +1 Проголосовать: не нравится

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 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

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

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится +1 Проголосовать: не нравится

ban them