Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91054 乔仲熠 04计算平均分 Python3 Accepted 40 MS 3752 KB 104 2024-09-21 11:14:37

Tests(10/10):


Code:

e=input().split() i=float(e[0]) b=float(e[1]) m=float(e[2]) c='{:.2f}'.format((i+b+m)/3) print(c)