Given a $ W \times H $ rectangular paper, find the area of the largest circle that can be cut from it.

Input

The first and second line of input contain $ W $ and $ H $ respectively. $ W $ and $ H $ have maximum of 5 decimal places. $( 0 \lt W, H \le 10^6 $)

Output

Output the area correct to 5 decimal places.

Sample Test Cases

Input Output
9.4
8.7
59.44679
Click to copy.

Scoring: Per Case
Authored by s16f22
Appeared in Test Contest