如下代码是关于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; }