N=int(input()) print('Yes' if sum(map(int, input().split()))%N==0 else 'No')