+ 4
C++ question
What should l do if my program says 'Time limit exceeded' when l run it?
4 Antworten
+ 4
Check for -
Infinite loops
Too many variables
Incorrect data types
Too many function calls, possibly because of recursion 😥
+ 11
Hello, 😊
If you need help you can post the code you are struggling with!
• https://www.sololearn.com/post/75089/?ref=app
+ 3
First, Run it again, it can be the sololearn server that is not answering in time.
Second, check the code on infinite loops.