Run ID:151319
提交时间:2026-04-12 10:31:40
s = 0 for i in range(12): lin = float(input()) s += lin s /= 12 print(f"{s:.2f}")