import math x=int(input()) if math.sin(x)%1==0:print("Yes") else:print("No")