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
Hot today
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
AI
2 Votes
help
0 Votes
APIs
1 Votes