Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5800 石利伟 糖果店 C++ 通过 100 0 MS 256 KB 179 2020-08-15 08:44:20

Tests(5/5):


#include<bits/stdc++.h> using namespace std; int main(){ float a,b,c,d,e,f,g; cin>>a>>b>>c; d=a*10.4; e=b*15.6; f=c*25.2; g=d+e+f; printf("%.1f",g); return 0; }


测评信息: