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