当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

2899:Strange fuction

题目描述
Now, here is a fuction:
  F(x) = 6 * x^7+8*x^6+7*x^3+5*x^2-y*x (0 <= x <=100)
Can you find the minimum value when x is between 0 and 100.
输入解释
The first line of the input contains an integer T(1<=T<=100) which means the number of test cases. Then T lines follow, each line has only one real numbers Y.(0 < Y <1e10)
输出解释
Just the minimum value (accurate up to 4 decimal places),when x is between 0 and 100.
输入样例
2
100
200
输出样例
-74.4291
-178.8534
来自杭电HDUOJ的附加信息
Author Redow
Recommend lcy

该题目是Virtual Judge题目,来自 杭电HDUOJ

源链接: HDU-2899

最后修改于 2020-10-25T22:57:56+00:00 由爬虫自动更新

共提交 1

通过率 100.0%
时间上限 内存上限
2000/1000MS(Java/Others) 32768/32768K(Java/Others)