+ 1
Sololearn Compiler: Time Limit Exceeded
Still wondering why sometimes my code throws time limit exceeded when running. However my code works fine in another online compiler. https://code.sololearn.com/cWJBsTVxaGhP/?ref=app
2 Antworten
+ 2
i think in SL, running code has limited amount of time before terminated.
maybe your code take too much time to finish thus SL terminate the program and send the error
0
Thanks, i hope they will fix this issue. Or maybe give power to user to specify custom timeout when executing the code.