Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5626 张熙媛 糖果店 C++ 通过 100 0 MS 252 KB 190 2020-08-14 16:26:27

Tests(5/5):


#include<bits/stdc++.h> using namespace std; int main(){ double s,sh,n,nh,c,ch,h; cin>>s>>n>>c; sh=10.4*s; nh=15.6*n; ch=25.2*c; h=sh+nh+ch; printf("%.1lf",h); return 0; }


测评信息: