Information
- ID
- 1279
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- 10
- Tags
- # Submissions
- 4
- Accepted
- 3
- Uploaded By
#include<bits/stdc++.h>
using namespace std;
int main(){
double f,a,b,c,d,x;
cin>>x>>a>>b>>c>>d;
f=a*x*x*x+b*x*x+c*x+d;
printf("%.7lf",f);
return 0;
}
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.