In this exercise we want to calculate with inverse numbers. Your task is to add up two inverse numbers and print the inverse sum to the output.
The input consists of $$t$$ test cases ($$t \leq 10.000$$). The first line of the input contains an integer $$t$$. Following are $$t$$ lines describing the different test cases. Each case is described by two integers separated by a space. These are the inverse numbers which need adding up.
Print the requested integer — the inverse sum of the two inverse numbers — for each case on a separate line. Make sure the leading zeroes are left out.
Input:
3
24 1
4358 754
305 794
Output:
34
1998
1