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