Run ID:94244

提交时间:2024-10-20 10:02:31

n = int(input()) a = list(map(int,input().split())) s = sum(a) s/a+1 print(s)