Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
3234 汤依宁 计算多项式的值 C++ Wrong Answer 0 1 MS 264 KB 166 2024-12-22 17:17:46

Tests(0/4):


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


Judgement Protocol: