提交时间:2024-01-17 15:02:01
运行 ID: 36836
#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; }