Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5870 曹玹 糖果店 C++ 通过 100 0 MS 252 KB 160 2020-08-15 09:26:18

Tests(5/5):


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


测评信息: