RasecBadguy's blog

By RasecBadguy, history, 9 months ago, In English

After Codeforces Round 1035 (Div. 2) the user Vicfred got place 26 among rated users and reached Master.

This is a leaked code for problem D:

Spoiler

His AC submition 327576909.

Despite being written in language D(to avoid plag check) the logic and structure of the solution is very similar. Also he cheated before in other contest I wrote a blog about it a couple weeks ago.

https://mirror.codeforces.com/blog/entry/143816

Full text and comments »

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

By RasecBadguy, 10 months ago, In English

Hello codeforces community, my friend Vicfred is repeatedly cheating in contest copying codes from youtube/telegram or using LLM. I have tried to talk to him to persuade him to stop but he continue doing it without any remorse. Here is the proofs:

Edu round 178 — problem B

Leaked code from telegram:

Spoiler

Submission: 317600650.
Just look the solve function the logic is the same but the problem was easy so maybe is a coincidence right?

Round 1022 — problem B, C

Full leaked code problem B:

Spoiler

Submission: 317993913.
At first the codes seems slightly different but if you take a closer look Vicfred removes min2 function and write his own way to count on bits.

Leaked code problem C:

Spoiler

Submission: 317987925.
Nothing to say here the codes are practically identical just change some variable names.

Round 1028 — problem C, D

Leaked code problem C:

Spoiler

Submission: 322242525.
After last contest i talk to him about i found he was cheating so from this contest he started to submit codes writen in D. First he tries his own idea but got TLE then submit D version on leaked code getting several times CE and finally AC.

Leaked code D:

Spoiler

Submission: 322284644. Im not very well versed in D so not 100% sure if he cheat this one.
He even got the top 300 in this round by cheating.

Round 1031 — problem A, C

Leaked code A:

Spoiler

Submission: 324471709 324472441.
First he used swap function but changed with xor.

Even after ACed A and B using D language, he first tried problem C using C++ and after getting WA two times just before the end of contest submited D version of leaked code.

Spoiler

Submission: 324512719.
He also tried D and E usign C++ with help of LLM.

Atcoder ABC 408, 409, 410

Im very sure Vicfred is also cheating in most recent atcoder abc rounds, take a look this submission of abc410_f didnt bother to remove AI comments, after a few attempts got AC and very high place among rated users.

Also on saturday 31 of may he attended ABC408 and Codeforces 1028 but all his atcode codes are writen in C++ and codeforces in D.

I believe this behavior is unacceptable, regardless of who it comes from.

Full text and comments »

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