Run ID:91054
提交时间:2024-09-21 11:14:37
e=input().split() i=float(e[0]) b=float(e[1]) m=float(e[2]) c='{:.2f}'.format((i+b+m)/3) print(c)