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