Run ID:131707
提交时间:2025-10-01 09:49:36
#include <bits/stdc++.h> using namespace std; int main (){ double a,b,c,d,x; double j; scanf("%lf%lf%lf%lf%lf",&a,&b,&c,&d,&x); double as = x*x; double s = as*x; double w = a*s; j = a*w+b*as+c*x+d; printf("%.5lf",j);