Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
328863 黄浙峰老师 【C1-9】童童的账单 C++ 通过 100 4 MS 248 KB 188 2025-07-07 15:58:02

Tests(3/3):


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


测评信息: