0
why my output when i write a prog is time limit exceeded what is the meaning of this?
2 ответов
+ 2
Sololearn gives your code only 5 seconds to run.
+ 2
SoloLearn sets a limit of approximately 5 seconds for code execution. If your code doesn't finish by then, you get this message. Two most common causes known are loops that doesn't have a finite condition or continuous input requests, which is only possible in local machines.
That said, it is not possible to say why until you share your code here for a review. So please, share the link of the code in question, in the Description section of the original post (above) 👍