print("yes" if (lambda a:a > 50 and a%2 ==0)(*map(int, input().split())) else "no")