Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
105202 李政 NOIP2017 普及:第一题 成绩 C++ 通过 100 0 MS 272 KB 143 2023-06-10 16:07:07

Tests(10/10):


#include<bits/stdc++.h> using namespace std; int x,y,z,ans; int main(){ cin>>x>>y>>z; ans=x*0.2+y*0.3+z*0.5; cout<<ans; return 0; }


测评信息: