求助,为什么硬核推算60分?
查看原帖
求助,为什么硬核推算60分?
372247
lmxasgy楼主2021/1/23 20:36
#include<bits/stdc++.h>
using namespace std;
int main ()
{
    double a,b,c,s;
    cin >> a >> b >> c;
    s = a*0.2 + a*0.3 + c*0.5;
    printf("%.0lf",s);
    return 0;
}
2021/1/23 20:36
加载中...