n = int(input()) *a, = map(int,input().split()) print("No" if sum(a)%n else "Yes")