Блог пользователя NoCap09

Автор NoCap09, история, 9 часов назад, По-английски

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!

  • Проголосовать: нравится
  • +34
  • Проголосовать: не нравится

»
8 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Real

»
8 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

»
7 часов назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

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

»
6 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Newbies' bingo xd

»
5 часов назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

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

»
5 часов назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

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

»
5 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

»
5 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

»
5 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
  1. Getting hacked/FST by hash collision on map/set/dict.
  2. Try not to cry all over the comments section.
»
4 часа назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

Thinking reaching expert in 3 months is easy and not reaching even in a year.

»
3 часа назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

The 3 one was a nightmare, and the 4 happened to me multiple times and I learnt that I would never use unordered map again.

»
3 часа назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Time value with the diminishing score of an accepted submission. I've faced this one on CodeForces first and then on a TopCoder round.

»
3 часа назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Finally when it is, that green color Accepted verdict judge your submission is an eternal relief!

»
2 часа назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

bro i've had that one moment when I couldn't even solve a div 2 A....

»
14 минут назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

do not ever use std::unordered_set, std::unordered_map