|
|
back to boardCan you solve it in python within the time limit? My python 3.3 program has TLE in problem 12. Has anyone a hint to speed up this algorithm. Re: Can you solve it in python within the time limit? Changing to python 2.7.5 was enough to get AC Re: Can you solve it in python within the time limit? Tried to solve in Python 2.7.18 and Python 3.8.2. Time limit exceeded on test 12 with time 1.015 s. Rewrote it in C and got 'accepted' with 0.031 s. |
|
|