#Z12202. 计算多项式的值
计算多项式的值
Description
For the polynomial and given values of ,
compute the value of , rounded to 7 decimal places.
Input Format
The input consists of a single line containing 5 real numbers: , followed by the coefficients . Each number is a double-precision floating-point value with an absolute value not exceeding 100. The numbers are separated by a single space.
Output Format
Output a single real number representing the value of , rounded to 7 decimal places.
2.31 1.2 2 2 3
33.0838692