Toggle navigation
PIPIOJ
F.A.Qs
Web Board
ProblemSet
Source/Category
Status
Ranklist
Contest
Recent
Login
Problem1109--PIPI的数学题VII
1109: PIPI的数学题VII
Time Limit:
1 Sec
Memory Limit:
128 MB
Submit:
206
Solved:
148
[
Submit
] [
Status
] [
Web Board
] [Creator:
]
Description
PIPI最近对一个表达式很着迷!
F(x) = 6x
7
+8x
6
+7x
3
+5x
2
-yx (0 <= x <=100)
他想知道在确定y的情况下,这个函数在其定义域内的最小值是多少,胖虎能告诉他吗?
Input
第一行代表测试用例的数目T(T<100)。
接下来T行每一行输入一个实数 y。
Output
对于每一组测试用例,输出F(x)的最小值,精确到小数点后4位。
Sample Input
2 100 200
Sample Output
-74.4291 -178.8534
Source/Category
中等
数学