+ 4
C++ question
What should l do if my program says 'Time limit exceeded' when l run it?
4 Answers
+ 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.