How to increase the limit of the time of executing program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to increase the limit of the time of executing program?

Calculating pi uses summ of infinite series. More members - provides accuratcy of pi. My program calculates pi with 5 signs after the point because of time limit exceed. How i can increase it?

4th Feb 2018, 1:26 PM
Андрій Лук'янюк
Андрій Лук'янюк - avatar
1 Answer
+ 3
Maybe you may try improving the algorithm so that it works faster? But the best thing to do would be to use a computer having an offline compiler for this instead of Code Playground.
4th Feb 2018, 1:43 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar