Problem E
Wheels
A very important and complicated machine consists of
Two wheels cannot overlap (they do not have common interior points), but they can touch. If two wheels touch each other and one of them rotates, the other one spins as well, as their micro-cogs are locked together.
A force is put to wheel
Input
The first line of input contains the number of test cases
Each test case consists of one line containing the number of
wheels
Output
For each test case, output
Sample Input 1 | Sample Output 1 |
---|---|
1 5 0 0 6 6 8 4 -9 0 3 6 16 4 0 -11 4 |
1 clockwise 3/2 counterclockwise 2 counterclockwise 3/2 clockwise not moving |