Limits 1s, 512 MB

Shawon and Tarek are very good friends. One day Shawon gives his friend Tarek a geometry problem. Tareq is very good at geometry and he solved the problem easily.

Shawon will be very happy if you solve this problem too. Can you solve this problem?

You are given a circle with radius RR. Inside the circle there is an equilateral triangle ABCABC. There is another equilateral triangle DEFDEF where FF is the midpoint of side BCBC. You have to find out the area of the triangle DEFDEF. For better understanding, see the picture above.

Input

Input starts with an integer TT (1T1031 ≤ T ≤ 10^{3}) denoting the number of test cases. Each case contains one integer RR (1R1051 ≤ R ≤ 10^{5}), radius of the circle.

Output

For each case of input, print the case number and then print the area of the triangle DEFDEF. Print the answer with exactly 2 digits after the decimal point.

Sample

InputOutput
2
10
12
12.40
17.86

Submit

Login to submit.

Statistics

75% Solution Ratio
steinumEarliest, Oct '20
rkb_rdFastest, 0.0s
steinumLightest, 131 kB
Deshi_TouristShortest, 256B
Toph uses cookies. By continuing you agree to our Cookie Policy.