import math a=float(input("请输入系数a:")) b=float(input("请输入系数b:")) c=float(input("请输入系数c:")) s = (b**2)-(4*a*c