Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
147545 鸡哥 计算平均数 C++ Wrong Answer 0 MS 272 KB 144 2026-02-06 09:46:39

Tests(0/10):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d,e; cin>>a>>b>>c>>d>>e; cout<<(a+b+c+d+e)/5; return 0; }


Run Info:

------Input------
679 849 98 256 256
------Answer-----
427.60 679 849
------Your output-----
427