Run ID:99011
提交时间:2024-11-24 09:24:22
a = list(map(int,input().split())) i = sum(a)/7 print(int(round(i)))