进阶的小瑶


私信TA

用户名:dotcpp0633104

访问量:115

签 名:

等  级
排  名 28557
经  验 535
参赛次数 0
文章发表 2
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

TA的其他文章

用vector容器
浏览:19

解题思路:

注意事项:

参考代码:

#include<iostream>

#include<cmath>

#include<iomanip>


using namespace std;


int main()

double a, b, c, d, x,t=0;

cin >> x >> a >> b >> c >> d;

t = a *pow(x,3) + b *pow(x,2) + c * x + d;

cout <<fixed<< setprecision(7) << t;

return 0;

}


 

0.0分

0 人评分

  评论区

  • «
  • »