Description
Diao Ze likes math very much, especially problems about equation. Now there is a problem for Diao Ze, but he is too lazy to solve it and he asks you for help:
Giving two integers a and b , which satisfied the equation
Then your task is to calculate the value of x in the equation.
Input
The first line contains an integer T , indicating the total number of test cases. In each test case there is only one line contains two positive integers and
Output
For each test case, output the answer in one line. The answer should be rounded to 2 digits after the decimal point.
Sample Input
2 1 2 3 2
Sample Output
2.00 0.67
时间: 2024-10-10 05:58:29