关于一元二次方程 ax^2 + bx+c = 0, 假定a和b的值不同时为0。请你帮他设计一个程序判断方程解答的情况:
one answer
no answer
two equal answers
two answers
输入三行,每行一个整数a、b、c。
输出对应的解的情况
3 4 5