Run ID:90569
提交时间:2024-09-15 19:19:15
a=input().split() c=float(a[0]) d=float(a[1]) e=float(a[2]) b="{:.2f}".format((c+d+e)/3) print(b)