Program Zif_3_29_A(input,output);
VAr a,b,c:real;
    otv:boolean;
begin
     read(a,b,c);
     otv:=(b*b-4*a*c)>=0;
     write(otv)
End.