+ 2

Why my code is showing time expended?

I have created a few little programs using C language. Whenever I run the code,it doesn't show any kind of errors either. But only thing happens is the loading screen appears and after sometimes it shows "Time Limit Expended" message. Please tell me what the actual problem is. Language is - C

4th Mar 2019, 11:25 AM
Tawab Ibnul Ehsan
Tawab Ibnul Ehsan - avatar
3 Answers
+ 6
It probably means that your code took too long to execute. Probably very inefficient code or a large scenario to consider. Or you ran into an infinite while loop.
4th Mar 2019, 1:00 PM
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬ - avatar
+ 4
Point me to any of your code, I will check it.
4th Mar 2019, 11:30 AM
Washiul Alam Sohan
Washiul Alam Sohan - avatar
+ 2
add your code, so we can see what happens
4th Mar 2019, 11:46 PM
āœ³AsterisKāœ³
āœ³AsterisKāœ³ - avatar