Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
2711 A班-袁誉晏 计算多项式的值 C++ 解答错误 0 1 MS 268 KB 170 2024-12-21 10:44:29

Tests(0/4):


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


测评信息: