Run ID:90200

提交时间:2024-09-08 11:01:40

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