Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
33257 qwertyuiop 砝码称重 C++ 解答错误 0 MS 244 KB 173 2023-12-24 14:42:51

Tests(0/10):


#include<bits/stdc++.h> using namespace std; int main(){ long long a,b,c,d,e,f,ans=0;cin>>a>>b>>c>>d>>e>>f; ans+=1*a+2*b+3*c+5*d+10*e+20*f; cout<<ans; return 0; }


测评信息: