Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
430657 方相宜 【C1-4】成绩 C++ 通过 100 3 MS 252 KB 141 2026-02-26 20:47:12

Tests(2/2):


#include<bits/stdc++.h> using namespace std; int main(){ double A,B,C; cin>>A>>B>>C; cout<<A*0.2+B*0.3+C*0.5; return 0; }


测评信息: