l = int(input()) n = list(map(int, input().split())) print(sum(n) / l)