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