Kaleab_Asfaw's blog

By Kaleab_Asfaw, history, 3 years ago, In English

I and many peoples are getting TLE on Catching Cheaters problem.

The intended solution in pypy3 implementation is getting TLE: https://codeforces.com/contest/1447/submission/98682330

There aren't any accepted solutions by Python3, Python2, Javascript.

The solution with the fastest execution time in C++ is 62 ms, which in python means 62 * 30 > 1000ms.

My accepted solution is 966 ms. Very tight

At least the time limit should be 1.5 sec. I didn't get the reason for making it so tight?

Tags tle
  • Vote: I like it
  • -3
  • Vote: I do not like it