Exceeding time limit | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Exceeding time limit

Everytime time I enter a limit over 110 It says 'Time limit exceeded' Can I increase the time limit of sololearn compiler? If no, can anyone suggest a good python compiler for android with higher time limit. https://code.sololearn.com/c85Z3y0eO5KY/?ref=app

10th Jan 2019, 4:58 PM
Ashish
Ashish - avatar
1 Answer
+ 4
The time limit is about 5 seconds, and cannot be extended. But printing stuff takes a LOT of time. Try to print as little as possible, and it should suffice for your program. Say, something in the format The 3rd root of, 1->1 2->1.26 3->1.44 As for other compilers, I hear pydroid is good, but I don't know if it has time limit too.
10th Jan 2019, 5:27 PM
Kishalaya Saha
Kishalaya Saha - avatar