脑筋急转弯 高手在那》》》????呵呵
#include <stdio.h>
double fun(double e)
{
int i;
double s, x;
s=0;
x=1;
i=____;
while(x>e)
{
_______;
x=(2*i-1)/((____)*(2*i));
s=s+x;
}
return s;
}
void main()
{double e=0.0001;
printf("the result is :%lf", fun(e));
getch();
}
横线出填空,,根据这个工式
我填了半天
不行
图片附件: 游客没有浏览图片的权限,请
登录 或
注册