링크텍스트
N = int(input()) s = list(map(int, input().split())) mu = sum(s)/N M = max(s) answer = mu / M * 100 print(answer)