OJ should allow Python program to run a bit longer than the regular time limit
595

DP version got TLE in couple of problems including Perfect Squares, Coin Change etc.

Normally Python runs a bit slower than C/C++ and should have relatively loose time limit threshold.

Comments (2)