N, X = map(int, input().split()) if N == 1: print("No") else: print("Yes")