我是c语言牛人,大牛的那种
(monkey005) (monkey005) (monkey005) printf("hello world!"); 这个,这个,我也会。{:03:} 编个长点的程序看看 C大牛
您的帖子长度不符合要求。 printf("第1行");
printf("第2行");
printf("第3行");
printf("第4行");
printf("第5行");
printf("第6行");
printf("第7行");够长了吧 好了 水贴鉴定完毕!~~~ 大家有什么c语言的问题可以问我 好吧 C.....
#include<math.h>
main()
{
float a,b;
double s,h;
doublef(double x);
int n,i;
printf("Input integral area a,b:");
scanf("%f,%f",&a,&b);
printf("Input n:");
scanf("%d",&n);
h=(b-a)/n;
s=0.5*h*(f(a)+f(b));
for(i=1;i<=n-1;i++)
s=s+h*f(a+i*h);
printf("\nThe value is:%lf ",s);
}
ls代码有不少待改善的地方哦
页:
[1]
2