Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
119667 |
伍长辉 |
计算平均数 |
Python3 |
Wrong Answer |
34 MS |
3760 KB |
63 |
2025-05-18 11:47:03 |
Tests(0/10):
Code:
a=int(input()).split
b=sum(a)
c=b/5
print(c)
Run Info:
------Input------
679 849 98 256 256
------Answer-----
427.60
679 849
------Your output-----