SP14441 CIRCLE_E - Three Circle Problem (EASY)
Description
Given 3 distinct circles with positive integer radius **R1**, **R2**, and **R3**, and arranged like in the picture below:

Now, your task is to compute radius of small circle that can be created like yellow circle in the picture above. All circles in the picture above tangent each other.
Input Format
The first line in the input data, there is an integer **T**(0 < **T** T lines follow.
For each lines, there are three integer **R1**, **R2**, and **R3**, (0 < {**R1**,**R2**,**R3**} < 10 $ ^{9} $ ) denoting radius of each circle like in the picture above.
Output Format
For each test case, output radius of small circle that can be made, like in the picture above. Any output with absolute error less than 10 $ ^{-6} $ is accepted.