Run ID:99007

提交时间:2024-11-24 09:20:41

a=list(map(int,input().split())) i=sum(a) s=len(a) f=i/s print(round(f))