Run ID:91462
提交时间:2024-09-21 20:20:19
s=input().split() c=float(s[3]) a=float(s[1]) b=float(s[2]) x=float(s[0]) d=float(s[4]) f=a*x*x*x+b*x*x+c*x+d print('{:.5f}'.format(f))