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