a, p, q = map(int, input().split()) b = a * (p + q) c = a * p * q print("No" if b * b == 4 * a * c else "Yes")