Run ID:89826

提交时间:2024-09-07 10:44:23

s=0 for i in range(12): a=float(input()) s+=a b = round(s/12,2) print("¥",b)