Run ID:91459
提交时间:2024-09-21 20:12:53
s=input().split() c=float(s[2]) a=float(s[0]) b=float(s[1]) x=float(s[3]) d=float(s[4]) f=a*x*x*x+b*x*x+c*x+d print(f)