n = int(input().split(" ")[0]) print("Yes" if n > 1 else "No")