#P1182F. Maximum Sine
Maximum Sine
No submission language available for this problem.
Description
You have given integers , , , and . Let .
Find minimum possible integer that maximizes where .
Each test contains multiple test cases.
The first line contains the number of test cases () — the number of test cases.
The first line of each test case contains four integers , , , and (, , ).
Print the minimum possible integer for each test cases, separated by newline.
Input
Each test contains multiple test cases.
The first line contains the number of test cases () — the number of test cases.
The first line of each test case contains four integers , , , and (, , ).
Output
Print the minimum possible integer for each test cases, separated by newline.
Samples
Note
In the first test case, , , .
In the second test case, , which is the largest among all possible values.