h, s = map(int, input().split()) x = abs(h + s) print("Yes" if x % 2 == 0 else "No")