N, A = map(int, input().split()) X = sum(map(int, input().split())) / N print(['NO', 'YES'][X == A])