Run ID:151316
提交时间:2026-04-12 10:27:39
s = 0 a = list(map(float,input().split())) for i in range(len(a)): s += a[i] s /= 12 print(s)