n = int(input()) if(n % 2): print("No") else: print("Yes")