#Lutece0220. A Greedy Boss

A Greedy Boss

Migrated from Lutece 220 A Greedy Boss

All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.

Description

Cloudiris is a greedy boss. On one hand, she wants her workers to work as long as possible. On the other hand, she doesn’t want to pay her workers much salary. She has found a relationship between the money(MM) she pays for a hour’s work and the time(TT) workers would like to work. And the relationship is something like this: T=a+b×M+c×M×MT=a+b \times M+ c \times M \times M.(the a,b,ca, b, c here are positive variables that will be specified in the input). The Salary(SS) she pays for each worker will be S=M×TS=M \times T. Now, as Cloudiris’s secretary, you are given a,b,ca, b, c and the maximum amount salary(SS) she would like to pay for each worker, and you are required to tell her how much money(MM) she should pay for a hour’s work so workers will work as long as possible and at the same time M×TM \times T won’t exceed SS.

Input

The first line of the input contains a integer NN representing the number of test cases;

The following N lines each contains 44 real numbers representing a,b,ca, b, c and SS.

S,a,bS, a, b and cc will be larger than zero.

The input guarantees that TT won’t be larger than 2424 hours.

Output

For each test case, output one line with a real number MM, rounded to 22 digits after decimal point.

Samples

2
1 1 1 39
1.5 0.2 0.1 10
3.00
3.18

Resources

第四届北京邮电大学程序设计竞赛网络预赛