Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
3247 D班-汤依宁 计算多项式的值 C++ 解答错误 0 1 MS 256 KB 171 2024-12-22 17:36:54

Tests(0/4):


#include <bits/stdc++.h> using namespace std; int main() { int x,a,b,c,d,e; cin>>x>>a>>b>>c>>d; e=a*x*a*x*a*x+b*x*b*x+c*x+d; cout<<setprecision(7)<<fixed<<e; }


测评信息:

输入

2.356 4.67 4.5 7.6 9

输出

0

答案

112.9559959

系统信息

exit code: 0, checker exit code: 0