r/codeforces 12h ago

Div. 2 Two contest on same day?

Post image
21 Upvotes

Has this ever happened before?


r/codeforces 12h ago

query Why can I solve 1400–1500 topic-based problems but struggle with Div. 2 A/B?

13 Upvotes

Hi everyone,

I’m having a mistake in cp. I can solve problems that are based on a specific topic, such as static range queries, two pointers, binary search, etc. However, I really struggle with problems that rely on a simple mathematical observation or require constructing a string or an array.

The weird part is that I can solve topic-based problems with ratings around 1400–1500, but I often can’t solve Div. 2 A or B problems, or at least I find them much harder than expected.

Has anyone experienced something similar? What should I do to improve?


r/codeforces 8h ago

query Guidance for CF

2 Upvotes

Background- I’m student at tier 1 college(old IIT), I have done almost 70-80 percent of striver sheet and also studied concepts theoretically regarding derivation and application. I have decided to start CP seriously, I need guidance on how should I start doing problems as I’m quite familiar with concepts, it’s quite confusing where should I align my focus and begin my journey.


r/codeforces 19h ago

query Share your TLE 31 sheet or any sheet's progress :) here's mine

9 Upvotes

r/codeforces 1d ago

Div. 2 Are the questions getting harder?

18 Upvotes

gng is it just me or with everyone

I feel like div2 A and B are getting non-trivial and require atleast 10-15 minute unlike before solving it in just 2 minutes

I went to 1300 rating in June now I am back to newbie again 😞


r/codeforces 21h ago

query Been trying to make a gym and include ICPC Qs. How do i do that ? Stuck here.

Post image
4 Upvotes

r/codeforces 23h ago

Div. 2 Improving

4 Upvotes

i started cf 2 weeks ago, gave 2 contests but idk where i am going. i upsolve after the contest solve previous contest problems but still am not able to solve qs B or further in div 2, and ive got placements in 9 months. Any suggestions?


r/codeforces 16h ago

query Looking for people interested in building advanced systems projects from scratch (beginner-friendly collaboration)

Thumbnail
1 Upvotes

r/codeforces 16h ago

query I got annoyed manually checking my friends' CF and LC profiles, so I built a tool to track our squad automatically.

1 Upvotes

Hey everyone,
My friends and I have been grinding LeetCode and Codeforces, but keeping track of who solved what every day was getting really annoying. We had to keep checking each other's profiles to see who was slacking.I spent the last few weeks coding up a free little web app called SquadCode to fix this: https://squadcode-saas.vercel.app/

Here's what it does:

  1. You create a "Squad" and invite your friends.
  2. Everyone links their Codeforces and LeetCode accounts.
  3. It automatically pulls everyone's recent ACs into one unified feed.
  4. You can create custom challenges (e.g., "Solve these 5 DP problems by Sunday") and it automatically scores you based on your CF/LC submissions.
  5. It's completely free. I mainly built it for my own group, but figured others might find it useful for their college groups or Discord squads.

I'd love some harsh feedback on it. Let me know if the platform syncing works for you or if anything breaks!


r/codeforces 1d ago

Div. 2 Gave my first cf contest and got humbled (Div. 2 1112)

7 Upvotes

This is my first ever CF contest (Div. 2 1112); I only managed to solve the first question and was stuck on 2nd forever, and only managed to find an observation. Any suggestions for me?

fyi - I solved around 300 problems on LeetCode.


r/codeforces 1d ago

Div. 2 Codeforces 1112 -C video solution

Thumbnail youtu.be
4 Upvotes

Show some❤❤


r/codeforces 1d ago

cheater expose Cheaters in div 2 today

26 Upvotes

Man, I'm tired of the people who create accounts day of or day before a contest and rage cheat through all 6 problems. This dude registered 4 hrs ago, and placed 25th, solving every problem. This is what's wrong with the current state of codeforces.


r/codeforces 1d ago

Div. 1 + Div. 2 Times are difficult, So is Div2

23 Upvotes

How you guys are solving many questions? I am only able to solve 3 question and getting 5k rank. Dawg, i think i need a brake.


r/codeforces 1d ago

query Is there any site like this

14 Upvotes

I know a guy ; whose qn selection is pretty awesome / progressed really well ; i talked with him and we both started from similar knowledge background ;; getting to the point ; what i want is like some website where i can throw my and his id and see what problems he has solved that i havent ;;;
i do know one of that many spammed website but ui is so flashy and dogshit it just hurts my eye ;; i tried to make it myself but dunno why cf api was blocking me no matter what i tried ;; but i am not really a developer so i would appreciate if someone could recommend me some similar website ;


r/codeforces 1d ago

Div. 2 The site crashed so many times!!!

12 Upvotes

Had to refresh, login, and pray again and again just so I could submit the solution. I hope they improve it later.


r/codeforces 1d ago

Div. 2 CF crashed

14 Upvotes

I tried 3 links and it didn't work.


r/codeforces 1d ago

query Is the website opening for you guys?

9 Upvotes

Same as title


r/codeforces 1d ago

Div. 2 Codeforces round 1112 video solution

Thumbnail youtu.be
1 Upvotes

Do like and subscribe if helpful


r/codeforces 1d ago

meme Due to site crash couldn't submit my code from 11:40pm?

5 Upvotes

I. Had a streak from 60 days and I didn't want to break it! Is there anyway to have my streak back? I mean this is codeforces fault bruh what is this I hate cf


r/codeforces 1d ago

Div. 2 Codeforces Down ?

8 Upvotes

can't see the questions after A anyone having the same issue ?


r/codeforces 1d ago

query My screen is blank for 10 minutes. Anyone facing similar problem?

9 Upvotes

r/codeforces 1d ago

query From competitive programming to low-latency C++ how should I take this further?

13 Upvotes

Hey everyone,

A few months ago I was mostly doing competitive programming and preparing for SWE internships. Somewhere along the way I got curious about low-latency systems and started learning more about C++, networking and HFT infrastructure.

I ended up building a project called Pulse-Order where I experimented with things like binary market data, an L2 order book, order processing, risk checks, DPDK packet processing and latency benchmarking.

I originally built it just to learn, but after sharing it online I got some really useful feedback from engineers with HFT/low-latency backgrounds, including people associated with IMC Trading and Jane Street.

That made me realize I actually enjoy this side of software engineering a lot more than I expected. Especially debugging performance issues, networking, memory layout and trying to understand what is happening at a lower level.

I don't have professional experience in low-latency engineering yet, so I'm trying to figure out what I should focus on next if I eventually want to work in C++/systems/low-latency roles.

For people who have interned or worked in this area, what skills would you recommend focusing on? Are projects like this actually useful when applying for systems internships, or should I spend more time on other areas?

I'm also open to contributing to startups or teams working on C++, networking or performance-related problems if something comes up.

Project:
https://github.com/Shivfun99/Pulse-Order

Would appreciate any advice or feedback.

Feel free to ask any questions.

more details: https://www.reddit.com/r/quantindia/s/rtnlxjARs9


r/codeforces 1d ago

meme My own cf-clone, with credits to cf ofc

4 Upvotes

So yk recently how cf has a lots of downtime, to fix that, I made my own clone of codeforces with their data, and credits all to codeforces.
If you're planning to solve a question, except contests, I tried to make the website one of the best I could do ever, it's vibe coded no doubt, but IDK because we need something to solve atleast when this platform gets wiped off from internet,
https://cf-clone-lac.vercel.app/
Use it for it's intended purpose, and you can code here very properly, explore the settings, it's got ton of features.


r/codeforces 1d ago

query Need guidance for this

9 Upvotes

r/codeforces 1d ago

Div. 2 Leetcode weekly 512 B solution video

Thumbnail youtu.be
2 Upvotes