+ 10
What is Time limit Exceed means
I am compile a code but I am getting this error "Time limit Exceed " 😢😢 Can any one tell me about this error?? here is code 👇👇 https://code.sololearn.com/cn1jSUewvSWC/?ref=app
5 ответов
+ 8
Because the code is run on SoloLearn's server, only so much resources can be allocated to a running script before it times out. I ran your code on the Dcoder mobile compiler IDE (https://play.google.com/store/apps/details?id=com.paprbit.dcoder ) and it worked.
+ 7
thank you all
now I Got it
+ 5
i think you should check out the Winner's code from Crack the Code Contest
https://code.sololearn.com/cgoBOT0MH3sz/?ref=app
+ 1
it means it is unstoppable
0
I recall the time limit on sololearn being 15 seconds, so anything that runs longer, even if not necessarily infinite, will get cut off