n = int(input())
if n%2 == 1 :
    print("YES")
else:
    print("NO")