n = int(input())
print("yes" if n>50 and n%2==0 else "no")