0
While creating a python programme in coding playground 'Time limit exceed' Error is occurring!!!! Why thjs happening so??
Time limit exceed errorin code playground
3 Réponses
+ 1
The only program that you have made and I can see works.
0
The program took too long to execute fully: meaning something in the program is causing unexpected pausing.
Check over it, if you make extensive use of loops (especially WHILE), shave off the unnecessary ones, then condense your code.
Condense? I mean Improve. :)
0
you might have infinite loop or slow program - if you have bad time complexity and large input
or if you try to produce big output