x = int(input()) # sinx \in Z <=> x = n*pi/2, n \in Z def Yes(f=True): print("Yes" if f else "No") Yes(x == 0)