Run ID:90100

提交时间:2024-09-07 20:25:03

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