Run ID:129212

提交时间:2025-08-22 19:49:59

a = input().split() s = 0 for i in range(7): s = s+int(a[i]) print(s//7)