why my output when i write a prog is time limit exceeded what is the meaning of this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

why my output when i write a prog is time limit exceeded what is the meaning of this?

10th Oct 2019, 10:27 AM
Jaypee
Jaypee - avatar
2 Answers
+ 2
Sololearn gives your code only 5 seconds to run.
10th Oct 2019, 10:38 AM
HonFu
HonFu - avatar
+ 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) 👍
10th Oct 2019, 10:44 AM
Ipang