name.h
上结构
#include "math.h"
#include "stdio.h"
int main()
{
float a,b,c,d;
d=a*a-4*a*c;
if(d<0)
print("",);
}