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

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; return 0; }


测评信息: