float delta; //delta是b*b - 4 * a * c //中间要用括号包起来 //float是存储字符 sqrt //是开根号 要在最前面加入<math.h>

printf("x1 = %f"); //要用%f,因为用float输入的