Run ID:92169
提交时间:2024-09-28 14:33:59
s=input().split() a=s[0] b=s[1] c=s[2] a=float(a) b=float(b) c=float(c) q="{:.2f}".format((a+b+c)/3) print(q)