Run ID:92291

提交时间:2024-09-28 19:53:26

c=input().split() a=c[1] b=c[2] x=c[0] d=c[4] n=c[3] b=float(b) a=float(a) x=float(x) d=float(d) n=float(n) w=a*(x*x*x)+b*(x*x)+n*x+d w="{:.5f}".format(w) print(w)