Run ID:90902

提交时间:2024-09-19 20:44:04

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