题目: 有一方程ax^2+bx+c=0,a,b,c的值由键盘输入,输出方程的根。 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <math.h>//要使用sq……