+ 2
What is time limit exceeded? Any solution?
my c++ program run perfectly on my PC...but when i transfer my code into sololearn playground..no more running.. . only display..time limit exceeded..i dont get it...
4 Answers
+ 11
try to optimize your code
reduce loop count
more efficient calculations, etc....
and if that does not help, you can try converting the code to JS
you can loopy loop all you want there :)
+ 2
thank you @Burey
+ 2
the playground have a time limit for code execution
if your code takes too long to load (infinite loop, a very long loop) it will show this message