C++ question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

C++ question

What should l do if my program says 'Time limit exceeded' when l run it?

4th May 2019, 7:02 PM
Филип Пилчевић (Filip Pilcevic)
Филип Пилчевић (Filip Pilcevic) - avatar
4 Answers
+ 4
Check for - Infinite loops Too many variables Incorrect data types Too many function calls, possibly because of recursion 😥
5th May 2019, 2:39 AM
Sanjay Kamath
Sanjay Kamath - avatar
+ 11
Hello, 😊 If you need help you can post the code you are struggling with!  • https://www.sololearn.com/post/75089/?ref=app
4th May 2019, 7:31 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 3
First, Run it again, it can be the sololearn server that is not answering in time. Second, check the code on infinite loops.
4th May 2019, 7:30 PM
sneeze
sneeze - avatar