A,B=map(int,input().split()) if A**2<B**2: print("Yes") else: print("No")