macaquedev's blog

By macaquedev, history, 2 years ago, In English

There have been like hundreds of blogs about people finding blatant cheaters on this site, thought I'd add one...

https://mirror.codeforces.com/contest/1926/submission/247357457

at least try to hide it please...

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

| Write comment?
»
2 years ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

Lmao

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

    To answer the author's question, I guess they did try to hide 'it' with a very minor difference...

    it != "cheating" && it == "actual code"

»
2 years ago, hide # |
 
Vote: I like it +58 Vote: I do not like it

Wow Code wrting style perfect

»
2 years ago, hide # |
Rev. 2  
Vote: I like it +41 Vote: I do not like it

LMFAO! He solved all problems, and previously skipped for 5 problems on a past div3. I think he is one of those indians who sell round solutions on telegram. (I saw that on a blog he was complaining all his friends got selected because of these groups and him not)

»
2 years ago, hide # |
 
Vote: I like it +26 Vote: I do not like it

Where tf is the code

»
2 years ago, hide # |
 
Vote: I like it +35 Vote: I do not like it
Spoiler
»
2 years ago, hide # |
 
Vote: I like it +6 Vote: I do not like it

I randomly found a cheater.

Look at these 2 accounts.

230200955 and 230246960.

Pls ban.

»
2 years ago, hide # |
 
Vote: I like it +11 Vote: I do not like it

Seems like this. Can't submit it to check though, lol.

Spoiler
  • »
    »
    2 years ago, hide # ^ |
    Rev. 2  
    Vote: I like it +12 Vote: I do not like it

    Took me 30 sec with VS Code

    Spoiler
»
2 years ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

Why he is using the name of IIT delhi

»
2 years ago, hide # |
 
Vote: I like it +14 Vote: I do not like it

I am guotutu, and I love Feli so much.

»
2 years ago, hide # |
 
Vote: I like it +7 Vote: I do not like it

There are codes on geeksforgeeks.org, I just saw them, people could literally copy and paste the code and it would've been accepted.

»
2 years ago, hide # |
 
Vote: I like it +27 Vote: I do not like it

In the view of Karl Marx[1], human beings are intrinsically, necessarily and by definition social beings who, beyond being "gregarious creatures", cannot survive and meet their needs other than through social co-operation and association.

Cheaters expressing themselves in code xd.

»
2 years ago, hide # |
 
Vote: I like it +14 Vote: I do not like it

Two very suspicious accounts on leader board : LiMiTlEsS_ and Kowshik.Emmadisetty. Have previous cheating history and extremely sussy solutions and codes.

»
2 years ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

I'm surprised Codeforces doesn't have the actual feature to report a suspicious user by now...

»
2 years ago, hide # |
 
Vote: I like it +13 Vote: I do not like it

he gained +444 positive delta with no consequence?? why this allowed?

»
2 years ago, hide # |
 
Vote: I like it +6 Vote: I do not like it

He hard-worked so much

»
2 years ago, hide # |
 
Vote: I like it +14 Vote: I do not like it

Cheating on codeforces is the biggest issue I think there should be report option so we can report such users.

  • »
    »
    2 years ago, hide # ^ |
     
    Vote: I like it +18 Vote: I do not like it

    We should also say that plagiarism checker is sophisticated enough to catch most of them. Also, the report option is available through the blog section.

»
2 years ago, hide # |
 
Vote: I like it +2 Vote: I do not like it
#include <bits/stdc++.h>
#define ll long long
#include <iostream>
using namespace std;
#include <algorithm>
const int MX = 1e5 + 10;
string P;
vector<int> C[MX];
vector<int> dp1(MX),dp2(MX);
(i < n ? a[i] : b[a[i - n]]);}sort(a.begin(), a.end());
void dfs(int r = 0){dp1[r] = 0;dp2[r] = 0;for(auto i : C[r]){{dfs(i);dp1[r] += min(dp2[i]+1, dp1[i]);dp2[r] += min(dp1[i]+1, dp2[i]);}}if(P[r] == 'S'){dp1[r] = 1e6;
}else if(P[r] == 'P'){dp2[r] = 1e6;}}void solve(){int n;cin>>n;int te;for(int i = 0;i<n;i++){C[i].clear();if(i != 0){cin>>te;C[te-1].push_back(i);}}cin>>P;dfs();cout<<min(dp1[0],dp2[0])<<"\n";}
signed main(){ll t;cin>>t;while(t--){solve();cout<<endl;}}

The Real Code.

»
2 years ago, hide # |
Rev. 2  
Vote: I like it +23 Vote: I do not like it

TonyStark_000 is not plagiarized yet!! +**444** HOW????!!!