Run ID:143454

提交时间:2026-01-15 13:57:06

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