a,b = map(int,input().split()) print("Yes" if b**2 > a**2 else "No")