| № | Пользователь | Рейтинг |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | jiangly | 3631 |
| 4 | Kevin114514 | 3574 |
| 5 | maroonrk | 3521 |
| 6 | strapple | 3515 |
| 7 | Radewoosh | 3461 |
| 8 | tourist | 3428 |
| 9 | turmax | 3378 |
| 10 | Um_nik | 3376 |
| Страны | Города | Организации | Всё → |
| № | Пользователь | Вклад |
|---|---|---|
| 1 | Qingyu | 162 |
| 2 | adamant | 148 |
| 3 | Um_nik | 146 |
| 4 | Dominater069 | 143 |
| 5 | errorgorn | 140 |
| 6 | cry | 138 |
| 7 | Proof_by_QED | 136 |
| 8 | YuukiS | 135 |
| 9 | chromate00 | 134 |
| 10 | soullless | 133 |
|
+54
Suggestions to minimize any doubt in the legitimacy of your recording:
Another thing, Even if your performance is less than master (Expert performance for example) I think it'll still be enough evidence that you don't cheat because even masters can have Expert performance if they're having a bad day. |
|
+32
In my blog, I provided clear evidence that you submitted a solution identical to another user, __Midoriya__. Whether or not that account is your alt does not matter — copying another user's solution is still against the rules. The other points I mentioned were additional evidence suggesting that you may have cheated. If you believe those accusations are incorrect, you can still be banned for copying the solution of another user, __Midoriya__. I hope MikeMirzayanov and KAN will act quickly, as this Codeforces rule-breaker keeps yapping everywhere. |
|
+31
3 days and still nothing... |
|
+29
Do you deliberately want to get a negative contribution? |
|
+27
i dont know why these cheaters keep trying to defend themselves when anyone with a brain can just look at their submissions and instantly tell this isn't legit... |
|
+25
aufannn will win Gold IOI 2026! |
|
+22
I definitely didn't comment that for that reason, and I am definitely not commenting on this for this reason. |
|
+21
Wouldn't it make perfect sense to automate cheater banning? I think that most people being able to vote would result in a few disasters, but for example allowing only people with rating at least something to vote should do, right? If not voting about banning someone, but even about suggesting these people for a check, I think that if admins would be able to enter a profile of a person and see that for example "95 out of 100 grandmasters voted that this person is a cheater", it would significantly help with cheater detection, right? In most online games (even in the calm ones, like on chess.com or something) you can report people, maybe cf should have something similar? |
|
+18
Let me bump this once, maybe was simply skipped. |
|
+17
This is an |
|
+17
You're using Then on 25/11/22 https://atcoder.jp/contests/abc433/submissions/71165721 you used Very AI-ish variable names in https://atcoder.jp/contests/agc077/submissions/74532136 and https://atcoder.jp/contests/abc432/submissions/70983076 (different from your other code's short variable names) Unnecessary change: https://atcoder.jp/contests/abc432/submissions/70982123 to https://atcoder.jp/contests/abc432/submissions/70983076 1. to 2. to If you say you're formatting code, why not add a space after You're a legit(probably) player in abc428 and before contests. Example: https://atcoder.jp/contests/abc428/submissions/70260203 using your unique Then you deleted this unique identifier, and every code of your next contests seems AI. Being good in offline contests doesn't mean you're a legit player in online contests. If you think using AI for training can improve yourself, just continue; but do not participate contests using AI, violating the platform's rules, bringing unfairness to actual legit players. I don't know if China's offline contests have strict invigilation but I hope so. Note: suspicion only. |
|
+17
AI generated text too |
|
+16
I think C. much more than xxx is good, it's a comparison. much than xxx is grammarly incorrect. and if choose C, it equals to "My son is expecting the holiday much more than we are expecting." Valid comparison. If choose D, it's comparing "my son expecting holiday" to "we"; which is mismatched. If choose B, "much as we do" isn't logically correct. If you use "as much as we are" it'll be correct. Note: "much more than we do" is also incorrect. |
|
+15
I will let you know tommorrow. |
|
+14
This site is for CP... |
|
+13
Based on his ties to Epstien, Trump is very relavent to CP |
|
+12
If I understand correctly and both "systests = pretests" and "Don't worry, if you tle on systests, it will be rejudged." hold, then the only reason to resubmit is because of being afraid of hacks, right? I'd say then that the number of resubmits would be way less if this information would be public (assuming that they are true). To show that the fact that this is not public really influences results and performances, here are some statistics about all current LGMs — for each of them I've checked in how many rated rounds (during the last 3 years, as I don't know for how long it's been the case) they had at least one submission judged as "skipped":
It varies from not resubmitting at all to resubmitting in more than 20% of rounds. Not sure if I'd call it a skill issue though. The conclusions seem rather clear (at least for me), but I'm still hoping for some official comment on the matter, as it's hard to simply accept those, for example because of the situation mentioned in UPD. |
|
+12
As a writer & tester, I highly recommend this contest with plenty of data structure problems. |
|
+12
In one of MIDORIYA_'s comments: As for the variable names, I intentionally make my code more readable sometimes. A lot of juniors and friends use my solutions as references while training, so I prefer leaving the code documented and understandable instead of keeping variables named like puzzles nobody can read. Even I can make a better excuse lol. |
|
+11
It's even faster just to build prefix sums to figure out where each element would go in a flattened array of all the vectors. I built V at the end in the code, but you can probably just use std::ranges as well to avoid another copy (although that's a small part of the runtime). It runs in about 0.9s on my PC, while your optimized solution takes about 1.15s. If you don't build V then my code takes 0.77s. Code |
|
+9
Auto comment: topic has been updated by CRH826 (previous revision, new revision, compare). |
|
+9
Auto comment: topic has been updated by CRH826 (previous revision, new revision, compare). |
|
+9
I think someone in codeforce adminstration have a very bad habit of procrastination. |
|
+9
It may or may not be. I have experience participating in KOI, so I don’t believe he is lying there. However, I cannot see how he wasn’t cheating on Codeforces. His submissions just don’t make sense in a human standpoint. |
|
+8
I like data structures. As a tester, I also highly recommend this contest with plenty of data structures. |
|
+8
|
|
+8
The correct option is B. more than we are. Here is why: When making a comparison, the auxiliary verb in the second part of the sentence needs to match the verb tense used in the first part. Your sentence: "My son is expecting..." uses the present continuous tense, so the matching verb for "we" is are ("...more than we are"). If you wanted to use option A, you would need to change the first part of the sentence to the simple present tense: "My son expects the holiday much more than we do." |
|
+8
orz bitset |
|
+8
what are you saying? please say in english |
|
+8
375830571 Claim about being KOI silver is probably lie. |
|
+8
Just make a graph on this and do BFS with checking that the day/night properties hold for visited cells. Why wont this work? |
|
+8
While the subject of your concern may indeed affect chances winning macbooks, I think you're missing a more important problem, which also affects your chances for material prizes. NanYan in your LGM list is very likely a cheater. User with similar nickname who scored high places in rounds was banned on AtCoder. XVIII is a cheater who scored even higher places and even won one Div 1. He also scored 3rd in Spectral::Cup 2026 Round 1 (Codeforces Round 1094, Div. 1 + Div. 2), and despite numerous blogs calling him out, according to this admin's comment https://mirror.codeforces.com/blog/entry/153179?#comment-1362536, they contacted him to give instructions to receive a prize for 3rd place. Good news is that XVIII is banned now. Bad news is that he was only banned after about a month after he reached LGM, and after he could've received the material prize, and there are other LGM cheaters who are not banned. |
|
+8
Thank you for explaining. I'm just who wants a fair competition environment, and if you did not cheat, continue improving yourself and make greater progress. You're already a red coder, one of the strongest coders in Codeforces. |
|
+7
Thanks for 5 skipped contests! |
|
+7
Your code indicates potential AI-usage behavior. https://mirror.codeforces.com/contest/2229/submission/375803503 -> What's the function of Also in your practice (https://mirror.codeforces.com/contest/163/submission/375225747) you used In your practice https://mirror.codeforces.com/contest/679/submission/375291831: write segtree not in a struct; using C-style arrays. In your contest https://mirror.codeforces.com/contest/2229/submission/375847377: write lichao tree (a variation of segtree) in a struct; using C++-style vectors. Also many of your codes have AI-ish behavior (AI-favored variable names), but I'm not listing them. Your AtCoder account (https://clist.by/account/MCYYDS/resource/atcoder.jp/) is also banned. Note: This is just a suspicion. |
|
+7
why nobody downvote me? |
|
+7
Я конечно не самый опытный спорт прогер, но слепой печатью владею и могу сказать, что учиться этому навыку не надо, он сам придёт с опытом |
|
+6
Problem source? If You can get the roots: 1) Just* divide your original $$$P(x)$$$ by $$$(x-x_{root})$$$: $$$P(x)=(x-x_{root})*Q(x)$$$, repeat getting roots and factoring for $$$Q(x)$$$ $$$*$$$ Terms and conditions apply if the root is approximate (You've mentioned calculator) 2) If $$$x_{root}$$$ is a repeated factor of $$$P(x)$$$, then it will be a factor of $$$P'(x)$$$, more formally: if $$$P(x)=(x-x_{root})^2*Q(x)$$$, then $$$P'(x)=2(x-x_{root})*Q(x)+(x-x_{root})^2*Q'(x)=(x-x_{root})(2Q(x)+(x-x_{root})Q'(x))$$$ Similar for higher multiplicities/higher order derivatives of $$$P(x)$$$ |
|
+6
|
|
+6
How can you prove that you "competing in ICPC-style contests like the ECPC where I achieved good standings"? UPD: A friend of mine told me that "btats said he participated in the past years in the ecpc and somethings and got high ranks , he can't prove that as that's his first year in the uni so he didn't participate in anything yet , acpc teens he just participated one time and didn't qualify or got any ranks , same for eoi he participated only one time and didn't make any rank he is just using that as an excuse to say he is a pro but that's not true at all". If you cannot provide real evidence, then it only makes your claims look false. |
|
+5
010-Miras.N-2027 , 010-Miras.N-2027 and 010-Miras.N-2027 are obviously cheaters. |
|
+5
My son is expecting much more than we do |
|
+5
B sounds more natural to me, since the first part is "My son is expecting" and not "My son expects" (in which case I'd say A). |
|
+5
I agree that B is definitely correct. To give a similar example that perhaps better illustrates the mechanic, consider the sentence The example in the blog uses the particle "than," which similarly mandates parallelism. The sentence |
|
+5
Even a master can have an expert-level bad day. But this guy? Best case scenario: newbie — bro went to ECPC Qualification 2025 Day 4 and solved exactly 1 problem |
|
+3
What an amazing blog! we want more like these. Whomever I share it with, loved it. However could you also explain the reason/proof behind the nim-sum being |
|
+3
I think problem F is very good, and I would like to share my solution, which seems to be different from the editorial. One of the main ideas is greedy, i.e., we stop as long as current state satisfies the requirement. The other one is as follows. For instance, given 19 11 12 13, what should we do with 19? The process wokrs as follows. 19 11 12 13 -> 18 12 12 13 -> 18 11 13 13 -> 18 11 12 14 One can see that, the result is just like we decrease 19 and increase 13, while the total cost is 3. Then, we go on with 18 11 12 14 -> 17 12 12 14 -> 17 11 13 14 which is again like that we decrease 18 and increase 12, with cost 2. After one more step we would get 17 11 13 14 -> 16 12 13 14 So, the total process is 19 11 12 13 -> 16 12 13 14, with cost = 3 + 2 + 1 = 6. We continue this and will get 16 12 13 14 -> 13 13 14 15, with cost = 3 + 2 + 1 = 6, and totally 6 + 6 = 12. Finally, we have 13 13 14 15 -> 12 14 14 15 -> 12 13 15 15 -> 12 13 14 16. Note that in fact, we can directly get 19 11 12 13 -> 13 13 14 15 with some simple calculation, which saves the time complexity. By enumerating the array from right to left and implement the above method, the problem can be solved. |
|
+3
Europe, Switzerland, ETH Zürich, Ctrl+Alt+DelETHe: VesselinMarkovich, jumpmelon, and Tudy006 |
|
+3
Today is not April 1st |
|
+3
France:
|
|
+3
yessir definitely |
|
+2
Actually I can answer these question. When I first started learning information competition, one of my teachers told me that the abs function in C++ would encounter errors when passed a variable of type long long. Therefore, I developed the habit of defining my own abs function. I often name this function abss, which you should be able to find in my other codes. I have recently been learning to use vectors, because in my previous understanding, defining non-global arrays is unsafe, and vectors can address this issue. In Round 1100, the Li Chao's Line Segment Tree I used for Problem G appeared in a mock competition that morning (my time zone is UTC+8). I used it when revising this problem after the competition, saved it, and made it one of my data structure templates. If you know classmates who participated in the same mock competition as me, you can ask them about it. I recall that Codeforces allows preparing some templates before a competition. If this violates the rules, I apologize here and apply for withdrawing my scoring for this round. Regarding the ban from AtCoder, my understanding is that it was an accident. After the competition, I inquired with my friend about AtCoder's appeal channel and lodged an appeal. However, the response I received only stated that I had violated the community rules, without specifying which rule I had specifically violated. To this day, I still don't know which rule I broke. Your skepticism is indeed reasonable. It does seem like my growth rate suggests cheating, but I have been studying information competition for 4 years. If you have any other questions or find any violations of Codeforces community rules, please let me know. Thank you |
|
+2
<3 |
|
+2
Eid Mubarak <3 |
|
+2
Eid Mubarak |
|
+1
whatever you say man |
|
+1
good way of thinking |
|
+1
No problem! I also got a contest of mine here: https://mirror.codeforces.com/blog/entry/150018 |
|
+1
You should have added "For each index $$$i$$$ you can choose to add $$$a_i$$$ to $$$c$$$ or $$$b_i$$$ to $$$c$$$", right? Edit: Ohh, sorry, it was at the bottom of the problem, I didn't see it, please move it up to the main section, I thought it was some random story and didn't read it :) |
|
+1
Looks like he is a big fan of Donald Trump. |
|
+1
Good Question Dude |
|
+1
it is also funny that how you are defending your stupidity. how fast are you to be able to solve C in 9 seconds and then in one 1 minute you solved D in last div2. |
|
+1
WTF https://mirror.codeforces.com/contest/2229/submission/375836893 is that bruh |
|
+1
Auto comment: topic has been updated by Rustamov_Dev (previous revision, new revision, compare). |
|
+1
thanks) |
|
+1
Thanks! |
|
0
Actually, you only use Kotlin. Why are you saying you use mutiple languages? |
|
0
Regarding TLE, As far as I understand, a submission is judged as TLE if it gets the TLE verdict twice in a row during the system tests. You can best observe this in the system tests in Edu-style rounds, when some hacks cause many submissions to fail with TLE. In system tests in such contests, you'll observe a small set of submissions get requeued periodically, and they all get TLE eventually (so you'll see a burst of submissions getting TLE in the status page). I assume this is done to save submissions whose running time is close to the limits. My opinion: Regardless of the existence of run-twice system in the system tests, the rejudge in this case shouldn't have happened. Submitting a slow solution that's close to the limit is itself a risky move, and you shouldn't complain if it becomes TLE eventually. This is true even for problems where pretests = systests. |
|
0
Автокомментарий: текст был обновлен пользователем Lmtoi.18 |
|
0
Автокомментарий: текст был обновлен пользователем Lmtoi.18 |
|
0
. |
|
0
Problem F has weak testcases. I submitted an incorrect code to get AC. The incorrect code I used involved continuous geometry. Example --> 1 6 2 2 3 5 6 6 Ans should be 5, i submitted two codes, one of which gives 4 as ans. Both got AC. |
|
0
That is not true, they are usually same as pretest on Div. 2+ for problems A to D, but in Div. 3/4/Edu, people can spam simple TLE or edge-case hacks to gain a lot of successful hacks with little risk. So you should also be careful of Codeforces' contests too. |
|
На
avighnakc →
OI Checklist: update blog (tons of new features), call for suggestions, 47 часов назад
0
please add ONI, national olympiad in informatics romania https://sepi.ro |
|
0
Auto comment: topic has been updated by Tyx2019 (previous revision, new revision, compare). |
|
0
+1 |
|
0
can mods ban him please? this account has been posting this type of shit constantly and its harming the platforms younger audience |
|
0
The thing is, sometimes, you cannot bring real evidence at all. That would require some sort of screen recording. I saw your message that you got silver in KOI. I, myself, participated in KOI and got gold this and last year. I am very skeptical of your submissions based on this. If you have years of experience, I doubt you would submit without checking pretests tbh. But that doesn't show anything anyway. Time can actually be a good indicator of cheating. The fact is, you have participated in one contest, and your submissions are very suspicious. You move around problems and submit to problems very quickly when it seems like you are working on another problem, looking at past submissions. No one can bring real evidence, and it is impossible to make sure everyone doesn't cheat. There are tens of thousands of participants in every contest. However, the Codeforces team must decide based on the evidence they have. And looking at your submissions, it doesn't look good. I do not have a problem with AI translation. Those are from other comments. Although I will say it looks like you are copy-pasting comments to AI and telling it to dispute them and basically say, "I am not cheating." Not an accusation, just that it LOOKS like it. It seems pretty clear, and I think everyone can see it for themselves. You cannot change my opinion at all, so I would not recommend trying to dispute my claims. |
|
0
Auto comment: topic has been updated by Stealthinator (previous revision, new revision, compare). |
|
0
Please add context, I thought you were posting a blog about a random problem on Codeforces, but I looked again and saw that you made the problem |
|
0
Dear Codeforces Team, I received this warning — Your solution 375813225 for the problem 2229D significantly coincides. The solution was written independently by me during the contest. The approach is fairly standard binary search, so similarities with other submissions may occur naturally. Please review it again. thanks |
|
0
ahaha yes sorry, i made the question. i was experimenting with polygon and uploading my question on codeforces, and writing tutorial for it. i didn't mean for this to be public |
|
0
Stress-test your code. Do not entirely trust pretests/samples |
|
0
Good, though I prefer GeoGuessr. |
|
0
You won't understand the feeling of ACing the pretest (which had exactly one test — the sample test), passing the stress test (without realizing that the brute-force code was wrong), and then getting 2/100 on the system tests (passing only 1 out of 50 test cases — the only one you passed was the pretest). It is kinda funny ngl. |
|
0
Auto comment: topic has been updated by MieAi. (previous revision, new revision, compare). |
|
0
i think ans is this My son is expecting much more than we do. |
|
0
ты |
|
0
I mean basically, solve a lot of problems, I am not even close there! |
|
0
Lesson: never define but use type long long directly. |
|
0
Auto comment: topic has been updated by panhkiet63 (previous revision, new revision, compare). |
|
0
I can tell he does all of this just to type 67 in the blog |
|
0
can you explain to me what is short addition chains? Also do you compute (m^m)^p with such technique? |
|
0
Auto comment: topic has been updated by potatoArmy (previous revision, new revision, compare). |
|
0
Auto comment: topic has been updated by liusixun2025 (previous revision, new revision, compare). |
|
0
Auto comment: topic has been updated by liusixun2025 (previous revision, new revision, compare). |
|
0
Can we fill the form 2 times to apply both tracks trading and tech Also a bit recommendation for trading side what do you mean by logical and analytical problem please give a bit of idea |
|
0
Why tf am I laughing?? |
|
0
Auto comment: topic has been updated by liusixun2025 (previous revision, new revision, compare). |
| Название |
|---|


