Run ID:151318

提交时间:2026-04-12 10:30:39

s = 0 for i in range(12): lin = float(input()) s += lin s /= 12 print(s)