提交时间:2024-12-22 16:32:29

运行 ID: 3176

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