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