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

Автор BitByBit123, 4 недели назад, По-английски

Update on 8/18/2026: yql0991666 have cheated to become a Master. How can he still not be banned?

Update: Congratulations to yql0991666, the CHEATER is disabled! Good job, Mike!

I, BitByBit123, suspect that yql0991666 is a cheater. I would like to report some suspicious behaviors and request an investigation.

Update on 8/18/2026

yql0991666, could you explain 387437964 387437988 how can you write 1.6KB code in 3 seconds?

Looking at the code for Problem E, what kind of person would write such a long definition on a single line (the fourth line)?

If you interpret this as a way to make the code more compact (by consolidating lines), then why are the assignment statements on lines 19 through 24 separated?

The only explanation is that the AI-generated code was partially modified.

Also yql0991666 you didn't solve problem D because you allocated an array smaller than required, Even when there's a notification saying the data range changed. The only explanation is that yql0991666 can't read English and copied the wrong statement to ChatGPT.

And yql0991666 you use indention with a tab size 4 before but 8 now, WHY??

Also lets check out his weird code.

Suspicious contest behavior

As shown above, yql0991666 solved multiple problems in an unusually short period of time and in an unusual order. Some other examples:

https://codeforces.me/contest/2252/submission/385960817

https://codeforces.me/contest/2252/submission/385961550

During contests, the user submitted multiple accepted solutions for the same problem, where the only visible changes were formatting-related (such as spaces or indentation).

AI-like code style and inconsistent coding habits

Examples:

https://codeforces.me/contest/2253/submission/386124818

https://codeforces.me/contest/2248/submission/385185432

https://codeforces.me/contest/2252/submission/385961550

Some submissions contain coding patterns that are commonly seen in AI-generated code, for example:

if(cin>>T)
{
    while(T--)
    {
        /* ... */
    }
}

and:

if(!(cin>>n))return 0;

These patterns appear in some of the user's submissions but not in others, indicating a significant inconsistency in coding style.

Additional inconsistencies include:

  • Mixing int* and int[] styles in function parameters.
  • Mixing spaces and tabs for indentation.

Examples:

https://codeforces.me/contest/2253/submission/386124818

https://codeforces.me/contest/2253/submission/386109857

https://codeforces.me/contest/2253/submission/386124802

I understand that coding style alone cannot prove cheating, but these changes may indicate that some submissions were not written in the user's usual style.

Inconsistent performance

yql0991666 previously had performances around the 10000+ rank range, but recently achieved several extremely high placements, including top 50 finishes, with a rapid rating increase.

Relevant information:

The improvement appears to be significantly inconsistent with the user's previous competitive programming history.

Additionally, according to publicly available records, yql0991666 scored 100 points in CSP-J2024 and 130 points in CSP-J2025. These results suggest that he can hardly solve problems with difficulty higher than *800 or *1000, which appears inconsistent with the user's recent Codeforces performance.

Source:

Additional information

I personally know this user, Yin Qilong, from the Chinese OI community. There have been previous controversies involving this user, including alleged cheating and harassment on other platforms such as Luogu.

I understand that these points alone may not conclusively prove cheating, so I would appreciate it if Codeforces staff could review the account and related submissions.

(By the way, it has been a long time since the last rollback and there're a lot of cheaters in the latest contests, so could we have a rollback?)

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

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

I have heard a bit about yql0991666. In my opinion, he does not have the strength to get such results in the contest, and his submission patterns are highly questionable. I consider him a cheater.

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

image

»
4 недели назад, скрыть # |
Rev. 2  
Проголосовать: нравится +61 Проголосовать: не нравится
»
4 недели назад, скрыть # |
 
Проголосовать: нравится +103 Проголосовать: не нравится

The person has two Luogu accounts: the first one (yql0991666) was banned, and the second one (__yql0991888__) was a cheater and received a brown tag

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

“Additionally, according to publicly available records, yql0991666 scored 100 points in CSP-J2024 and 130 points in CSP-J2025. These results suggest that he can hardly solve problems with difficulty higher than *800 or *1000, which appears inconsistent with the user's recent Codeforces performance.”

I also don't think his level in domestic competitions(i.e., CSP-J) can reach the standard of solving three problems in a Codeforces Div. 1 round.

*ps. CSP-J has 4 problems with rating *800~1200, *800~1200, *1300~1400 and *1500~1700. I'm not sure if he's capable of solving an 800-level problem on Codeforces.

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

Ban that cheater pls. I don't wanna see crazy cheaters like that anymore.

»
4 недели назад, скрыть # |
Rev. 5  
Проголосовать: нравится -51 Проголосовать: не нравится

Don't downvote me please. wo shi chuan zi.

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

More and more cheaters who should be punished. When rollback?

»
4 недели назад, скрыть # |
 
Проголосовать: нравится -23 Проголосовать: не нравится

No ma I le, I shi yin qi dragon.

»
4 недели назад, скрыть # |
 
Проголосовать: нравится -15 Проголосовать: не нравится

rk++

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

I strongly support banning yql0991666.

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

There is ample evidence to support this report, and I don’t believe all of the above is just a coincidence.

Supplement‌:

What's more, he even used both tabs and spaces for indentation in a single block of code (even in a single line)! This is highly unlikely to happen if he wrote the code manually in an editor. I believe he modified this AI-generated code.

Evidence:

Note: a little round dot represents a space while a arrow represents a tab in the picture(in the view of Microsoft VS Code).

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

cause dragon is so strong !!1

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

There are more and more cheaters in div2, and even div1.

»
4 недели назад, скрыть # |
 
Проголосовать: нравится +32 Проголосовать: не нравится
»
4 недели назад, скрыть # |
 
Проголосовать: нравится +24 Проголосовать: не нравится

"Honestly, a rollback isn't enough at this point. We need a new 'Skip to Ban' button for accounts with a rating graph that looks like a SpaceX rocket launch.

Excellent investigation, BitByBit123!"

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

I used to think, that no one will cheat in div 1. because only legitimate people can get there bcz of hardness of questions. but I was wrong. cheaters even cheating in div 1.

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

The Codeforces Div-2 lobby is so bad that even after solving A, B, C, people end at 1200 rating due to such cheaters, there are so many like him

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

Oh yet another cheater. And I bet there's a lot more. What the hell is the point? I don't get why they ever wanna cheat.

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

he even changed the AI's coding style to hide that he was cheating

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

Say dian something big home don't know, I am is Cause Dragon. I am is a gay. Big god no kill me, no kill me, I have no money.

»
4 недели назад, скрыть # |
Rev. 2  
Проголосовать: нравится +48 Проголосовать: не нравится

My Codeforces rating is 1959, while yql0991666's is 2061.

Although I know that my total score of 313 in the Chinese NOI is low (Ranked in the lower half of the bronze medal tier), I still think I’m much stronger than a contestant who isn’t even eligible to participate in the provincial competitions (CSP-S and NOIP).

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

It's pretty annoying to see cheaters in contests,especially those who use AI.All they can do is to show off themselves even though they don't have the abililty to do so,and it's even worse that they will spread anxiety to others.

I think this should be stopped.

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

its actually so disappointing that people do such things, even after cp is so fun

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

yql0991666 is obviously a cheater. Ban the cheater please.

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

I can't imagine how a CPer can arrive 1900 rating while he can't got CSP-J first prize.

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

I have read it with great attention.

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

why people cheating in cf? You cant earn money or get something with your rating. I though cf its about lesson

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

https://codeforces.me/blog/entry/155961 Lets check out what Mr. Cheater wants to tell us.

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

yql0991666 is definitely weaker than me.

Because I got 160 points in NOIP2025 , about 200 points in CSP-S , while yql0991666 only got 130 points in CSP-J.

emm.yes.?!

ma,ybe.!

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

I notices that the suspect made a 30pts progress in CSP-J through the gap of one year. I couldn't believe that within 0.8 years, he has become a CM and can get 250~300pts in CSP-S, cuz *2000 problems refer to cyan and blue problems in luogu. But if that's true, I ensure that I'd apologize and I'll look forward to this prospective OIER's AK IOI cordially./xyx

»
4 недели назад, скрыть # |
Rev. 2  
Проголосовать: нравится +15 Проголосовать: не нравится

this guy has already got banned in Luogu LMAO he's obviously a cheater,CF should do something with taht

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

TestsNumT

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

terrifying speed of progress! He will up to brown(a tag named"cheater" in luogu).

»
4 недели назад, скрыть # |
Rev. 2  
Проголосовать: нравится +32 Проголосовать: не нравится

We shall cheat to the end!

we shall fight on the rating by cheating,

we shall change the style of AI's code for cheating

we shall defend our ranking by cheating, whatever the cost may be,

we shall fight on the CSP-J 2024 100pts,

we shall fight on the CSP-J 2025 130pts,

we shall never abandon cheating!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

and even if, which I do not for a moment believe, there are nothing we can do,

then our Qilong Yin comrade, undoutbedly will killed all problem in CSP2026 because he is a strong CM!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

by yql0991666

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

yup, his style is enough to say he is cheating

»
4 недели назад, скрыть # |
Rev. 4  
Проголосовать: нравится -22 Проголосовать: не нравится

what's the meaning

»
4 недели назад, скрыть # |
Rev. 2  
Проголосовать: нравится 0 Проголосовать: не нравится

.

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

Link It's the third problem of CSP-J last year. That means, if you can solve it, you can probably get 300pts in CSP-J.

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

So, what will cheaters become in Codeforces?

(Idw to check the rule posts now)

»
3 недели назад, скрыть # |
 
Проголосовать: нравится +27 Проголосовать: не нравится
»
3 недели назад, скрыть # |
 
Проголосовать: нравится +13 Проголосовать: не нравится

why can he CM? I can get the first prize in CSP-J...

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

So did anyone still remember SudoXue

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

At this point , I just do it for fun not for rating .... there is no proper way to identify all cheaters ig :')

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

Recent news: yql0991666 gets rank 54 (without unofficial) in Round 1117, having solved F1 while not solved D. This sign make him more suspicious of cheating.

upd: corrected the wrong problem id from "E1" to F1.

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

yql0991666, could you explain 387437964 387437988 how can you write 1.6KB code in 3 seconds?

  • »
    »
    3 недели назад, скрыть # ^ |
     
    Проголосовать: нравится +13 Проголосовать: не нравится

    Looking at the code for Problem E, what kind of person would write such a long definition on a single line (the fourth line)?

    If you interpret this as a way to make the code more compact (by consolidating lines), then why are the assignment statements on lines 19 through 24 separated?

    The only explanation is that the AI-generated code was partially modified.

»
3 недели назад, скрыть # |
Rev. 2  
Проголосовать: нравится +20 Проголосовать: не нравится

He became Master yesterday... Please ban him codeforces, he'll get LGM soon if we doesn't stop him.

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

Cheating Master

Yes.

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

Look at his most recent performance... he solved problem B in less than a minute! Wow he's so great! I want to be just like him when I grow up! (bushi

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

I am amazed that he has cheated again.

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

When others increase their ratings, they take the stairs, but yql0991666 takes the elevator—an elevator whose brakes have failed, going straight to the top. However, I believe that the elevator he is riding will eventually reach the apex, crashing forcefully into the top-level support beam and completely destroying the account. It now seems that day is not far off.

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

BitByBit123 pls can you make blog about suspicios Master azizs look how he participated at last contest as a proof (he got 5th place in official standings but he's a noname guy)

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

Hello! I am Yin Qilong from 2030! I will tell you 2 good news!

  1. I, yql0991666, am finally banned in Codeforces!!! And I failed the senior high school entrance exam and cannot attend senior high school!!!
  2. wangzeyu2013 finally AKed IOI 2030!!!!! stO wangzeyu2013 Orz!
  • »
    »
    3 недели назад, скрыть # ^ |
     
    Проголосовать: нравится +7 Проголосовать: не нравится

    Yeah that's right.

  • »
    »
    3 часа назад, скрыть # ^ |
     
    Проголосовать: нравится 0 Проголосовать: не нравится

    sto Cute_Wazzy orz

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

There we go.He just became master.Good news huh?

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

Good News! yql0991666 have been banned!

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

Congratulations! The cheater has been banned. I hope more cheaters will be found and ban the in future!

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

Congratulations on banning yql!

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

Good job banning, Codeforces did the right thing

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

Justice has been served.

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

I, yql0991666, am finally banned! Congratulations to me!

»
3 недели назад, скрыть # |
Rev. 2  
Проголосовать: нравится 0 Проголосовать: не нравится

https://codeforces.me/contests/with/Pirate-King (https://codeforces.me/contests/with/Pirate-King)

check this guy his name is rahul singh and he is cheating so smartly that no one can catch him. 6 months back he was an expert and all of sudden he can become international master. I know it is possible but he cant do that with very few problems solved.