+ 2
What is the reason behind "Time limit Exceeded"? How to Avoid it?
6 Respuestas
+ 3
Sololearn allocates memory for programs to be run in so as not to crash its system, you passed your limit
+ 3
Can you link your code that gave this error?
+ 3
Just run again if no output
+ 1
How to avoid it?
+ 1
Well code runs fine but sometimes it shows Time limit Exceeded or No Output.
+ 1
Well, it could be that your code is literally on the edge of it's recourses.
I'd suggest try cleaning your code up a bit to make it faster ;)