What is time limit exceding means? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is time limit exceding means?

when I try infinite do while loop statement the output comes with time limit exceed

7th Aug 2017, 9:22 AM
Naresh
Naresh - avatar
4 Answers
+ 8
@nikh Program execution time is a thing, but there is no limit to how long your program must run. Code Playground has this limit because it is an online compiler/interpreter, and they have to make sure the server doesn't get fully occupied by compile requests.
7th Aug 2017, 10:16 AM
Hatsy Rei
Hatsy Rei - avatar
+ 9
This means that Code Playground has time-out, because your program process has taken too long to reach exit. This isn't a problem on desktop compilers.
7th Aug 2017, 9:50 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
tnks hatsey for answer is there really time boundation for programing and that time boundation did varies with program that is execution?
7th Aug 2017, 9:54 AM
Naresh
Naresh - avatar