#include<iostream>
#include<iomanip>
#include<cmath>
using namespace std;
int main(){
double a,b,c;
cin>>a>>b>>c;
double x1=(-b+(pow(b*b-4*a*c,0.5)))/2*a;//不可以写为1/2,一定是0.5,不可以是b^2,一定是b*b
double x2=(-b-(pow(b*b-4*a*c,0.5)))/2*a;
cout<<fixed<<setprecision(2)<<x1<<" ";
cout<<fixed<<setprecision(2)<<x2;
}
三沙市网站建设_网站建设公司_AJAX_seo优化