a = input()
b = input()
c = input()
d = b * b - 4 * a * c
if d < 0 -> no real roots (imaginary roots)
if d = 0 -> x = -b / (2 * a)
if d > 0 -> x1 = (-b - sqrt(d)) / (2 * a), x2 = (-b + sqrt(d)) / (2 * a)
"assignmentexpert.com" is professional group of people in Math subjects! They did assignments in very high level of mathematical modelling in the best quality. Thanks a lot