NoCap09's blog

By NoCap09, history, 5 hours ago, In English

If you've spent time on Codeforces, you've probably experienced these:

  1. Submitting and praying it’s not Wrong ans on test 2.
  2. Thinking you've solved problem C, but it’s TLE.
  3. Seeing "Pretests Passed" and celebrating too early.
  4. Getting a hack in Educational Round and feeling like a genius.
  5. Copy-pasting someone’s template and not understanding half of it.
  6. Checking rating updates like it’s stock market news.
  7. Getting -100 in a contest and swearing you’ll quit CP (but never do).
  8. Seeing Div 1 problems and wondering if they are even real.
  9. Hoping for an easy A but getting an implementation nightmare.
  10. Saying “just one more problem” and then realizing it’s 3 AM.

Which ones do you relate to? Drop your favorite Codeforces moment in the comments!

  • Vote: I like it
  • +8
  • Vote: I do not like it

»
5 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Real

»
5 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

uou have forgotten to add,find easy problem make an fastly solution and dont checking it submit it,and after an 20 minutes finally solved it

»
3 hours ago, # |
  Vote: I like it +1 Vote: I do not like it

Reading a problem that's impossible to solve, then reading it again a year later and this time it's the easiest problem in the world

  • »
    »
    3 hours ago, # ^ |
      Vote: I like it +5 Vote: I do not like it

    Oh, and, of course, solving a problem in 10 minutes, then waiting for another 10 for Cloudflare to be convinced you're not a robot

»
2 hours ago, # |
  Vote: I like it +1 Vote: I do not like it

Newbies' bingo xd

»
89 minutes ago, # |
Rev. 2   Vote: I like it +1 Vote: I do not like it

11 . Correctly solving a problem and then getting an overflow error in contest and wondering where the heck it can be wrong

»
85 minutes ago, # |
  Vote: I like it +1 Vote: I do not like it

Don't forget about forgetting to MOD or not using long long.

»
70 minutes ago, # |
  Vote: I like it +1 Vote: I do not like it

the queue being so long you just assume AC and move to the next problem until you pogger consecutive WAs

»
70 minutes ago, # |
  Vote: I like it +2 Vote: I do not like it

Defining a variable name too long/stupid and instead of changing it, go along with it and get hurt everytime you write it.

»
53 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it
  1. Getting hacked/FST by hash collision on map/set/dict.
  2. Try not to cry all over the comments section.