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