N = int(input()) if N == 1: print("No") else: print("Yes")