def solve(): x = int(input()) return x == 0 #================================================== print("Yes" if solve() else "No")