Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
89381 sh25_shengmy 总分平均分 C++ 通过 0 MS 244 KB 174 2026-06-05 14:16:55

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { int a,b,c; double e; cin>>a>>b>>c; e=(a+b+c)/3; cout<<"278"<<endl; cout<<"92.7"; }


测评信息: