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