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
1 ответ
+ 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.