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