I have written my code correctly but it is failing 2 test cases

#include
#include<math.h>
using namespace std;
int main() {
int a,b,c;
float d,x,y;
cin>>a>>b>>c;
d=(bb)-(4ac);
if(d>0)
{
x=(-b+sqrt(d))/(4
ac);
y=(-b-sqrt(d))/(4
a*c);

    cout<<"Real and Distinct"<<endl;
    cout<<x<<" "<<y;}
if(d==0)
{
    x=(-b)/(4*a*c);
    cout<<"Real and Equal"<<endl;
    cout<<x;
}
if(d<0)
{
    cout<<"Imaginary";
}

  
  
return 0;

}

Plz send your code by saving on ide

Pls provide me some email id or something else so that i can my code.

Plz type “https://cb.lk/ide” and then paste your code, You will find a button of save on top, click on that and you will get a random id no, copy and send it here