import sys
input = sys.stdin.readline
N = int(input())
if N != 1: print("YES")
else: print("NO")