Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
36837 yuzhengxun 计算多项式的值 C++ 编译错误 0 MS 0 KB 194 2024-01-17 15:03:23

Tests(0/0):


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


测评信息: