Problem A
Parking

Long Street is a straight line, where all positions are integer. You pay for parking in a specific slot, which is an integer position on Long Street. Michael does not want to pay for more than one parking though. He is very strong, and does not mind carrying all the bags around.
Input
The first line of input gives the number of test cases,
Output
Output for each test case a line with the minimal distance Michael must walk given optimal parking.
Sample Input 1 | Sample Output 1 |
---|---|
2 4 24 13 89 37 6 7 30 41 14 39 42 |
152 70 |