n = int(input()) C = list(map(int,input().split())) line = sum(C)/n ret = 0 for c in C: if c