Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
91042 | 乔仲熠 | 04计算平均分 | Python3 | Wrong Answer | 35 MS | 3740 KB | 100 | 2024-09-21 11:12:21 |
e=input().split() i=float(e[0]) b=float(e[1]) m=float(e[2]) c='{:.2f}'.format(i+b+m/3) print(c)
------Input------
401 355 919
------Answer-----
558.33
------Your output-----
1062.33