Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
338468 admin_rjp 【C1-4】成绩 C++ 通过 100 1 MS 248 KB 133 2025-08-07 15:06:25

Tests(2/2):


#include<iostream> using namespace std; int main(){ int A,B,C; cin>>A>>B>>C; cout<<A*0.2+B*0.3+C*0.5<<endl; return 0; }


测评信息: