#include <stdio.h> int main(){ float a,b,c,d; while(~scanf("%f %f %f",&a,&b,&c)){ if(a==0){ &nb...