"repetedly getting TLE in recent contests despite exact same complexity as editorial solutions"

Revision en2, by unt311, 2021-04-13 00:23:09

I am very unhappy with getting TLE in recent contests for submissions that were of the exact same complexity as the editorial I saw afterwards : 1. Happened in D problem of the latest Div3. My nlog(n) submission didn't pass(TLE).

  1. Again happened in C problem of Divide by zero contest. My O(n) solution didn't pass (TLE).

  2. Again happened today problem B (last div2) My optimal solution didn't pass (TLE) (Editorial isn't out yet, but I wasn't expecting TLE at all)

Do I mess up everytime or is CF behaving unfair with me ?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English unt311 2021-04-13 00:23:31 2 Tiny change: 'rwards :\n1. Happe' -> 'rwards :\n\n1. Happe'
en2 English unt311 2021-04-13 00:23:09 6
en1 English unt311 2021-04-13 00:18:28 967 Initial revision (published)