Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
118392 | 江屹山 | 计算平均数 | Python3 | Wrong Answer | 41 MS | 3752 KB | 111 | 2025-04-28 21:19:59 |
a=int(input()) b=int(input()) c=int(input()) d=int(input()) e=int(input()) x=a/5+b/5+c/5+d/5+e/5 print(x)
------Input------
679 849 98 256 256
------Answer-----
427.60 679 849
------Your output-----