Why isn't there TLE?
I was solving the D problem of the previous contest Div2.907 I solved the problem using binary search, but it needed ridiculous optimizations before it got accepted, and even then, it was a close call. I played around for a while trying to make it even closer. After all a while, I noticed....
That, codeforces forgot what TLE is.
230780567 This was my last attempt at manufacturing a TLE, unfortunately, I failed to get it. It was very disappointing for me. As a competitive programmer, I thought that though I could get AC all the time, at least I could get TLE, if I wanted. Apparently, even this is beyond my ability.