dc = int(input()) data = [int(num) for num in input().split(" ")] print(f"{(sum(data)/dc):.1f}")