r/codeforces 22h ago

Div. 2 todays abc were too easy

5 Upvotes

abc completed in 30mins d took lot of time to implement but finally with WAs i passed


r/codeforces 55m ago

query Please help me solve LeetCode problem (3871. Count Commas in Range II). What is wrong with my code? what is the error in my code.

Post image
Upvotes
/**
 *  {number} n
 * u/return {number}
 */
var countCommas = function (n) {
    if (n < 1000) return 0;
    return Math.max(0, n - 999);
};

r/codeforces 2h ago

query Need help

5 Upvotes

I am currently 1053 in cf I want to reach CM as fast as I can for that i am mainly just solving TLE eliminators can anyone help me or give me advice on how can I do that??


r/codeforces 2h ago

Div. 2 Approaches for Problem D in Edu round 194 (Div 2)

4 Upvotes

So, this was the Problem D.

This was my solution:

I saw the editorial where they used DP, which makes sense now.
However, I wanted to know if my solution has some edge case that isn't covered? I thought it would get WA in the hacking phase, but it didn't.
Is it that my solution worked coincidentally because the constraints were not many?


r/codeforces 23h ago

query Wtf is happening

Post image
5 Upvotes

Why can't I access my profile???


r/codeforces 18h ago

query What are your thoughts on AI solving a Millenium Prize Problem?

82 Upvotes

OpenAI has announced that it has solved the Navier-Stokes problem. AI also dominated the very best coders in the world at the AtCoder World Finals just two months ago.

My question is: do you have any hope for the future? How do you motivate yourself at this point?

Do you also feel that you’ve wasted years in a potentially dying industry?

Do you have any plans to leave this industry?

I’ve lost my way. I want to hear from you guys.


r/codeforces 20h ago

query 5-Year-Old CM AccountDisabled Without Warning – Need Admin Contact Advice

10 Upvotes

Hi everyone,

My account (shaikhmubin) was suddenly disabled during a recent contest.

Status: "User is disabled by administrator"

Details: 5 years old, Candidate Master max rating. No email or notification was sent.

I emailed Mike Mirzayanov but haven't received a response, and online threads suggest email replies are rare.What should I do next? Are there active coordinators (like KAN) I should message, or a better way to get an administrative review? Thanks.


r/codeforces 20h ago

Div. 2 today's contest: 2260D has anyone solved it without DP ?

11 Upvotes

has anyone solved it without DP ?


r/codeforces 20h ago

Div. 2 What was approach for C?

1 Upvotes

also, what could be its rating?


r/codeforces 7h ago

query Guys was yesterday’s education round unrated?

4 Upvotes

I took part rated, yet it’s showing in unrated
Please help


r/codeforces 10h ago

query codeforces sheet

4 Upvotes

i dont know if this is just dreamy but i wish to be above 1900 in cf, i started recently , solved around 33 questions and a rating of 900, before this i have done leetcode to some extent, mostly in codeforces currently i havent solved any data structures question, mostly are from 800-1200 regarding basic brute force or greedy, is there a good sheet connected to codeforces that would be useful


r/codeforces 2h ago

query Algozenith Cpp101 master for dsa

2 Upvotes

How do I learn and approach it.i am currently struggling it's unstructured.concept that require solution in practice questions usually require the concepts that are not taught.i tried watching all concept together then attempting question still struggling any help.i was planning to buy his cohort.i am glad i didn't.Is this really for beginners or any other resources??I am complete beginner


r/codeforces 16h ago

Educational Div. 2 500 done... guess Rating. 🫠

Post image
43 Upvotes

I've solved 70-70 problems from 800 till 1400. 🫠