Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
3180 罗炜翰 计算多项式的值 C++ Compile Error 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; }


Judgement Protocol: