+ 1
"Time limit exceeded" what does that mean? and how i can solve it?
2 Answers
+ 2
Please use the search bar before posting to avoid duplicates.
https://www.sololearn.com/discuss/672724/?ref=app
https://www.sololearn.com/discuss/953115/?ref=app
https://www.sololearn.com/discuss/1639774/?ref=app
https://www.sololearn.com/discuss/1558169/?ref=app
https://www.sololearn.com/discuss/1113823/?ref=app
0
You get this error when it takes to long to executed your code.
It might be that the sololearn server, just could not managed, Due to poor connection or limited resources.
or you have a infinite loop in your code.
So please check exit condition before blaming the sololearn server.