Run ID:129245

提交时间:2025-08-23 11:27:13

a=input().split() res=0 for num in a: res+=int(num) print(res//7)