SP8058 AMR10D - Soccer Teams
Description
My kid's favorite subject is math, as you know by now. He is learning division now, and his teacher has taught him about even numbers being divisible by 2, numbers whose digits add up to a multiple of 3 being exactly divisible by 3 etc.
He was familiar with division by 11 during selection for soccer teams on his playground, and was wondering whether there was any easy rule to see if a number was divisible by 11. For example, he wondered, if he arranged a number of digits 0-9 in a row to form a number, which ones would be divisible by 11?
He decided to start off with d\[1\] 1's, d\[2\] 2's ..., d\[9\] 9's, and seeing what is the minimum factor of 11 that he could get by using all these digits, together with any number of 0's. Please help him figure out how many digits there are in this minimum factor. If he will not be able to form a multiple of 11 in this way, print -1.
**INPUT**
The first line will contain the number of test cases T. T lines follow one corresponding to each test case.
Each line has 9 integers d\[1\] d\[2\] .... d\[9\].
**OUTPUT**
Output T lines one corresponding to each test case. The ith line should contain the required answer for the corresponding test case.
**CONSTRAINTS**
1
Input Format
N/A
Output Format
N/A