#include <stdio.h> #include <math.h> int main() { float a=0,b=0,c=0; double x1=0,x2=0,x=0; while(~scanf("%f %f %f",&a,&b,&c)) {  ...