n=int(input()) print("Yes" if n==0 else "No")