求解

み柒壹ン  •  4个月前


初学者,啥都不会,求帮助


评论:


XMSXHL  •  1个月前

include <stdio.h>

int main() {

double a, b, c;
scanf("%lf%lf%lf", &a, &b, &c);
printf("%.2lf", a - b * c);
return 0;

}


XMSXHL  •  1个月前

请先登录,才能进行评论