Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91458 谭景年 06计算f(x)的值 Python3 Wrong Answer 39 MS 3760 KB 117 2024-09-21 20:07:43

Tests(0/10):


Code:

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)


Run Info:

------Input------
1.5 3.1 1.6 8.2 9.4
------Answer-----
35.76250
------Your output-----