n=int(input()) if n<=2: print('NO') else: print('YES')