Is it just me or do you also constantly keep on refreshing the standings page few hours after a contest to check your rating change??
# | User | Rating |
---|---|---|
1 | tourist | 3856 |
2 | jiangly | 3747 |
3 | orzdevinwang | 3706 |
4 | jqdai0815 | 3682 |
5 | ksun48 | 3591 |
6 | gamegame | 3477 |
7 | Benq | 3468 |
8 | Radewoosh | 3462 |
9 | ecnerwala | 3451 |
10 | heuristica | 3431 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | -is-this-fft- | 162 |
3 | Dominater069 | 160 |
4 | Um_nik | 158 |
5 | atcoder_official | 157 |
6 | Qingyu | 156 |
7 | adamant | 151 |
7 | djm03178 | 151 |
7 | luogu_official | 151 |
10 | awoo | 146 |
Is it just me or do you also constantly keep on refreshing the standings page few hours after a contest to check your rating change??
If you've spent time on Codeforces, you've probably experienced these:
Which ones do you relate to? Drop your favorite Codeforces moment in the comments!
1. Rating Isn’t Everything
Many beginners (including me) are obsessed over rating, but the real goal should be skill improvement. A higher rating is just a side effect of getting better at problem-solving.
2. The Real Game Starts After the Contest
Most learning happens after a contest, not during it. Upsolving is where you bridge the gap between where you are and where you want to be.
3. Debugging is a Skill
Competitive programming isn't just about solving problems—it’s about solving them correctly. Learning to debug fast (without relying too much on IDEs) is an underrated skill.
4. Problem Tags Can Trick You
Relying too much on problem tags can slow down your growth. If you always filter problems by tags, you might miss out on developing raw problem-solving skills.
5. Never Trust Sample Cases Blindly
Many problems have weak sample cases that don’t expose hidden edge cases. If your solution passes the samples but fails on submission, try these:
Test with all zeros, all ones, or sorted arrays Try minimum and maximum constraints
Conclusion
There’s a lot more to Codeforces than just solving problems. These small realizations have helped me a lot, and I hope they help you too. What are some unwritten rules you’ve learned? Let me know in the comments!
Name |
---|