A = int(input())

if A >= 2:
    print('YES')
else:
    print('NO')