Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
92279 余泽越 06计算f(x)的值 Python3 Wrong Answer 37 MS 3740 KB 141 2024-09-28 19:36:44

Tests(0/10):


Code:

a = input().split() b = float(a[0]) c = float(a[1]) d = float(a[2]) e = float(a[3]) f = float(a[4]) g = b*f*f*f+c*f*f*f+d*f+e print(g)


Run Info:

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