Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
444067 任虞昊 【C1-T】求平均分 C++ 通过 100 2 MS 252 KB 169 2026-06-09 20:55:17

Tests(3/3):


#include<iostream> #include<iomanip> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<fixed<<setprecision(2)<<(a+b+c)/3.0<<endl; return 0; }


测评信息: