What the mean of 'time limit exceed', when have not any errors in program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What the mean of 'time limit exceed', when have not any errors in program?

7th Sep 2019, 12:31 AM
Bot
Bot - avatar
1 Answer
+ 3
One possibility is an infinite loop or recursion. Another is a finite but combinatorially high number of cases being handled that exceeds the timeout set by SL. Another is a request made by your program to an external database or server that is taking too long. There could be other possibilities.
7th Sep 2019, 12:39 AM
Sonic
Sonic - avatar