Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
3180 D班-罗炜翰 计算多项式的值 C++ 编译错误 0 0 MS 0 KB 175 2024-12-22 16:34:22

Tests(0/0):


#inclede<bits/stdctt.h> using namespace std; int main() { float a,b,c,d,x,f; f = (a * x + a * x + a * x) + (b * x + b * x + b * x) + c * x + d; cout<<f; }


测评信息: