Run ID:129213
提交时间:2025-08-22 19:52:54
a = input().split() a = [int(x) for x in a] res = sum(a)//7 print(res)