https://www.acmicpc.net/problem/1546
n=int(input()) arr=list(map(int,input().split())) max=max(arr) print(sum(arr)*100/max/n)