牧栾 • 1年前
int main() { double a,b,c,d;
scanf("%lf %lf %lf",&a,&b,&c); d=a-b*c; printf("%.2lf",d); return 0;
}
评论:
请先登录,才能进行评论