#include<stdio.h>#include<math.h>int main(){ double PI = 2*acos(0); printf("%lf\n",PI); return 0;}
这个你可以采用不同的算法实现。如刘徽割圆法,幂级数法、数值积分法等。
#include<stdio.h>long a=10000,b,c=2800,d,e,f[2801],g;int main(){ for(;b-c;)f[b++]=a/5; for(;d=0,g=c*2;c-=14,printf("%.4d",e+d/a),e=d%a) for(b=c; d+=f[b]*a, f[b]=d%--g, d/=g--, --b; d*=b); return 0;}
最多设置5个标签!
#include<stdio.h>
#include<math.h>
int main()
{
double PI = 2*acos(0);
printf("%lf\n",PI);
return 0;
}
这个你可以采用不同的算法实现。如刘徽割圆法,幂级数法、数值积分法等。
#include<stdio.h>
long a=10000,b,c=2800,d,e,f[2801],g;
int main()
{
for(;b-c;)f[b++]=a/5;
for(;d=0,g=c*2;c-=14,printf("%.4d",e+d/a),e=d%a)
for(b=c; d+=f[b]*a, f[b]=d%--g, d/=g--, --b; d*=b);
return 0;
}