n=int(input()) a=list(map(int,input().split())) b=(n-(sum(a)%n))%n print((100+b)//n)