a, p, q = map(int, input().split()) print('Yes') if (a*(p+q))**2 > 4*a*(a*p*q) else print('No')