psn • 1年前
#include<cstdio> using namespace std; int main(void) { double a, b, c; scanf("%lf%lf%lf", &a, &b, &c); printf("%.2lf", a - b * c); return 0; }
评论:
**# 哇!!!
真厉害,这个更厉害https://old.ynoip.cn/discuss/view?id=1954
请先登录,才能进行评论