#include "stdio.h"
main()
{
double y,x,k,b,l1,l2,s;
scanf("%f,%f",&k,&b);//输入函数的参数
scanf("%f,%f",&l1,&l1);//输入定义域
y=k*x+b;
for(x=l1;x<l2;x+=0.001)
s+=y*0.001;
}
printf("%f",s);
asd8532
相关分类