NAJTUC - Triangle Under a Circle

no tags 

Look at the picture there have a square Length is A and under the square there have a circle. Under the circle there have a equilateral triangle.

Now given the length of square and your task is find the area of the triangle.

Input

The first line of the input contains an integer T (T ≤ 100000) denoting the number of test cases.

For each test case there given the length square A, 0 ≤ A ≤ 10^7.

Output

For each case, print the case number and the area of triangle with two decimal places.

Example

Input:
4
1
2
3
4

Output:
Case 1: 0.32
Case 2: 1.30
Case 3: 2.92
Case 4: 5.20

Hints: Consider π as acos (-1.0).


hide comments
Jacob Plachta: 2014-10-26 03:00:04

Moved to tutorial, as it's quite simple.


Added by:Najmuzzaman
Date:2014-10-25
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64