Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
3177 D班-陈颖钧 计算多项式的值 C++ 解答错误 0 0 MS 260 KB 168 2024-12-22 16:32:38

Tests(0/4):


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


测评信息: