n=int(input()) if n==10 or n==4 or n==0: print("Yes") else: print("No")