+ 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?
1 Respuesta
+ 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.