+ 1
Time limit exceeded
Many times while running a code, eg while running an infinite loop(in any language), an output is generated: "Time limit exceeded" So what is the time limit we are given? Example code: https://code.sololearn.com/c23lO8j6PcwG/?ref=app
2 Antworten
+ 9
the time limit is dependent on how many people are using the server, and not really real time, so there is not a way to tell that we know of.
+ 14
》SoloLearn offers a free online server-compiler so it is limited otherwise if they make it free then SoloLearn would be 3GB+《
~ MrCoder
Never make programs with infinite loop :)