n = int(input("Enter the weight of the watermelon:")) if (n % 2) == 0: print ("YES") else: print ("NO")