N = input() A = list(map(int,input().split())) print(sum(A)/len(A))