小狐狸的X • 2年前
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;
}
评论:
请先登录,才能进行评论