AC

小狐狸的X  •  1年前


include

include

using namespace std; int main(void){

//freopen("1.in","r",stdin);
//freopen("1.out","w",stdout);
double a,b,c,h;
scanf("%lf %lf %lf",&a,&b,&c);
h=a-b*c;
printf("%.2lf",h);
return 0;

}


评论:

请先登录,才能进行评论