Run ID:90126

提交时间:2024-09-07 20:39:05

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