n=int(input()) if n==(n**.5)**2: print("Yes") else: print("No")