当前位置: 代码迷 >> 综合 >> 2021/3/26 2
  详细解决方案

2021/3/26 2

热度:61   发布时间:2023-10-14 01:47:52.0

打折

#include<bits/stdc++.h>
using namespace std;
int main()
{
    double n,m;double sum; scanf("%lf %lf",&n,&m);sum=n*1.0*m*1.0/10;printf("%.2f",sum);return 0;
}