n = int(input()) total = sum(map(int,input().split())) print((100+total)//n-total//n)