如下代码是关于C语言计算高精度圆周率pi程序的代码。
#include <stdlib.h>
#include <stdio.h>

long a=10000,b,c=2800,d,e,f[2801],g;

main()
{
for(;b-c;)
f[b++]=a/5;
}




 

posted on 2021-10-25 13:17  odsxe  阅读(567)  评论(0编辑  收藏  举报