n, x = map(int, input().split()) if n != 1: print("Yes") # a=1, b=n else: print("No")