#Lutece0227. 2-Dimensional Rubik's Cube

2-Dimensional Rubik's Cube

Migrated from Lutece 227 2-Dimensional Rubik's Cube

All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.

Description

Alex loves Rubik's Cube. The 33-dimensional cubes are so difficult that Alex can only challenge the 2D ones, which have six colors: W,Y,R,O,G,BW, Y, R, O, G, B.

title

Alex names the six faces as UU(upper), DD(bottom), LL(left), RR(right), FF(front), BB(back). The expanded cube will appear like this:

title

Alex is able to rotate any face 9090 degrees in clockwise or counter-clockwise in a second. U,D,L,R,F,BU, D, L, R, F, B are used for rotating the corresponding face in clockwise, while U,D,L,R,F,BU', D', L', R', F', B' are for counter-clockwise.

Now Alex got a Cube, he wants to know the minimum number of steps required for making one state to the other.

Input

The input consists of multiple test cases. The first line of input contains an integer TT, which is the number of test cases.

Each test case is on 1212 lines. The first 66 lines indicate the initial state, while the next 66 lines indicate the destination state, both according to the form of the sample input.

[Technical Specification]

TT is an integer, and T10T \leq 10.

You can assume that it is always possible to complete the task.

Output

For each test case, print the minimal steps required on a single line.

Samples

1 
G W
Y G
W G O Y R B O R
Y B R W G B O B
W O
R Y
B B
B B
O O W W R R Y Y
O O W W R R Y Y
G G
G G
10

Resources

The 4th Baidu Cup Central China Invitational