+ 1
About TLE
Can a time limit exceeded error be handled using the try except statements so that you can look how far the code has progressed ? And is it possible to raise a time limit exceeded if so how to do that would like to know that :) https://code.sololearn.com/cN3j3A37Cgn4/?ref=app
4 Antworten
+ 3
Exactly. The code is sent to the server and if the execution takes it longer than 5 seconds... pop! TLE is raised.
+ 4
The time limit is put in place in order to save the server capacity. The time period is fixed to 5 seconds and can't be raised.
+ 1
Kuba Siekierzyński does that mean that its impossible to excecute code after a time limit?
+ 1
well if there is no other way then i have to try something else thank you Kuba Siekierzyński