Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
363432 黄浙峰老师 【C1-9】童童的账单 C++ 通过 100 2 MS 244 KB 187 2025-11-26 19:50:10

Tests(3/3):


#include<iostream> #include<cmath> using namespace std; int main(){ double a,b,c,d,e; cin>>a>>b>>c>>d>>e; cout<<round(a)+round(b)+round(c)+round(d)+round(e); return 0; }


测评信息: