题面
A confectionery needs to make boxes for chocolates from square cardboard sheets of size aa. This box should be opened from the top and have square base. Box is made in two steps. At the first step square pieces of size bb get cut at all corners of the cardboard sheet. At the second step rectangular pieces get bent along the edges by the angle of 90 degrees to form the box. Having length of cardboard sheet‘s side a you need to find height b of the box when its volume is maximal.
<img alt="" src="/upload/2824/2824.png" />输入格式
The first line of input contains one integer n (1≤n≤10) - number of tests. Each of subsequent n lines contains one real number – length of cardboard sheet‘s side a (1≤a≤1014) for the test.
输出格式
Output should contain n lines, each line should contain optimal height b for the corresponding test rounded to 10 digits after dot.
样例
输入
1 34.0
输出
5.6666666667