yeah so um HOW THE ACTUAL FUCK DID 8k/10k DIV 2 PEOPLE SOLVE B if you look at the page im on in standings
IM THE ONLY ONE WHO SOLVED C AND LITERALLY EVERYONE ELSE INSTASOLVED B
this idea is like harder than 90% of div2 Bs, after seeing the solution, yes it makes sense but i am not expecting newbies to solve ts
so either half of the people in the div2 are cheating (which is crazy), or this somehow is a 1100 and im super retarded? (but if the latter was the case then how the fuck did i solve C when far less people solved C)
like C is way easier, even after seeing the sol to B, even though I literally overcomplicated C, it was still far easier than B
like ofc I enjoy cp and wanna solve for fun, but when 8k people solve something within an hour and you cannot in 2, and then half of them get stuck on the next problem but you can solve it reasonably fast, how the fuck would you not feel borderline suicidal
all of you downvote ts i dont care i want an answer









TBH I looked at div 2 B and it looked kinda hard but that could also be because I didn't force myself to sit down and really think about it. At least statistically it seemed like everyone thought B was easier than C.
Bad variance is also absolutely a thing, sometimes you'll have a hit or miss problem and you miss. Reference spectral cup round 1 when I got cooked by C and got a pupil perf as a 1900 :sob:
Hey do you have any prior experience in programming. You got to master really fast, so just wondering what was your practice style.
yeah cuz his id seems sus
btw your id seems sus too ...reached expert in only 150 questions
stop suspecting ppl, they might've practiced on other websites
Fair Enough
Claude fable 5It was super controversial last time so to the best of my knowledge I think the source of my somewhat fast improvement is
Also idk if the orange is staying I think from my last few perfs I think it might be staying and I hope it does lol
okayy bud i was just amazed by looking at your profile ...so i asked ...its incredible if you did all that ...USACO guide helps a lot ig ....And i liked that you keep a doc of all problems and what you learnt from that.
Hope you keep up orange!
Congrats for master. can you help me with these doubts.
how much time do you spend on a single problem? what do you do If you're not able to solve it, whats the time you give (max time) before jumping to another problem or seeing solution? Do you leave a problem entirely without seeing editorial to the next? How do you know that you mindsolved it?
correct me if i am wrong, mindsolving means solving the entire problem entirely using your brain without writing anything, right. What does solving mean for you?
How do you know which problems are quality problems, and which problems you should skip
By mindsolve I mean have an idea with the right complexity and knowing how to implement it but not actually writing the code because I was a lazy bozo. You can absolutely use paper lol
For amount of time I don’t think there’s a magic number. Don’t just blindly follow what I say but I usually do 25 min at least before looking at solution, and if after 25 min I have some progress I might think for like 30-40 min in total before giving up.
For good vs bad unfortunately there’s no way, I occasionally get cooked by a ridiculous problem and then crash out after seeing the editorial. Maybe you can get a buddy and you guys can trade good problems with each other.
greateric can you share plz your google doc maybe i'll get some useful patterns there?
Alright I think we need to make a how I practice blog but it feels like I’m larping as an LGM if I do that :sob:
damn greateric is now orange.
yessir
orz
orz
orz
I'm waiting to say "damn greateric is now red"
statistically M -> IM is the hardest transition only after expert -> CM so I got some work to do lol (including maintaining orange first)
you are my insperation.
thank you gleborz
AI finds nothing there so they can't be cheating
Literally my brain
At this point I just participate in contests for fun, rating is a joke kinda with today's cheating situation. For rating I just participate on AtCoder which I feel is more fair and reflects your growth with more honesty.
The anti-cheat system is getting better though, a lot of cheaters were caught this round.
i lowkey took less time solving c and d than a and b lol. so it's not just you
This round ranking is very abnormal.
Div 1 has two CM that reach top 20 and several Master, one of the CM beat tourist and have been cheated in history. You can check the profile.
Div 2 is even worse, so many Newbies AK this contest, and problem Div 2F accepted users is nearly as same as Div 2E, which makes no sense because Div 2F is much harder.
One newbie have stayed in the Newbie for 15 rounds and AK this round, could you believe it? Here is this user's profile. Link
I went through every profile in the recent Div. 1 top 100. I'd say there are around 40 cheaters + 10 alts/cheaters among them. A couple of them got banned on atcoder and still received prizes after 1100 round. Many legit cpers are quitting, and because of that, the influence of cheaters is increasing. Nowadays, it's just better to vc 3 y.o. contests and estimate rating for yourself.
Today I practiced on an educational round 6 y.o and got 2600+ performance.
Yep, it's the sad reality of online competitions nowadays. Before for avg ~2100 div1 participant, getting a 2400+ perf in div2 was relatively easy. Now you're competing against cheaters and strong div1 users with deflated elo. That's why we see many old trusted users hitting the lowest elo they've had in 5+ years.
Valid crashout.
The bad problems order and mismatch points is already bad.
The solve count based on the difficulty of the problems also makes no sense.
Editorial gives little to zero explanation (Div2B) even I think explanation is misleading so I have to ask around for the better one...
The overall quality is so bad.
atp I am so done with contests, I stopped giving now, only giving atcoder now
For me it was one of my fav div2B, i think this might be just me hating greedy and constructives, but yeah it really isn't as bad as people say it is, because there are people like me who found B easier, so you can't project your weakness in some area as the problem being unfairly placed. It was different from the normal B's is what I'd like to say and bringing something fresh is necessary to keep the platform alive.
B one was pure luck type thing see , all answers were in power of 2 so i first tried k=(r*c) then ans= 2^(n*m-k) then i tried r-- ; c--; then same then just did r=n-r , c=m-c; then ans=2^(n*m-(r*c)) then did r--; c--; then again same formula and all were matching testcases and got ac i thought of something else did something else but got correct answer so i see it as a win ig although lost 32 rating points
I dont know why but i found C more easier than be it took me less time to solve it maybe because i think knew the bitwise thing and in B was more a guesswork (acc to me) The problem with B was it wanted us to write down the guesses, the assumption, It was playing with our daring to not pick up the pen on A B and start the writing part in C or D so the thing most people didnt solve B my guess they they were trying to visualise it in their head rather than writing it down on a piece of paper. It really tested the EGO of the guys saying div 2 B i can just do it like i do div2 A
Exactly it took me 2 hours to solve B .
Then i did C , D within 2 hours after contest with no editorial :(
div 2 B was kinda hard, however, i didn't solve C at all! B was kinda fun too!
I literally don't understand how people might even think that C/D is easier than B. B took me only 9 minutes, C took me 30 mins, and D took me over an hour. Sure, there might be some difference (I know combinatorics for B very well, C is just legit hard, and I was just stumbled on D), but not an hour long one...
You're genuinely referring to Camus' philosophy.
as if camus isn't famous for saying "don't kill yourself pls, do weird shit. live in the face of the meaninglessness of life"
bro posted one sentence from "The Myth of Sisyphus" by Albert Camus without context and flipped the entire meaning of the book :sob: also what kaislash said is literally just the book tl;dr'd, that's literally his most famous work
i guess it might be guessing? cheaters yes, but I think B is guessable. also B literally gives you a pre-rref'ed matrix and asks you to print the rank which is literally the number of rows btw :sob:
Just become a candidate and skip div2 AB... Sometimes that problem is crazy.
Yeah I think every single one of problems A through E from yesterday's contest is underrated on CLIST. Kinda wild
I would say B is easier than you make it out to be, but I never really understood why my solution worked and just guessed as soon as I found something that worked since test case 1 was generous. I do generally prefer problems with edge cases in the test cases but this one just felt like the one edge case in there was to help you make a wild guess rather than a collection of edge cases to save you the time of brute forcing them yourself.
I just read that problem and I think it's completely free if you notice that you can think about each prime independently; for all primes $$$p$$$, if $$$x, y, z$$$ are their exponents in $$$a, b, c$$$, then the condition is just $$$\min(\max(a, b), \max(b, c)) = \min(a, c)$$$ , which one can see is equivalent to $$$b \leq \min(a, c)$$$ after thinking for a bit.
Maybe you're overrating the difficulty of the problem because the editorial doesn't mention that?
I do agree that solve counts are often ultra sus nowadays, but not really for this problem imo
I think they were referring to this problem
Hahaha oops, thanks. I also don't think that problem's solve count is too sus, but it's less free for sure
Sorry for writing this, since then I realized I'm just stupid and not meant for cp, and I was blaming it on other factors. I will never do this again
noooooo mamborz don't quit :( I believe in you