A lot of people have started submitting plagiarised code in a different language to avoid getting caught. They get the code from somewhere and then converts it to a different language using GPT. Please look into it.
# | User | Rating |
---|---|---|
1 | jiangly | 3976 |
2 | tourist | 3815 |
3 | jqdai0815 | 3682 |
4 | ksun48 | 3614 |
5 | orzdevinwang | 3526 |
6 | ecnerwala | 3514 |
7 | Benq | 3482 |
8 | hos.lyric | 3382 |
9 | gamegame | 3374 |
10 | heuristica | 3357 |
# | User | Contrib. |
---|---|---|
1 | cry | 169 |
2 | -is-this-fft- | 165 |
3 | Um_nik | 161 |
3 | atcoder_official | 161 |
5 | djm03178 | 157 |
6 | Dominater069 | 156 |
7 | adamant | 154 |
8 | luogu_official | 152 |
9 | awoo | 151 |
10 | TheScrasse | 148 |
A lot of people have started submitting plagiarised code in a different language to avoid getting caught. They get the code from somewhere and then converts it to a different language using GPT. Please look into it.
why does a 1500 rated question from div1 + div2 feels way harder than a 1500 rated question from div2?
Does having templates like this:
#define all(x) (x).begin(), (x).end()
#define rall(x) (x).rbegin(), (x).rend()
#define pb push_back
#define eb emplace_back
#define F first
#define S second
#define sz(x) int((x).size())
#define rep(i, a, b) for (int i = a; i < (b); ++i)
#define per(i, a, b) for (int i = (b)-1; i >= (a); --i)
useful in anyway or is it just preference?
Whats the best source for solutions in english after contests other than the official ones? I often find official ones too short and hard to understand especially for harder questions (div2 D and E+).
Any good book thats worth the time?
Is there any stat on whats the average rating of each question of div1 and div2? Like whats the average rating of a div1 B in that last 2 years?
Found these codes of someone from the recent div3. Looks like he has encoded his code in such a way that its doesnt get detected in the current plagiarism checker. div3F — https://codeforces.net/contest/2036/submission/289567963.
div3E — https://codeforces.net/contest/2036/submission/289541885. Mike please improve the plag detection system so that these kind of stuff gets caught.
What does it take to solve questions rated 2000 to 2500 that are not required for questions in the range 1700 to 2000.
What are the extra topics/skills needed to solve div2 E compared to div2 C/D.
Please provide an option to download the entire testcase like CSES. As of now testcases are just partially visible.
It would be really helpful if people who have more than 1 contest skipped get a "CHEATED" mark on their graph like CodeChef. Right now there isnt any consequences for cheating except that that your code gets skipped.
Name |
---|