Identifier
Images
[] => []
[1,0] => [1]
[1,0,1,0] => [2,1]
[1,1,0,0] => [1,2]
[1,0,1,0,1,0] => [2,1,3]
[1,0,1,1,0,0] => [2,3,1]
[1,1,0,0,1,0] => [3,1,2]
[1,1,0,1,0,0] => [1,3,2]
[1,1,1,0,0,0] => [1,2,3]
[1,0,1,0,1,0,1,0] => [2,1,4,3]
[1,0,1,0,1,1,0,0] => [2,4,1,3]
[1,0,1,1,0,0,1,0] => [2,1,3,4]
[1,0,1,1,0,1,0,0] => [2,3,1,4]
[1,0,1,1,1,0,0,0] => [2,3,4,1]
[1,1,0,0,1,0,1,0] => [3,1,4,2]
[1,1,0,0,1,1,0,0] => [3,4,1,2]
[1,1,0,1,0,0,1,0] => [3,1,2,4]
[1,1,0,1,0,1,0,0] => [1,3,2,4]
[1,1,0,1,1,0,0,0] => [1,3,4,2]
[1,1,1,0,0,0,1,0] => [4,1,2,3]
[1,1,1,0,0,1,0,0] => [1,4,2,3]
[1,1,1,0,1,0,0,0] => [1,2,4,3]
[1,1,1,1,0,0,0,0] => [1,2,3,4]
[1,0,1,0,1,0,1,0,1,0] => [2,1,4,3,5]
[1,0,1,0,1,0,1,1,0,0] => [2,4,1,3,5]
[1,0,1,0,1,1,0,0,1,0] => [2,1,4,5,3]
[1,0,1,0,1,1,0,1,0,0] => [2,4,1,5,3]
[1,0,1,0,1,1,1,0,0,0] => [2,4,5,1,3]
[1,0,1,1,0,0,1,0,1,0] => [2,1,5,3,4]
[1,0,1,1,0,0,1,1,0,0] => [2,5,1,3,4]
[1,0,1,1,0,1,0,0,1,0] => [2,1,3,5,4]
[1,0,1,1,0,1,0,1,0,0] => [2,3,1,5,4]
[1,0,1,1,0,1,1,0,0,0] => [2,3,5,1,4]
[1,0,1,1,1,0,0,0,1,0] => [2,1,3,4,5]
[1,0,1,1,1,0,0,1,0,0] => [2,3,1,4,5]
[1,0,1,1,1,0,1,0,0,0] => [2,3,4,1,5]
[1,0,1,1,1,1,0,0,0,0] => [2,3,4,5,1]
[1,1,0,0,1,0,1,0,1,0] => [3,1,4,2,5]
[1,1,0,0,1,0,1,1,0,0] => [3,4,1,2,5]
[1,1,0,0,1,1,0,0,1,0] => [3,1,4,5,2]
[1,1,0,0,1,1,0,1,0,0] => [3,4,1,5,2]
[1,1,0,0,1,1,1,0,0,0] => [3,4,5,1,2]
[1,1,0,1,0,0,1,0,1,0] => [3,1,5,2,4]
[1,1,0,1,0,0,1,1,0,0] => [3,5,1,2,4]
[1,1,0,1,0,1,0,0,1,0] => [3,1,2,5,4]
[1,1,0,1,0,1,0,1,0,0] => [1,3,2,5,4]
[1,1,0,1,0,1,1,0,0,0] => [1,3,5,2,4]
[1,1,0,1,1,0,0,0,1,0] => [3,1,2,4,5]
[1,1,0,1,1,0,0,1,0,0] => [1,3,2,4,5]
[1,1,0,1,1,0,1,0,0,0] => [1,3,4,2,5]
[1,1,0,1,1,1,0,0,0,0] => [1,3,4,5,2]
[1,1,1,0,0,0,1,0,1,0] => [4,1,5,2,3]
[1,1,1,0,0,0,1,1,0,0] => [4,5,1,2,3]
[1,1,1,0,0,1,0,0,1,0] => [4,1,2,5,3]
[1,1,1,0,0,1,0,1,0,0] => [1,4,2,5,3]
[1,1,1,0,0,1,1,0,0,0] => [1,4,5,2,3]
[1,1,1,0,1,0,0,0,1,0] => [4,1,2,3,5]
[1,1,1,0,1,0,0,1,0,0] => [1,4,2,3,5]
[1,1,1,0,1,0,1,0,0,0] => [1,2,4,3,5]
[1,1,1,0,1,1,0,0,0,0] => [1,2,4,5,3]
[1,1,1,1,0,0,0,0,1,0] => [5,1,2,3,4]
[1,1,1,1,0,0,0,1,0,0] => [1,5,2,3,4]
[1,1,1,1,0,0,1,0,0,0] => [1,2,5,3,4]
[1,1,1,1,0,1,0,0,0,0] => [1,2,3,5,4]
[1,1,1,1,1,0,0,0,0,0] => [1,2,3,4,5]
[1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,3,6,5]
[1,0,1,0,1,0,1,0,1,1,0,0] => [2,4,1,3,6,5]
[1,0,1,0,1,0,1,1,0,0,1,0] => [2,1,4,6,3,5]
[1,0,1,0,1,0,1,1,0,1,0,0] => [2,4,1,6,3,5]
[1,0,1,0,1,0,1,1,1,0,0,0] => [2,4,6,1,3,5]
[1,0,1,0,1,1,0,0,1,0,1,0] => [2,1,4,3,5,6]
[1,0,1,0,1,1,0,0,1,1,0,0] => [2,4,1,3,5,6]
[1,0,1,0,1,1,0,1,0,0,1,0] => [2,1,4,5,3,6]
[1,0,1,0,1,1,0,1,0,1,0,0] => [2,4,1,5,3,6]
[1,0,1,0,1,1,0,1,1,0,0,0] => [2,4,5,1,3,6]
[1,0,1,0,1,1,1,0,0,0,1,0] => [2,1,4,5,6,3]
[1,0,1,0,1,1,1,0,0,1,0,0] => [2,4,1,5,6,3]
[1,0,1,0,1,1,1,0,1,0,0,0] => [2,4,5,1,6,3]
[1,0,1,0,1,1,1,1,0,0,0,0] => [2,4,5,6,1,3]
[1,0,1,1,0,0,1,0,1,0,1,0] => [2,1,5,3,6,4]
[1,0,1,1,0,0,1,0,1,1,0,0] => [2,5,1,3,6,4]
[1,0,1,1,0,0,1,1,0,0,1,0] => [2,1,5,6,3,4]
[1,0,1,1,0,0,1,1,0,1,0,0] => [2,5,1,6,3,4]
[1,0,1,1,0,0,1,1,1,0,0,0] => [2,5,6,1,3,4]
[1,0,1,1,0,1,0,0,1,0,1,0] => [2,1,5,3,4,6]
[1,0,1,1,0,1,0,0,1,1,0,0] => [2,5,1,3,4,6]
[1,0,1,1,0,1,0,1,0,0,1,0] => [2,1,3,5,4,6]
[1,0,1,1,0,1,0,1,0,1,0,0] => [2,3,1,5,4,6]
[1,0,1,1,0,1,0,1,1,0,0,0] => [2,3,5,1,4,6]
[1,0,1,1,0,1,1,0,0,0,1,0] => [2,1,3,5,6,4]
[1,0,1,1,0,1,1,0,0,1,0,0] => [2,3,1,5,6,4]
[1,0,1,1,0,1,1,0,1,0,0,0] => [2,3,5,1,6,4]
[1,0,1,1,0,1,1,1,0,0,0,0] => [2,3,5,6,1,4]
[1,0,1,1,1,0,0,0,1,0,1,0] => [2,1,6,3,4,5]
[1,0,1,1,1,0,0,0,1,1,0,0] => [2,6,1,3,4,5]
[1,0,1,1,1,0,0,1,0,0,1,0] => [2,1,3,6,4,5]
[1,0,1,1,1,0,0,1,0,1,0,0] => [2,3,1,6,4,5]
[1,0,1,1,1,0,0,1,1,0,0,0] => [2,3,6,1,4,5]
[1,0,1,1,1,0,1,0,0,0,1,0] => [2,1,3,4,6,5]
[1,0,1,1,1,0,1,0,0,1,0,0] => [2,3,1,4,6,5]
[1,0,1,1,1,0,1,0,1,0,0,0] => [2,3,4,1,6,5]
>>> Load all 6518 entries. <<<
[1,0,1,1,1,0,1,1,0,0,0,0] => [2,3,4,6,1,5]
[1,0,1,1,1,1,0,0,0,0,1,0] => [2,1,3,4,5,6]
[1,0,1,1,1,1,0,0,0,1,0,0] => [2,3,1,4,5,6]
[1,0,1,1,1,1,0,0,1,0,0,0] => [2,3,4,1,5,6]
[1,0,1,1,1,1,0,1,0,0,0,0] => [2,3,4,5,1,6]
[1,0,1,1,1,1,1,0,0,0,0,0] => [2,3,4,5,6,1]
[1,1,0,0,1,0,1,0,1,0,1,0] => [3,1,4,2,6,5]
[1,1,0,0,1,0,1,0,1,1,0,0] => [3,4,1,2,6,5]
[1,1,0,0,1,0,1,1,0,0,1,0] => [3,1,4,6,2,5]
[1,1,0,0,1,0,1,1,0,1,0,0] => [3,4,1,6,2,5]
[1,1,0,0,1,0,1,1,1,0,0,0] => [3,4,6,1,2,5]
[1,1,0,0,1,1,0,0,1,0,1,0] => [3,1,4,2,5,6]
[1,1,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,5,6]
[1,1,0,0,1,1,0,1,0,0,1,0] => [3,1,4,5,2,6]
[1,1,0,0,1,1,0,1,0,1,0,0] => [3,4,1,5,2,6]
[1,1,0,0,1,1,0,1,1,0,0,0] => [3,4,5,1,2,6]
[1,1,0,0,1,1,1,0,0,0,1,0] => [3,1,4,5,6,2]
[1,1,0,0,1,1,1,0,0,1,0,0] => [3,4,1,5,6,2]
[1,1,0,0,1,1,1,0,1,0,0,0] => [3,4,5,1,6,2]
[1,1,0,0,1,1,1,1,0,0,0,0] => [3,4,5,6,1,2]
[1,1,0,1,0,0,1,0,1,0,1,0] => [3,1,5,2,6,4]
[1,1,0,1,0,0,1,0,1,1,0,0] => [3,5,1,2,6,4]
[1,1,0,1,0,0,1,1,0,0,1,0] => [3,1,5,6,2,4]
[1,1,0,1,0,0,1,1,0,1,0,0] => [3,5,1,6,2,4]
[1,1,0,1,0,0,1,1,1,0,0,0] => [3,5,6,1,2,4]
[1,1,0,1,0,1,0,0,1,0,1,0] => [3,1,5,2,4,6]
[1,1,0,1,0,1,0,0,1,1,0,0] => [3,5,1,2,4,6]
[1,1,0,1,0,1,0,1,0,0,1,0] => [3,1,2,5,4,6]
[1,1,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,4,6]
[1,1,0,1,0,1,0,1,1,0,0,0] => [1,3,5,2,4,6]
[1,1,0,1,0,1,1,0,0,0,1,0] => [3,1,2,5,6,4]
[1,1,0,1,0,1,1,0,0,1,0,0] => [1,3,2,5,6,4]
[1,1,0,1,0,1,1,0,1,0,0,0] => [1,3,5,2,6,4]
[1,1,0,1,0,1,1,1,0,0,0,0] => [1,3,5,6,2,4]
[1,1,0,1,1,0,0,0,1,0,1,0] => [3,1,6,2,4,5]
[1,1,0,1,1,0,0,0,1,1,0,0] => [3,6,1,2,4,5]
[1,1,0,1,1,0,0,1,0,0,1,0] => [3,1,2,6,4,5]
[1,1,0,1,1,0,0,1,0,1,0,0] => [1,3,2,6,4,5]
[1,1,0,1,1,0,0,1,1,0,0,0] => [1,3,6,2,4,5]
[1,1,0,1,1,0,1,0,0,0,1,0] => [3,1,2,4,6,5]
[1,1,0,1,1,0,1,0,0,1,0,0] => [1,3,2,4,6,5]
[1,1,0,1,1,0,1,0,1,0,0,0] => [1,3,4,2,6,5]
[1,1,0,1,1,0,1,1,0,0,0,0] => [1,3,4,6,2,5]
[1,1,0,1,1,1,0,0,0,0,1,0] => [3,1,2,4,5,6]
[1,1,0,1,1,1,0,0,0,1,0,0] => [1,3,2,4,5,6]
[1,1,0,1,1,1,0,0,1,0,0,0] => [1,3,4,2,5,6]
[1,1,0,1,1,1,0,1,0,0,0,0] => [1,3,4,5,2,6]
[1,1,0,1,1,1,1,0,0,0,0,0] => [1,3,4,5,6,2]
[1,1,1,0,0,0,1,0,1,0,1,0] => [4,1,5,2,6,3]
[1,1,1,0,0,0,1,0,1,1,0,0] => [4,5,1,2,6,3]
[1,1,1,0,0,0,1,1,0,0,1,0] => [4,1,5,6,2,3]
[1,1,1,0,0,0,1,1,0,1,0,0] => [4,5,1,6,2,3]
[1,1,1,0,0,0,1,1,1,0,0,0] => [4,5,6,1,2,3]
[1,1,1,0,0,1,0,0,1,0,1,0] => [4,1,5,2,3,6]
[1,1,1,0,0,1,0,0,1,1,0,0] => [4,5,1,2,3,6]
[1,1,1,0,0,1,0,1,0,0,1,0] => [4,1,2,5,3,6]
[1,1,1,0,0,1,0,1,0,1,0,0] => [1,4,2,5,3,6]
[1,1,1,0,0,1,0,1,1,0,0,0] => [1,4,5,2,3,6]
[1,1,1,0,0,1,1,0,0,0,1,0] => [4,1,2,5,6,3]
[1,1,1,0,0,1,1,0,0,1,0,0] => [1,4,2,5,6,3]
[1,1,1,0,0,1,1,0,1,0,0,0] => [1,4,5,2,6,3]
[1,1,1,0,0,1,1,1,0,0,0,0] => [1,4,5,6,2,3]
[1,1,1,0,1,0,0,0,1,0,1,0] => [4,1,6,2,3,5]
[1,1,1,0,1,0,0,0,1,1,0,0] => [4,6,1,2,3,5]
[1,1,1,0,1,0,0,1,0,0,1,0] => [4,1,2,6,3,5]
[1,1,1,0,1,0,0,1,0,1,0,0] => [1,4,2,6,3,5]
[1,1,1,0,1,0,0,1,1,0,0,0] => [1,4,6,2,3,5]
[1,1,1,0,1,0,1,0,0,0,1,0] => [4,1,2,3,6,5]
[1,1,1,0,1,0,1,0,0,1,0,0] => [1,4,2,3,6,5]
[1,1,1,0,1,0,1,0,1,0,0,0] => [1,2,4,3,6,5]
[1,1,1,0,1,0,1,1,0,0,0,0] => [1,2,4,6,3,5]
[1,1,1,0,1,1,0,0,0,0,1,0] => [4,1,2,3,5,6]
[1,1,1,0,1,1,0,0,0,1,0,0] => [1,4,2,3,5,6]
[1,1,1,0,1,1,0,0,1,0,0,0] => [1,2,4,3,5,6]
[1,1,1,0,1,1,0,1,0,0,0,0] => [1,2,4,5,3,6]
[1,1,1,0,1,1,1,0,0,0,0,0] => [1,2,4,5,6,3]
[1,1,1,1,0,0,0,0,1,0,1,0] => [5,1,6,2,3,4]
[1,1,1,1,0,0,0,0,1,1,0,0] => [5,6,1,2,3,4]
[1,1,1,1,0,0,0,1,0,0,1,0] => [5,1,2,6,3,4]
[1,1,1,1,0,0,0,1,0,1,0,0] => [1,5,2,6,3,4]
[1,1,1,1,0,0,0,1,1,0,0,0] => [1,5,6,2,3,4]
[1,1,1,1,0,0,1,0,0,0,1,0] => [5,1,2,3,6,4]
[1,1,1,1,0,0,1,0,0,1,0,0] => [1,5,2,3,6,4]
[1,1,1,1,0,0,1,0,1,0,0,0] => [1,2,5,3,6,4]
[1,1,1,1,0,0,1,1,0,0,0,0] => [1,2,5,6,3,4]
[1,1,1,1,0,1,0,0,0,0,1,0] => [5,1,2,3,4,6]
[1,1,1,1,0,1,0,0,0,1,0,0] => [1,5,2,3,4,6]
[1,1,1,1,0,1,0,0,1,0,0,0] => [1,2,5,3,4,6]
[1,1,1,1,0,1,0,1,0,0,0,0] => [1,2,3,5,4,6]
[1,1,1,1,0,1,1,0,0,0,0,0] => [1,2,3,5,6,4]
[1,1,1,1,1,0,0,0,0,0,1,0] => [6,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,1,0,0] => [1,6,2,3,4,5]
[1,1,1,1,1,0,0,0,1,0,0,0] => [1,2,6,3,4,5]
[1,1,1,1,1,0,0,1,0,0,0,0] => [1,2,3,6,4,5]
[1,1,1,1,1,0,1,0,0,0,0,0] => [1,2,3,4,6,5]
[1,1,1,1,1,1,0,0,0,0,0,0] => [1,2,3,4,5,6]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,3,6,5,7]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,4,1,3,6,5,7]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,1,4,6,3,5,7]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,4,1,6,3,5,7]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,4,6,1,3,5,7]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [2,1,4,3,6,7,5]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [2,4,1,3,6,7,5]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,1,4,6,3,7,5]
[1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,4,1,6,3,7,5]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,4,6,1,3,7,5]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [2,1,4,6,7,3,5]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [2,4,1,6,7,3,5]
[1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [2,4,6,1,7,3,5]
[1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [2,4,6,7,1,3,5]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [2,1,4,3,7,5,6]
[1,0,1,0,1,1,0,0,1,0,1,1,0,0] => [2,4,1,3,7,5,6]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [2,1,4,7,3,5,6]
[1,0,1,0,1,1,0,0,1,1,0,1,0,0] => [2,4,1,7,3,5,6]
[1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [2,4,7,1,3,5,6]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [2,1,4,3,5,7,6]
[1,0,1,0,1,1,0,1,0,0,1,1,0,0] => [2,4,1,3,5,7,6]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [2,1,4,5,3,7,6]
[1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,4,1,5,3,7,6]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [2,4,5,1,3,7,6]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0] => [2,1,4,5,7,3,6]
[1,0,1,0,1,1,0,1,1,0,0,1,0,0] => [2,4,1,5,7,3,6]
[1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [2,4,5,1,7,3,6]
[1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [2,4,5,7,1,3,6]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0] => [2,1,4,3,5,6,7]
[1,0,1,0,1,1,1,0,0,0,1,1,0,0] => [2,4,1,3,5,6,7]
[1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [2,1,4,5,3,6,7]
[1,0,1,0,1,1,1,0,0,1,0,1,0,0] => [2,4,1,5,3,6,7]
[1,0,1,0,1,1,1,0,0,1,1,0,0,0] => [2,4,5,1,3,6,7]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [2,1,4,5,6,3,7]
[1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [2,4,1,5,6,3,7]
[1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [2,4,5,1,6,3,7]
[1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [2,4,5,6,1,3,7]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [2,1,4,5,6,7,3]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0] => [2,4,1,5,6,7,3]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0] => [2,4,5,1,6,7,3]
[1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,4,5,6,1,7,3]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [2,4,5,6,7,1,3]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [2,1,5,3,6,4,7]
[1,0,1,1,0,0,1,0,1,0,1,1,0,0] => [2,5,1,3,6,4,7]
[1,0,1,1,0,0,1,0,1,1,0,0,1,0] => [2,1,5,6,3,4,7]
[1,0,1,1,0,0,1,0,1,1,0,1,0,0] => [2,5,1,6,3,4,7]
[1,0,1,1,0,0,1,0,1,1,1,0,0,0] => [2,5,6,1,3,4,7]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0] => [2,1,5,3,6,7,4]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,5,1,3,6,7,4]
[1,0,1,1,0,0,1,1,0,1,0,0,1,0] => [2,1,5,6,3,7,4]
[1,0,1,1,0,0,1,1,0,1,0,1,0,0] => [2,5,1,6,3,7,4]
[1,0,1,1,0,0,1,1,0,1,1,0,0,0] => [2,5,6,1,3,7,4]
[1,0,1,1,0,0,1,1,1,0,0,0,1,0] => [2,1,5,6,7,3,4]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [2,5,1,6,7,3,4]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0] => [2,5,6,1,7,3,4]
[1,0,1,1,0,0,1,1,1,1,0,0,0,0] => [2,5,6,7,1,3,4]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [2,1,5,3,7,4,6]
[1,0,1,1,0,1,0,0,1,0,1,1,0,0] => [2,5,1,3,7,4,6]
[1,0,1,1,0,1,0,0,1,1,0,0,1,0] => [2,1,5,7,3,4,6]
[1,0,1,1,0,1,0,0,1,1,0,1,0,0] => [2,5,1,7,3,4,6]
[1,0,1,1,0,1,0,0,1,1,1,0,0,0] => [2,5,7,1,3,4,6]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0] => [2,1,5,3,4,7,6]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0] => [2,5,1,3,4,7,6]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [2,1,3,5,4,7,6]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [2,3,1,5,4,7,6]
[1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [2,3,5,1,4,7,6]
[1,0,1,1,0,1,0,1,1,0,0,0,1,0] => [2,1,3,5,7,4,6]
[1,0,1,1,0,1,0,1,1,0,0,1,0,0] => [2,3,1,5,7,4,6]
[1,0,1,1,0,1,0,1,1,0,1,0,0,0] => [2,3,5,1,7,4,6]
[1,0,1,1,0,1,0,1,1,1,0,0,0,0] => [2,3,5,7,1,4,6]
[1,0,1,1,0,1,1,0,0,0,1,0,1,0] => [2,1,5,3,4,6,7]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,5,1,3,4,6,7]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0] => [2,1,3,5,4,6,7]
[1,0,1,1,0,1,1,0,0,1,0,1,0,0] => [2,3,1,5,4,6,7]
[1,0,1,1,0,1,1,0,0,1,1,0,0,0] => [2,3,5,1,4,6,7]
[1,0,1,1,0,1,1,0,1,0,0,0,1,0] => [2,1,3,5,6,4,7]
[1,0,1,1,0,1,1,0,1,0,0,1,0,0] => [2,3,1,5,6,4,7]
[1,0,1,1,0,1,1,0,1,0,1,0,0,0] => [2,3,5,1,6,4,7]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0] => [2,3,5,6,1,4,7]
[1,0,1,1,0,1,1,1,0,0,0,0,1,0] => [2,1,3,5,6,7,4]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [2,3,1,5,6,7,4]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0] => [2,3,5,1,6,7,4]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [2,3,5,6,1,7,4]
[1,0,1,1,0,1,1,1,1,0,0,0,0,0] => [2,3,5,6,7,1,4]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [2,1,6,3,7,4,5]
[1,0,1,1,1,0,0,0,1,0,1,1,0,0] => [2,6,1,3,7,4,5]
[1,0,1,1,1,0,0,0,1,1,0,0,1,0] => [2,1,6,7,3,4,5]
[1,0,1,1,1,0,0,0,1,1,0,1,0,0] => [2,6,1,7,3,4,5]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [2,6,7,1,3,4,5]
[1,0,1,1,1,0,0,1,0,0,1,0,1,0] => [2,1,6,3,4,7,5]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [2,6,1,3,4,7,5]
[1,0,1,1,1,0,0,1,0,1,0,0,1,0] => [2,1,3,6,4,7,5]
[1,0,1,1,1,0,0,1,0,1,0,1,0,0] => [2,3,1,6,4,7,5]
[1,0,1,1,1,0,0,1,0,1,1,0,0,0] => [2,3,6,1,4,7,5]
[1,0,1,1,1,0,0,1,1,0,0,0,1,0] => [2,1,3,6,7,4,5]
[1,0,1,1,1,0,0,1,1,0,0,1,0,0] => [2,3,1,6,7,4,5]
[1,0,1,1,1,0,0,1,1,0,1,0,0,0] => [2,3,6,1,7,4,5]
[1,0,1,1,1,0,0,1,1,1,0,0,0,0] => [2,3,6,7,1,4,5]
[1,0,1,1,1,0,1,0,0,0,1,0,1,0] => [2,1,6,3,4,5,7]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0] => [2,6,1,3,4,5,7]
[1,0,1,1,1,0,1,0,0,1,0,0,1,0] => [2,1,3,6,4,5,7]
[1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [2,3,1,6,4,5,7]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0] => [2,3,6,1,4,5,7]
[1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [2,1,3,4,6,5,7]
[1,0,1,1,1,0,1,0,1,0,0,1,0,0] => [2,3,1,4,6,5,7]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [2,3,4,1,6,5,7]
[1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [2,3,4,6,1,5,7]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0] => [2,1,3,4,6,7,5]
[1,0,1,1,1,0,1,1,0,0,0,1,0,0] => [2,3,1,4,6,7,5]
[1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [2,3,4,1,6,7,5]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [2,3,4,6,1,7,5]
[1,0,1,1,1,0,1,1,1,0,0,0,0,0] => [2,3,4,6,7,1,5]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0] => [2,1,7,3,4,5,6]
[1,0,1,1,1,1,0,0,0,0,1,1,0,0] => [2,7,1,3,4,5,6]
[1,0,1,1,1,1,0,0,0,1,0,0,1,0] => [2,1,3,7,4,5,6]
[1,0,1,1,1,1,0,0,0,1,0,1,0,0] => [2,3,1,7,4,5,6]
[1,0,1,1,1,1,0,0,0,1,1,0,0,0] => [2,3,7,1,4,5,6]
[1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [2,1,3,4,7,5,6]
[1,0,1,1,1,1,0,0,1,0,0,1,0,0] => [2,3,1,4,7,5,6]
[1,0,1,1,1,1,0,0,1,0,1,0,0,0] => [2,3,4,1,7,5,6]
[1,0,1,1,1,1,0,0,1,1,0,0,0,0] => [2,3,4,7,1,5,6]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0] => [2,1,3,4,5,7,6]
[1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [2,3,1,4,5,7,6]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0] => [2,3,4,1,5,7,6]
[1,0,1,1,1,1,0,1,0,1,0,0,0,0] => [2,3,4,5,1,7,6]
[1,0,1,1,1,1,0,1,1,0,0,0,0,0] => [2,3,4,5,7,1,6]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [2,1,3,4,5,6,7]
[1,0,1,1,1,1,1,0,0,0,0,1,0,0] => [2,3,1,4,5,6,7]
[1,0,1,1,1,1,1,0,0,0,1,0,0,0] => [2,3,4,1,5,6,7]
[1,0,1,1,1,1,1,0,0,1,0,0,0,0] => [2,3,4,5,1,6,7]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [2,3,4,5,6,1,7]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,3,4,5,6,7,1]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [3,1,4,2,6,5,7]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [3,4,1,2,6,5,7]
[1,1,0,0,1,0,1,0,1,1,0,0,1,0] => [3,1,4,6,2,5,7]
[1,1,0,0,1,0,1,0,1,1,0,1,0,0] => [3,4,1,6,2,5,7]
[1,1,0,0,1,0,1,0,1,1,1,0,0,0] => [3,4,6,1,2,5,7]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0] => [3,1,4,2,6,7,5]
[1,1,0,0,1,0,1,1,0,0,1,1,0,0] => [3,4,1,2,6,7,5]
[1,1,0,0,1,0,1,1,0,1,0,0,1,0] => [3,1,4,6,2,7,5]
[1,1,0,0,1,0,1,1,0,1,0,1,0,0] => [3,4,1,6,2,7,5]
[1,1,0,0,1,0,1,1,0,1,1,0,0,0] => [3,4,6,1,2,7,5]
[1,1,0,0,1,0,1,1,1,0,0,0,1,0] => [3,1,4,6,7,2,5]
[1,1,0,0,1,0,1,1,1,0,0,1,0,0] => [3,4,1,6,7,2,5]
[1,1,0,0,1,0,1,1,1,0,1,0,0,0] => [3,4,6,1,7,2,5]
[1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [3,4,6,7,1,2,5]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [3,1,4,2,7,5,6]
[1,1,0,0,1,1,0,0,1,0,1,1,0,0] => [3,4,1,2,7,5,6]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,4,7,2,5,6]
[1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [3,4,1,7,2,5,6]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [3,4,7,1,2,5,6]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [3,1,4,2,5,7,6]
[1,1,0,0,1,1,0,1,0,0,1,1,0,0] => [3,4,1,2,5,7,6]
[1,1,0,0,1,1,0,1,0,1,0,0,1,0] => [3,1,4,5,2,7,6]
[1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [3,4,1,5,2,7,6]
[1,1,0,0,1,1,0,1,0,1,1,0,0,0] => [3,4,5,1,2,7,6]
[1,1,0,0,1,1,0,1,1,0,0,0,1,0] => [3,1,4,5,7,2,6]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0] => [3,4,1,5,7,2,6]
[1,1,0,0,1,1,0,1,1,0,1,0,0,0] => [3,4,5,1,7,2,6]
[1,1,0,0,1,1,0,1,1,1,0,0,0,0] => [3,4,5,7,1,2,6]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0] => [3,1,4,2,5,6,7]
[1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [3,4,1,2,5,6,7]
[1,1,0,0,1,1,1,0,0,1,0,0,1,0] => [3,1,4,5,2,6,7]
[1,1,0,0,1,1,1,0,0,1,0,1,0,0] => [3,4,1,5,2,6,7]
[1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [3,4,5,1,2,6,7]
[1,1,0,0,1,1,1,0,1,0,0,0,1,0] => [3,1,4,5,6,2,7]
[1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [3,4,1,5,6,2,7]
[1,1,0,0,1,1,1,0,1,0,1,0,0,0] => [3,4,5,1,6,2,7]
[1,1,0,0,1,1,1,0,1,1,0,0,0,0] => [3,4,5,6,1,2,7]
[1,1,0,0,1,1,1,1,0,0,0,0,1,0] => [3,1,4,5,6,7,2]
[1,1,0,0,1,1,1,1,0,0,0,1,0,0] => [3,4,1,5,6,7,2]
[1,1,0,0,1,1,1,1,0,0,1,0,0,0] => [3,4,5,1,6,7,2]
[1,1,0,0,1,1,1,1,0,1,0,0,0,0] => [3,4,5,6,1,7,2]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [3,4,5,6,7,1,2]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [3,1,5,2,6,4,7]
[1,1,0,1,0,0,1,0,1,0,1,1,0,0] => [3,5,1,2,6,4,7]
[1,1,0,1,0,0,1,0,1,1,0,0,1,0] => [3,1,5,6,2,4,7]
[1,1,0,1,0,0,1,0,1,1,0,1,0,0] => [3,5,1,6,2,4,7]
[1,1,0,1,0,0,1,0,1,1,1,0,0,0] => [3,5,6,1,2,4,7]
[1,1,0,1,0,0,1,1,0,0,1,0,1,0] => [3,1,5,2,6,7,4]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0] => [3,5,1,2,6,7,4]
[1,1,0,1,0,0,1,1,0,1,0,0,1,0] => [3,1,5,6,2,7,4]
[1,1,0,1,0,0,1,1,0,1,0,1,0,0] => [3,5,1,6,2,7,4]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0] => [3,5,6,1,2,7,4]
[1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [3,1,5,6,7,2,4]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0] => [3,5,1,6,7,2,4]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0] => [3,5,6,1,7,2,4]
[1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [3,5,6,7,1,2,4]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0] => [3,1,5,2,7,4,6]
[1,1,0,1,0,1,0,0,1,0,1,1,0,0] => [3,5,1,2,7,4,6]
[1,1,0,1,0,1,0,0,1,1,0,0,1,0] => [3,1,5,7,2,4,6]
[1,1,0,1,0,1,0,0,1,1,0,1,0,0] => [3,5,1,7,2,4,6]
[1,1,0,1,0,1,0,0,1,1,1,0,0,0] => [3,5,7,1,2,4,6]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [3,1,5,2,4,7,6]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0] => [3,5,1,2,4,7,6]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,2,5,4,7,6]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,4,7,6]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,3,5,2,4,7,6]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0] => [3,1,2,5,7,4,6]
[1,1,0,1,0,1,0,1,1,0,0,1,0,0] => [1,3,2,5,7,4,6]
[1,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,3,5,2,7,4,6]
[1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [1,3,5,7,2,4,6]
[1,1,0,1,0,1,1,0,0,0,1,0,1,0] => [3,1,5,2,4,6,7]
[1,1,0,1,0,1,1,0,0,0,1,1,0,0] => [3,5,1,2,4,6,7]
[1,1,0,1,0,1,1,0,0,1,0,0,1,0] => [3,1,2,5,4,6,7]
[1,1,0,1,0,1,1,0,0,1,0,1,0,0] => [1,3,2,5,4,6,7]
[1,1,0,1,0,1,1,0,0,1,1,0,0,0] => [1,3,5,2,4,6,7]
[1,1,0,1,0,1,1,0,1,0,0,0,1,0] => [3,1,2,5,6,4,7]
[1,1,0,1,0,1,1,0,1,0,0,1,0,0] => [1,3,2,5,6,4,7]
[1,1,0,1,0,1,1,0,1,0,1,0,0,0] => [1,3,5,2,6,4,7]
[1,1,0,1,0,1,1,0,1,1,0,0,0,0] => [1,3,5,6,2,4,7]
[1,1,0,1,0,1,1,1,0,0,0,0,1,0] => [3,1,2,5,6,7,4]
[1,1,0,1,0,1,1,1,0,0,0,1,0,0] => [1,3,2,5,6,7,4]
[1,1,0,1,0,1,1,1,0,0,1,0,0,0] => [1,3,5,2,6,7,4]
[1,1,0,1,0,1,1,1,0,1,0,0,0,0] => [1,3,5,6,2,7,4]
[1,1,0,1,0,1,1,1,1,0,0,0,0,0] => [1,3,5,6,7,2,4]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [3,1,6,2,7,4,5]
[1,1,0,1,1,0,0,0,1,0,1,1,0,0] => [3,6,1,2,7,4,5]
[1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [3,1,6,7,2,4,5]
[1,1,0,1,1,0,0,0,1,1,0,1,0,0] => [3,6,1,7,2,4,5]
[1,1,0,1,1,0,0,0,1,1,1,0,0,0] => [3,6,7,1,2,4,5]
[1,1,0,1,1,0,0,1,0,0,1,0,1,0] => [3,1,6,2,4,7,5]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0] => [3,6,1,2,4,7,5]
[1,1,0,1,1,0,0,1,0,1,0,0,1,0] => [3,1,2,6,4,7,5]
[1,1,0,1,1,0,0,1,0,1,0,1,0,0] => [1,3,2,6,4,7,5]
[1,1,0,1,1,0,0,1,0,1,1,0,0,0] => [1,3,6,2,4,7,5]
[1,1,0,1,1,0,0,1,1,0,0,0,1,0] => [3,1,2,6,7,4,5]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0] => [1,3,2,6,7,4,5]
[1,1,0,1,1,0,0,1,1,0,1,0,0,0] => [1,3,6,2,7,4,5]
[1,1,0,1,1,0,0,1,1,1,0,0,0,0] => [1,3,6,7,2,4,5]
[1,1,0,1,1,0,1,0,0,0,1,0,1,0] => [3,1,6,2,4,5,7]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0] => [3,6,1,2,4,5,7]
[1,1,0,1,1,0,1,0,0,1,0,0,1,0] => [3,1,2,6,4,5,7]
[1,1,0,1,1,0,1,0,0,1,0,1,0,0] => [1,3,2,6,4,5,7]
[1,1,0,1,1,0,1,0,0,1,1,0,0,0] => [1,3,6,2,4,5,7]
[1,1,0,1,1,0,1,0,1,0,0,0,1,0] => [3,1,2,4,6,5,7]
[1,1,0,1,1,0,1,0,1,0,0,1,0,0] => [1,3,2,4,6,5,7]
[1,1,0,1,1,0,1,0,1,0,1,0,0,0] => [1,3,4,2,6,5,7]
[1,1,0,1,1,0,1,0,1,1,0,0,0,0] => [1,3,4,6,2,5,7]
[1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [3,1,2,4,6,7,5]
[1,1,0,1,1,0,1,1,0,0,0,1,0,0] => [1,3,2,4,6,7,5]
[1,1,0,1,1,0,1,1,0,0,1,0,0,0] => [1,3,4,2,6,7,5]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [1,3,4,6,2,7,5]
[1,1,0,1,1,0,1,1,1,0,0,0,0,0] => [1,3,4,6,7,2,5]
[1,1,0,1,1,1,0,0,0,0,1,0,1,0] => [3,1,7,2,4,5,6]
[1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [3,7,1,2,4,5,6]
[1,1,0,1,1,1,0,0,0,1,0,0,1,0] => [3,1,2,7,4,5,6]
[1,1,0,1,1,1,0,0,0,1,0,1,0,0] => [1,3,2,7,4,5,6]
[1,1,0,1,1,1,0,0,0,1,1,0,0,0] => [1,3,7,2,4,5,6]
[1,1,0,1,1,1,0,0,1,0,0,0,1,0] => [3,1,2,4,7,5,6]
[1,1,0,1,1,1,0,0,1,0,0,1,0,0] => [1,3,2,4,7,5,6]
[1,1,0,1,1,1,0,0,1,0,1,0,0,0] => [1,3,4,2,7,5,6]
[1,1,0,1,1,1,0,0,1,1,0,0,0,0] => [1,3,4,7,2,5,6]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [3,1,2,4,5,7,6]
[1,1,0,1,1,1,0,1,0,0,0,1,0,0] => [1,3,2,4,5,7,6]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [1,3,4,2,5,7,6]
[1,1,0,1,1,1,0,1,0,1,0,0,0,0] => [1,3,4,5,2,7,6]
[1,1,0,1,1,1,0,1,1,0,0,0,0,0] => [1,3,4,5,7,2,6]
[1,1,0,1,1,1,1,0,0,0,0,0,1,0] => [3,1,2,4,5,6,7]
[1,1,0,1,1,1,1,0,0,0,0,1,0,0] => [1,3,2,4,5,6,7]
[1,1,0,1,1,1,1,0,0,0,1,0,0,0] => [1,3,4,2,5,6,7]
[1,1,0,1,1,1,1,0,0,1,0,0,0,0] => [1,3,4,5,2,6,7]
[1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [1,3,4,5,6,2,7]
[1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [1,3,4,5,6,7,2]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [4,1,5,2,6,3,7]
[1,1,1,0,0,0,1,0,1,0,1,1,0,0] => [4,5,1,2,6,3,7]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0] => [4,1,5,6,2,3,7]
[1,1,1,0,0,0,1,0,1,1,0,1,0,0] => [4,5,1,6,2,3,7]
[1,1,1,0,0,0,1,0,1,1,1,0,0,0] => [4,5,6,1,2,3,7]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0] => [4,1,5,2,6,7,3]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [4,5,1,2,6,7,3]
[1,1,1,0,0,0,1,1,0,1,0,0,1,0] => [4,1,5,6,2,7,3]
[1,1,1,0,0,0,1,1,0,1,0,1,0,0] => [4,5,1,6,2,7,3]
[1,1,1,0,0,0,1,1,0,1,1,0,0,0] => [4,5,6,1,2,7,3]
[1,1,1,0,0,0,1,1,1,0,0,0,1,0] => [4,1,5,6,7,2,3]
[1,1,1,0,0,0,1,1,1,0,0,1,0,0] => [4,5,1,6,7,2,3]
[1,1,1,0,0,0,1,1,1,0,1,0,0,0] => [4,5,6,1,7,2,3]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [4,5,6,7,1,2,3]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0] => [4,1,5,2,7,3,6]
[1,1,1,0,0,1,0,0,1,0,1,1,0,0] => [4,5,1,2,7,3,6]
[1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [4,1,5,7,2,3,6]
[1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [4,5,1,7,2,3,6]
[1,1,1,0,0,1,0,0,1,1,1,0,0,0] => [4,5,7,1,2,3,6]
[1,1,1,0,0,1,0,1,0,0,1,0,1,0] => [4,1,5,2,3,7,6]
[1,1,1,0,0,1,0,1,0,0,1,1,0,0] => [4,5,1,2,3,7,6]
[1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [4,1,2,5,3,7,6]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [1,4,2,5,3,7,6]
[1,1,1,0,0,1,0,1,0,1,1,0,0,0] => [1,4,5,2,3,7,6]
[1,1,1,0,0,1,0,1,1,0,0,0,1,0] => [4,1,2,5,7,3,6]
[1,1,1,0,0,1,0,1,1,0,0,1,0,0] => [1,4,2,5,7,3,6]
[1,1,1,0,0,1,0,1,1,0,1,0,0,0] => [1,4,5,2,7,3,6]
[1,1,1,0,0,1,0,1,1,1,0,0,0,0] => [1,4,5,7,2,3,6]
[1,1,1,0,0,1,1,0,0,0,1,0,1,0] => [4,1,5,2,3,6,7]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0] => [4,5,1,2,3,6,7]
[1,1,1,0,0,1,1,0,0,1,0,0,1,0] => [4,1,2,5,3,6,7]
[1,1,1,0,0,1,1,0,0,1,0,1,0,0] => [1,4,2,5,3,6,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,4,5,2,3,6,7]
[1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [4,1,2,5,6,3,7]
[1,1,1,0,0,1,1,0,1,0,0,1,0,0] => [1,4,2,5,6,3,7]
[1,1,1,0,0,1,1,0,1,0,1,0,0,0] => [1,4,5,2,6,3,7]
[1,1,1,0,0,1,1,0,1,1,0,0,0,0] => [1,4,5,6,2,3,7]
[1,1,1,0,0,1,1,1,0,0,0,0,1,0] => [4,1,2,5,6,7,3]
[1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [1,4,2,5,6,7,3]
[1,1,1,0,0,1,1,1,0,0,1,0,0,0] => [1,4,5,2,6,7,3]
[1,1,1,0,0,1,1,1,0,1,0,0,0,0] => [1,4,5,6,2,7,3]
[1,1,1,0,0,1,1,1,1,0,0,0,0,0] => [1,4,5,6,7,2,3]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0] => [4,1,6,2,7,3,5]
[1,1,1,0,1,0,0,0,1,0,1,1,0,0] => [4,6,1,2,7,3,5]
[1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [4,1,6,7,2,3,5]
[1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [4,6,1,7,2,3,5]
[1,1,1,0,1,0,0,0,1,1,1,0,0,0] => [4,6,7,1,2,3,5]
[1,1,1,0,1,0,0,1,0,0,1,0,1,0] => [4,1,6,2,3,7,5]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0] => [4,6,1,2,3,7,5]
[1,1,1,0,1,0,0,1,0,1,0,0,1,0] => [4,1,2,6,3,7,5]
[1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [1,4,2,6,3,7,5]
[1,1,1,0,1,0,0,1,0,1,1,0,0,0] => [1,4,6,2,3,7,5]
[1,1,1,0,1,0,0,1,1,0,0,0,1,0] => [4,1,2,6,7,3,5]
[1,1,1,0,1,0,0,1,1,0,0,1,0,0] => [1,4,2,6,7,3,5]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [1,4,6,2,7,3,5]
[1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [1,4,6,7,2,3,5]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0] => [4,1,6,2,3,5,7]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0] => [4,6,1,2,3,5,7]
[1,1,1,0,1,0,1,0,0,1,0,0,1,0] => [4,1,2,6,3,5,7]
[1,1,1,0,1,0,1,0,0,1,0,1,0,0] => [1,4,2,6,3,5,7]
[1,1,1,0,1,0,1,0,0,1,1,0,0,0] => [1,4,6,2,3,5,7]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [4,1,2,3,6,5,7]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0] => [1,4,2,3,6,5,7]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,4,3,6,5,7]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [1,2,4,6,3,5,7]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0] => [4,1,2,3,6,7,5]
[1,1,1,0,1,0,1,1,0,0,0,1,0,0] => [1,4,2,3,6,7,5]
[1,1,1,0,1,0,1,1,0,0,1,0,0,0] => [1,2,4,3,6,7,5]
[1,1,1,0,1,0,1,1,0,1,0,0,0,0] => [1,2,4,6,3,7,5]
[1,1,1,0,1,0,1,1,1,0,0,0,0,0] => [1,2,4,6,7,3,5]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0] => [4,1,7,2,3,5,6]
[1,1,1,0,1,1,0,0,0,0,1,1,0,0] => [4,7,1,2,3,5,6]
[1,1,1,0,1,1,0,0,0,1,0,0,1,0] => [4,1,2,7,3,5,6]
[1,1,1,0,1,1,0,0,0,1,0,1,0,0] => [1,4,2,7,3,5,6]
[1,1,1,0,1,1,0,0,0,1,1,0,0,0] => [1,4,7,2,3,5,6]
[1,1,1,0,1,1,0,0,1,0,0,0,1,0] => [4,1,2,3,7,5,6]
[1,1,1,0,1,1,0,0,1,0,0,1,0,0] => [1,4,2,3,7,5,6]
[1,1,1,0,1,1,0,0,1,0,1,0,0,0] => [1,2,4,3,7,5,6]
[1,1,1,0,1,1,0,0,1,1,0,0,0,0] => [1,2,4,7,3,5,6]
[1,1,1,0,1,1,0,1,0,0,0,0,1,0] => [4,1,2,3,5,7,6]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [1,4,2,3,5,7,6]
[1,1,1,0,1,1,0,1,0,0,1,0,0,0] => [1,2,4,3,5,7,6]
[1,1,1,0,1,1,0,1,0,1,0,0,0,0] => [1,2,4,5,3,7,6]
[1,1,1,0,1,1,0,1,1,0,0,0,0,0] => [1,2,4,5,7,3,6]
[1,1,1,0,1,1,1,0,0,0,0,0,1,0] => [4,1,2,3,5,6,7]
[1,1,1,0,1,1,1,0,0,0,0,1,0,0] => [1,4,2,3,5,6,7]
[1,1,1,0,1,1,1,0,0,0,1,0,0,0] => [1,2,4,3,5,6,7]
[1,1,1,0,1,1,1,0,0,1,0,0,0,0] => [1,2,4,5,3,6,7]
[1,1,1,0,1,1,1,0,1,0,0,0,0,0] => [1,2,4,5,6,3,7]
[1,1,1,0,1,1,1,1,0,0,0,0,0,0] => [1,2,4,5,6,7,3]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [5,1,6,2,7,3,4]
[1,1,1,1,0,0,0,0,1,0,1,1,0,0] => [5,6,1,2,7,3,4]
[1,1,1,1,0,0,0,0,1,1,0,0,1,0] => [5,1,6,7,2,3,4]
[1,1,1,1,0,0,0,0,1,1,0,1,0,0] => [5,6,1,7,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [5,6,7,1,2,3,4]
[1,1,1,1,0,0,0,1,0,0,1,0,1,0] => [5,1,6,2,3,7,4]
[1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [5,6,1,2,3,7,4]
[1,1,1,1,0,0,0,1,0,1,0,0,1,0] => [5,1,2,6,3,7,4]
[1,1,1,1,0,0,0,1,0,1,0,1,0,0] => [1,5,2,6,3,7,4]
[1,1,1,1,0,0,0,1,0,1,1,0,0,0] => [1,5,6,2,3,7,4]
[1,1,1,1,0,0,0,1,1,0,0,0,1,0] => [5,1,2,6,7,3,4]
[1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [1,5,2,6,7,3,4]
[1,1,1,1,0,0,0,1,1,0,1,0,0,0] => [1,5,6,2,7,3,4]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [1,5,6,7,2,3,4]
[1,1,1,1,0,0,1,0,0,0,1,0,1,0] => [5,1,6,2,3,4,7]
[1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [5,6,1,2,3,4,7]
[1,1,1,1,0,0,1,0,0,1,0,0,1,0] => [5,1,2,6,3,4,7]
[1,1,1,1,0,0,1,0,0,1,0,1,0,0] => [1,5,2,6,3,4,7]
[1,1,1,1,0,0,1,0,0,1,1,0,0,0] => [1,5,6,2,3,4,7]
[1,1,1,1,0,0,1,0,1,0,0,0,1,0] => [5,1,2,3,6,4,7]
[1,1,1,1,0,0,1,0,1,0,0,1,0,0] => [1,5,2,3,6,4,7]
[1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [1,2,5,3,6,4,7]
[1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [1,2,5,6,3,4,7]
[1,1,1,1,0,0,1,1,0,0,0,0,1,0] => [5,1,2,3,6,7,4]
[1,1,1,1,0,0,1,1,0,0,0,1,0,0] => [1,5,2,3,6,7,4]
[1,1,1,1,0,0,1,1,0,0,1,0,0,0] => [1,2,5,3,6,7,4]
[1,1,1,1,0,0,1,1,0,1,0,0,0,0] => [1,2,5,6,3,7,4]
[1,1,1,1,0,0,1,1,1,0,0,0,0,0] => [1,2,5,6,7,3,4]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0] => [5,1,7,2,3,4,6]
[1,1,1,1,0,1,0,0,0,0,1,1,0,0] => [5,7,1,2,3,4,6]
[1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [5,1,2,7,3,4,6]
[1,1,1,1,0,1,0,0,0,1,0,1,0,0] => [1,5,2,7,3,4,6]
[1,1,1,1,0,1,0,0,0,1,1,0,0,0] => [1,5,7,2,3,4,6]
[1,1,1,1,0,1,0,0,1,0,0,0,1,0] => [5,1,2,3,7,4,6]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [1,5,2,3,7,4,6]
[1,1,1,1,0,1,0,0,1,0,1,0,0,0] => [1,2,5,3,7,4,6]
[1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [1,2,5,7,3,4,6]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0] => [5,1,2,3,4,7,6]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0] => [1,5,2,3,4,7,6]
[1,1,1,1,0,1,0,1,0,0,1,0,0,0] => [1,2,5,3,4,7,6]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0] => [1,2,3,5,4,7,6]
[1,1,1,1,0,1,0,1,1,0,0,0,0,0] => [1,2,3,5,7,4,6]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0] => [5,1,2,3,4,6,7]
[1,1,1,1,0,1,1,0,0,0,0,1,0,0] => [1,5,2,3,4,6,7]
[1,1,1,1,0,1,1,0,0,0,1,0,0,0] => [1,2,5,3,4,6,7]
[1,1,1,1,0,1,1,0,0,1,0,0,0,0] => [1,2,3,5,4,6,7]
[1,1,1,1,0,1,1,0,1,0,0,0,0,0] => [1,2,3,5,6,4,7]
[1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [1,2,3,5,6,7,4]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [6,1,7,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [6,7,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,1,0,0,1,0] => [6,1,2,7,3,4,5]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [1,6,2,7,3,4,5]
[1,1,1,1,1,0,0,0,0,1,1,0,0,0] => [1,6,7,2,3,4,5]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0] => [6,1,2,3,7,4,5]
[1,1,1,1,1,0,0,0,1,0,0,1,0,0] => [1,6,2,3,7,4,5]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0] => [1,2,6,3,7,4,5]
[1,1,1,1,1,0,0,0,1,1,0,0,0,0] => [1,2,6,7,3,4,5]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [6,1,2,3,4,7,5]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [1,6,2,3,4,7,5]
[1,1,1,1,1,0,0,1,0,0,1,0,0,0] => [1,2,6,3,4,7,5]
[1,1,1,1,1,0,0,1,0,1,0,0,0,0] => [1,2,3,6,4,7,5]
[1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [1,2,3,6,7,4,5]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [6,1,2,3,4,5,7]
[1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [1,6,2,3,4,5,7]
[1,1,1,1,1,0,1,0,0,0,1,0,0,0] => [1,2,6,3,4,5,7]
[1,1,1,1,1,0,1,0,0,1,0,0,0,0] => [1,2,3,6,4,5,7]
[1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,2,3,4,6,5,7]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [1,2,3,4,6,7,5]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [7,1,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0] => [1,7,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,1,0,0,0] => [1,2,7,3,4,5,6]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [1,2,3,7,4,5,6]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [1,2,3,4,7,5,6]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,2,3,4,5,7,6]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,3,6,5,8,7]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,4,1,3,6,5,8,7]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,1,4,6,3,5,8,7]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,4,1,6,3,5,8,7]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,4,6,1,3,5,8,7]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [2,1,4,3,6,8,5,7]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [2,4,1,3,6,8,5,7]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,1,4,6,3,8,5,7]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,4,1,6,3,8,5,7]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,4,6,1,3,8,5,7]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [2,1,4,6,8,3,5,7]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [2,4,1,6,8,3,5,7]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [2,4,6,1,8,3,5,7]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [2,4,6,8,1,3,5,7]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [2,1,4,3,6,5,7,8]
[1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0] => [2,4,1,3,6,5,7,8]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [2,1,4,6,3,5,7,8]
[1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,0] => [2,4,1,6,3,5,7,8]
[1,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [2,4,6,1,3,5,7,8]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [2,1,4,3,6,7,5,8]
[1,0,1,0,1,0,1,1,0,1,0,0,1,1,0,0] => [2,4,1,3,6,7,5,8]
[1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [2,1,4,6,3,7,5,8]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,4,1,6,3,7,5,8]
[1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [2,4,6,1,3,7,5,8]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,0] => [2,1,4,6,7,3,5,8]
[1,0,1,0,1,0,1,1,0,1,1,0,0,1,0,0] => [2,4,1,6,7,3,5,8]
[1,0,1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [2,4,6,1,7,3,5,8]
[1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [2,4,6,7,1,3,5,8]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0] => [2,1,4,3,6,7,8,5]
[1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0] => [2,4,1,3,6,7,8,5]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [2,1,4,6,3,7,8,5]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0] => [2,4,1,6,3,7,8,5]
[1,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0] => [2,4,6,1,3,7,8,5]
[1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [2,1,4,6,7,3,8,5]
[1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [2,4,1,6,7,3,8,5]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [2,4,6,1,7,3,8,5]
[1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [2,4,6,7,1,3,8,5]
[1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [2,1,4,6,7,8,3,5]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0] => [2,4,1,6,7,8,3,5]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0] => [2,4,6,1,7,8,3,5]
[1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,4,6,7,1,8,3,5]
[1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [2,4,6,7,8,1,3,5]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [2,1,4,3,7,5,8,6]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,0] => [2,4,1,3,7,5,8,6]
[1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0] => [2,1,4,7,3,5,8,6]
[1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0] => [2,4,1,7,3,5,8,6]
[1,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0] => [2,4,7,1,3,5,8,6]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0] => [2,1,4,3,7,8,5,6]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,4,1,3,7,8,5,6]
[1,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0] => [2,1,4,7,3,8,5,6]
[1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0] => [2,4,1,7,3,8,5,6]
[1,0,1,0,1,1,0,0,1,1,0,1,1,0,0,0] => [2,4,7,1,3,8,5,6]
[1,0,1,0,1,1,0,0,1,1,1,0,0,0,1,0] => [2,1,4,7,8,3,5,6]
[1,0,1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [2,4,1,7,8,3,5,6]
[1,0,1,0,1,1,0,0,1,1,1,0,1,0,0,0] => [2,4,7,1,8,3,5,6]
[1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0] => [2,4,7,8,1,3,5,6]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [2,1,4,3,7,5,6,8]
[1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0] => [2,4,1,3,7,5,6,8]
[1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0] => [2,1,4,7,3,5,6,8]
[1,0,1,0,1,1,0,1,0,0,1,1,0,1,0,0] => [2,4,1,7,3,5,6,8]
[1,0,1,0,1,1,0,1,0,0,1,1,1,0,0,0] => [2,4,7,1,3,5,6,8]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0] => [2,1,4,3,5,7,6,8]
[1,0,1,0,1,1,0,1,0,1,0,0,1,1,0,0] => [2,4,1,3,5,7,6,8]
[1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [2,1,4,5,3,7,6,8]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [2,4,1,5,3,7,6,8]
[1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [2,4,5,1,3,7,6,8]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0] => [2,1,4,5,7,3,6,8]
[1,0,1,0,1,1,0,1,0,1,1,0,0,1,0,0] => [2,4,1,5,7,3,6,8]
[1,0,1,0,1,1,0,1,0,1,1,0,1,0,0,0] => [2,4,5,1,7,3,6,8]
[1,0,1,0,1,1,0,1,0,1,1,1,0,0,0,0] => [2,4,5,7,1,3,6,8]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0] => [2,1,4,3,5,7,8,6]
[1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,4,1,3,5,7,8,6]
[1,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0] => [2,1,4,5,3,7,8,6]
[1,0,1,0,1,1,0,1,1,0,0,1,0,1,0,0] => [2,4,1,5,3,7,8,6]
[1,0,1,0,1,1,0,1,1,0,0,1,1,0,0,0] => [2,4,5,1,3,7,8,6]
[1,0,1,0,1,1,0,1,1,0,1,0,0,0,1,0] => [2,1,4,5,7,3,8,6]
[1,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0] => [2,4,1,5,7,3,8,6]
[1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,0] => [2,4,5,1,7,3,8,6]
[1,0,1,0,1,1,0,1,1,0,1,1,0,0,0,0] => [2,4,5,7,1,3,8,6]
[1,0,1,0,1,1,0,1,1,1,0,0,0,0,1,0] => [2,1,4,5,7,8,3,6]
[1,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [2,4,1,5,7,8,3,6]
[1,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0] => [2,4,5,1,7,8,3,6]
[1,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [2,4,5,7,1,8,3,6]
[1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0] => [2,4,5,7,8,1,3,6]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [2,1,4,3,8,5,6,7]
[1,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0] => [2,4,1,3,8,5,6,7]
[1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0] => [2,1,4,8,3,5,6,7]
[1,0,1,0,1,1,1,0,0,0,1,1,0,1,0,0] => [2,4,1,8,3,5,6,7]
[1,0,1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [2,4,8,1,3,5,6,7]
[1,0,1,0,1,1,1,0,0,1,0,0,1,0,1,0] => [2,1,4,3,5,8,6,7]
[1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [2,4,1,3,5,8,6,7]
[1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0] => [2,1,4,5,3,8,6,7]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0] => [2,4,1,5,3,8,6,7]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,0,0] => [2,4,5,1,3,8,6,7]
[1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,0] => [2,1,4,5,8,3,6,7]
[1,0,1,0,1,1,1,0,0,1,1,0,0,1,0,0] => [2,4,1,5,8,3,6,7]
[1,0,1,0,1,1,1,0,0,1,1,0,1,0,0,0] => [2,4,5,1,8,3,6,7]
[1,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0] => [2,4,5,8,1,3,6,7]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0] => [2,1,4,3,5,6,8,7]
[1,0,1,0,1,1,1,0,1,0,0,0,1,1,0,0] => [2,4,1,3,5,6,8,7]
[1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,0] => [2,1,4,5,3,6,8,7]
[1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [2,4,1,5,3,6,8,7]
[1,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0] => [2,4,5,1,3,6,8,7]
[1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [2,1,4,5,6,3,8,7]
[1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,0] => [2,4,1,5,6,3,8,7]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [2,4,5,1,6,3,8,7]
[1,0,1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [2,4,5,6,1,3,8,7]
[1,0,1,0,1,1,1,0,1,1,0,0,0,0,1,0] => [2,1,4,5,6,8,3,7]
[1,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0] => [2,4,1,5,6,8,3,7]
[1,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [2,4,5,1,6,8,3,7]
[1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [2,4,5,6,1,8,3,7]
[1,0,1,0,1,1,1,0,1,1,1,0,0,0,0,0] => [2,4,5,6,8,1,3,7]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0] => [2,1,4,3,5,6,7,8]
[1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0] => [2,4,1,3,5,6,7,8]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,0] => [2,1,4,5,3,6,7,8]
[1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0] => [2,4,1,5,3,6,7,8]
[1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0] => [2,4,5,1,3,6,7,8]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [2,1,4,5,6,3,7,8]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0] => [2,4,1,5,6,3,7,8]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,0] => [2,4,5,1,6,3,7,8]
[1,0,1,0,1,1,1,1,0,0,1,1,0,0,0,0] => [2,4,5,6,1,3,7,8]
[1,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0] => [2,1,4,5,6,7,3,8]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [2,4,1,5,6,7,3,8]
[1,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0] => [2,4,5,1,6,7,3,8]
[1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,0] => [2,4,5,6,1,7,3,8]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,0,0] => [2,4,5,6,7,1,3,8]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [2,1,4,5,6,7,8,3]
[1,0,1,0,1,1,1,1,1,0,0,0,0,1,0,0] => [2,4,1,5,6,7,8,3]
[1,0,1,0,1,1,1,1,1,0,0,0,1,0,0,0] => [2,4,5,1,6,7,8,3]
[1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0] => [2,4,5,6,1,7,8,3]
[1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [2,4,5,6,7,1,8,3]
[1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,4,5,6,7,8,1,3]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,5,3,6,4,8,7]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [2,5,1,3,6,4,8,7]
[1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0] => [2,1,5,6,3,4,8,7]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0] => [2,5,1,6,3,4,8,7]
[1,0,1,1,0,0,1,0,1,0,1,1,1,0,0,0] => [2,5,6,1,3,4,8,7]
[1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0] => [2,1,5,3,6,8,4,7]
[1,0,1,1,0,0,1,0,1,1,0,0,1,1,0,0] => [2,5,1,3,6,8,4,7]
[1,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0] => [2,1,5,6,3,8,4,7]
[1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0] => [2,5,1,6,3,8,4,7]
[1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,0] => [2,5,6,1,3,8,4,7]
[1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0] => [2,1,5,6,8,3,4,7]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0] => [2,5,1,6,8,3,4,7]
[1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0] => [2,5,6,1,8,3,4,7]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [2,5,6,8,1,3,4,7]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [2,1,5,3,6,4,7,8]
[1,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0] => [2,5,1,3,6,4,7,8]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,5,6,3,4,7,8]
[1,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [2,5,1,6,3,4,7,8]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [2,5,6,1,3,4,7,8]
[1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [2,1,5,3,6,7,4,8]
[1,0,1,1,0,0,1,1,0,1,0,0,1,1,0,0] => [2,5,1,3,6,7,4,8]
[1,0,1,1,0,0,1,1,0,1,0,1,0,0,1,0] => [2,1,5,6,3,7,4,8]
[1,0,1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [2,5,1,6,3,7,4,8]
[1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0] => [2,5,6,1,3,7,4,8]
[1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,0] => [2,1,5,6,7,3,4,8]
[1,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0] => [2,5,1,6,7,3,4,8]
[1,0,1,1,0,0,1,1,0,1,1,0,1,0,0,0] => [2,5,6,1,7,3,4,8]
[1,0,1,1,0,0,1,1,0,1,1,1,0,0,0,0] => [2,5,6,7,1,3,4,8]
[1,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0] => [2,1,5,3,6,7,8,4]
[1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [2,5,1,3,6,7,8,4]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0] => [2,1,5,6,3,7,8,4]
[1,0,1,1,0,0,1,1,1,0,0,1,0,1,0,0] => [2,5,1,6,3,7,8,4]
[1,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [2,5,6,1,3,7,8,4]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,0] => [2,1,5,6,7,3,8,4]
[1,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [2,5,1,6,7,3,8,4]
[1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,0] => [2,5,6,1,7,3,8,4]
[1,0,1,1,0,0,1,1,1,0,1,1,0,0,0,0] => [2,5,6,7,1,3,8,4]
[1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0] => [2,1,5,6,7,8,3,4]
[1,0,1,1,0,0,1,1,1,1,0,0,0,1,0,0] => [2,5,1,6,7,8,3,4]
[1,0,1,1,0,0,1,1,1,1,0,0,1,0,0,0] => [2,5,6,1,7,8,3,4]
[1,0,1,1,0,0,1,1,1,1,0,1,0,0,0,0] => [2,5,6,7,1,8,3,4]
[1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [2,5,6,7,8,1,3,4]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,1,5,3,7,4,8,6]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0] => [2,5,1,3,7,4,8,6]
[1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,0] => [2,1,5,7,3,4,8,6]
[1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0] => [2,5,1,7,3,4,8,6]
[1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,0] => [2,5,7,1,3,4,8,6]
[1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0] => [2,1,5,3,7,8,4,6]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0] => [2,5,1,3,7,8,4,6]
[1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0] => [2,1,5,7,3,8,4,6]
[1,0,1,1,0,1,0,0,1,1,0,1,0,1,0,0] => [2,5,1,7,3,8,4,6]
[1,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0] => [2,5,7,1,3,8,4,6]
[1,0,1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [2,1,5,7,8,3,4,6]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,0,0] => [2,5,1,7,8,3,4,6]
[1,0,1,1,0,1,0,0,1,1,1,0,1,0,0,0] => [2,5,7,1,8,3,4,6]
[1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [2,5,7,8,1,3,4,6]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0] => [2,1,5,3,7,4,6,8]
[1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,0] => [2,5,1,3,7,4,6,8]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,0] => [2,1,5,7,3,4,6,8]
[1,0,1,1,0,1,0,1,0,0,1,1,0,1,0,0] => [2,5,1,7,3,4,6,8]
[1,0,1,1,0,1,0,1,0,0,1,1,1,0,0,0] => [2,5,7,1,3,4,6,8]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,1,5,3,4,7,6,8]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,0,0] => [2,5,1,3,4,7,6,8]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,3,5,4,7,6,8]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,1,5,4,7,6,8]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,5,1,4,7,6,8]
[1,0,1,1,0,1,0,1,0,1,1,0,0,0,1,0] => [2,1,3,5,7,4,6,8]
[1,0,1,1,0,1,0,1,0,1,1,0,0,1,0,0] => [2,3,1,5,7,4,6,8]
[1,0,1,1,0,1,0,1,0,1,1,0,1,0,0,0] => [2,3,5,1,7,4,6,8]
[1,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [2,3,5,7,1,4,6,8]
[1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0] => [2,1,5,3,4,7,8,6]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,0] => [2,5,1,3,4,7,8,6]
[1,0,1,1,0,1,0,1,1,0,0,1,0,0,1,0] => [2,1,3,5,4,7,8,6]
[1,0,1,1,0,1,0,1,1,0,0,1,0,1,0,0] => [2,3,1,5,4,7,8,6]
[1,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0] => [2,3,5,1,4,7,8,6]
[1,0,1,1,0,1,0,1,1,0,1,0,0,0,1,0] => [2,1,3,5,7,4,8,6]
[1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,0] => [2,3,1,5,7,4,8,6]
[1,0,1,1,0,1,0,1,1,0,1,0,1,0,0,0] => [2,3,5,1,7,4,8,6]
[1,0,1,1,0,1,0,1,1,0,1,1,0,0,0,0] => [2,3,5,7,1,4,8,6]
[1,0,1,1,0,1,0,1,1,1,0,0,0,0,1,0] => [2,1,3,5,7,8,4,6]
[1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,0] => [2,3,1,5,7,8,4,6]
[1,0,1,1,0,1,0,1,1,1,0,0,1,0,0,0] => [2,3,5,1,7,8,4,6]
[1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,0] => [2,3,5,7,1,8,4,6]
[1,0,1,1,0,1,0,1,1,1,1,0,0,0,0,0] => [2,3,5,7,8,1,4,6]
[1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [2,1,5,3,8,4,6,7]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0] => [2,5,1,3,8,4,6,7]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [2,1,5,8,3,4,6,7]
[1,0,1,1,0,1,1,0,0,0,1,1,0,1,0,0] => [2,5,1,8,3,4,6,7]
[1,0,1,1,0,1,1,0,0,0,1,1,1,0,0,0] => [2,5,8,1,3,4,6,7]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,0] => [2,1,5,3,4,8,6,7]
[1,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0] => [2,5,1,3,4,8,6,7]
[1,0,1,1,0,1,1,0,0,1,0,1,0,0,1,0] => [2,1,3,5,4,8,6,7]
[1,0,1,1,0,1,1,0,0,1,0,1,0,1,0,0] => [2,3,1,5,4,8,6,7]
[1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0] => [2,3,5,1,4,8,6,7]
[1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,0] => [2,1,3,5,8,4,6,7]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0] => [2,3,1,5,8,4,6,7]
[1,0,1,1,0,1,1,0,0,1,1,0,1,0,0,0] => [2,3,5,1,8,4,6,7]
[1,0,1,1,0,1,1,0,0,1,1,1,0,0,0,0] => [2,3,5,8,1,4,6,7]
[1,0,1,1,0,1,1,0,1,0,0,0,1,0,1,0] => [2,1,5,3,4,6,8,7]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,0,0] => [2,5,1,3,4,6,8,7]
[1,0,1,1,0,1,1,0,1,0,0,1,0,0,1,0] => [2,1,3,5,4,6,8,7]
[1,0,1,1,0,1,1,0,1,0,0,1,0,1,0,0] => [2,3,1,5,4,6,8,7]
[1,0,1,1,0,1,1,0,1,0,0,1,1,0,0,0] => [2,3,5,1,4,6,8,7]
[1,0,1,1,0,1,1,0,1,0,1,0,0,0,1,0] => [2,1,3,5,6,4,8,7]
[1,0,1,1,0,1,1,0,1,0,1,0,0,1,0,0] => [2,3,1,5,6,4,8,7]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0] => [2,3,5,1,6,4,8,7]
[1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0] => [2,3,5,6,1,4,8,7]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [2,1,3,5,6,8,4,7]
[1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,0] => [2,3,1,5,6,8,4,7]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0] => [2,3,5,1,6,8,4,7]
[1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [2,3,5,6,1,8,4,7]
[1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0] => [2,3,5,6,8,1,4,7]
[1,0,1,1,0,1,1,1,0,0,0,0,1,0,1,0] => [2,1,5,3,4,6,7,8]
[1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [2,5,1,3,4,6,7,8]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0] => [2,1,3,5,4,6,7,8]
[1,0,1,1,0,1,1,1,0,0,0,1,0,1,0,0] => [2,3,1,5,4,6,7,8]
[1,0,1,1,0,1,1,1,0,0,0,1,1,0,0,0] => [2,3,5,1,4,6,7,8]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,0] => [2,1,3,5,6,4,7,8]
[1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0] => [2,3,1,5,6,4,7,8]
[1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0] => [2,3,5,1,6,4,7,8]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,0] => [2,3,5,6,1,4,7,8]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [2,1,3,5,6,7,4,8]
[1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0] => [2,3,1,5,6,7,4,8]
[1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [2,3,5,1,6,7,4,8]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,0,0] => [2,3,5,6,1,7,4,8]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,0,0] => [2,3,5,6,7,1,4,8]
[1,0,1,1,0,1,1,1,1,0,0,0,0,0,1,0] => [2,1,3,5,6,7,8,4]
[1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0] => [2,3,1,5,6,7,8,4]
[1,0,1,1,0,1,1,1,1,0,0,0,1,0,0,0] => [2,3,5,1,6,7,8,4]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0] => [2,3,5,6,1,7,8,4]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [2,3,5,6,7,1,8,4]
[1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [2,3,5,6,7,8,1,4]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,1,6,3,7,4,8,5]
[1,0,1,1,1,0,0,0,1,0,1,0,1,1,0,0] => [2,6,1,3,7,4,8,5]
[1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0] => [2,1,6,7,3,4,8,5]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,0,0] => [2,6,1,7,3,4,8,5]
[1,0,1,1,1,0,0,0,1,0,1,1,1,0,0,0] => [2,6,7,1,3,4,8,5]
[1,0,1,1,1,0,0,0,1,1,0,0,1,0,1,0] => [2,1,6,3,7,8,4,5]
[1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,6,1,3,7,8,4,5]
[1,0,1,1,1,0,0,0,1,1,0,1,0,0,1,0] => [2,1,6,7,3,8,4,5]
[1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0] => [2,6,1,7,3,8,4,5]
[1,0,1,1,1,0,0,0,1,1,0,1,1,0,0,0] => [2,6,7,1,3,8,4,5]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0] => [2,1,6,7,8,3,4,5]
[1,0,1,1,1,0,0,0,1,1,1,0,0,1,0,0] => [2,6,1,7,8,3,4,5]
[1,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0] => [2,6,7,1,8,3,4,5]
[1,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [2,6,7,8,1,3,4,5]
[1,0,1,1,1,0,0,1,0,0,1,0,1,0,1,0] => [2,1,6,3,7,4,5,8]
[1,0,1,1,1,0,0,1,0,0,1,0,1,1,0,0] => [2,6,1,3,7,4,5,8]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [2,1,6,7,3,4,5,8]
[1,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [2,6,1,7,3,4,5,8]
[1,0,1,1,1,0,0,1,0,0,1,1,1,0,0,0] => [2,6,7,1,3,4,5,8]
[1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0] => [2,1,6,3,4,7,5,8]
[1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0] => [2,6,1,3,4,7,5,8]
[1,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [2,1,3,6,4,7,5,8]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [2,3,1,6,4,7,5,8]
[1,0,1,1,1,0,0,1,0,1,0,1,1,0,0,0] => [2,3,6,1,4,7,5,8]
[1,0,1,1,1,0,0,1,0,1,1,0,0,0,1,0] => [2,1,3,6,7,4,5,8]
[1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,0] => [2,3,1,6,7,4,5,8]
[1,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0] => [2,3,6,1,7,4,5,8]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,0,0] => [2,3,6,7,1,4,5,8]
[1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,0] => [2,1,6,3,4,7,8,5]
[1,0,1,1,1,0,0,1,1,0,0,0,1,1,0,0] => [2,6,1,3,4,7,8,5]
[1,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0] => [2,1,3,6,4,7,8,5]
[1,0,1,1,1,0,0,1,1,0,0,1,0,1,0,0] => [2,3,1,6,4,7,8,5]
[1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,3,6,1,4,7,8,5]
[1,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [2,1,3,6,7,4,8,5]
[1,0,1,1,1,0,0,1,1,0,1,0,0,1,0,0] => [2,3,1,6,7,4,8,5]
[1,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0] => [2,3,6,1,7,4,8,5]
[1,0,1,1,1,0,0,1,1,0,1,1,0,0,0,0] => [2,3,6,7,1,4,8,5]
[1,0,1,1,1,0,0,1,1,1,0,0,0,0,1,0] => [2,1,3,6,7,8,4,5]
[1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [2,3,1,6,7,8,4,5]
[1,0,1,1,1,0,0,1,1,1,0,0,1,0,0,0] => [2,3,6,1,7,8,4,5]
[1,0,1,1,1,0,0,1,1,1,0,1,0,0,0,0] => [2,3,6,7,1,8,4,5]
[1,0,1,1,1,0,0,1,1,1,1,0,0,0,0,0] => [2,3,6,7,8,1,4,5]
[1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0] => [2,1,6,3,8,4,5,7]
[1,0,1,1,1,0,1,0,0,0,1,0,1,1,0,0] => [2,6,1,3,8,4,5,7]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [2,1,6,8,3,4,5,7]
[1,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [2,6,1,8,3,4,5,7]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0] => [2,6,8,1,3,4,5,7]
[1,0,1,1,1,0,1,0,0,1,0,0,1,0,1,0] => [2,1,6,3,4,8,5,7]
[1,0,1,1,1,0,1,0,0,1,0,0,1,1,0,0] => [2,6,1,3,4,8,5,7]
[1,0,1,1,1,0,1,0,0,1,0,1,0,0,1,0] => [2,1,3,6,4,8,5,7]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [2,3,1,6,4,8,5,7]
[1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0] => [2,3,6,1,4,8,5,7]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,0] => [2,1,3,6,8,4,5,7]
[1,0,1,1,1,0,1,0,0,1,1,0,0,1,0,0] => [2,3,1,6,8,4,5,7]
[1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [2,3,6,1,8,4,5,7]
[1,0,1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [2,3,6,8,1,4,5,7]
[1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0] => [2,1,6,3,4,5,8,7]
[1,0,1,1,1,0,1,0,1,0,0,0,1,1,0,0] => [2,6,1,3,4,5,8,7]
[1,0,1,1,1,0,1,0,1,0,0,1,0,0,1,0] => [2,1,3,6,4,5,8,7]
[1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0] => [2,3,1,6,4,5,8,7]
[1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0] => [2,3,6,1,4,5,8,7]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [2,1,3,4,6,5,8,7]
[1,0,1,1,1,0,1,0,1,0,1,0,0,1,0,0] => [2,3,1,4,6,5,8,7]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,4,1,6,5,8,7]
[1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [2,3,4,6,1,5,8,7]
[1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,0] => [2,1,3,4,6,8,5,7]
[1,0,1,1,1,0,1,0,1,1,0,0,0,1,0,0] => [2,3,1,4,6,8,5,7]
[1,0,1,1,1,0,1,0,1,1,0,0,1,0,0,0] => [2,3,4,1,6,8,5,7]
[1,0,1,1,1,0,1,0,1,1,0,1,0,0,0,0] => [2,3,4,6,1,8,5,7]
[1,0,1,1,1,0,1,0,1,1,1,0,0,0,0,0] => [2,3,4,6,8,1,5,7]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,0] => [2,1,6,3,4,5,7,8]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,0,0] => [2,6,1,3,4,5,7,8]
[1,0,1,1,1,0,1,1,0,0,0,1,0,0,1,0] => [2,1,3,6,4,5,7,8]
[1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0] => [2,3,1,6,4,5,7,8]
[1,0,1,1,1,0,1,1,0,0,0,1,1,0,0,0] => [2,3,6,1,4,5,7,8]
[1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0] => [2,1,3,4,6,5,7,8]
[1,0,1,1,1,0,1,1,0,0,1,0,0,1,0,0] => [2,3,1,4,6,5,7,8]
[1,0,1,1,1,0,1,1,0,0,1,0,1,0,0,0] => [2,3,4,1,6,5,7,8]
[1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0] => [2,3,4,6,1,5,7,8]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0] => [2,1,3,4,6,7,5,8]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [2,3,1,4,6,7,5,8]
[1,0,1,1,1,0,1,1,0,1,0,0,1,0,0,0] => [2,3,4,1,6,7,5,8]
[1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,0] => [2,3,4,6,1,7,5,8]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0] => [2,3,4,6,7,1,5,8]
[1,0,1,1,1,0,1,1,1,0,0,0,0,0,1,0] => [2,1,3,4,6,7,8,5]
[1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,0] => [2,3,1,4,6,7,8,5]
[1,0,1,1,1,0,1,1,1,0,0,0,1,0,0,0] => [2,3,4,1,6,7,8,5]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0] => [2,3,4,6,1,7,8,5]
[1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0] => [2,3,4,6,7,1,8,5]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,0,0] => [2,3,4,6,7,8,1,5]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [2,1,7,3,8,4,5,6]
[1,0,1,1,1,1,0,0,0,0,1,0,1,1,0,0] => [2,7,1,3,8,4,5,6]
[1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0] => [2,1,7,8,3,4,5,6]
[1,0,1,1,1,1,0,0,0,0,1,1,0,1,0,0] => [2,7,1,8,3,4,5,6]
[1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [2,7,8,1,3,4,5,6]
[1,0,1,1,1,1,0,0,0,1,0,0,1,0,1,0] => [2,1,7,3,4,8,5,6]
[1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [2,7,1,3,4,8,5,6]
[1,0,1,1,1,1,0,0,0,1,0,1,0,0,1,0] => [2,1,3,7,4,8,5,6]
[1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0] => [2,3,1,7,4,8,5,6]
[1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,0] => [2,3,7,1,4,8,5,6]
[1,0,1,1,1,1,0,0,0,1,1,0,0,0,1,0] => [2,1,3,7,8,4,5,6]
[1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [2,3,1,7,8,4,5,6]
[1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,0] => [2,3,7,1,8,4,5,6]
[1,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [2,3,7,8,1,4,5,6]
[1,0,1,1,1,1,0,0,1,0,0,0,1,0,1,0] => [2,1,7,3,4,5,8,6]
[1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [2,7,1,3,4,5,8,6]
[1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0] => [2,1,3,7,4,5,8,6]
[1,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0] => [2,3,1,7,4,5,8,6]
[1,0,1,1,1,1,0,0,1,0,0,1,1,0,0,0] => [2,3,7,1,4,5,8,6]
[1,0,1,1,1,1,0,0,1,0,1,0,0,0,1,0] => [2,1,3,4,7,5,8,6]
[1,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0] => [2,3,1,4,7,5,8,6]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [2,3,4,1,7,5,8,6]
[1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [2,3,4,7,1,5,8,6]
[1,0,1,1,1,1,0,0,1,1,0,0,0,0,1,0] => [2,1,3,4,7,8,5,6]
[1,0,1,1,1,1,0,0,1,1,0,0,0,1,0,0] => [2,3,1,4,7,8,5,6]
[1,0,1,1,1,1,0,0,1,1,0,0,1,0,0,0] => [2,3,4,1,7,8,5,6]
[1,0,1,1,1,1,0,0,1,1,0,1,0,0,0,0] => [2,3,4,7,1,8,5,6]
[1,0,1,1,1,1,0,0,1,1,1,0,0,0,0,0] => [2,3,4,7,8,1,5,6]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,0] => [2,1,7,3,4,5,6,8]
[1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0] => [2,7,1,3,4,5,6,8]
[1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [2,1,3,7,4,5,6,8]
[1,0,1,1,1,1,0,1,0,0,0,1,0,1,0,0] => [2,3,1,7,4,5,6,8]
[1,0,1,1,1,1,0,1,0,0,0,1,1,0,0,0] => [2,3,7,1,4,5,6,8]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0] => [2,1,3,4,7,5,6,8]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [2,3,1,4,7,5,6,8]
[1,0,1,1,1,1,0,1,0,0,1,0,1,0,0,0] => [2,3,4,1,7,5,6,8]
[1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [2,3,4,7,1,5,6,8]
[1,0,1,1,1,1,0,1,0,1,0,0,0,0,1,0] => [2,1,3,4,5,7,6,8]
[1,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0] => [2,3,1,4,5,7,6,8]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,0] => [2,3,4,1,5,7,6,8]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0] => [2,3,4,5,1,7,6,8]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,0,0] => [2,3,4,5,7,1,6,8]
[1,0,1,1,1,1,0,1,1,0,0,0,0,0,1,0] => [2,1,3,4,5,7,8,6]
[1,0,1,1,1,1,0,1,1,0,0,0,0,1,0,0] => [2,3,1,4,5,7,8,6]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,0] => [2,3,4,1,5,7,8,6]
[1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,0] => [2,3,4,5,1,7,8,6]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0] => [2,3,4,5,7,1,8,6]
[1,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [2,3,4,5,7,8,1,6]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [2,1,8,3,4,5,6,7]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [2,8,1,3,4,5,6,7]
[1,0,1,1,1,1,1,0,0,0,0,1,0,0,1,0] => [2,1,3,8,4,5,6,7]
[1,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [2,3,1,8,4,5,6,7]
[1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0] => [2,3,8,1,4,5,6,7]
[1,0,1,1,1,1,1,0,0,0,1,0,0,0,1,0] => [2,1,3,4,8,5,6,7]
[1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0] => [2,3,1,4,8,5,6,7]
[1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,0] => [2,3,4,1,8,5,6,7]
[1,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0] => [2,3,4,8,1,5,6,7]
[1,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [2,1,3,4,5,8,6,7]
[1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [2,3,1,4,5,8,6,7]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,0] => [2,3,4,1,5,8,6,7]
[1,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0] => [2,3,4,5,1,8,6,7]
[1,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [2,3,4,5,8,1,6,7]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [2,1,3,4,5,6,8,7]
[1,0,1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [2,3,1,4,5,6,8,7]
[1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,0] => [2,3,4,1,5,6,8,7]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,0] => [2,3,4,5,1,6,8,7]
[1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [2,3,4,5,6,1,8,7]
[1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [2,3,4,5,6,8,1,7]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [2,1,3,4,5,6,7,8]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,0,0] => [2,3,1,4,5,6,7,8]
[1,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0] => [2,3,4,1,5,6,7,8]
[1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [2,3,4,5,1,6,7,8]
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [2,3,4,5,6,1,7,8]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,3,4,5,6,7,1,8]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,1]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,1,4,2,6,5,8,7]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [3,4,1,2,6,5,8,7]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [3,1,4,6,2,5,8,7]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [3,4,1,6,2,5,8,7]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0] => [3,4,6,1,2,5,8,7]
[1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0] => [3,1,4,2,6,8,5,7]
[1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0] => [3,4,1,2,6,8,5,7]
[1,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [3,1,4,6,2,8,5,7]
[1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0] => [3,4,1,6,2,8,5,7]
[1,1,0,0,1,0,1,0,1,1,0,1,1,0,0,0] => [3,4,6,1,2,8,5,7]
[1,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0] => [3,1,4,6,8,2,5,7]
[1,1,0,0,1,0,1,0,1,1,1,0,0,1,0,0] => [3,4,1,6,8,2,5,7]
[1,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0] => [3,4,6,1,8,2,5,7]
[1,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [3,4,6,8,1,2,5,7]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0] => [3,1,4,2,6,5,7,8]
[1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0] => [3,4,1,2,6,5,7,8]
[1,1,0,0,1,0,1,1,0,0,1,1,0,0,1,0] => [3,1,4,6,2,5,7,8]
[1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0] => [3,4,1,6,2,5,7,8]
[1,1,0,0,1,0,1,1,0,0,1,1,1,0,0,0] => [3,4,6,1,2,5,7,8]
[1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0] => [3,1,4,2,6,7,5,8]
[1,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0] => [3,4,1,2,6,7,5,8]
[1,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0] => [3,1,4,6,2,7,5,8]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [3,4,1,6,2,7,5,8]
[1,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0] => [3,4,6,1,2,7,5,8]
[1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,0] => [3,1,4,6,7,2,5,8]
[1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0] => [3,4,1,6,7,2,5,8]
[1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0] => [3,4,6,1,7,2,5,8]
[1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,0] => [3,4,6,7,1,2,5,8]
[1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,0] => [3,1,4,2,6,7,8,5]
[1,1,0,0,1,0,1,1,1,0,0,0,1,1,0,0] => [3,4,1,2,6,7,8,5]
[1,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0] => [3,1,4,6,2,7,8,5]
[1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0] => [3,4,1,6,2,7,8,5]
[1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0] => [3,4,6,1,2,7,8,5]
[1,1,0,0,1,0,1,1,1,0,1,0,0,0,1,0] => [3,1,4,6,7,2,8,5]
[1,1,0,0,1,0,1,1,1,0,1,0,0,1,0,0] => [3,4,1,6,7,2,8,5]
[1,1,0,0,1,0,1,1,1,0,1,0,1,0,0,0] => [3,4,6,1,7,2,8,5]
[1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0] => [3,4,6,7,1,2,8,5]
[1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [3,1,4,6,7,8,2,5]
[1,1,0,0,1,0,1,1,1,1,0,0,0,1,0,0] => [3,4,1,6,7,8,2,5]
[1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0] => [3,4,6,1,7,8,2,5]
[1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [3,4,6,7,1,8,2,5]
[1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [3,4,6,7,8,1,2,5]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [3,1,4,2,7,5,8,6]
[1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0] => [3,4,1,2,7,5,8,6]
[1,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0] => [3,1,4,7,2,5,8,6]
[1,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0] => [3,4,1,7,2,5,8,6]
[1,1,0,0,1,1,0,0,1,0,1,1,1,0,0,0] => [3,4,7,1,2,5,8,6]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0] => [3,1,4,2,7,8,5,6]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,7,8,5,6]
[1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0] => [3,1,4,7,2,8,5,6]
[1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [3,4,1,7,2,8,5,6]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [3,4,7,1,2,8,5,6]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [3,1,4,7,8,2,5,6]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [3,4,1,7,8,2,5,6]
[1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0] => [3,4,7,1,8,2,5,6]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [3,4,7,8,1,2,5,6]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0] => [3,1,4,2,7,5,6,8]
[1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,0] => [3,4,1,2,7,5,6,8]
[1,1,0,0,1,1,0,1,0,0,1,1,0,0,1,0] => [3,1,4,7,2,5,6,8]
[1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0] => [3,4,1,7,2,5,6,8]
[1,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0] => [3,4,7,1,2,5,6,8]
[1,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0] => [3,1,4,2,5,7,6,8]
[1,1,0,0,1,1,0,1,0,1,0,0,1,1,0,0] => [3,4,1,2,5,7,6,8]
[1,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [3,1,4,5,2,7,6,8]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [3,4,1,5,2,7,6,8]
[1,1,0,0,1,1,0,1,0,1,0,1,1,0,0,0] => [3,4,5,1,2,7,6,8]
[1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,0] => [3,1,4,5,7,2,6,8]
[1,1,0,0,1,1,0,1,0,1,1,0,0,1,0,0] => [3,4,1,5,7,2,6,8]
[1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [3,4,5,1,7,2,6,8]
[1,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0] => [3,4,5,7,1,2,6,8]
[1,1,0,0,1,1,0,1,1,0,0,0,1,0,1,0] => [3,1,4,2,5,7,8,6]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [3,4,1,2,5,7,8,6]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,0] => [3,1,4,5,2,7,8,6]
[1,1,0,0,1,1,0,1,1,0,0,1,0,1,0,0] => [3,4,1,5,2,7,8,6]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [3,4,5,1,2,7,8,6]
[1,1,0,0,1,1,0,1,1,0,1,0,0,0,1,0] => [3,1,4,5,7,2,8,6]
[1,1,0,0,1,1,0,1,1,0,1,0,0,1,0,0] => [3,4,1,5,7,2,8,6]
[1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0] => [3,4,5,1,7,2,8,6]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [3,4,5,7,1,2,8,6]
[1,1,0,0,1,1,0,1,1,1,0,0,0,0,1,0] => [3,1,4,5,7,8,2,6]
[1,1,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [3,4,1,5,7,8,2,6]
[1,1,0,0,1,1,0,1,1,1,0,0,1,0,0,0] => [3,4,5,1,7,8,2,6]
[1,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0] => [3,4,5,7,1,8,2,6]
[1,1,0,0,1,1,0,1,1,1,1,0,0,0,0,0] => [3,4,5,7,8,1,2,6]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [3,1,4,2,8,5,6,7]
[1,1,0,0,1,1,1,0,0,0,1,0,1,1,0,0] => [3,4,1,2,8,5,6,7]
[1,1,0,0,1,1,1,0,0,0,1,1,0,0,1,0] => [3,1,4,8,2,5,6,7]
[1,1,0,0,1,1,1,0,0,0,1,1,0,1,0,0] => [3,4,1,8,2,5,6,7]
[1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [3,4,8,1,2,5,6,7]
[1,1,0,0,1,1,1,0,0,1,0,0,1,0,1,0] => [3,1,4,2,5,8,6,7]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [3,4,1,2,5,8,6,7]
[1,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [3,1,4,5,2,8,6,7]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0] => [3,4,1,5,2,8,6,7]
[1,1,0,0,1,1,1,0,0,1,0,1,1,0,0,0] => [3,4,5,1,2,8,6,7]
[1,1,0,0,1,1,1,0,0,1,1,0,0,0,1,0] => [3,1,4,5,8,2,6,7]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [3,4,1,5,8,2,6,7]
[1,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0] => [3,4,5,1,8,2,6,7]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,0] => [3,4,5,8,1,2,6,7]
[1,1,0,0,1,1,1,0,1,0,0,0,1,0,1,0] => [3,1,4,2,5,6,8,7]
[1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0] => [3,4,1,2,5,6,8,7]
[1,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0] => [3,1,4,5,2,6,8,7]
[1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0] => [3,4,1,5,2,6,8,7]
[1,1,0,0,1,1,1,0,1,0,0,1,1,0,0,0] => [3,4,5,1,2,6,8,7]
[1,1,0,0,1,1,1,0,1,0,1,0,0,0,1,0] => [3,1,4,5,6,2,8,7]
[1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0] => [3,4,1,5,6,2,8,7]
[1,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [3,4,5,1,6,2,8,7]
[1,1,0,0,1,1,1,0,1,0,1,1,0,0,0,0] => [3,4,5,6,1,2,8,7]
[1,1,0,0,1,1,1,0,1,1,0,0,0,0,1,0] => [3,1,4,5,6,8,2,7]
[1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0] => [3,4,1,5,6,8,2,7]
[1,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [3,4,5,1,6,8,2,7]
[1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0] => [3,4,5,6,1,8,2,7]
[1,1,0,0,1,1,1,0,1,1,1,0,0,0,0,0] => [3,4,5,6,8,1,2,7]
[1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0] => [3,1,4,2,5,6,7,8]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [3,4,1,2,5,6,7,8]
[1,1,0,0,1,1,1,1,0,0,0,1,0,0,1,0] => [3,1,4,5,2,6,7,8]
[1,1,0,0,1,1,1,1,0,0,0,1,0,1,0,0] => [3,4,1,5,2,6,7,8]
[1,1,0,0,1,1,1,1,0,0,0,1,1,0,0,0] => [3,4,5,1,2,6,7,8]
[1,1,0,0,1,1,1,1,0,0,1,0,0,0,1,0] => [3,1,4,5,6,2,7,8]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [3,4,1,5,6,2,7,8]
[1,1,0,0,1,1,1,1,0,0,1,0,1,0,0,0] => [3,4,5,1,6,2,7,8]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,0,0] => [3,4,5,6,1,2,7,8]
[1,1,0,0,1,1,1,1,0,1,0,0,0,0,1,0] => [3,1,4,5,6,7,2,8]
[1,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0] => [3,4,1,5,6,7,2,8]
[1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0] => [3,4,5,1,6,7,2,8]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0] => [3,4,5,6,1,7,2,8]
[1,1,0,0,1,1,1,1,0,1,1,0,0,0,0,0] => [3,4,5,6,7,1,2,8]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [3,1,4,5,6,7,8,2]
[1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,0] => [3,4,1,5,6,7,8,2]
[1,1,0,0,1,1,1,1,1,0,0,0,1,0,0,0] => [3,4,5,1,6,7,8,2]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,0,0] => [3,4,5,6,1,7,8,2]
[1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [3,4,5,6,7,1,8,2]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [3,4,5,6,7,8,1,2]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [3,1,5,2,6,4,8,7]
[1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [3,5,1,2,6,4,8,7]
[1,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0] => [3,1,5,6,2,4,8,7]
[1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0] => [3,5,1,6,2,4,8,7]
[1,1,0,1,0,0,1,0,1,0,1,1,1,0,0,0] => [3,5,6,1,2,4,8,7]
[1,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0] => [3,1,5,2,6,8,4,7]
[1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0] => [3,5,1,2,6,8,4,7]
[1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [3,1,5,6,2,8,4,7]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0] => [3,5,1,6,2,8,4,7]
[1,1,0,1,0,0,1,0,1,1,0,1,1,0,0,0] => [3,5,6,1,2,8,4,7]
[1,1,0,1,0,0,1,0,1,1,1,0,0,0,1,0] => [3,1,5,6,8,2,4,7]
[1,1,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [3,5,1,6,8,2,4,7]
[1,1,0,1,0,0,1,0,1,1,1,0,1,0,0,0] => [3,5,6,1,8,2,4,7]
[1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0] => [3,5,6,8,1,2,4,7]
[1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0] => [3,1,5,2,6,4,7,8]
[1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0] => [3,5,1,2,6,4,7,8]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,5,6,2,4,7,8]
[1,1,0,1,0,0,1,1,0,0,1,1,0,1,0,0] => [3,5,1,6,2,4,7,8]
[1,1,0,1,0,0,1,1,0,0,1,1,1,0,0,0] => [3,5,6,1,2,4,7,8]
[1,1,0,1,0,0,1,1,0,1,0,0,1,0,1,0] => [3,1,5,2,6,7,4,8]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,0] => [3,5,1,2,6,7,4,8]
[1,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [3,1,5,6,2,7,4,8]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0] => [3,5,1,6,2,7,4,8]
[1,1,0,1,0,0,1,1,0,1,0,1,1,0,0,0] => [3,5,6,1,2,7,4,8]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [3,1,5,6,7,2,4,8]
[1,1,0,1,0,0,1,1,0,1,1,0,0,1,0,0] => [3,5,1,6,7,2,4,8]
[1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0] => [3,5,6,1,7,2,4,8]
[1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0] => [3,5,6,7,1,2,4,8]
[1,1,0,1,0,0,1,1,1,0,0,0,1,0,1,0] => [3,1,5,2,6,7,8,4]
[1,1,0,1,0,0,1,1,1,0,0,0,1,1,0,0] => [3,5,1,2,6,7,8,4]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [3,1,5,6,2,7,8,4]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0] => [3,5,1,6,2,7,8,4]
[1,1,0,1,0,0,1,1,1,0,0,1,1,0,0,0] => [3,5,6,1,2,7,8,4]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,0] => [3,1,5,6,7,2,8,4]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [3,5,1,6,7,2,8,4]
[1,1,0,1,0,0,1,1,1,0,1,0,1,0,0,0] => [3,5,6,1,7,2,8,4]
[1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,0] => [3,5,6,7,1,2,8,4]
[1,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [3,1,5,6,7,8,2,4]
[1,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0] => [3,5,1,6,7,8,2,4]
[1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0] => [3,5,6,1,7,8,2,4]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0] => [3,5,6,7,1,8,2,4]
[1,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0] => [3,5,6,7,8,1,2,4]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [3,1,5,2,7,4,8,6]
[1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0] => [3,5,1,2,7,4,8,6]
[1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0] => [3,1,5,7,2,4,8,6]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0] => [3,5,1,7,2,4,8,6]
[1,1,0,1,0,1,0,0,1,0,1,1,1,0,0,0] => [3,5,7,1,2,4,8,6]
[1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [3,1,5,2,7,8,4,6]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [3,5,1,2,7,8,4,6]
[1,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0] => [3,1,5,7,2,8,4,6]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0] => [3,5,1,7,2,8,4,6]
[1,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0] => [3,5,7,1,2,8,4,6]
[1,1,0,1,0,1,0,0,1,1,1,0,0,0,1,0] => [3,1,5,7,8,2,4,6]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0] => [3,5,1,7,8,2,4,6]
[1,1,0,1,0,1,0,0,1,1,1,0,1,0,0,0] => [3,5,7,1,8,2,4,6]
[1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0] => [3,5,7,8,1,2,4,6]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [3,1,5,2,7,4,6,8]
[1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0] => [3,5,1,2,7,4,6,8]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [3,1,5,7,2,4,6,8]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [3,5,1,7,2,4,6,8]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0] => [3,5,7,1,2,4,6,8]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [3,1,5,2,4,7,6,8]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [3,5,1,2,4,7,6,8]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,2,5,4,7,6,8]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,4,7,6,8]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,3,5,2,4,7,6,8]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [3,1,2,5,7,4,6,8]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [1,3,2,5,7,4,6,8]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,3,5,2,7,4,6,8]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [1,3,5,7,2,4,6,8]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0] => [3,1,5,2,4,7,8,6]
[1,1,0,1,0,1,0,1,1,0,0,0,1,1,0,0] => [3,5,1,2,4,7,8,6]
[1,1,0,1,0,1,0,1,1,0,0,1,0,0,1,0] => [3,1,2,5,4,7,8,6]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [1,3,2,5,4,7,8,6]
[1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [1,3,5,2,4,7,8,6]
[1,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0] => [3,1,2,5,7,4,8,6]
[1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0] => [1,3,2,5,7,4,8,6]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [1,3,5,2,7,4,8,6]
[1,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0] => [1,3,5,7,2,4,8,6]
[1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0] => [3,1,2,5,7,8,4,6]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0] => [1,3,2,5,7,8,4,6]
[1,1,0,1,0,1,0,1,1,1,0,0,1,0,0,0] => [1,3,5,2,7,8,4,6]
[1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0] => [1,3,5,7,2,8,4,6]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0] => [1,3,5,7,8,2,4,6]
[1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0] => [3,1,5,2,8,4,6,7]
[1,1,0,1,0,1,1,0,0,0,1,0,1,1,0,0] => [3,5,1,2,8,4,6,7]
[1,1,0,1,0,1,1,0,0,0,1,1,0,0,1,0] => [3,1,5,8,2,4,6,7]
[1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,0] => [3,5,1,8,2,4,6,7]
[1,1,0,1,0,1,1,0,0,0,1,1,1,0,0,0] => [3,5,8,1,2,4,6,7]
[1,1,0,1,0,1,1,0,0,1,0,0,1,0,1,0] => [3,1,5,2,4,8,6,7]
[1,1,0,1,0,1,1,0,0,1,0,0,1,1,0,0] => [3,5,1,2,4,8,6,7]
[1,1,0,1,0,1,1,0,0,1,0,1,0,0,1,0] => [3,1,2,5,4,8,6,7]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [1,3,2,5,4,8,6,7]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0] => [1,3,5,2,4,8,6,7]
[1,1,0,1,0,1,1,0,0,1,1,0,0,0,1,0] => [3,1,2,5,8,4,6,7]
[1,1,0,1,0,1,1,0,0,1,1,0,0,1,0,0] => [1,3,2,5,8,4,6,7]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,0] => [1,3,5,2,8,4,6,7]
[1,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0] => [1,3,5,8,2,4,6,7]
[1,1,0,1,0,1,1,0,1,0,0,0,1,0,1,0] => [3,1,5,2,4,6,8,7]
[1,1,0,1,0,1,1,0,1,0,0,0,1,1,0,0] => [3,5,1,2,4,6,8,7]
[1,1,0,1,0,1,1,0,1,0,0,1,0,0,1,0] => [3,1,2,5,4,6,8,7]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [1,3,2,5,4,6,8,7]
[1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,0] => [1,3,5,2,4,6,8,7]
[1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0] => [3,1,2,5,6,4,8,7]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0] => [1,3,2,5,6,4,8,7]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [1,3,5,2,6,4,8,7]
[1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,0] => [1,3,5,6,2,4,8,7]
[1,1,0,1,0,1,1,0,1,1,0,0,0,0,1,0] => [3,1,2,5,6,8,4,7]
[1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,0] => [1,3,2,5,6,8,4,7]
[1,1,0,1,0,1,1,0,1,1,0,0,1,0,0,0] => [1,3,5,2,6,8,4,7]
[1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0] => [1,3,5,6,2,8,4,7]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,0,0] => [1,3,5,6,8,2,4,7]
[1,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0] => [3,1,5,2,4,6,7,8]
[1,1,0,1,0,1,1,1,0,0,0,0,1,1,0,0] => [3,5,1,2,4,6,7,8]
[1,1,0,1,0,1,1,1,0,0,0,1,0,0,1,0] => [3,1,2,5,4,6,7,8]
[1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0] => [1,3,2,5,4,6,7,8]
[1,1,0,1,0,1,1,1,0,0,0,1,1,0,0,0] => [1,3,5,2,4,6,7,8]
[1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0] => [3,1,2,5,6,4,7,8]
[1,1,0,1,0,1,1,1,0,0,1,0,0,1,0,0] => [1,3,2,5,6,4,7,8]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [1,3,5,2,6,4,7,8]
[1,1,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [1,3,5,6,2,4,7,8]
[1,1,0,1,0,1,1,1,0,1,0,0,0,0,1,0] => [3,1,2,5,6,7,4,8]
[1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [1,3,2,5,6,7,4,8]
[1,1,0,1,0,1,1,1,0,1,0,0,1,0,0,0] => [1,3,5,2,6,7,4,8]
[1,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [1,3,5,6,2,7,4,8]
[1,1,0,1,0,1,1,1,0,1,1,0,0,0,0,0] => [1,3,5,6,7,2,4,8]
[1,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0] => [3,1,2,5,6,7,8,4]
[1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0] => [1,3,2,5,6,7,8,4]
[1,1,0,1,0,1,1,1,1,0,0,0,1,0,0,0] => [1,3,5,2,6,7,8,4]
[1,1,0,1,0,1,1,1,1,0,0,1,0,0,0,0] => [1,3,5,6,2,7,8,4]
[1,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [1,3,5,6,7,2,8,4]
[1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [1,3,5,6,7,8,2,4]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [3,1,6,2,7,4,8,5]
[1,1,0,1,1,0,0,0,1,0,1,0,1,1,0,0] => [3,6,1,2,7,4,8,5]
[1,1,0,1,1,0,0,0,1,0,1,1,0,0,1,0] => [3,1,6,7,2,4,8,5]
[1,1,0,1,1,0,0,0,1,0,1,1,0,1,0,0] => [3,6,1,7,2,4,8,5]
[1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,0] => [3,6,7,1,2,4,8,5]
[1,1,0,1,1,0,0,0,1,1,0,0,1,0,1,0] => [3,1,6,2,7,8,4,5]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [3,6,1,2,7,8,4,5]
[1,1,0,1,1,0,0,0,1,1,0,1,0,0,1,0] => [3,1,6,7,2,8,4,5]
[1,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0] => [3,6,1,7,2,8,4,5]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [3,6,7,1,2,8,4,5]
[1,1,0,1,1,0,0,0,1,1,1,0,0,0,1,0] => [3,1,6,7,8,2,4,5]
[1,1,0,1,1,0,0,0,1,1,1,0,0,1,0,0] => [3,6,1,7,8,2,4,5]
[1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0] => [3,6,7,1,8,2,4,5]
[1,1,0,1,1,0,0,0,1,1,1,1,0,0,0,0] => [3,6,7,8,1,2,4,5]
[1,1,0,1,1,0,0,1,0,0,1,0,1,0,1,0] => [3,1,6,2,7,4,5,8]
[1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0] => [3,6,1,2,7,4,5,8]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [3,1,6,7,2,4,5,8]
[1,1,0,1,1,0,0,1,0,0,1,1,0,1,0,0] => [3,6,1,7,2,4,5,8]
[1,1,0,1,1,0,0,1,0,0,1,1,1,0,0,0] => [3,6,7,1,2,4,5,8]
[1,1,0,1,1,0,0,1,0,1,0,0,1,0,1,0] => [3,1,6,2,4,7,5,8]
[1,1,0,1,1,0,0,1,0,1,0,0,1,1,0,0] => [3,6,1,2,4,7,5,8]
[1,1,0,1,1,0,0,1,0,1,0,1,0,0,1,0] => [3,1,2,6,4,7,5,8]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [1,3,2,6,4,7,5,8]
[1,1,0,1,1,0,0,1,0,1,0,1,1,0,0,0] => [1,3,6,2,4,7,5,8]
[1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0] => [3,1,2,6,7,4,5,8]
[1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0] => [1,3,2,6,7,4,5,8]
[1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0] => [1,3,6,2,7,4,5,8]
[1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0] => [1,3,6,7,2,4,5,8]
[1,1,0,1,1,0,0,1,1,0,0,0,1,0,1,0] => [3,1,6,2,4,7,8,5]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [3,6,1,2,4,7,8,5]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0] => [3,1,2,6,4,7,8,5]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [1,3,2,6,4,7,8,5]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,3,6,2,4,7,8,5]
[1,1,0,1,1,0,0,1,1,0,1,0,0,0,1,0] => [3,1,2,6,7,4,8,5]
[1,1,0,1,1,0,0,1,1,0,1,0,0,1,0,0] => [1,3,2,6,7,4,8,5]
[1,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [1,3,6,2,7,4,8,5]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [1,3,6,7,2,4,8,5]
[1,1,0,1,1,0,0,1,1,1,0,0,0,0,1,0] => [3,1,2,6,7,8,4,5]
[1,1,0,1,1,0,0,1,1,1,0,0,0,1,0,0] => [1,3,2,6,7,8,4,5]
[1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,0] => [1,3,6,2,7,8,4,5]
[1,1,0,1,1,0,0,1,1,1,0,1,0,0,0,0] => [1,3,6,7,2,8,4,5]
[1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0] => [1,3,6,7,8,2,4,5]
[1,1,0,1,1,0,1,0,0,0,1,0,1,0,1,0] => [3,1,6,2,8,4,5,7]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,0,0] => [3,6,1,2,8,4,5,7]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,0] => [3,1,6,8,2,4,5,7]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [3,6,1,8,2,4,5,7]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0] => [3,6,8,1,2,4,5,7]
[1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,0] => [3,1,6,2,4,8,5,7]
[1,1,0,1,1,0,1,0,0,1,0,0,1,1,0,0] => [3,6,1,2,4,8,5,7]
[1,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0] => [3,1,2,6,4,8,5,7]
[1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0] => [1,3,2,6,4,8,5,7]
[1,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0] => [1,3,6,2,4,8,5,7]
[1,1,0,1,1,0,1,0,0,1,1,0,0,0,1,0] => [3,1,2,6,8,4,5,7]
[1,1,0,1,1,0,1,0,0,1,1,0,0,1,0,0] => [1,3,2,6,8,4,5,7]
[1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,0] => [1,3,6,2,8,4,5,7]
[1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [1,3,6,8,2,4,5,7]
[1,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0] => [3,1,6,2,4,5,8,7]
[1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0] => [3,6,1,2,4,5,8,7]
[1,1,0,1,1,0,1,0,1,0,0,1,0,0,1,0] => [3,1,2,6,4,5,8,7]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,0] => [1,3,2,6,4,5,8,7]
[1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,0] => [1,3,6,2,4,5,8,7]
[1,1,0,1,1,0,1,0,1,0,1,0,0,0,1,0] => [3,1,2,4,6,5,8,7]
[1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0] => [1,3,2,4,6,5,8,7]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,4,2,6,5,8,7]
[1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [1,3,4,6,2,5,8,7]
[1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,0] => [3,1,2,4,6,8,5,7]
[1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0] => [1,3,2,4,6,8,5,7]
[1,1,0,1,1,0,1,0,1,1,0,0,1,0,0,0] => [1,3,4,2,6,8,5,7]
[1,1,0,1,1,0,1,0,1,1,0,1,0,0,0,0] => [1,3,4,6,2,8,5,7]
[1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,0] => [1,3,4,6,8,2,5,7]
[1,1,0,1,1,0,1,1,0,0,0,0,1,0,1,0] => [3,1,6,2,4,5,7,8]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,5,7,8]
[1,1,0,1,1,0,1,1,0,0,0,1,0,0,1,0] => [3,1,2,6,4,5,7,8]
[1,1,0,1,1,0,1,1,0,0,0,1,0,1,0,0] => [1,3,2,6,4,5,7,8]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [1,3,6,2,4,5,7,8]
[1,1,0,1,1,0,1,1,0,0,1,0,0,0,1,0] => [3,1,2,4,6,5,7,8]
[1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,0] => [1,3,2,4,6,5,7,8]
[1,1,0,1,1,0,1,1,0,0,1,0,1,0,0,0] => [1,3,4,2,6,5,7,8]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [1,3,4,6,2,5,7,8]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0] => [3,1,2,4,6,7,5,8]
[1,1,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [1,3,2,4,6,7,5,8]
[1,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [1,3,4,2,6,7,5,8]
[1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [1,3,4,6,2,7,5,8]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [1,3,4,6,7,2,5,8]
[1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0] => [3,1,2,4,6,7,8,5]
[1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [1,3,2,4,6,7,8,5]
[1,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0] => [1,3,4,2,6,7,8,5]
[1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [1,3,4,6,2,7,8,5]
[1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0] => [1,3,4,6,7,2,8,5]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [1,3,4,6,7,8,2,5]
[1,1,0,1,1,1,0,0,0,0,1,0,1,0,1,0] => [3,1,7,2,8,4,5,6]
[1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,0] => [3,7,1,2,8,4,5,6]
[1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0] => [3,1,7,8,2,4,5,6]
[1,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [3,7,1,8,2,4,5,6]
[1,1,0,1,1,1,0,0,0,0,1,1,1,0,0,0] => [3,7,8,1,2,4,5,6]
[1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,0] => [3,1,7,2,4,8,5,6]
[1,1,0,1,1,1,0,0,0,1,0,0,1,1,0,0] => [3,7,1,2,4,8,5,6]
[1,1,0,1,1,1,0,0,0,1,0,1,0,0,1,0] => [3,1,2,7,4,8,5,6]
[1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [1,3,2,7,4,8,5,6]
[1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0] => [1,3,7,2,4,8,5,6]
[1,1,0,1,1,1,0,0,0,1,1,0,0,0,1,0] => [3,1,2,7,8,4,5,6]
[1,1,0,1,1,1,0,0,0,1,1,0,0,1,0,0] => [1,3,2,7,8,4,5,6]
[1,1,0,1,1,1,0,0,0,1,1,0,1,0,0,0] => [1,3,7,2,8,4,5,6]
[1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0] => [1,3,7,8,2,4,5,6]
[1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,0] => [3,1,7,2,4,5,8,6]
[1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0] => [3,7,1,2,4,5,8,6]
[1,1,0,1,1,1,0,0,1,0,0,1,0,0,1,0] => [3,1,2,7,4,5,8,6]
[1,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0] => [1,3,2,7,4,5,8,6]
[1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,0] => [1,3,7,2,4,5,8,6]
[1,1,0,1,1,1,0,0,1,0,1,0,0,0,1,0] => [3,1,2,4,7,5,8,6]
[1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0] => [1,3,2,4,7,5,8,6]
[1,1,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [1,3,4,2,7,5,8,6]
[1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0] => [1,3,4,7,2,5,8,6]
[1,1,0,1,1,1,0,0,1,1,0,0,0,0,1,0] => [3,1,2,4,7,8,5,6]
[1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0] => [1,3,2,4,7,8,5,6]
[1,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0] => [1,3,4,2,7,8,5,6]
[1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0] => [1,3,4,7,2,8,5,6]
[1,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [1,3,4,7,8,2,5,6]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [3,1,7,2,4,5,6,8]
[1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,0] => [3,7,1,2,4,5,6,8]
[1,1,0,1,1,1,0,1,0,0,0,1,0,0,1,0] => [3,1,2,7,4,5,6,8]
[1,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0] => [1,3,2,7,4,5,6,8]
[1,1,0,1,1,1,0,1,0,0,0,1,1,0,0,0] => [1,3,7,2,4,5,6,8]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0] => [3,1,2,4,7,5,6,8]
[1,1,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [1,3,2,4,7,5,6,8]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,0,0] => [1,3,4,2,7,5,6,8]
[1,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0] => [1,3,4,7,2,5,6,8]
[1,1,0,1,1,1,0,1,0,1,0,0,0,0,1,0] => [3,1,2,4,5,7,6,8]
[1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0] => [1,3,2,4,5,7,6,8]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [1,3,4,2,5,7,6,8]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [1,3,4,5,2,7,6,8]
[1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,0] => [1,3,4,5,7,2,6,8]
[1,1,0,1,1,1,0,1,1,0,0,0,0,0,1,0] => [3,1,2,4,5,7,8,6]
[1,1,0,1,1,1,0,1,1,0,0,0,0,1,0,0] => [1,3,2,4,5,7,8,6]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [1,3,4,2,5,7,8,6]
[1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [1,3,4,5,2,7,8,6]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [1,3,4,5,7,2,8,6]
[1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0] => [1,3,4,5,7,8,2,6]
[1,1,0,1,1,1,1,0,0,0,0,0,1,0,1,0] => [3,1,8,2,4,5,6,7]
[1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0] => [3,8,1,2,4,5,6,7]
[1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,0] => [3,1,2,8,4,5,6,7]
[1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0] => [1,3,2,8,4,5,6,7]
[1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0] => [1,3,8,2,4,5,6,7]
[1,1,0,1,1,1,1,0,0,0,1,0,0,0,1,0] => [3,1,2,4,8,5,6,7]
[1,1,0,1,1,1,1,0,0,0,1,0,0,1,0,0] => [1,3,2,4,8,5,6,7]
[1,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0] => [1,3,4,2,8,5,6,7]
[1,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [1,3,4,8,2,5,6,7]
[1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,0] => [3,1,2,4,5,8,6,7]
[1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0] => [1,3,2,4,5,8,6,7]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [1,3,4,2,5,8,6,7]
[1,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0] => [1,3,4,5,2,8,6,7]
[1,1,0,1,1,1,1,0,0,1,1,0,0,0,0,0] => [1,3,4,5,8,2,6,7]
[1,1,0,1,1,1,1,0,1,0,0,0,0,0,1,0] => [3,1,2,4,5,6,8,7]
[1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0] => [1,3,2,4,5,6,8,7]
[1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0] => [1,3,4,2,5,6,8,7]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [1,3,4,5,2,6,8,7]
[1,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,3,4,5,6,2,8,7]
[1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0] => [1,3,4,5,6,8,2,7]
[1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [3,1,2,4,5,6,7,8]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [1,3,2,4,5,6,7,8]
[1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0] => [1,3,4,2,5,6,7,8]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0] => [1,3,4,5,2,6,7,8]
[1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0] => [1,3,4,5,6,2,7,8]
[1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,3,4,5,6,7,2,8]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,3,4,5,6,7,8,2]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [4,1,5,2,6,3,8,7]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0] => [4,5,1,2,6,3,8,7]
[1,1,1,0,0,0,1,0,1,0,1,1,0,0,1,0] => [4,1,5,6,2,3,8,7]
[1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,0] => [4,5,1,6,2,3,8,7]
[1,1,1,0,0,0,1,0,1,0,1,1,1,0,0,0] => [4,5,6,1,2,3,8,7]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,0] => [4,1,5,2,6,8,3,7]
[1,1,1,0,0,0,1,0,1,1,0,0,1,1,0,0] => [4,5,1,2,6,8,3,7]
[1,1,1,0,0,0,1,0,1,1,0,1,0,0,1,0] => [4,1,5,6,2,8,3,7]
[1,1,1,0,0,0,1,0,1,1,0,1,0,1,0,0] => [4,5,1,6,2,8,3,7]
[1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0] => [4,5,6,1,2,8,3,7]
[1,1,1,0,0,0,1,0,1,1,1,0,0,0,1,0] => [4,1,5,6,8,2,3,7]
[1,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [4,5,1,6,8,2,3,7]
[1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,0] => [4,5,6,1,8,2,3,7]
[1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0] => [4,5,6,8,1,2,3,7]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0] => [4,1,5,2,6,3,7,8]
[1,1,1,0,0,0,1,1,0,0,1,0,1,1,0,0] => [4,5,1,2,6,3,7,8]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [4,1,5,6,2,3,7,8]
[1,1,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [4,5,1,6,2,3,7,8]
[1,1,1,0,0,0,1,1,0,0,1,1,1,0,0,0] => [4,5,6,1,2,3,7,8]
[1,1,1,0,0,0,1,1,0,1,0,0,1,0,1,0] => [4,1,5,2,6,7,3,8]
[1,1,1,0,0,0,1,1,0,1,0,0,1,1,0,0] => [4,5,1,2,6,7,3,8]
[1,1,1,0,0,0,1,1,0,1,0,1,0,0,1,0] => [4,1,5,6,2,7,3,8]
[1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,0] => [4,5,1,6,2,7,3,8]
[1,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0] => [4,5,6,1,2,7,3,8]
[1,1,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [4,1,5,6,7,2,3,8]
[1,1,1,0,0,0,1,1,0,1,1,0,0,1,0,0] => [4,5,1,6,7,2,3,8]
[1,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [4,5,6,1,7,2,3,8]
[1,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0] => [4,5,6,7,1,2,3,8]
[1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0] => [4,1,5,2,6,7,8,3]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [4,5,1,2,6,7,8,3]
[1,1,1,0,0,0,1,1,1,0,0,1,0,0,1,0] => [4,1,5,6,2,7,8,3]
[1,1,1,0,0,0,1,1,1,0,0,1,0,1,0,0] => [4,5,1,6,2,7,8,3]
[1,1,1,0,0,0,1,1,1,0,0,1,1,0,0,0] => [4,5,6,1,2,7,8,3]
[1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0] => [4,1,5,6,7,2,8,3]
[1,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [4,5,1,6,7,2,8,3]
[1,1,1,0,0,0,1,1,1,0,1,0,1,0,0,0] => [4,5,6,1,7,2,8,3]
[1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,0] => [4,5,6,7,1,2,8,3]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0] => [4,1,5,6,7,8,2,3]
[1,1,1,0,0,0,1,1,1,1,0,0,0,1,0,0] => [4,5,1,6,7,8,2,3]
[1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,0] => [4,5,6,1,7,8,2,3]
[1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,0] => [4,5,6,7,1,8,2,3]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [4,5,6,7,8,1,2,3]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0] => [4,1,5,2,7,3,8,6]
[1,1,1,0,0,1,0,0,1,0,1,0,1,1,0,0] => [4,5,1,2,7,3,8,6]
[1,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0] => [4,1,5,7,2,3,8,6]
[1,1,1,0,0,1,0,0,1,0,1,1,0,1,0,0] => [4,5,1,7,2,3,8,6]
[1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0] => [4,5,7,1,2,3,8,6]
[1,1,1,0,0,1,0,0,1,1,0,0,1,0,1,0] => [4,1,5,2,7,8,3,6]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [4,5,1,2,7,8,3,6]
[1,1,1,0,0,1,0,0,1,1,0,1,0,0,1,0] => [4,1,5,7,2,8,3,6]
[1,1,1,0,0,1,0,0,1,1,0,1,0,1,0,0] => [4,5,1,7,2,8,3,6]
[1,1,1,0,0,1,0,0,1,1,0,1,1,0,0,0] => [4,5,7,1,2,8,3,6]
[1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0] => [4,1,5,7,8,2,3,6]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [4,5,1,7,8,2,3,6]
[1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,0] => [4,5,7,1,8,2,3,6]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0] => [4,5,7,8,1,2,3,6]
[1,1,1,0,0,1,0,1,0,0,1,0,1,0,1,0] => [4,1,5,2,7,3,6,8]
[1,1,1,0,0,1,0,1,0,0,1,0,1,1,0,0] => [4,5,1,2,7,3,6,8]
[1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0] => [4,1,5,7,2,3,6,8]
[1,1,1,0,0,1,0,1,0,0,1,1,0,1,0,0] => [4,5,1,7,2,3,6,8]
[1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0] => [4,5,7,1,2,3,6,8]
[1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0] => [4,1,5,2,3,7,6,8]
[1,1,1,0,0,1,0,1,0,1,0,0,1,1,0,0] => [4,5,1,2,3,7,6,8]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [4,1,2,5,3,7,6,8]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,2,5,3,7,6,8]
[1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0] => [1,4,5,2,3,7,6,8]
[1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,0] => [4,1,2,5,7,3,6,8]
[1,1,1,0,0,1,0,1,0,1,1,0,0,1,0,0] => [1,4,2,5,7,3,6,8]
[1,1,1,0,0,1,0,1,0,1,1,0,1,0,0,0] => [1,4,5,2,7,3,6,8]
[1,1,1,0,0,1,0,1,0,1,1,1,0,0,0,0] => [1,4,5,7,2,3,6,8]
[1,1,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [4,1,5,2,3,7,8,6]
[1,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0] => [4,5,1,2,3,7,8,6]
[1,1,1,0,0,1,0,1,1,0,0,1,0,0,1,0] => [4,1,2,5,3,7,8,6]
[1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0] => [1,4,2,5,3,7,8,6]
[1,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0] => [1,4,5,2,3,7,8,6]
[1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0] => [4,1,2,5,7,3,8,6]
[1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,0] => [1,4,2,5,7,3,8,6]
[1,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [1,4,5,2,7,3,8,6]
[1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [1,4,5,7,2,3,8,6]
[1,1,1,0,0,1,0,1,1,1,0,0,0,0,1,0] => [4,1,2,5,7,8,3,6]
[1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [1,4,2,5,7,8,3,6]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,4,5,2,7,8,3,6]
[1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0] => [1,4,5,7,2,8,3,6]
[1,1,1,0,0,1,0,1,1,1,1,0,0,0,0,0] => [1,4,5,7,8,2,3,6]
[1,1,1,0,0,1,1,0,0,0,1,0,1,0,1,0] => [4,1,5,2,8,3,6,7]
[1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,0] => [4,5,1,2,8,3,6,7]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [4,1,5,8,2,3,6,7]
[1,1,1,0,0,1,1,0,0,0,1,1,0,1,0,0] => [4,5,1,8,2,3,6,7]
[1,1,1,0,0,1,1,0,0,0,1,1,1,0,0,0] => [4,5,8,1,2,3,6,7]
[1,1,1,0,0,1,1,0,0,1,0,0,1,0,1,0] => [4,1,5,2,3,8,6,7]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [4,5,1,2,3,8,6,7]
[1,1,1,0,0,1,1,0,0,1,0,1,0,0,1,0] => [4,1,2,5,3,8,6,7]
[1,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0] => [1,4,2,5,3,8,6,7]
[1,1,1,0,0,1,1,0,0,1,0,1,1,0,0,0] => [1,4,5,2,3,8,6,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0] => [4,1,2,5,8,3,6,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,4,2,5,8,3,6,7]
[1,1,1,0,0,1,1,0,0,1,1,0,1,0,0,0] => [1,4,5,2,8,3,6,7]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,0,0] => [1,4,5,8,2,3,6,7]
[1,1,1,0,0,1,1,0,1,0,0,0,1,0,1,0] => [4,1,5,2,3,6,8,7]
[1,1,1,0,0,1,1,0,1,0,0,0,1,1,0,0] => [4,5,1,2,3,6,8,7]
[1,1,1,0,0,1,1,0,1,0,0,1,0,0,1,0] => [4,1,2,5,3,6,8,7]
[1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,0] => [1,4,2,5,3,6,8,7]
[1,1,1,0,0,1,1,0,1,0,0,1,1,0,0,0] => [1,4,5,2,3,6,8,7]
[1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0] => [4,1,2,5,6,3,8,7]
[1,1,1,0,0,1,1,0,1,0,1,0,0,1,0,0] => [1,4,2,5,6,3,8,7]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0] => [1,4,5,2,6,3,8,7]
[1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0] => [1,4,5,6,2,3,8,7]
[1,1,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [4,1,2,5,6,8,3,7]
[1,1,1,0,0,1,1,0,1,1,0,0,0,1,0,0] => [1,4,2,5,6,8,3,7]
[1,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0] => [1,4,5,2,6,8,3,7]
[1,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [1,4,5,6,2,8,3,7]
[1,1,1,0,0,1,1,0,1,1,1,0,0,0,0,0] => [1,4,5,6,8,2,3,7]
[1,1,1,0,0,1,1,1,0,0,0,0,1,0,1,0] => [4,1,5,2,3,6,7,8]
[1,1,1,0,0,1,1,1,0,0,0,0,1,1,0,0] => [4,5,1,2,3,6,7,8]
[1,1,1,0,0,1,1,1,0,0,0,1,0,0,1,0] => [4,1,2,5,3,6,7,8]
[1,1,1,0,0,1,1,1,0,0,0,1,0,1,0,0] => [1,4,2,5,3,6,7,8]
[1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0] => [1,4,5,2,3,6,7,8]
[1,1,1,0,0,1,1,1,0,0,1,0,0,0,1,0] => [4,1,2,5,6,3,7,8]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,4,2,5,6,3,7,8]
[1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0] => [1,4,5,2,6,3,7,8]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,0] => [1,4,5,6,2,3,7,8]
[1,1,1,0,0,1,1,1,0,1,0,0,0,0,1,0] => [4,1,2,5,6,7,3,8]
[1,1,1,0,0,1,1,1,0,1,0,0,0,1,0,0] => [1,4,2,5,6,7,3,8]
[1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [1,4,5,2,6,7,3,8]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,0,0] => [1,4,5,6,2,7,3,8]
[1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0] => [1,4,5,6,7,2,3,8]
[1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0] => [4,1,2,5,6,7,8,3]
[1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0] => [1,4,2,5,6,7,8,3]
[1,1,1,0,0,1,1,1,1,0,0,0,1,0,0,0] => [1,4,5,2,6,7,8,3]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,0,0] => [1,4,5,6,2,7,8,3]
[1,1,1,0,0,1,1,1,1,0,1,0,0,0,0,0] => [1,4,5,6,7,2,8,3]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [1,4,5,6,7,8,2,3]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [4,1,6,2,7,3,8,5]
[1,1,1,0,1,0,0,0,1,0,1,0,1,1,0,0] => [4,6,1,2,7,3,8,5]
[1,1,1,0,1,0,0,0,1,0,1,1,0,0,1,0] => [4,1,6,7,2,3,8,5]
[1,1,1,0,1,0,0,0,1,0,1,1,0,1,0,0] => [4,6,1,7,2,3,8,5]
[1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0] => [4,6,7,1,2,3,8,5]
[1,1,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [4,1,6,2,7,8,3,5]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0] => [4,6,1,2,7,8,3,5]
[1,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0] => [4,1,6,7,2,8,3,5]
[1,1,1,0,1,0,0,0,1,1,0,1,0,1,0,0] => [4,6,1,7,2,8,3,5]
[1,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0] => [4,6,7,1,2,8,3,5]
[1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [4,1,6,7,8,2,3,5]
[1,1,1,0,1,0,0,0,1,1,1,0,0,1,0,0] => [4,6,1,7,8,2,3,5]
[1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0] => [4,6,7,1,8,2,3,5]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [4,6,7,8,1,2,3,5]
[1,1,1,0,1,0,0,1,0,0,1,0,1,0,1,0] => [4,1,6,2,7,3,5,8]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0] => [4,6,1,2,7,3,5,8]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0] => [4,1,6,7,2,3,5,8]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0] => [4,6,1,7,2,3,5,8]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,0] => [4,6,7,1,2,3,5,8]
[1,1,1,0,1,0,0,1,0,1,0,0,1,0,1,0] => [4,1,6,2,3,7,5,8]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0] => [4,6,1,2,3,7,5,8]
[1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [4,1,2,6,3,7,5,8]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,4,2,6,3,7,5,8]
[1,1,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [1,4,6,2,3,7,5,8]
[1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0] => [4,1,2,6,7,3,5,8]
[1,1,1,0,1,0,0,1,0,1,1,0,0,1,0,0] => [1,4,2,6,7,3,5,8]
[1,1,1,0,1,0,0,1,0,1,1,0,1,0,0,0] => [1,4,6,2,7,3,5,8]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,0,0] => [1,4,6,7,2,3,5,8]
[1,1,1,0,1,0,0,1,1,0,0,0,1,0,1,0] => [4,1,6,2,3,7,8,5]
[1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0] => [4,6,1,2,3,7,8,5]
[1,1,1,0,1,0,0,1,1,0,0,1,0,0,1,0] => [4,1,2,6,3,7,8,5]
[1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [1,4,2,6,3,7,8,5]
[1,1,1,0,1,0,0,1,1,0,0,1,1,0,0,0] => [1,4,6,2,3,7,8,5]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0] => [4,1,2,6,7,3,8,5]
[1,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0] => [1,4,2,6,7,3,8,5]
[1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,0] => [1,4,6,2,7,3,8,5]
[1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0] => [1,4,6,7,2,3,8,5]
[1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0] => [4,1,2,6,7,8,3,5]
[1,1,1,0,1,0,0,1,1,1,0,0,0,1,0,0] => [1,4,2,6,7,8,3,5]
[1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0] => [1,4,6,2,7,8,3,5]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0] => [1,4,6,7,2,8,3,5]
[1,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [1,4,6,7,8,2,3,5]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [4,1,6,2,8,3,5,7]
[1,1,1,0,1,0,1,0,0,0,1,0,1,1,0,0] => [4,6,1,2,8,3,5,7]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0] => [4,1,6,8,2,3,5,7]
[1,1,1,0,1,0,1,0,0,0,1,1,0,1,0,0] => [4,6,1,8,2,3,5,7]
[1,1,1,0,1,0,1,0,0,0,1,1,1,0,0,0] => [4,6,8,1,2,3,5,7]
[1,1,1,0,1,0,1,0,0,1,0,0,1,0,1,0] => [4,1,6,2,3,8,5,7]
[1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0] => [4,6,1,2,3,8,5,7]
[1,1,1,0,1,0,1,0,0,1,0,1,0,0,1,0] => [4,1,2,6,3,8,5,7]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [1,4,2,6,3,8,5,7]
[1,1,1,0,1,0,1,0,0,1,0,1,1,0,0,0] => [1,4,6,2,3,8,5,7]
[1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0] => [4,1,2,6,8,3,5,7]
[1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,0] => [1,4,2,6,8,3,5,7]
[1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0] => [1,4,6,2,8,3,5,7]
[1,1,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [1,4,6,8,2,3,5,7]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [4,1,6,2,3,5,8,7]
[1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [4,6,1,2,3,5,8,7]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [4,1,2,6,3,5,8,7]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [1,4,2,6,3,5,8,7]
[1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [1,4,6,2,3,5,8,7]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [4,1,2,3,6,5,8,7]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [1,4,2,3,6,5,8,7]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,4,3,6,5,8,7]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,2,4,6,3,5,8,7]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [4,1,2,3,6,8,5,7]
[1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,0] => [1,4,2,3,6,8,5,7]
[1,1,1,0,1,0,1,0,1,1,0,0,1,0,0,0] => [1,2,4,3,6,8,5,7]
[1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [1,2,4,6,3,8,5,7]
[1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [1,2,4,6,8,3,5,7]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [4,1,6,2,3,5,7,8]
[1,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0] => [4,6,1,2,3,5,7,8]
[1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0] => [4,1,2,6,3,5,7,8]
[1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [1,4,2,6,3,5,7,8]
[1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0] => [1,4,6,2,3,5,7,8]
[1,1,1,0,1,0,1,1,0,0,1,0,0,0,1,0] => [4,1,2,3,6,5,7,8]
[1,1,1,0,1,0,1,1,0,0,1,0,0,1,0,0] => [1,4,2,3,6,5,7,8]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [1,2,4,3,6,5,7,8]
[1,1,1,0,1,0,1,1,0,0,1,1,0,0,0,0] => [1,2,4,6,3,5,7,8]
[1,1,1,0,1,0,1,1,0,1,0,0,0,0,1,0] => [4,1,2,3,6,7,5,8]
[1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0] => [1,4,2,3,6,7,5,8]
[1,1,1,0,1,0,1,1,0,1,0,0,1,0,0,0] => [1,2,4,3,6,7,5,8]
[1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0] => [1,2,4,6,3,7,5,8]
[1,1,1,0,1,0,1,1,0,1,1,0,0,0,0,0] => [1,2,4,6,7,3,5,8]
[1,1,1,0,1,0,1,1,1,0,0,0,0,0,1,0] => [4,1,2,3,6,7,8,5]
[1,1,1,0,1,0,1,1,1,0,0,0,0,1,0,0] => [1,4,2,3,6,7,8,5]
[1,1,1,0,1,0,1,1,1,0,0,0,1,0,0,0] => [1,2,4,3,6,7,8,5]
[1,1,1,0,1,0,1,1,1,0,0,1,0,0,0,0] => [1,2,4,6,3,7,8,5]
[1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [1,2,4,6,7,3,8,5]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [1,2,4,6,7,8,3,5]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [4,1,7,2,8,3,5,6]
[1,1,1,0,1,1,0,0,0,0,1,0,1,1,0,0] => [4,7,1,2,8,3,5,6]
[1,1,1,0,1,1,0,0,0,0,1,1,0,0,1,0] => [4,1,7,8,2,3,5,6]
[1,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0] => [4,7,1,8,2,3,5,6]
[1,1,1,0,1,1,0,0,0,0,1,1,1,0,0,0] => [4,7,8,1,2,3,5,6]
[1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,0] => [4,1,7,2,3,8,5,6]
[1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0] => [4,7,1,2,3,8,5,6]
[1,1,1,0,1,1,0,0,0,1,0,1,0,0,1,0] => [4,1,2,7,3,8,5,6]
[1,1,1,0,1,1,0,0,0,1,0,1,0,1,0,0] => [1,4,2,7,3,8,5,6]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [1,4,7,2,3,8,5,6]
[1,1,1,0,1,1,0,0,0,1,1,0,0,0,1,0] => [4,1,2,7,8,3,5,6]
[1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0] => [1,4,2,7,8,3,5,6]
[1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0] => [1,4,7,2,8,3,5,6]
[1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0] => [1,4,7,8,2,3,5,6]
[1,1,1,0,1,1,0,0,1,0,0,0,1,0,1,0] => [4,1,7,2,3,5,8,6]
[1,1,1,0,1,1,0,0,1,0,0,0,1,1,0,0] => [4,7,1,2,3,5,8,6]
[1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0] => [4,1,2,7,3,5,8,6]
[1,1,1,0,1,1,0,0,1,0,0,1,0,1,0,0] => [1,4,2,7,3,5,8,6]
[1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0] => [1,4,7,2,3,5,8,6]
[1,1,1,0,1,1,0,0,1,0,1,0,0,0,1,0] => [4,1,2,3,7,5,8,6]
[1,1,1,0,1,1,0,0,1,0,1,0,0,1,0,0] => [1,4,2,3,7,5,8,6]
[1,1,1,0,1,1,0,0,1,0,1,0,1,0,0,0] => [1,2,4,3,7,5,8,6]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [1,2,4,7,3,5,8,6]
[1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [4,1,2,3,7,8,5,6]
[1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0] => [1,4,2,3,7,8,5,6]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0] => [1,2,4,3,7,8,5,6]
[1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0] => [1,2,4,7,3,8,5,6]
[1,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0] => [1,2,4,7,8,3,5,6]
[1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0] => [4,1,7,2,3,5,6,8]
[1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0] => [4,7,1,2,3,5,6,8]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0] => [4,1,2,7,3,5,6,8]
[1,1,1,0,1,1,0,1,0,0,0,1,0,1,0,0] => [1,4,2,7,3,5,6,8]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,0,0] => [1,4,7,2,3,5,6,8]
[1,1,1,0,1,1,0,1,0,0,1,0,0,0,1,0] => [4,1,2,3,7,5,6,8]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,0] => [1,4,2,3,7,5,6,8]
[1,1,1,0,1,1,0,1,0,0,1,0,1,0,0,0] => [1,2,4,3,7,5,6,8]
[1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0] => [1,2,4,7,3,5,6,8]
[1,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0] => [4,1,2,3,5,7,6,8]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0] => [1,4,2,3,5,7,6,8]
[1,1,1,0,1,1,0,1,0,1,0,0,1,0,0,0] => [1,2,4,3,5,7,6,8]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [1,2,4,5,3,7,6,8]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0] => [1,2,4,5,7,3,6,8]
[1,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0] => [4,1,2,3,5,7,8,6]
[1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0] => [1,4,2,3,5,7,8,6]
[1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [1,2,4,3,5,7,8,6]
[1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [1,2,4,5,3,7,8,6]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [1,2,4,5,7,3,8,6]
[1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0] => [1,2,4,5,7,8,3,6]
[1,1,1,0,1,1,1,0,0,0,0,0,1,0,1,0] => [4,1,8,2,3,5,6,7]
[1,1,1,0,1,1,1,0,0,0,0,0,1,1,0,0] => [4,8,1,2,3,5,6,7]
[1,1,1,0,1,1,1,0,0,0,0,1,0,0,1,0] => [4,1,2,8,3,5,6,7]
[1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [1,4,2,8,3,5,6,7]
[1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,0] => [1,4,8,2,3,5,6,7]
[1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,0] => [4,1,2,3,8,5,6,7]
[1,1,1,0,1,1,1,0,0,0,1,0,0,1,0,0] => [1,4,2,3,8,5,6,7]
[1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0] => [1,2,4,3,8,5,6,7]
[1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0] => [1,2,4,8,3,5,6,7]
[1,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [4,1,2,3,5,8,6,7]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [1,4,2,3,5,8,6,7]
[1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [1,2,4,3,5,8,6,7]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [1,2,4,5,3,8,6,7]
[1,1,1,0,1,1,1,0,0,1,1,0,0,0,0,0] => [1,2,4,5,8,3,6,7]
[1,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0] => [4,1,2,3,5,6,8,7]
[1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0] => [1,4,2,3,5,6,8,7]
[1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [1,2,4,3,5,6,8,7]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0] => [1,2,4,5,3,6,8,7]
[1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [1,2,4,5,6,3,8,7]
[1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,0] => [1,2,4,5,6,8,3,7]
[1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0] => [4,1,2,3,5,6,7,8]
[1,1,1,0,1,1,1,1,0,0,0,0,0,1,0,0] => [1,4,2,3,5,6,7,8]
[1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0] => [1,2,4,3,5,6,7,8]
[1,1,1,0,1,1,1,1,0,0,0,1,0,0,0,0] => [1,2,4,5,3,6,7,8]
[1,1,1,0,1,1,1,1,0,0,1,0,0,0,0,0] => [1,2,4,5,6,3,7,8]
[1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0] => [1,2,4,5,6,7,3,8]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [1,2,4,5,6,7,8,3]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [5,1,6,2,7,3,8,4]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,0,0] => [5,6,1,2,7,3,8,4]
[1,1,1,1,0,0,0,0,1,0,1,1,0,0,1,0] => [5,1,6,7,2,3,8,4]
[1,1,1,1,0,0,0,0,1,0,1,1,0,1,0,0] => [5,6,1,7,2,3,8,4]
[1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0] => [5,6,7,1,2,3,8,4]
[1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0] => [5,1,6,2,7,8,3,4]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [5,6,1,2,7,8,3,4]
[1,1,1,1,0,0,0,0,1,1,0,1,0,0,1,0] => [5,1,6,7,2,8,3,4]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,0] => [5,6,1,7,2,8,3,4]
[1,1,1,1,0,0,0,0,1,1,0,1,1,0,0,0] => [5,6,7,1,2,8,3,4]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0] => [5,1,6,7,8,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,0,0,1,0,0] => [5,6,1,7,8,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0] => [5,6,7,1,8,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [5,6,7,8,1,2,3,4]
[1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0] => [5,1,6,2,7,3,4,8]
[1,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0] => [5,6,1,2,7,3,4,8]
[1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [5,1,6,7,2,3,4,8]
[1,1,1,1,0,0,0,1,0,0,1,1,0,1,0,0] => [5,6,1,7,2,3,4,8]
[1,1,1,1,0,0,0,1,0,0,1,1,1,0,0,0] => [5,6,7,1,2,3,4,8]
[1,1,1,1,0,0,0,1,0,1,0,0,1,0,1,0] => [5,1,6,2,3,7,4,8]
[1,1,1,1,0,0,0,1,0,1,0,0,1,1,0,0] => [5,6,1,2,3,7,4,8]
[1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0] => [5,1,2,6,3,7,4,8]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [1,5,2,6,3,7,4,8]
[1,1,1,1,0,0,0,1,0,1,0,1,1,0,0,0] => [1,5,6,2,3,7,4,8]
[1,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0] => [5,1,2,6,7,3,4,8]
[1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0] => [1,5,2,6,7,3,4,8]
[1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [1,5,6,2,7,3,4,8]
[1,1,1,1,0,0,0,1,0,1,1,1,0,0,0,0] => [1,5,6,7,2,3,4,8]
[1,1,1,1,0,0,0,1,1,0,0,0,1,0,1,0] => [5,1,6,2,3,7,8,4]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0] => [5,6,1,2,3,7,8,4]
[1,1,1,1,0,0,0,1,1,0,0,1,0,0,1,0] => [5,1,2,6,3,7,8,4]
[1,1,1,1,0,0,0,1,1,0,0,1,0,1,0,0] => [1,5,2,6,3,7,8,4]
[1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [1,5,6,2,3,7,8,4]
[1,1,1,1,0,0,0,1,1,0,1,0,0,0,1,0] => [5,1,2,6,7,3,8,4]
[1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0] => [1,5,2,6,7,3,8,4]
[1,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0] => [1,5,6,2,7,3,8,4]
[1,1,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [1,5,6,7,2,3,8,4]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0] => [5,1,2,6,7,8,3,4]
[1,1,1,1,0,0,0,1,1,1,0,0,0,1,0,0] => [1,5,2,6,7,8,3,4]
[1,1,1,1,0,0,0,1,1,1,0,0,1,0,0,0] => [1,5,6,2,7,8,3,4]
[1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0] => [1,5,6,7,2,8,3,4]
[1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,0] => [1,5,6,7,8,2,3,4]
[1,1,1,1,0,0,1,0,0,0,1,0,1,0,1,0] => [5,1,6,2,8,3,4,7]
[1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0] => [5,6,1,2,8,3,4,7]
[1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [5,1,6,8,2,3,4,7]
[1,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0] => [5,6,1,8,2,3,4,7]
[1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0] => [5,6,8,1,2,3,4,7]
[1,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0] => [5,1,6,2,3,8,4,7]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [5,6,1,2,3,8,4,7]
[1,1,1,1,0,0,1,0,0,1,0,1,0,0,1,0] => [5,1,2,6,3,8,4,7]
[1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,0] => [1,5,2,6,3,8,4,7]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,0] => [1,5,6,2,3,8,4,7]
[1,1,1,1,0,0,1,0,0,1,1,0,0,0,1,0] => [5,1,2,6,8,3,4,7]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,5,2,6,8,3,4,7]
[1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0] => [1,5,6,2,8,3,4,7]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,0,0] => [1,5,6,8,2,3,4,7]
[1,1,1,1,0,0,1,0,1,0,0,0,1,0,1,0] => [5,1,6,2,3,4,8,7]
[1,1,1,1,0,0,1,0,1,0,0,0,1,1,0,0] => [5,6,1,2,3,4,8,7]
[1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0] => [5,1,2,6,3,4,8,7]
[1,1,1,1,0,0,1,0,1,0,0,1,0,1,0,0] => [1,5,2,6,3,4,8,7]
[1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0] => [1,5,6,2,3,4,8,7]
[1,1,1,1,0,0,1,0,1,0,1,0,0,0,1,0] => [5,1,2,3,6,4,8,7]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0] => [1,5,2,3,6,4,8,7]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [1,2,5,3,6,4,8,7]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0] => [1,2,5,6,3,4,8,7]
[1,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0] => [5,1,2,3,6,8,4,7]
[1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0] => [1,5,2,3,6,8,4,7]
[1,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0] => [1,2,5,3,6,8,4,7]
[1,1,1,1,0,0,1,0,1,1,0,1,0,0,0,0] => [1,2,5,6,3,8,4,7]
[1,1,1,1,0,0,1,0,1,1,1,0,0,0,0,0] => [1,2,5,6,8,3,4,7]
[1,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0] => [5,1,6,2,3,4,7,8]
[1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0] => [5,6,1,2,3,4,7,8]
[1,1,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [5,1,2,6,3,4,7,8]
[1,1,1,1,0,0,1,1,0,0,0,1,0,1,0,0] => [1,5,2,6,3,4,7,8]
[1,1,1,1,0,0,1,1,0,0,0,1,1,0,0,0] => [1,5,6,2,3,4,7,8]
[1,1,1,1,0,0,1,1,0,0,1,0,0,0,1,0] => [5,1,2,3,6,4,7,8]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,5,2,3,6,4,7,8]
[1,1,1,1,0,0,1,1,0,0,1,0,1,0,0,0] => [1,2,5,3,6,4,7,8]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [1,2,5,6,3,4,7,8]
[1,1,1,1,0,0,1,1,0,1,0,0,0,0,1,0] => [5,1,2,3,6,7,4,8]
[1,1,1,1,0,0,1,1,0,1,0,0,0,1,0,0] => [1,5,2,3,6,7,4,8]
[1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0] => [1,2,5,3,6,7,4,8]
[1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [1,2,5,6,3,7,4,8]
[1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [1,2,5,6,7,3,4,8]
[1,1,1,1,0,0,1,1,1,0,0,0,0,0,1,0] => [5,1,2,3,6,7,8,4]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,0] => [1,5,2,3,6,7,8,4]
[1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [1,2,5,3,6,7,8,4]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,0,0] => [1,2,5,6,3,7,8,4]
[1,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0] => [1,2,5,6,7,3,8,4]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,0] => [1,2,5,6,7,8,3,4]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0] => [5,1,7,2,8,3,4,6]
[1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0] => [5,7,1,2,8,3,4,6]
[1,1,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [5,1,7,8,2,3,4,6]
[1,1,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [5,7,1,8,2,3,4,6]
[1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0] => [5,7,8,1,2,3,4,6]
[1,1,1,1,0,1,0,0,0,1,0,0,1,0,1,0] => [5,1,7,2,3,8,4,6]
[1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,0] => [5,7,1,2,3,8,4,6]
[1,1,1,1,0,1,0,0,0,1,0,1,0,0,1,0] => [5,1,2,7,3,8,4,6]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [1,5,2,7,3,8,4,6]
[1,1,1,1,0,1,0,0,0,1,0,1,1,0,0,0] => [1,5,7,2,3,8,4,6]
[1,1,1,1,0,1,0,0,0,1,1,0,0,0,1,0] => [5,1,2,7,8,3,4,6]
[1,1,1,1,0,1,0,0,0,1,1,0,0,1,0,0] => [1,5,2,7,8,3,4,6]
[1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [1,5,7,2,8,3,4,6]
[1,1,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [1,5,7,8,2,3,4,6]
[1,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0] => [5,1,7,2,3,4,8,6]
[1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0] => [5,7,1,2,3,4,8,6]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0] => [5,1,2,7,3,4,8,6]
[1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0] => [1,5,2,7,3,4,8,6]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,0] => [1,5,7,2,3,4,8,6]
[1,1,1,1,0,1,0,0,1,0,1,0,0,0,1,0] => [5,1,2,3,7,4,8,6]
[1,1,1,1,0,1,0,0,1,0,1,0,0,1,0,0] => [1,5,2,3,7,4,8,6]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [1,2,5,3,7,4,8,6]
[1,1,1,1,0,1,0,0,1,0,1,1,0,0,0,0] => [1,2,5,7,3,4,8,6]
[1,1,1,1,0,1,0,0,1,1,0,0,0,0,1,0] => [5,1,2,3,7,8,4,6]
[1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0] => [1,5,2,3,7,8,4,6]
[1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0] => [1,2,5,3,7,8,4,6]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [1,2,5,7,3,8,4,6]
[1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [1,2,5,7,8,3,4,6]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0,1,0] => [5,1,7,2,3,4,6,8]
[1,1,1,1,0,1,0,1,0,0,0,0,1,1,0,0] => [5,7,1,2,3,4,6,8]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [5,1,2,7,3,4,6,8]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0] => [1,5,2,7,3,4,6,8]
[1,1,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [1,5,7,2,3,4,6,8]
[1,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0] => [5,1,2,3,7,4,6,8]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [1,5,2,3,7,4,6,8]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [1,2,5,3,7,4,6,8]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [1,2,5,7,3,4,6,8]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [5,1,2,3,4,7,6,8]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [1,5,2,3,4,7,6,8]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [1,2,5,3,4,7,6,8]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,2,3,5,4,7,6,8]
[1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0] => [1,2,3,5,7,4,6,8]
[1,1,1,1,0,1,0,1,1,0,0,0,0,0,1,0] => [5,1,2,3,4,7,8,6]
[1,1,1,1,0,1,0,1,1,0,0,0,0,1,0,0] => [1,5,2,3,4,7,8,6]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [1,2,5,3,4,7,8,6]
[1,1,1,1,0,1,0,1,1,0,0,1,0,0,0,0] => [1,2,3,5,4,7,8,6]
[1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,0] => [1,2,3,5,7,4,8,6]
[1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0] => [1,2,3,5,7,8,4,6]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0] => [5,1,8,2,3,4,6,7]
[1,1,1,1,0,1,1,0,0,0,0,0,1,1,0,0] => [5,8,1,2,3,4,6,7]
[1,1,1,1,0,1,1,0,0,0,0,1,0,0,1,0] => [5,1,2,8,3,4,6,7]
[1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,0] => [1,5,2,8,3,4,6,7]
[1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0] => [1,5,8,2,3,4,6,7]
[1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0] => [5,1,2,3,8,4,6,7]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0] => [1,5,2,3,8,4,6,7]
[1,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [1,2,5,3,8,4,6,7]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,0,0] => [1,2,5,8,3,4,6,7]
[1,1,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [5,1,2,3,4,8,6,7]
[1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [1,5,2,3,4,8,6,7]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,0] => [1,2,5,3,4,8,6,7]
[1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0] => [1,2,3,5,4,8,6,7]
[1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [1,2,3,5,8,4,6,7]
[1,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [5,1,2,3,4,6,8,7]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [1,5,2,3,4,6,8,7]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [1,2,5,3,4,6,8,7]
[1,1,1,1,0,1,1,0,1,0,0,1,0,0,0,0] => [1,2,3,5,4,6,8,7]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [1,2,3,5,6,4,8,7]
[1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [1,2,3,5,6,8,4,7]
[1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0] => [5,1,2,3,4,6,7,8]
[1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [1,5,2,3,4,6,7,8]
[1,1,1,1,0,1,1,1,0,0,0,0,1,0,0,0] => [1,2,5,3,4,6,7,8]
[1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0] => [1,2,3,5,4,6,7,8]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0] => [1,2,3,5,6,4,7,8]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0] => [1,2,3,5,6,7,4,8]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0] => [1,2,3,5,6,7,8,4]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0] => [6,1,7,2,8,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0] => [6,7,1,2,8,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0] => [6,1,7,8,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,0] => [6,7,1,8,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [6,7,8,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0] => [6,1,7,2,3,8,4,5]
[1,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0] => [6,7,1,2,3,8,4,5]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0] => [6,1,2,7,3,8,4,5]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [1,6,2,7,3,8,4,5]
[1,1,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [1,6,7,2,3,8,4,5]
[1,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0] => [6,1,2,7,8,3,4,5]
[1,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0] => [1,6,2,7,8,3,4,5]
[1,1,1,1,1,0,0,0,0,1,1,0,1,0,0,0] => [1,6,7,2,8,3,4,5]
[1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0] => [1,6,7,8,2,3,4,5]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0] => [6,1,7,2,3,4,8,5]
[1,1,1,1,1,0,0,0,1,0,0,0,1,1,0,0] => [6,7,1,2,3,4,8,5]
[1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0] => [6,1,2,7,3,4,8,5]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [1,6,2,7,3,4,8,5]
[1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,0] => [1,6,7,2,3,4,8,5]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0] => [6,1,2,3,7,4,8,5]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,0,0] => [1,6,2,3,7,4,8,5]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [1,2,6,3,7,4,8,5]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,0,0] => [1,2,6,7,3,4,8,5]
[1,1,1,1,1,0,0,0,1,1,0,0,0,0,1,0] => [6,1,2,3,7,8,4,5]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,0] => [1,6,2,3,7,8,4,5]
[1,1,1,1,1,0,0,0,1,1,0,0,1,0,0,0] => [1,2,6,3,7,8,4,5]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0] => [1,2,6,7,3,8,4,5]
[1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [1,2,6,7,8,3,4,5]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [6,1,7,2,3,4,5,8]
[1,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [6,7,1,2,3,4,5,8]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [6,1,2,7,3,4,5,8]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,0] => [1,6,2,7,3,4,5,8]
[1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [1,6,7,2,3,4,5,8]
[1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [6,1,2,3,7,4,5,8]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,6,2,3,7,4,5,8]
[1,1,1,1,1,0,0,1,0,0,1,0,1,0,0,0] => [1,2,6,3,7,4,5,8]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,0,0] => [1,2,6,7,3,4,5,8]
[1,1,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [6,1,2,3,4,7,5,8]
[1,1,1,1,1,0,0,1,0,1,0,0,0,1,0,0] => [1,6,2,3,4,7,5,8]
[1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [1,2,6,3,4,7,5,8]
[1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0] => [1,2,3,6,4,7,5,8]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0] => [1,2,3,6,7,4,5,8]
[1,1,1,1,1,0,0,1,1,0,0,0,0,0,1,0] => [6,1,2,3,4,7,8,5]
[1,1,1,1,1,0,0,1,1,0,0,0,0,1,0,0] => [1,6,2,3,4,7,8,5]
[1,1,1,1,1,0,0,1,1,0,0,0,1,0,0,0] => [1,2,6,3,4,7,8,5]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,0,0] => [1,2,3,6,4,7,8,5]
[1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [1,2,3,6,7,4,8,5]
[1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0] => [1,2,3,6,7,8,4,5]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0] => [6,1,8,2,3,4,5,7]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0] => [6,8,1,2,3,4,5,7]
[1,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0] => [6,1,2,8,3,4,5,7]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,0] => [1,6,2,8,3,4,5,7]
[1,1,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [1,6,8,2,3,4,5,7]
[1,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [6,1,2,3,8,4,5,7]
[1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [1,6,2,3,8,4,5,7]
[1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0] => [1,2,6,3,8,4,5,7]
[1,1,1,1,1,0,1,0,0,0,1,1,0,0,0,0] => [1,2,6,8,3,4,5,7]
[1,1,1,1,1,0,1,0,0,1,0,0,0,0,1,0] => [6,1,2,3,4,8,5,7]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [1,6,2,3,4,8,5,7]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [1,2,6,3,4,8,5,7]
[1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0] => [1,2,3,6,4,8,5,7]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0] => [1,2,3,6,8,4,5,7]
[1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0] => [6,1,2,3,4,5,8,7]
[1,1,1,1,1,0,1,0,1,0,0,0,0,1,0,0] => [1,6,2,3,4,5,8,7]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [1,2,6,3,4,5,8,7]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [1,2,3,6,4,5,8,7]
[1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [1,2,3,4,6,5,8,7]
[1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0] => [1,2,3,4,6,8,5,7]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0] => [6,1,2,3,4,5,7,8]
[1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [1,6,2,3,4,5,7,8]
[1,1,1,1,1,0,1,1,0,0,0,0,1,0,0,0] => [1,2,6,3,4,5,7,8]
[1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [1,2,3,6,4,5,7,8]
[1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0] => [1,2,3,4,6,5,7,8]
[1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0] => [1,2,3,4,6,7,5,8]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [1,2,3,4,6,7,8,5]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0] => [7,1,8,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [7,8,1,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0] => [7,1,2,8,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0] => [1,7,2,8,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [1,7,8,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [7,1,2,3,8,4,5,6]
[1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [1,7,2,3,8,4,5,6]
[1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [1,2,7,3,8,4,5,6]
[1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [1,2,7,8,3,4,5,6]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0] => [7,1,2,3,4,8,5,6]
[1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,0] => [1,7,2,3,4,8,5,6]
[1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0] => [1,2,7,3,4,8,5,6]
[1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [1,2,3,7,4,8,5,6]
[1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [1,2,3,7,8,4,5,6]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0] => [7,1,2,3,4,5,8,6]
[1,1,1,1,1,1,0,0,1,0,0,0,0,1,0,0] => [1,7,2,3,4,5,8,6]
[1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0] => [1,2,7,3,4,5,8,6]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0] => [1,2,3,7,4,5,8,6]
[1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [1,2,3,4,7,5,8,6]
[1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0] => [1,2,3,4,7,8,5,6]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [7,1,2,3,4,5,6,8]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0] => [1,7,2,3,4,5,6,8]
[1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0] => [1,2,7,3,4,5,6,8]
[1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [1,2,3,7,4,5,6,8]
[1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0] => [1,2,3,4,7,5,6,8]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,4,5,7,6,8]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [1,2,3,4,5,7,8,6]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [8,1,2,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [1,8,2,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [1,2,8,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0] => [1,2,3,8,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [1,2,3,4,8,5,6,7]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [1,2,3,4,5,8,6,7]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [1,2,3,4,5,6,8,7]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [9,1,2,3,4,5,6,7,8]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,9,1]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0] => [8,1,2,3,4,5,6,7,9]
[1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,1,9]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,0] => [8,1,2,3,4,5,6,9,7]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0] => [7,1,2,3,4,5,6,8,9]
[1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [2,3,4,5,6,7,1,8,9]
[1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [2,3,4,5,6,7,9,1,8]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,1,0] => [8,1,2,3,4,5,9,6,7]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,1,0] => [7,1,2,3,4,5,6,9,8]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,1,0] => [6,1,2,3,4,5,7,8,9]
[1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [2,3,4,5,6,1,7,8,9]
[1,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [2,3,4,5,6,7,1,9,8]
[1,0,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [2,3,4,5,6,8,9,1,7]
[1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,1,0] => [8,1,2,3,4,9,5,6,7]
[1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,1,0] => [7,1,2,3,4,5,9,6,8]
[1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,1,0] => [7,1,2,3,4,5,8,9,6]
[1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,1,0] => [6,1,2,3,4,5,7,9,8]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,1,0] => [5,1,2,3,4,6,7,8,9]
[1,0,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0] => [2,3,4,5,1,6,7,8,9]
[1,0,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0] => [2,3,4,5,6,1,7,9,8]
[1,0,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0] => [2,3,4,5,6,9,1,7,8]
[1,0,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0] => [2,3,4,5,6,8,1,9,7]
[1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0] => [2,3,4,5,7,8,9,1,6]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,1,0] => [8,1,2,3,9,4,5,6,7]
[1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,1,0] => [7,1,2,3,4,9,5,6,8]
[1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,1,0] => [7,1,2,3,4,5,8,6,9]
[1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,1,0] => [6,1,2,3,4,5,9,7,8]
[1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,1,0] => [6,1,2,3,4,5,8,9,7]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,1,0] => [5,1,2,3,4,6,7,9,8]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [4,1,2,3,5,6,7,8,9]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [2,3,4,1,5,6,7,8,9]
[1,0,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [2,3,4,5,1,6,7,9,8]
[1,0,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [2,3,4,5,6,1,9,7,8]
[1,0,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0] => [2,3,4,5,6,1,8,9,7]
[1,0,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0] => [2,3,4,5,6,8,1,7,9]
[1,0,1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0] => [2,3,4,5,7,8,1,9,6]
[1,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [2,3,4,6,7,8,9,1,5]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0] => [8,1,2,9,3,4,5,6,7]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,1,0] => [7,1,2,3,4,8,5,6,9]
[1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,1,0] => [7,1,2,3,4,8,9,5,6]
[1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [6,1,2,3,4,5,8,7,9]
[1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,1,0] => [5,1,2,3,4,6,8,9,7]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [3,1,2,4,5,6,7,8,9]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0] => [8,9,1,2,3,4,5,6,7]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [2,3,1,4,5,6,7,8,9]
[1,0,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0] => [2,3,4,5,1,6,9,7,8]
[1,0,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [2,3,4,5,9,1,6,7,8]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [2,3,4,5,6,1,8,7,9]
[1,0,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [2,3,4,5,7,8,1,6,9]
[1,0,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0] => [2,3,4,6,7,8,1,9,5]
[1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,1,2]
[1,0,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,3,5,6,7,8,9,1,4]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0] => [8,1,9,2,3,4,5,6,7]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,1,0] => [7,1,2,9,3,4,5,6,8]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0,1,0] => [6,1,2,3,4,8,5,7,9]
[1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,1,0] => [5,1,2,3,4,9,6,7,8]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,0] => [6,1,2,3,4,8,9,5,7]
[1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,1,0] => [6,1,2,3,4,7,8,5,9]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,1,0] => [5,1,2,3,4,6,8,7,9]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [2,1,3,4,5,6,7,8,9]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0] => [7,9,1,2,3,4,5,6,8]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0] => [2,3,1,4,5,6,7,9,8]
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0] => [2,3,4,1,5,6,9,7,8]
[1,0,1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [2,3,4,5,1,9,6,7,8]
[1,0,1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [2,3,4,5,1,6,8,7,9]
[1,0,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0] => [2,3,4,5,1,7,8,9,6]
[1,0,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0] => [2,3,4,5,8,1,6,7,9]
[1,0,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [2,3,4,5,8,1,9,6,7]
[1,0,1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [2,3,4,5,7,1,8,6,9]
[1,0,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0] => [2,3,4,5,7,9,1,6,8]
[1,1,0,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [3,4,5,6,7,8,1,9,2]
[1,0,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,3,5,6,7,8,1,9,4]
[1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,4,5,6,7,8,9,1,3]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0] => [7,1,9,2,3,4,5,6,8]
[1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0,1,0] => [7,1,2,3,8,4,5,9,6]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0,1,0] => [6,1,2,3,8,4,5,7,9]
[1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0,1,0] => [4,1,2,3,5,6,8,7,9]
[1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0] => [3,1,2,4,5,6,8,9,7]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [2,1,3,4,5,6,7,9,8]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,1,0,0] => [7,8,1,2,3,4,5,6,9]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,1,0,0] => [6,9,1,2,3,4,5,7,8]
[1,0,1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [2,3,4,1,5,6,8,7,9]
[1,0,1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [2,3,4,5,7,1,6,8,9]
[1,0,1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [2,3,4,6,7,1,8,5,9]
[1,1,0,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [3,4,5,6,7,1,8,9,2]
[1,0,1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0] => [2,3,5,6,7,1,8,9,4]
[1,1,0,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [3,4,5,6,7,8,1,2,9]
[1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,4,5,6,7,8,1,9,3]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,1,0] => [7,1,8,2,3,4,5,6,9]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,1,0] => [6,1,9,2,3,4,5,7,8]
[1,1,1,1,1,0,1,0,1,0,0,0,0,1,0,0,1,0] => [6,1,2,8,3,4,5,7,9]
[1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0,1,0] => [7,1,2,3,8,4,9,5,6]
[1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [4,1,2,3,9,5,6,7,8]
[1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,1,0] => [6,1,2,3,4,7,5,9,8]
[1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,1,0] => [6,1,2,3,7,8,9,4,5]
[1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,1,0] => [5,1,2,3,4,7,9,6,8]
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0] => [2,1,3,4,5,6,9,7,8]
[1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0] => [2,1,3,4,5,6,8,9,7]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,1,0,0] => [7,8,1,2,3,4,5,9,6]
[1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,1,0,0] => [5,9,1,2,3,4,6,7,8]
[1,0,1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [2,3,4,1,9,5,6,7,8]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [2,3,4,1,5,7,8,6,9]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0] => [2,3,4,1,6,7,8,9,5]
[1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0] => [2,3,4,5,1,8,6,9,7]
[1,0,1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0] => [2,3,4,5,1,7,6,8,9]
[1,0,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [2,3,4,8,9,1,5,6,7]
[1,0,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0] => [2,3,4,5,7,1,6,9,8]
[1,1,0,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [3,4,5,6,7,1,8,2,9]
[1,0,1,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [2,3,5,6,7,1,8,4,9]
[1,0,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [2,4,5,6,7,1,8,9,3]
[1,0,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [2,3,4,6,8,9,1,5,7]
[1,1,0,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [3,4,5,6,7,9,1,2,8]
[1,0,1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [2,4,5,6,7,8,1,3,9]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,4,7,6,9,8]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,3,5,2,4,7,6,9,8]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [1,3,2,5,7,4,6,9,8]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,3,5,2,7,4,6,9,8]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [1,3,5,7,2,4,6,9,8]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [1,3,2,5,4,7,9,6,8]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [1,3,5,2,4,7,9,6,8]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0] => [1,3,2,5,7,4,9,6,8]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [1,3,5,2,7,4,9,6,8]
[1,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0] => [1,3,5,7,2,4,9,6,8]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0] => [1,3,2,5,7,9,4,6,8]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,0] => [1,3,5,2,7,9,4,6,8]
[1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0] => [1,3,5,7,2,9,4,6,8]
[1,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0] => [1,3,5,7,9,2,4,6,8]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [1,3,2,5,4,7,6,8,9]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0] => [1,3,5,2,4,7,6,8,9]
[1,1,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0] => [1,3,5,7,2,4,6,8,9]
[1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [1,3,2,5,4,7,8,6,9]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [1,3,5,2,7,4,8,6,9]
[1,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0,0] => [1,3,5,7,2,4,8,6,9]
[1,1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0,0] => [1,3,5,7,8,2,4,6,9]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0] => [1,3,2,5,4,7,8,9,6]
[1,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [1,3,5,2,7,4,8,9,6]
[1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [1,3,2,5,7,8,4,9,6]
[1,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0,0] => [1,3,5,2,7,8,4,9,6]
[1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [1,3,5,7,2,8,4,9,6]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0] => [1,3,2,5,7,8,9,4,6]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0,0] => [1,3,5,2,7,8,9,4,6]
[1,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [1,3,5,7,8,2,9,4,6]
[1,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [1,3,5,7,8,9,2,4,6]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,4,8,6,9,7]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,0,0] => [1,3,5,2,4,8,6,9,7]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0] => [1,3,2,5,8,4,6,9,7]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0] => [1,3,5,2,8,4,6,9,7]
[1,1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [1,3,2,5,4,8,9,6,7]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,0] => [1,3,2,5,8,4,9,6,7]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [1,3,5,2,8,4,9,6,7]
[1,1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0] => [1,3,5,8,9,2,4,6,7]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0] => [1,3,2,5,4,8,6,7,9]
[1,1,0,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [1,3,5,8,2,4,6,7,9]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,0] => [1,3,2,5,4,6,8,7,9]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,5,2,6,4,8,7,9]
[1,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [1,3,5,6,2,4,8,7,9]
[1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0,0] => [1,3,2,5,4,6,8,9,7]
[1,1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [1,3,5,6,2,8,4,9,7]
[1,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [1,3,5,6,8,9,2,4,7]
[1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [1,3,2,5,4,9,6,7,8]
[1,1,0,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0] => [1,3,2,5,4,6,9,7,8]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [1,3,5,2,6,4,9,7,8]
[1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0] => [1,3,2,5,4,6,7,9,8]
[1,1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0,0] => [1,3,5,2,6,4,7,9,8]
[1,1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [1,3,5,2,6,7,4,9,8]
[1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [1,3,5,6,2,7,4,9,8]
[1,1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0] => [1,3,5,2,4,6,7,8,9]
[1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0] => [1,3,5,2,6,4,7,8,9]
[1,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [1,3,5,6,2,4,7,8,9]
[1,1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0] => [1,3,5,6,2,7,4,8,9]
[1,1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,3,5,6,7,2,8,4,9]
[1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [1,3,2,5,6,7,8,9,4]
[1,1,0,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0] => [1,3,5,6,2,7,8,9,4]
[1,1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0] => [1,3,5,6,7,2,8,9,4]
[1,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,3,5,6,7,8,2,9,4]
[1,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,3,5,6,7,8,9,2,4]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,2,6,4,7,5,9,8]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0] => [1,3,6,2,4,7,5,9,8]
[1,1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0,0] => [1,3,6,2,7,4,5,9,8]
[1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0] => [1,3,2,6,4,7,9,5,8]
[1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,0] => [1,3,2,6,7,4,9,5,8]
[1,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [1,3,6,2,7,4,9,5,8]
[1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [1,3,2,6,7,9,4,5,8]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0] => [1,3,2,6,4,7,5,8,9]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0,0] => [1,3,6,2,4,7,5,8,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,3,2,6,7,4,5,8,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0,0] => [1,3,6,2,7,4,5,8,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0,0] => [1,3,6,7,2,4,5,8,9]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0] => [1,3,6,2,7,8,4,5,9]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [1,3,6,7,2,8,4,5,9]
[1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,3,2,6,7,4,8,9,5]
[1,1,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [1,3,6,2,7,8,4,9,5]
[1,1,0,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0] => [1,3,6,7,8,2,4,9,5]
[1,1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [1,3,6,7,8,9,2,4,5]
[1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,3,2,6,4,8,5,9,7]
[1,1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [1,3,6,2,4,8,5,9,7]
[1,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,0] => [1,3,6,2,8,4,5,9,7]
[1,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [1,3,2,6,4,8,9,5,7]
[1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0] => [1,3,2,6,8,4,9,5,7]
[1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [1,3,6,8,9,2,4,5,7]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [1,3,2,6,4,8,5,7,9]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [1,3,2,4,6,5,8,7,9]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,4,2,6,5,8,7,9]
[1,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,3,4,6,2,5,8,7,9]
[1,1,0,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [1,3,4,6,2,8,5,7,9]
[1,1,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [1,3,4,6,8,2,5,7,9]
[1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,1,0,0] => [1,3,2,4,6,8,9,5,7]
[1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [1,3,4,6,8,9,2,5,7]
[1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [1,3,4,6,2,5,9,7,8]
[1,1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [1,3,4,6,2,7,5,9,8]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [1,3,4,6,2,7,9,5,8]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [1,3,4,6,7,2,9,5,8]
[1,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [1,3,4,2,6,7,5,8,9]
[1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [1,3,4,6,7,8,9,2,5]
[1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [1,3,2,7,4,8,5,9,6]
[1,1,0,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [1,3,7,2,8,4,5,9,6]
[1,1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0] => [1,3,7,2,8,4,9,5,6]
[1,1,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0] => [1,3,7,8,2,9,4,5,6]
[1,1,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0] => [1,3,7,2,8,4,5,6,9]
[1,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [1,3,4,2,7,5,8,6,9]
[1,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [1,3,2,7,4,9,5,6,8]
[1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [1,3,7,9,2,4,5,6,8]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,0,1,0,0] => [1,3,2,4,7,5,9,6,8]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [1,3,4,2,7,5,9,6,8]
[1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0] => [1,3,2,7,4,5,6,9,8]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [1,3,4,2,7,5,6,9,8]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [1,3,2,4,5,7,6,9,8]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [1,3,4,2,5,7,6,9,8]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,3,4,5,2,7,6,9,8]
[1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [1,3,2,8,4,9,5,6,7]
[1,1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0] => [1,3,8,9,2,4,5,6,7]
[1,1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [1,3,4,2,8,5,9,6,7]
[1,1,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [1,3,4,8,9,2,5,6,7]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,3,2,4,8,5,6,9,7]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0,0] => [1,3,4,2,8,5,6,9,7]
[1,1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0] => [1,3,4,5,2,8,6,9,7]
[1,1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [1,3,8,2,4,5,6,7,9]
[1,1,0,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0] => [1,3,4,5,2,8,6,7,9]
[1,1,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [1,3,4,2,5,6,8,7,9]
[1,1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [1,3,4,5,6,2,8,7,9]
[1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0] => [1,3,4,5,6,8,2,9,7]
[1,1,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [1,3,4,5,6,8,9,2,7]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0] => [1,3,2,9,4,5,6,7,8]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [1,3,9,2,4,5,6,7,8]
[1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [1,3,4,9,2,5,6,7,8]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0] => [1,3,4,2,5,9,6,7,8]
[1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [1,3,4,5,2,9,6,7,8]
[1,1,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [1,3,4,5,9,2,6,7,8]
[1,1,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [1,3,4,5,6,2,9,7,8]
[1,1,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0] => [1,3,4,5,6,9,2,7,8]
[1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0] => [1,3,2,4,5,6,7,9,8]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [1,3,4,5,2,6,7,9,8]
[1,1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0] => [1,3,4,5,6,2,7,9,8]
[1,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [1,3,4,5,6,7,2,9,8]
[1,1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [1,3,4,5,6,7,9,2,8]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [1,3,2,4,5,6,7,8,9]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [1,3,4,2,5,6,7,8,9]
[1,1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [1,3,4,5,6,2,7,8,9]
[1,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [1,3,4,5,6,7,2,8,9]
[1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [1,3,4,5,6,7,8,2,9]
[1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,3,4,5,6,7,8,9,2]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,2,5,3,7,6,9,8]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,4,5,2,3,7,6,9,8]
[1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [1,4,2,5,7,3,6,9,8]
[1,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,4,5,2,7,3,6,9,8]
[1,1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [1,4,5,7,2,3,6,9,8]
[1,1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [1,4,2,5,3,7,9,6,8]
[1,1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [1,4,5,2,7,3,9,6,8]
[1,1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [1,4,5,2,7,3,8,6,9]
[1,1,1,0,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [1,4,5,7,2,8,3,9,6]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0,0] => [1,4,5,7,8,2,3,9,6]
[1,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [1,4,5,7,8,2,9,3,6]
[1,1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [1,4,5,7,8,9,2,3,6]
[1,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [1,4,2,5,3,8,6,9,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [1,4,2,5,3,8,9,6,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,4,5,2,3,8,9,6,7]
[1,1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0,0] => [1,4,2,5,8,3,9,6,7]
[1,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [1,4,5,8,2,3,9,6,7]
[1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,0] => [1,4,2,5,3,8,6,7,9]
[1,1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0,0] => [1,4,5,2,8,3,6,7,9]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [1,4,5,2,6,3,8,7,9]
[1,1,1,0,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [1,4,5,6,2,3,8,7,9]
[1,1,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0,0] => [1,4,5,6,8,2,3,7,9]
[1,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [1,4,5,6,8,2,3,9,7]
[1,1,1,0,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [1,4,5,6,8,9,2,3,7]
[1,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [1,4,2,5,3,9,6,7,8]
[1,1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [1,4,5,2,6,3,9,7,8]
[1,1,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [1,4,5,6,2,7,3,9,8]
[1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,0] => [1,4,2,5,3,6,7,8,9]
[1,1,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,4,5,6,7,2,8,3,9]
[1,1,1,0,0,1,1,1,1,0,1,1,0,0,0,0,0,0] => [1,4,5,6,7,8,2,3,9]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [1,4,2,5,6,7,8,9,3]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,0,0] => [1,4,5,2,6,7,8,9,3]
[1,1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,4,5,6,7,8,2,9,3]
[1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,4,5,6,7,8,9,2,3]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,2,6,3,7,5,9,8]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0,0] => [1,4,6,2,3,7,5,9,8]
[1,1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0,0] => [1,4,6,2,7,3,5,9,8]
[1,1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [1,4,6,2,7,3,9,5,8]
[1,1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0,0] => [1,4,6,7,9,2,3,5,8]
[1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0,0] => [1,4,2,6,3,7,5,8,9]
[1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,4,2,6,7,3,8,9,5]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0,0] => [1,4,6,7,8,2,9,3,5]
[1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [1,4,6,7,8,9,2,3,5]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,4,2,6,3,8,5,9,7]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [1,4,6,2,3,8,5,9,7]
[1,1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0,0] => [1,4,6,2,8,3,5,9,7]
[1,1,1,0,1,0,1,0,0,1,0,1,1,1,0,0,0,0] => [1,4,6,8,2,3,5,9,7]
[1,1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0] => [1,4,6,2,8,3,9,5,7]
[1,1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [1,4,6,8,9,2,3,5,7]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [1,4,2,6,3,8,5,7,9]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0,0] => [1,4,6,2,3,8,5,7,9]
[1,1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [1,4,6,8,2,3,5,7,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [1,4,2,6,3,5,8,7,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [1,4,6,2,3,5,8,7,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [1,4,2,3,6,5,8,7,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,4,3,6,5,8,7,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,2,4,6,3,5,8,7,9]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,0] => [1,4,2,3,6,8,5,7,9]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0,0] => [1,2,4,3,6,8,5,7,9]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [1,2,4,6,3,8,5,7,9]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [1,2,4,6,8,3,5,7,9]
[1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [1,4,2,6,3,5,8,9,7]
[1,1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [1,2,4,3,6,5,8,9,7]
[1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0,0] => [1,4,2,3,6,8,5,9,7]
[1,1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0,0] => [1,2,4,6,3,8,5,9,7]
[1,1,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0,0] => [1,2,4,6,8,3,5,9,7]
[1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0,0] => [1,4,2,3,6,8,9,5,7]
[1,1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [1,2,4,6,8,3,9,5,7]
[1,1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [1,2,4,6,8,9,3,5,7]
[1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,0] => [1,4,2,6,3,9,5,7,8]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0,0] => [1,2,4,3,6,5,9,7,8]
[1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,1,0,0] => [1,4,2,6,3,5,7,9,8]
[1,1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0,0] => [1,2,4,3,6,7,5,9,8]
[1,1,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [1,2,4,6,3,7,5,9,8]
[1,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [1,2,4,6,7,3,9,5,8]
[1,1,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [1,4,2,6,3,5,7,8,9]
[1,1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0,0] => [1,2,4,3,6,5,7,8,9]
[1,1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [1,2,4,3,6,7,8,5,9]
[1,1,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [1,2,4,6,7,3,8,5,9]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0,0] => [1,4,2,3,6,7,8,9,5]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0,0] => [1,2,4,3,6,7,8,9,5]
[1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [1,2,4,6,7,8,9,3,5]
[1,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [1,4,2,7,3,8,5,9,6]
[1,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [1,2,4,3,7,5,8,6,9]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,0] => [1,2,4,3,7,8,5,6,9]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,4,2,3,7,5,8,9,6]
[1,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [1,2,4,7,3,5,8,9,6]
[1,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [1,2,4,7,8,3,5,9,6]
[1,1,1,0,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [1,4,2,7,3,9,5,6,8]
[1,1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [1,2,4,3,7,5,9,6,8]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0,0] => [1,4,2,7,3,5,6,9,8]
[1,1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [1,2,4,3,7,5,6,9,8]
[1,1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [1,2,4,7,3,5,6,9,8]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [1,4,2,3,5,7,6,9,8]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [1,2,4,3,5,7,6,9,8]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,2,4,5,3,7,6,9,8]
[1,1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0,0] => [1,2,4,5,7,3,6,9,8]
[1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [1,4,2,3,5,7,6,8,9]
[1,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [1,2,4,5,7,3,8,6,9]
[1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [1,4,2,3,5,7,8,9,6]
[1,1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0,0] => [1,2,4,5,7,8,9,3,6]
[1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [1,4,2,8,3,9,5,6,7]
[1,1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [1,4,8,2,3,9,5,6,7]
[1,1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [1,2,4,3,8,5,9,6,7]
[1,1,1,0,1,1,1,0,0,0,1,1,0,1,0,0,0,0] => [1,2,4,8,3,9,5,6,7]
[1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [1,2,4,8,9,3,5,6,7]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [1,4,8,2,3,5,6,9,7]
[1,1,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0,0] => [1,2,4,3,8,5,6,7,9]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [1,2,4,3,5,8,6,7,9]
[1,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [1,2,4,3,5,6,8,7,9]
[1,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [1,2,4,5,3,6,8,7,9]
[1,1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [1,2,4,5,6,3,8,7,9]
[1,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,0,0] => [1,2,4,5,6,8,3,7,9]
[1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [1,4,2,3,5,6,8,9,7]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [1,2,4,5,3,6,8,9,7]
[1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [1,2,4,5,6,8,9,3,7]
[1,1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [1,4,9,2,3,5,6,7,8]
[1,1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [1,2,4,3,9,5,6,7,8]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [1,2,4,9,3,5,6,7,8]
[1,1,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [1,2,4,5,3,9,6,7,8]
[1,1,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [1,2,4,5,9,3,6,7,8]
[1,1,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [1,2,4,5,6,3,9,7,8]
[1,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,0] => [1,2,4,3,5,6,7,9,8]
[1,1,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [1,2,4,5,6,7,3,9,8]
[1,1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [1,2,4,5,6,7,9,3,8]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [1,4,2,3,5,6,7,8,9]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [1,2,4,3,5,6,7,8,9]
[1,1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0,0] => [1,2,4,5,3,6,7,8,9]
[1,1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [1,2,4,5,6,3,7,8,9]
[1,1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [1,2,4,5,6,7,3,8,9]
[1,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [1,2,4,5,6,7,8,3,9]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,2,4,5,6,7,8,9,3]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,5,2,6,3,7,4,9,8]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0,0] => [1,5,6,2,3,7,4,9,8]
[1,1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,0,0] => [1,5,6,2,7,3,4,9,8]
[1,1,1,1,0,0,0,1,0,1,0,1,1,1,0,0,0,0] => [1,5,6,7,2,3,4,9,8]
[1,1,1,1,0,0,0,1,0,1,1,0,1,0,1,0,0,0] => [1,5,6,2,7,3,9,4,8]
[1,1,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,5,6,2,7,9,3,4,8]
[1,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,0,0] => [1,5,6,7,2,9,3,4,8]
[1,1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0,0] => [1,5,6,7,9,2,3,4,8]
[1,1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0,0] => [1,5,2,6,3,7,4,8,9]
[1,1,1,1,0,0,0,1,1,0,0,1,1,1,0,0,0,0] => [1,5,6,7,2,3,4,8,9]
[1,1,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0,0] => [1,5,6,7,8,2,3,4,9]
[1,1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,0] => [1,5,6,2,3,7,8,9,4]
[1,1,1,1,0,0,0,1,1,1,0,1,0,1,0,0,0,0] => [1,5,6,7,2,8,3,9,4]
[1,1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,0,0] => [1,5,6,7,8,2,3,9,4]
[1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0,0] => [1,5,2,6,7,8,9,3,4]
[1,1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,0,0] => [1,5,6,7,8,2,9,3,4]
[1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [1,5,6,7,8,9,2,3,4]
[1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,5,2,6,3,8,4,9,7]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0] => [1,5,6,2,3,8,9,4,7]
[1,1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,0] => [1,5,6,8,9,2,3,4,7]
[1,1,1,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0] => [1,5,2,6,3,8,4,7,9]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0] => [1,5,2,6,3,4,8,7,9]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,1,0,0,0] => [1,5,6,2,3,4,8,7,9]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0,0] => [1,5,2,3,6,4,8,7,9]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,5,3,6,4,8,7,9]
[1,1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,2,5,6,3,4,8,7,9]
[1,1,1,1,0,0,1,0,1,0,1,1,0,1,0,0,0,0] => [1,2,5,6,3,8,4,7,9]
[1,1,1,1,0,0,1,0,1,0,1,1,1,0,0,0,0,0] => [1,2,5,6,8,3,4,7,9]
[1,1,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0,0] => [1,2,5,6,3,4,8,9,7]
[1,1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,0,0] => [1,2,5,3,6,8,4,9,7]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0,0] => [1,2,5,6,8,3,4,9,7]
[1,1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0,0] => [1,2,5,3,6,8,9,4,7]
[1,1,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0,0] => [1,2,5,3,6,4,9,7,8]
[1,1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0,0] => [1,2,5,6,3,7,4,9,8]
[1,1,1,1,0,0,1,1,1,0,1,0,1,0,0,0,0,0] => [1,2,5,6,7,3,8,4,9]
[1,1,1,1,0,0,1,1,1,1,0,0,1,0,0,0,0,0] => [1,2,5,6,7,3,8,9,4]
[1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,0,0,0] => [1,2,5,6,7,8,3,9,4]
[1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0] => [1,2,5,6,7,8,9,3,4]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,0] => [1,5,2,7,3,8,4,9,6]
[1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,0] => [1,5,7,8,2,9,3,4,6]
[1,1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0,0] => [1,5,7,8,9,2,3,4,6]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,5,2,7,8,3,4,6,9]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0,0] => [1,5,2,3,7,4,8,6,9]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [1,2,5,3,7,4,8,6,9]
[1,1,1,1,0,1,0,0,1,0,1,1,0,1,0,0,0,0] => [1,2,5,7,3,8,4,6,9]
[1,1,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0,0] => [1,2,5,7,8,9,3,4,6]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,0] => [1,5,2,7,3,9,4,6,8]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,1,0,0,0] => [1,5,7,2,3,9,4,6,8]
[1,1,1,1,0,1,0,1,0,0,0,1,1,0,1,0,0,0] => [1,5,7,2,9,3,4,6,8]
[1,1,1,1,0,1,0,1,0,0,0,1,1,1,0,0,0,0] => [1,5,7,9,2,3,4,6,8]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,1,0,0] => [1,5,2,7,3,4,9,6,8]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0] => [1,5,7,2,3,4,9,6,8]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,1,0,0] => [1,5,2,3,7,4,9,6,8]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0] => [1,2,5,3,7,4,9,6,8]
[1,1,1,1,0,1,0,1,0,0,1,1,1,0,0,0,0,0] => [1,2,5,7,9,3,4,6,8]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,0] => [1,5,2,7,3,4,6,9,8]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0,0] => [1,5,7,2,3,4,6,9,8]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0,0] => [1,5,2,3,7,4,6,9,8]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0] => [1,2,5,3,7,4,6,9,8]
[1,1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0,0] => [1,2,5,7,3,4,6,9,8]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0] => [1,5,2,3,4,7,6,9,8]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [1,2,5,3,4,7,6,9,8]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,2,3,5,4,7,6,9,8]
[1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [1,2,3,5,7,4,6,9,8]
[1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0,0] => [1,5,2,3,4,7,9,6,8]
[1,1,1,1,0,1,0,1,0,1,1,0,0,1,0,0,0,0] => [1,2,3,5,4,7,9,6,8]
[1,1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0] => [1,2,3,5,7,4,9,6,8]
[1,1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0,0] => [1,2,3,5,7,9,4,6,8]
[1,1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,0] => [1,5,2,7,3,4,6,8,9]
[1,1,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0,0] => [1,5,7,2,3,4,6,8,9]
[1,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,0] => [1,2,3,5,4,7,6,8,9]
[1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,1,0,0] => [1,5,2,3,4,7,8,6,9]
[1,1,1,1,0,1,0,1,1,0,1,0,0,1,0,0,0,0] => [1,2,3,5,4,7,8,6,9]
[1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0,0] => [1,2,3,5,7,4,8,6,9]
[1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,1,0,0] => [1,5,2,3,4,7,8,9,6]
[1,1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0] => [1,2,3,5,7,8,4,9,6]
[1,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0] => [1,2,3,5,7,8,9,4,6]
[1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0,0] => [1,5,2,8,3,9,4,6,7]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,5,2,3,8,4,6,9,7]
[1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0] => [1,2,3,5,8,4,6,9,7]
[1,1,1,1,0,1,1,0,1,0,0,1,0,1,0,0,0,0] => [1,2,3,5,4,8,6,7,9]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0] => [1,2,5,3,4,6,8,7,9]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0] => [1,2,3,5,6,4,8,7,9]
[1,1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,0] => [1,2,3,5,6,8,4,7,9]
[1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0] => [1,2,3,5,6,8,4,9,7]
[1,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0,0] => [1,2,3,5,6,8,9,4,7]
[1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,1,0,0] => [1,5,2,9,3,4,6,7,8]
[1,1,1,1,0,1,1,1,0,0,0,0,0,1,1,0,0,0] => [1,5,9,2,3,4,6,7,8]
[1,1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0,0] => [1,2,5,3,9,4,6,7,8]
[1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,0,0] => [1,5,2,3,4,9,6,7,8]
[1,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0,0] => [1,2,3,5,4,9,6,7,8]
[1,1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,0] => [1,2,3,5,9,4,6,7,8]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [1,2,5,3,4,6,9,7,8]
[1,1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,0] => [1,2,3,5,6,4,9,7,8]
[1,1,1,1,0,1,1,1,0,0,1,1,0,0,0,0,0,0] => [1,2,3,5,6,9,4,7,8]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0,0] => [1,5,2,3,4,6,7,9,8]
[1,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,0] => [1,2,3,5,4,6,7,9,8]
[1,1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,5,6,7,4,9,8]
[1,1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,0,0] => [1,2,3,5,6,7,9,4,8]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0,0] => [1,5,2,3,4,6,7,8,9]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,1,0,0,0] => [1,2,5,3,4,6,7,8,9]
[1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0] => [1,2,3,5,4,6,7,8,9]
[1,1,1,1,0,1,1,1,1,0,0,1,0,0,0,0,0,0] => [1,2,3,5,6,7,4,8,9]
[1,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0,0] => [1,2,3,5,6,7,8,4,9]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,2,3,5,6,7,8,9,4]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,0] => [1,6,2,7,3,8,4,9,5]
[1,1,1,1,1,0,0,0,0,1,0,1,1,0,1,0,0,0] => [1,6,7,2,8,3,4,9,5]
[1,1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0,0] => [1,6,7,8,2,3,4,9,5]
[1,1,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,0] => [1,6,7,8,2,9,3,4,5]
[1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0] => [1,6,7,8,9,2,3,4,5]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0,0] => [1,6,2,7,3,8,4,5,9]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,0,1,0,0] => [1,6,2,7,3,4,8,5,9]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0,0] => [1,6,2,3,7,4,8,5,9]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0,0] => [1,2,6,3,7,4,8,5,9]
[1,1,1,1,1,0,0,0,1,0,1,0,1,1,0,0,0,0] => [1,2,6,7,3,4,8,5,9]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [1,2,6,3,7,8,4,5,9]
[1,1,1,1,1,0,0,0,1,0,1,1,1,0,0,0,0,0] => [1,2,6,7,8,3,4,5,9]
[1,1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,0,0] => [1,2,6,7,3,4,8,9,5]
[1,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0,0] => [1,2,6,7,8,3,9,4,5]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,1,0,0] => [1,6,2,7,3,9,4,5,8]
[1,1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0,0] => [1,6,7,9,2,3,4,5,8]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0,0] => [1,6,2,7,3,4,9,5,8]
[1,1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,0,0] => [1,2,6,3,7,4,9,5,8]
[1,1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0,0] => [1,2,6,3,4,7,5,9,8]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [1,2,3,6,4,7,5,9,8]
[1,1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0,0] => [1,2,3,6,7,4,5,9,8]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0] => [1,2,6,3,4,7,9,5,8]
[1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0,0] => [1,2,3,6,7,4,5,8,9]
[1,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,0,0] => [1,2,3,6,7,4,8,5,9]
[1,1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0] => [1,2,3,6,7,8,4,5,9]
[1,1,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0,0] => [1,2,3,6,7,8,4,9,5]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,0] => [1,6,2,8,3,9,4,5,7]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0] => [1,6,8,2,3,9,4,5,7]
[1,1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0,0] => [1,6,8,9,2,3,4,5,7]
[1,1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0,0] => [1,2,6,3,8,4,9,5,7]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,6,2,3,8,4,5,9,7]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,0] => [1,2,6,3,8,4,5,9,7]
[1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0,0] => [1,2,3,6,4,8,5,9,7]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0] => [1,2,6,3,4,8,9,5,7]
[1,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,0] => [1,2,3,6,8,4,9,5,7]
[1,1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,0,0] => [1,2,3,6,8,9,4,5,7]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0,0] => [1,6,2,3,8,4,5,7,9]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0,0] => [1,2,6,3,8,4,5,7,9]
[1,1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0,0] => [1,2,3,6,4,8,5,7,9]
[1,1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,0] => [1,2,3,6,8,4,5,7,9]
[1,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,0] => [1,2,6,3,4,5,8,7,9]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [1,2,3,6,4,5,8,7,9]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,2,3,4,6,5,8,7,9]
[1,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [1,2,3,4,6,8,5,7,9]
[1,1,1,1,1,0,1,0,1,1,0,0,1,0,0,0,0,0] => [1,2,3,4,6,5,8,9,7]
[1,1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,0,0] => [1,2,3,4,6,8,5,9,7]
[1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0] => [1,2,3,4,6,8,9,5,7]
[1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0,0] => [1,6,2,9,3,4,5,7,8]
[1,1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,0,0] => [1,2,6,3,9,4,5,7,8]
[1,1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0,0] => [1,2,3,4,6,5,9,7,8]
[1,1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0] => [1,2,3,4,6,9,5,7,8]
[1,1,1,1,1,0,1,1,0,1,0,0,1,0,0,0,0,0] => [1,2,3,4,6,5,7,9,8]
[1,1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,4,6,7,5,9,8]
[1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0] => [1,2,3,4,6,7,9,5,8]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0] => [1,6,2,3,4,5,7,8,9]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0] => [1,2,6,3,4,5,7,8,9]
[1,1,1,1,1,0,1,1,1,0,0,0,0,1,0,0,0,0] => [1,2,3,6,4,5,7,8,9]
[1,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,0] => [1,2,3,4,6,5,7,8,9]
[1,1,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0] => [1,2,3,4,6,7,5,8,9]
[1,1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,0] => [1,2,3,4,6,7,8,5,9]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0] => [1,2,3,4,6,7,8,9,5]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,0] => [1,7,2,8,3,9,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0,0] => [1,7,8,2,3,9,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,0,0] => [1,7,8,2,9,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,0] => [1,7,8,9,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,0] => [1,7,2,8,3,4,9,5,6]
[1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0,0] => [1,7,2,3,8,4,9,5,6]
[1,1,1,1,1,1,0,0,0,0,1,1,0,1,0,0,0,0] => [1,2,7,8,3,9,4,5,6]
[1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0] => [1,2,7,8,9,3,4,5,6]
[1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0,0] => [1,7,2,8,3,4,5,9,6]
[1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,0] => [1,7,2,3,8,4,5,9,6]
[1,1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0,0] => [1,2,3,7,4,8,5,9,6]
[1,1,1,1,1,1,0,0,0,1,0,1,1,0,0,0,0,0] => [1,2,3,7,8,4,5,9,6]
[1,1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,0,0] => [1,2,7,3,4,8,9,5,6]
[1,1,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0,0] => [1,2,3,7,8,4,9,5,6]
[1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0] => [1,2,3,7,8,9,4,5,6]
[1,1,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0,0] => [1,7,8,2,3,4,5,6,9]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0] => [1,2,7,3,4,8,5,6,9]
[1,1,1,1,1,1,0,0,1,0,0,1,0,1,0,0,0,0] => [1,2,3,7,4,8,5,6,9]
[1,1,1,1,1,1,0,0,1,0,0,1,1,0,0,0,0,0] => [1,2,3,7,8,4,5,6,9]
[1,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0,0] => [1,2,3,7,4,5,8,6,9]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0] => [1,2,3,4,7,5,8,6,9]
[1,1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,0] => [1,2,3,4,7,8,5,6,9]
[1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,1,0,0] => [1,7,2,3,4,5,8,9,6]
[1,1,1,1,1,1,0,0,1,1,0,0,1,0,0,0,0,0] => [1,2,3,4,7,5,8,9,6]
[1,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0] => [1,2,3,4,7,8,5,9,6]
[1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0] => [1,2,3,4,7,8,9,5,6]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,0] => [1,7,2,9,3,4,5,6,8]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0,0] => [1,7,9,2,3,4,5,6,8]
[1,1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0] => [1,2,7,3,9,4,5,6,8]
[1,1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0,0] => [1,2,3,7,4,9,5,6,8]
[1,1,1,1,1,1,0,1,0,0,0,1,1,0,0,0,0,0] => [1,2,3,7,9,4,5,6,8]
[1,1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,0] => [1,2,7,3,4,5,9,6,8]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0] => [1,2,3,7,4,5,9,6,8]
[1,1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0,0] => [1,2,3,4,7,5,9,6,8]
[1,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,0] => [1,2,3,4,7,9,5,6,8]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0,0] => [1,7,2,3,4,5,6,9,8]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,1,0,0,0] => [1,2,7,3,4,5,6,9,8]
[1,1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0,0] => [1,2,3,7,4,5,6,9,8]
[1,1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0,0] => [1,2,3,4,7,5,6,9,8]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,4,5,7,6,9,8]
[1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0] => [1,2,3,4,5,7,9,6,8]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,0] => [1,7,2,3,4,5,6,8,9]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,0,0] => [1,2,7,3,4,5,6,8,9]
[1,1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,0,0] => [1,2,3,4,7,5,6,8,9]
[1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0] => [1,2,3,4,5,7,6,8,9]
[1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0] => [1,2,3,4,5,7,8,6,9]
[1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,7,8,9,6]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,0] => [1,8,2,9,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0] => [1,8,9,2,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,0] => [1,8,2,3,9,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0,0] => [1,2,8,3,9,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [1,2,8,9,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,1,0,0] => [1,8,2,3,4,9,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0] => [1,2,3,8,9,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0,0] => [1,8,2,3,4,5,9,6,7]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0] => [1,2,8,3,4,5,9,6,7]
[1,1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0] => [1,2,3,4,8,5,9,6,7]
[1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0] => [1,2,3,4,8,9,5,6,7]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,0] => [1,8,2,3,4,5,6,9,7]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,1,0,0,0] => [1,2,8,3,4,5,6,9,7]
[1,1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0,0] => [1,2,3,8,4,5,6,9,7]
[1,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0] => [1,2,3,4,8,5,6,9,7]
[1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0] => [1,2,3,4,5,8,6,9,7]
[1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0] => [1,2,3,4,5,8,9,6,7]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0] => [1,8,2,3,4,5,6,7,9]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,0] => [1,2,8,3,4,5,6,7,9]
[1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0] => [1,2,3,8,4,5,6,7,9]
[1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0] => [1,2,3,4,8,5,6,7,9]
[1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0] => [1,2,3,4,5,8,6,7,9]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [1,2,3,4,5,6,8,7,9]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,8,9,7]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [1,9,2,3,4,5,6,7,8]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [1,2,9,3,4,5,6,7,8]
[1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0] => [1,2,3,9,4,5,6,7,8]
[1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [1,2,3,4,9,5,6,7,8]
[1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [1,2,3,4,5,9,6,7,8]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [1,2,3,4,5,6,9,7,8]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,9,8]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,3,6,5,8,7,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,4,1,3,6,5,8,7,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,4,1,6,3,5,8,7,9]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,4,1,6,3,8,5,7,9]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,4,1,6,3,8,5,9,7]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [2,4,1,6,3,7,5,9,8]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,4,1,5,3,7,6,9,8]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,1,5,4,7,6,9,8]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,4,6,1,3,5,8,7,9]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [2,4,1,6,8,3,5,7,9]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0] => [2,4,1,6,3,8,9,5,7]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0] => [2,4,1,6,3,7,5,8,9]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [2,4,1,5,3,8,6,9,7]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,1,6,4,7,5,9,8]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [2,4,6,1,8,3,5,7,9]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [2,4,1,6,8,3,9,5,7]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [2,4,6,8,1,3,5,7,9]
[1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [2,4,1,6,3,7,8,5,9]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0] => [2,4,1,6,8,9,3,5,7]
[1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [2,4,1,5,3,8,6,7,9]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0] => [2,4,1,6,3,7,8,9,5]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [2,3,1,6,4,8,5,9,7]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [2,4,6,1,8,3,9,5,7]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,0] => [2,4,1,6,7,3,8,5,9]
[1,0,1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [2,4,6,8,1,3,9,5,7]
[1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0] => [2,4,1,5,3,6,8,7,9]
[1,0,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,4,6,8,1,9,3,5,7]
[1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [2,3,1,6,4,8,5,7,9]
[1,0,1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0] => [2,4,1,5,3,6,8,9,7]
[1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [2,4,1,6,7,8,3,9,5]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,1,0,0] => [2,4,1,5,3,6,7,9,8]
[1,0,1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [2,3,1,7,4,9,5,6,8]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [2,4,6,1,7,3,8,5,9]
[1,0,1,0,1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [2,4,6,7,1,3,8,5,9]
[1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [2,4,6,8,9,1,3,5,7]
[1,0,1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [2,4,6,7,1,8,3,5,9]
[1,0,1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [2,3,1,6,4,5,8,9,7]
[1,0,1,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [2,4,1,5,3,6,7,8,9]
[1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [2,4,1,5,6,8,3,9,7]
[1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0] => [2,4,1,5,6,7,3,9,8]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,4,5,1,6,3,8,7,9]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [2,3,1,4,6,5,8,7,9]
[1,0,1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [2,4,5,6,1,3,8,7,9]
[1,0,1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0] => [2,4,6,7,1,8,9,3,5]
[1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [2,3,1,6,4,5,7,8,9]
[1,0,1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0] => [2,3,1,4,6,8,5,9,7]
[1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [2,4,1,5,6,7,3,8,9]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [2,3,1,4,5,7,6,9,8]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,4,1,6,5,8,7,9]
[1,0,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [2,3,4,6,1,5,8,7,9]
[1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [2,4,6,7,8,1,9,3,5]
[1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [2,4,1,5,6,7,8,3,9]
[1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,4,6,7,8,9,1,3,5]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [2,3,1,4,6,7,5,8,9]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0] => [2,3,1,9,4,5,6,7,8]
[1,0,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [2,3,4,6,1,7,5,9,8]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [2,3,4,5,1,7,6,9,8]
[1,0,1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0] => [2,4,5,6,8,1,9,3,7]
[1,0,1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [2,4,5,6,1,7,8,9,3]
[1,0,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [2,4,5,6,7,1,8,3,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,1,4,6,3,5,8,7,9]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [2,1,4,3,6,8,5,7,9]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [2,4,1,3,6,8,5,7,9]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [2,1,4,6,8,3,5,7,9]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [2,1,4,3,6,5,8,9,7]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0] => [2,4,1,3,6,5,8,9,7]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [2,1,4,6,3,5,8,9,7]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [2,4,6,1,3,5,8,9,7]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0] => [2,1,4,3,6,8,9,5,7]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0] => [2,4,1,3,6,8,9,5,7]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [2,1,4,6,8,9,3,5,7]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [2,1,4,3,6,5,9,7,8]
[1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0] => [2,1,4,6,3,5,9,7,8]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0] => [2,1,4,3,6,9,5,7,8]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,4,1,3,6,9,5,7,8]
[1,0,1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0] => [2,4,6,9,1,3,5,7,8]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [2,1,4,3,6,5,7,8,9]
[1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0] => [2,1,4,6,3,5,7,8,9]
[1,0,1,0,1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [2,4,6,1,3,5,7,8,9]
[1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [2,1,4,6,7,8,9,3,5]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,3,7,5,8,6,9]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [2,4,1,3,7,5,8,6,9]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0] => [2,1,4,7,3,5,8,6,9]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,1,0,0,0] => [2,4,7,1,3,5,8,6,9]
[1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,1,0,0] => [2,4,1,3,7,8,5,6,9]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [2,1,4,3,7,5,8,9,6]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,4,7,3,5,8,9,6]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [2,4,7,1,3,5,8,9,6]
[1,0,1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [2,4,1,3,7,8,9,5,6]
[1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0] => [2,1,4,7,8,9,3,5,6]
[1,0,1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [2,4,7,8,9,1,3,5,6]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,1,4,3,8,5,9,6,7]
[1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,4,1,3,8,9,5,6,7]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [2,1,4,3,9,5,6,7,8]
[1,0,1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [2,4,9,1,3,5,6,7,8]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [2,1,4,3,5,6,7,8,9]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [2,4,1,3,5,6,7,8,9]
[1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [2,1,4,5,6,7,8,9,3]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,5,3,6,4,8,7,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,5,1,3,6,4,8,7,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,1,5,6,3,4,8,7,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,5,6,1,3,4,8,7,9]
[1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0] => [2,1,5,3,6,8,4,7,9]
[1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0] => [2,1,5,3,6,4,8,9,7]
[1,0,1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [2,5,6,8,9,1,3,4,7]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [2,1,5,3,6,4,9,7,8]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0] => [2,5,1,3,6,4,9,7,8]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0] => [2,1,5,3,6,9,4,7,8]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,5,1,3,6,9,4,7,8]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [2,1,5,6,9,3,4,7,8]
[1,0,1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [2,5,6,9,1,3,4,7,8]
[1,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [2,1,5,3,6,4,7,8,9]
[1,0,1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [2,5,6,1,3,4,7,8,9]
[1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [2,1,5,6,7,8,9,3,4]
[1,0,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,5,6,7,8,9,1,3,4]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,6,3,7,4,8,5,9]
[1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,6,7,3,4,8,9,5]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0] => [2,1,6,3,7,8,9,4,5]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [2,6,1,3,7,8,9,4,5]
[1,0,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [2,6,7,8,9,1,3,4,5]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [2,1,7,3,8,4,9,5,6]
[1,0,1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0] => [2,7,8,1,3,4,9,5,6]
[1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0] => [2,1,7,3,8,9,4,5,6]
[1,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [2,7,8,9,1,3,4,5,6]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0] => [2,1,8,3,9,4,5,6,7]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [2,8,9,1,3,4,5,6,7]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0] => [2,1,9,3,4,5,6,7,8]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [2,9,1,3,4,5,6,7,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,1,4,2,6,5,8,7,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [3,4,1,2,6,5,8,7,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [3,1,4,6,2,5,8,7,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [3,4,6,1,2,5,8,7,9]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [3,1,4,2,6,8,5,7,9]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [3,4,1,2,6,8,5,7,9]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [3,1,4,6,8,2,5,7,9]
[1,1,0,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [3,4,6,8,1,2,5,7,9]
[1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [3,1,4,2,6,5,8,9,7]
[1,1,0,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [3,4,6,1,2,5,8,9,7]
[1,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [3,1,4,6,8,9,2,5,7]
[1,1,0,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [3,4,6,8,9,1,2,5,7]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [3,1,4,2,6,5,9,7,8]
[1,1,0,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,6,9,5,7,8]
[1,1,0,0,1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [3,4,6,1,2,5,7,8,9]
[1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [3,1,4,6,7,8,9,2,5]
[1,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [3,4,6,7,8,9,1,2,5]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [3,1,4,2,7,5,8,6,9]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [3,4,1,2,7,5,8,6,9]
[1,1,0,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [3,4,7,8,1,2,5,6,9]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [3,1,4,2,7,5,8,9,6]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0] => [3,4,1,2,7,5,8,9,6]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,4,7,2,5,8,9,6]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [3,4,7,1,2,5,8,9,6]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0] => [3,1,4,2,7,8,9,5,6]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [3,4,1,2,7,8,9,5,6]
[1,1,0,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [3,4,7,8,9,1,2,5,6]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [3,1,4,2,8,5,9,6,7]
[1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0] => [3,1,4,8,9,2,5,6,7]
[1,1,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [3,4,8,9,1,2,5,6,7]
[1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [3,1,4,2,9,5,6,7,8]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [3,4,9,1,2,5,6,7,8]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [3,1,4,2,5,6,7,8,9]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [3,4,1,2,5,6,7,8,9]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [3,1,4,5,6,7,8,9,2]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [4,1,5,2,6,3,8,7,9]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [4,5,1,2,6,3,8,7,9]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [4,1,5,6,2,3,8,7,9]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,1,0,0,0] => [4,5,6,1,2,3,8,7,9]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,0] => [4,5,1,2,6,3,8,9,7]
[1,1,1,0,0,0,1,0,1,1,0,0,1,1,0,0,1,0] => [4,1,5,6,2,3,8,9,7]
[1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [4,1,5,6,8,9,2,3,7]
[1,1,1,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [4,5,6,8,9,1,2,3,7]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [4,1,5,2,6,3,9,7,8]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [4,5,1,2,6,9,3,7,8]
[1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [4,1,5,2,6,3,7,8,9]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [4,5,6,1,2,3,7,8,9]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [4,5,1,2,6,7,8,9,3]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [4,1,5,6,7,8,9,2,3]
[1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,9,1,2,3]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [5,1,6,2,7,3,8,4,9]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,1,0,0] => [5,6,1,2,7,3,8,4,9]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,1,0,0,0] => [5,6,7,1,2,3,8,4,9]
[1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0,1,0] => [5,1,6,7,8,2,3,4,9]
[1,1,1,1,0,0,0,0,1,0,1,1,1,1,0,0,0,0] => [5,6,7,8,1,2,3,4,9]
[1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,1,0] => [5,1,6,2,7,3,8,9,4]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0,1,0] => [5,1,6,7,2,3,8,9,4]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,1,0,0,0] => [5,6,7,1,2,3,8,9,4]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0,1,0] => [5,1,6,2,7,8,9,3,4]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,1,0,0] => [5,6,1,2,7,8,9,3,4]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [5,1,6,7,8,9,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [5,6,7,8,9,1,2,3,4]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0] => [6,1,7,2,8,3,9,4,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,1,0,0] => [6,7,1,2,8,3,9,4,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0,1,0] => [6,1,7,8,2,3,9,4,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,0,0,0] => [6,7,8,1,2,3,9,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0,1,0] => [6,1,7,2,8,9,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,1,0] => [6,1,7,8,9,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,1,2,3,4,5]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0] => [7,1,8,2,9,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0] => [7,8,1,2,9,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,1,0] => [7,1,8,9,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0] => [7,8,9,1,2,3,4,5,6]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,1,5,2,6,4,8,7,9]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [3,1,5,2,7,4,8,6,9]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [3,1,5,2,7,4,9,6,8]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [3,1,5,2,7,4,6,9,8]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [3,1,5,2,4,7,6,9,8]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,2,5,4,7,6,9,8]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [3,1,6,2,7,4,8,5,9]
[1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [3,1,5,2,8,4,9,6,7]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0] => [3,1,5,2,7,4,6,8,9]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0] => [3,1,5,2,4,7,9,6,8]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [3,1,2,5,7,4,6,9,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [3,4,1,6,2,5,8,7,9]
[1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [3,5,1,6,2,4,8,7,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,5,1,6,3,4,8,7,9]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [3,5,1,2,6,4,8,7,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [4,1,2,3,6,5,8,7,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [4,1,6,2,3,5,8,7,9]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [4,1,6,2,8,3,5,7,9]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [4,1,6,2,8,3,9,5,7]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [4,1,6,2,7,3,8,5,9]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,1,0] => [7,1,8,2,3,9,4,5,6]
[1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,1,0] => [6,1,7,2,8,3,4,9,5]
[1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0,1,0] => [5,1,6,2,7,3,9,4,8]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [4,1,5,2,7,3,8,6,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [4,6,1,2,3,5,8,7,9]
[1,1,0,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [3,4,5,1,6,2,8,7,9]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [3,1,2,4,6,5,8,7,9]
[1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [3,5,6,7,8,9,1,2,4]
[1,1,1,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [4,6,7,8,9,1,2,3,5]
[1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,0] => [5,7,8,9,1,2,3,4,6]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,0,0,0] => [6,8,9,1,2,3,4,5,7]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,1,5,3,7,4,9,6,8]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,1,4,3,7,5,9,6,8]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0] => [3,5,1,2,7,4,9,6,8]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [3,1,4,2,7,5,9,6,8]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [2,3,4,1,7,5,8,6,9]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [4,1,2,5,3,7,6,9,8]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,5,1,4,7,6,9,8]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [3,5,1,2,4,7,6,9,8]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,4,1,5,2,7,6,9,8]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0] => [3,5,7,1,2,4,6,9,8]
[1,1,0,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0] => [3,5,7,9,1,2,4,6,8]
[1,1,0,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0] => [3,5,7,8,1,9,2,4,6]
[1,1,0,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0] => [3,5,6,7,1,8,2,9,4]
[1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0] => [3,4,5,6,1,7,2,9,8]
[1,1,0,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [3,4,5,7,8,9,1,2,6]
[1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [4,9,1,2,3,5,6,7,8]
[1,1,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,0] => [4,5,6,7,8,1,2,3,9]
[1,1,1,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0] => [5,8,9,1,2,3,4,6,7]
[1,1,1,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0] => [5,6,7,8,1,9,2,3,4]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0] => [7,8,1,9,2,3,4,5,6]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,1,0,0,0] => [6,7,8,1,9,2,3,4,5]
[1,1,1,0,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [4,5,6,7,8,1,9,2,3]
[1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0] => [2,4,1,7,3,8,5,6,9]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,1,0,0] => [7,8,1,2,3,9,4,5,6]
[1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,0,0] => [6,7,8,1,2,3,4,5,9]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [2,1,4,6,3,8,5,9,7]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [2,1,4,3,6,8,5,9,7]
[1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [3,4,1,6,2,8,5,9,7]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,1,0,0] => [2,4,1,3,6,8,5,9,7]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [3,1,5,7,2,4,6,9,8]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [3,1,5,2,7,9,4,6,8]
[1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0] => [3,1,5,2,7,4,8,9,6]
[1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [3,1,5,2,6,4,9,7,8]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,6,7,2,4,8,9,5]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [3,1,6,7,2,4,5,8,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0] => [3,1,2,6,7,4,5,8,9]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [3,6,1,2,4,7,5,8,9]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [3,6,1,2,7,9,4,5,8]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,5,1,2,6,9,4,7,8]
[1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [3,1,7,8,2,4,5,6,9]
[1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,0,1,0] => [3,1,2,6,7,4,8,9,5]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0,1,0] => [3,1,6,2,4,7,5,8,9]
[1,1,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [3,6,1,7,9,2,4,5,8]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [3,5,1,2,6,7,4,8,9]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [2,6,1,3,7,9,4,5,8]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0] => [3,5,1,7,2,8,4,6,9]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [5,1,2,3,4,7,6,9,8]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [4,1,2,3,6,8,5,7,9]
[1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [3,1,5,6,2,4,8,7,9]
[1,0,1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [2,4,5,7,8,9,1,3,6]
[1,0,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0] => [2,4,6,7,9,1,3,5,8]
[1,0,1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [2,4,6,8,1,3,5,9,7]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,4,6,1,3,8,5,7,9]
[1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [4,5,1,6,2,7,3,9,8]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,1,0,0] => [5,6,1,7,2,8,3,9,4]
[1,1,1,1,0,1,0,0,0,0,1,1,0,1,0,1,0,0] => [5,7,1,8,2,9,3,4,6]
[1,1,1,1,0,1,0,1,0,0,0,0,1,1,0,1,0,0] => [5,7,1,9,2,3,4,6,8]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,1,0,0] => [5,7,1,2,3,4,6,9,8]
[1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0] => [3,1,5,2,4,6,8,7,9]
[1,1,1,0,0,0,1,1,1,1,0,1,0,1,0,0,0,0] => [4,5,6,7,1,8,2,9,3]
[1,1,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,0] => [4,5,6,1,7,8,2,9,3]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,0,1,0] => [5,1,6,7,2,8,3,9,4]
[1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,0] => [2,6,1,7,3,8,4,9,5]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,1,0] => [6,1,8,2,9,3,4,5,7]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0] => [5,1,7,2,8,3,9,4,6]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,1,0,0] => [6,8,1,9,2,3,4,5,7]
[1,0,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [2,3,6,7,8,9,1,4,5]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,1,0,0] => [4,6,1,2,7,3,8,5,9]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,1,0,0] => [5,7,1,2,8,3,9,4,6]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,1,0,0] => [6,8,1,2,9,3,4,5,7]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [2,1,4,6,8,3,9,5,7]
[1,0,1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [2,3,1,5,4,7,9,6,8]
[1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0] => [2,1,4,3,5,6,8,7,9]
[1,0,1,0,1,1,0,1,1,0,0,1,0,1,0,1,0,0] => [2,4,1,5,3,7,6,8,9]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,5,3,7,4,8,6,9]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [3,5,1,6,2,7,4,9,8]
[1,0,1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0] => [2,3,4,7,1,5,8,6,9]
[1,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [2,4,5,6,1,3,9,7,8]
[1,0,1,0,1,0,1,1,1,1,0,0,1,1,0,0,0,0] => [2,4,6,7,1,3,8,9,5]
[1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [2,1,6,3,8,4,5,7,9]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0] => [2,1,4,3,8,5,6,7,9]
[1,1,1,0,1,0,1,0,0,0,1,1,1,0,1,0,0,0] => [4,6,8,1,9,2,3,5,7]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,1,4,6,3,8,5,7,9]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [2,4,6,1,3,7,5,9,8]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0] => [3,5,1,2,7,4,6,9,8]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [2,5,1,3,4,7,6,9,8]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,4,5,1,3,7,6,9,8]
[1,1,1,0,1,0,0,1,0,0,1,0,1,0,1,0,1,0] => [4,1,6,2,7,3,9,5,8]
[1,0,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0] => [2,4,5,1,3,6,7,8,9]
[1,0,1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0] => [2,5,1,3,4,6,7,8,9]
[1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,0,1,0] => [3,1,4,5,2,6,7,8,9]
[1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0,1,0] => [4,1,5,2,3,6,7,8,9]
[1,1,0,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [3,1,4,2,7,5,6,8,9]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,0] => [3,1,4,7,8,2,5,9,6]
[1,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [4,7,1,2,8,9,3,5,6]
[1,1,0,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [3,5,6,7,8,1,9,2,4]
[1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [3,1,4,5,6,7,8,2,9]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0,1,0] => [5,1,2,3,6,8,4,7,9]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,1,0,0] => [3,4,1,5,6,7,8,9,2]
[1,1,0,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0] => [3,5,6,7,1,2,4,9,8]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [3,4,5,1,2,7,6,9,8]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,3,5,4,7,6,9,8]
[1,0,1,0,1,1,0,1,0,0,1,1,0,1,0,1,0,0] => [2,4,1,7,3,9,5,6,8]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [2,5,1,7,3,4,6,9,8]
[1,1,1,0,1,0,1,0,1,0,0,0,1,1,1,0,0,0] => [4,6,8,1,2,3,5,7,9]
[1,1,1,0,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [4,6,8,9,1,2,3,5,7]
[1,1,0,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0] => [3,5,7,8,9,1,2,4,6]
[1,0,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [2,4,7,9,1,3,5,6,8]
[1,0,1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [2,4,5,7,8,1,9,3,6]
[1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0,1,0] => [2,1,4,5,7,8,9,3,6]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0,1,0] => [3,1,2,5,4,7,9,6,8]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0] => [3,1,2,5,7,4,9,6,8]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0] => [3,1,5,7,2,9,4,6,8]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0] => [3,1,2,5,7,9,4,6,8]
[1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0,1,0] => [2,1,3,6,4,8,5,7,9]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [2,1,3,4,5,7,6,9,8]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [3,4,1,6,2,7,5,9,8]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [3,1,4,6,2,8,5,7,9]
[1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [3,1,5,6,2,8,4,7,9]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,1,5,6,3,8,4,7,9]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [2,4,6,1,8,3,5,9,7]
[1,0,1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,0] => [2,4,6,1,7,3,9,5,8]
[1,0,1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0] => [2,4,5,1,7,3,8,6,9]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,5,1,6,4,8,7,9]
[1,1,1,0,1,0,0,0,1,0,1,1,1,0,1,0,0,0] => [4,6,7,1,8,2,3,5,9]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [3,5,1,7,2,4,6,9,8]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,0] => [5,8,1,2,9,3,4,6,7]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,0,1,0,0] => [5,6,1,7,2,3,8,4,9]
[1,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0,1,0] => [6,1,8,2,3,9,4,5,7]
[1,1,1,1,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [5,1,8,2,3,9,4,6,7]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0,1,0] => [6,1,7,2,3,8,4,9,5]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0] => [5,1,7,2,3,4,6,9,8]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0,1,0] => [5,1,7,2,3,9,4,6,8]
[1,1,1,1,0,1,0,0,0,1,0,0,1,0,1,0,1,0] => [5,1,7,2,8,3,4,9,6]
[1,0,1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0] => [2,1,6,3,7,4,9,5,8]
[1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0] => [3,1,5,7,2,4,8,6,9]
[1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0] => [2,1,4,3,5,8,6,9,7]
[1,0,1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [2,5,6,7,8,1,9,3,4]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,5,6,8,1,9,3,4,7]
[1,0,1,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0] => [2,5,6,1,8,3,4,7,9]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [3,4,1,7,2,5,8,9,6]
[1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [3,1,4,2,7,8,5,9,6]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [4,6,1,2,7,9,3,5,8]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [4,1,6,7,2,3,8,9,5]
[1,1,1,0,0,1,1,0,0,0,1,1,1,1,0,0,0,0] => [4,5,8,9,1,2,3,6,7]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,1,0,0] => [4,5,1,6,7,8,9,2,3]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,1,0,0] => [2,4,1,6,8,3,5,9,7]
[1,0,1,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0] => [2,4,6,1,7,9,3,5,8]
[1,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0] => [2,4,5,7,1,8,9,3,6]
[1,0,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [2,3,5,7,8,9,1,4,6]
[1,1,0,1,0,1,0,1,1,0,0,0,1,1,1,0,0,0] => [3,5,7,1,2,4,6,8,9]
[1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,1,0,0] => [3,5,1,2,4,7,8,9,6]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0] => [3,1,2,5,7,8,9,4,6]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,1,0] => [5,1,2,3,7,4,6,9,8]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [4,1,2,3,5,7,6,9,8]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0,1,0] => [7,1,8,2,3,4,5,9,6]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,0] => [2,1,4,6,8,3,5,9,7]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [2,1,4,3,6,5,7,9,8]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [3,4,1,6,2,8,5,7,9]
[1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,1,5,3,8,4,9,6,7]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [2,1,4,3,7,5,6,8,9]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0] => [2,1,4,3,6,7,9,5,8]
[1,1,1,1,1,0,0,1,0,0,0,0,1,1,1,0,0,0] => [6,7,9,1,2,3,4,5,8]
[1,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0] => [3,1,5,2,6,4,8,9,7]
[1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [4,1,5,2,7,3,6,9,8]
[1,1,0,1,0,1,1,0,0,1,0,1,0,0,1,0,1,0] => [3,1,5,2,4,8,6,9,7]
[1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [3,4,1,6,7,8,2,9,5]
[1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,0,0] => [4,5,1,6,8,2,9,3,7]
[1,1,1,1,0,0,0,0,1,0,1,1,0,1,0,1,0,0] => [5,6,1,7,2,8,3,4,9]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0] => [3,5,1,7,2,8,4,9,6]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0] => [2,4,6,1,3,8,9,5,7]
[1,0,1,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [2,4,5,9,1,3,6,7,8]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0] => [2,4,6,1,3,7,8,9,5]
[1,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0,1,0] => [5,1,6,2,9,3,4,7,8]
[1,1,0,0,1,1,1,1,0,0,1,0,0,0,1,0,1,0] => [3,1,4,2,5,6,9,7,8]
[1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0,1,0] => [3,1,4,7,8,2,9,5,6]
[1,1,0,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0] => [3,1,6,2,7,4,9,5,8]
[1,1,1,0,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [4,1,5,2,7,3,9,6,8]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [4,1,6,2,3,5,8,9,7]
[1,0,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0] => [2,3,8,9,1,4,5,6,7]
[1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0] => [2,1,5,3,7,4,8,9,6]
[1,1,0,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0] => [3,1,5,2,6,4,7,9,8]
[1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [3,1,4,2,6,5,7,9,8]
[1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,1,0] => [6,1,2,7,8,9,3,4,5]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [2,3,5,1,7,4,6,9,8]
[1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,1,4,3,5,7,6,9,8]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [2,1,4,5,3,8,6,9,7]
[1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0] => [2,1,4,3,6,7,5,9,8]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0] => [2,1,4,6,3,7,5,8,9]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [2,1,6,3,4,5,8,7,9]
[1,0,1,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0] => [2,1,5,3,6,7,4,9,8]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0,1,0] => [2,1,3,4,7,5,8,6,9]
[1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0,1,0] => [2,1,6,7,3,8,4,9,5]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,0] => [5,6,7,1,2,3,4,8,9]
[1,0,1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [2,3,7,1,4,8,9,5,6]
[1,1,1,1,0,1,0,0,0,0,1,1,0,0,1,1,0,0] => [5,7,1,2,8,9,3,4,6]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [2,3,9,1,4,5,6,7,8]
[1,0,1,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [2,4,5,7,1,3,6,9,8]
[1,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [3,5,6,8,1,9,2,4,7]
[1,1,0,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [3,4,6,8,1,9,2,5,7]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,0,0,0] => [4,5,6,1,7,8,9,2,3]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0] => [2,5,1,3,7,4,6,9,8]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [3,1,2,4,5,7,6,9,8]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,1,0] => [5,1,2,7,3,4,6,9,8]
[1,0,1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [2,3,5,6,1,7,4,9,8]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [4,1,5,7,2,3,8,9,6]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [4,1,5,8,2,3,6,9,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0] => [4,1,2,5,3,8,9,6,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [4,5,1,2,3,8,9,6,7]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [4,5,1,2,8,9,3,6,7]
[1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [4,1,7,8,2,3,5,9,6]
[1,1,1,0,0,1,1,0,1,1,0,0,0,1,0,0,1,0] => [4,1,2,5,3,6,8,9,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0,1,0] => [4,1,5,2,3,8,9,6,7]
[1,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [4,5,8,1,2,9,3,6,7]
[1,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [4,5,1,2,6,7,9,3,8]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,5,1,3,8,9,4,6,7]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,0,0,1,0] => [3,1,2,4,7,5,9,6,8]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0] => [3,1,7,2,4,5,9,6,8]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0,1,0] => [3,1,2,5,6,4,9,7,8]
[1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0,1,0] => [3,1,5,2,4,6,9,7,8]
[1,1,0,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [3,4,6,8,1,2,5,9,7]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [4,1,2,6,3,7,5,9,8]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,2,6,4,7,5,9,8]
[1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0,1,0] => [2,1,4,6,7,9,3,5,8]
[1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [2,1,3,5,6,7,8,9,4]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [2,1,3,5,7,4,6,9,8]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [3,5,1,2,7,4,8,6,9]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [2,4,5,1,6,3,9,7,8]
[1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0] => [3,1,5,7,2,4,9,6,8]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [3,1,5,7,2,8,4,6,9]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0] => [3,1,5,6,2,8,4,9,7]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [3,1,4,6,2,7,5,9,8]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,4,5,3,7,6,9,8]
[1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0] => [3,5,1,7,2,4,8,6,9]
[1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0] => [3,5,1,6,2,8,4,7,9]
[1,1,1,0,1,0,1,0,0,1,0,0,1,0,1,0,1,0] => [4,1,6,2,8,3,5,9,7]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0,1,0] => [4,1,6,2,3,8,5,7,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [4,1,2,6,3,5,8,7,9]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0,1,0] => [5,1,8,2,9,3,4,6,7]
[1,1,0,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [3,5,6,8,9,1,2,4,7]
[1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [3,1,2,5,6,7,8,9,4]
[1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,1,0] => [7,1,2,8,9,3,4,5,6]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [2,3,4,1,5,7,6,9,8]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [2,1,4,6,3,8,9,5,7]
[1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0] => [2,1,4,3,6,7,8,5,9]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [2,1,4,6,7,3,8,9,5]
[1,1,1,0,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [4,8,9,1,2,3,5,6,7]
[1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,1,0,0] => [6,7,1,8,2,9,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,1,0,0] => [6,7,1,8,9,2,3,4,5]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [2,3,1,5,7,4,6,9,8]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [4,1,2,5,6,7,8,9,3]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [2,3,4,1,7,5,6,9,8]
[1,1,0,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [3,4,5,9,1,2,6,7,8]
[1,1,0,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [3,7,8,9,1,2,4,5,6]
[1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0] => [3,1,2,7,8,9,4,5,6]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,1,0,0] => [4,5,1,6,2,3,7,8,9]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,4,5,2,7,6,9,8]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0] => [3,4,1,7,8,2,5,9,6]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0] => [2,4,6,1,8,9,3,5,7]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,0] => [2,4,6,1,7,3,8,9,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0] => [6,7,1,8,2,3,9,4,5]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [4,5,1,6,2,3,8,7,9]
[1,1,1,1,0,1,0,1,0,0,0,0,1,1,1,0,0,0] => [5,7,9,1,2,3,4,6,8]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0,1,0] => [5,1,2,7,3,8,4,9,6]
[1,0,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [2,3,1,5,4,8,6,9,7]
[1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [3,4,1,7,2,8,5,9,6]
[1,0,1,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [2,5,6,1,7,3,8,4,9]
[1,1,1,1,0,1,0,0,1,0,1,1,0,0,0,0,1,0] => [5,1,2,3,7,8,4,6,9]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [3,4,6,1,8,2,5,7,9]
[1,1,1,0,1,0,0,0,1,0,1,0,1,1,0,0,1,0] => [4,1,6,7,2,3,8,5,9]
[1,0,1,0,1,1,0,1,1,0,1,0,0,0,1,0,1,0] => [2,1,4,3,5,7,8,6,9]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [4,1,6,2,8,9,3,5,7]
[1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0,1,0] => [5,1,6,2,3,7,4,9,8]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [3,5,1,6,2,8,4,9,7]
[1,0,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [2,5,1,6,3,7,4,9,8]
[1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [2,4,1,7,3,8,5,9,6]
[1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0] => [2,4,1,6,3,9,5,7,8]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,0] => [2,4,1,6,3,5,8,9,7]
[1,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,0] => [2,1,4,6,7,3,5,8,9]
[1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [2,1,4,7,3,5,6,8,9]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,1,0] => [2,1,5,3,6,7,4,8,9]
[1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,0,1,0] => [2,1,6,3,7,4,5,8,9]
[1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,5,1,6,3,8,4,9,7]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,1,5,3,4,7,6,9,8]
[1,1,0,1,1,0,0,1,0,0,1,1,0,1,1,0,0,0] => [3,6,7,1,2,9,4,5,8]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [3,5,6,7,1,2,9,4,8]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [2,3,5,6,8,1,4,9,7]
[1,1,0,1,1,0,0,1,1,0,0,0,1,0,1,0,1,0] => [3,1,6,2,7,4,5,8,9]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,1,0,0,0] => [3,5,6,1,2,7,4,8,9]
[1,0,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [2,3,6,7,1,4,9,5,8]
[1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [2,3,1,5,6,7,8,9,4]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,0] => [2,4,1,3,7,5,6,9,8]
[1,1,1,0,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [4,7,8,9,1,2,3,5,6]
[1,1,0,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [3,6,7,8,9,1,2,4,5]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,1,0] => [5,1,2,3,6,4,8,7,9]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [2,4,6,1,3,8,5,9,7]
[1,1,0,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [3,1,6,2,8,4,9,5,7]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [4,1,2,6,3,8,5,9,7]
[1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0] => [2,3,5,1,4,6,7,8,9]
[1,0,1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0] => [2,3,4,6,1,5,7,8,9]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0] => [2,8,1,3,4,5,6,7,9]
[1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [3,4,1,5,6,7,8,2,9]
[1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [2,1,4,5,6,7,8,3,9]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0] => [2,1,8,3,4,5,6,7,9]
[1,1,0,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0] => [3,8,1,2,4,5,6,7,9]
[1,0,1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [2,4,1,5,8,9,3,6,7]
[1,1,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,0] => [5,7,8,1,9,2,3,4,6]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0] => [2,5,6,1,3,8,9,4,7]
[1,0,1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,4,5,1,3,8,9,6,7]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [2,5,1,3,6,7,4,8,9]
[1,1,0,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0] => [3,5,7,8,1,2,4,6,9]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [4,1,5,2,3,7,6,9,8]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [4,1,7,2,8,3,9,5,6]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [4,1,6,2,9,3,5,7,8]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,4,1,3,6,7,9,5,8]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [2,4,1,3,6,7,5,8,9]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [2,4,1,3,5,6,9,7,8]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,0] => [2,4,1,3,5,7,9,6,8]
[1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,1,0,0] => [2,4,1,3,5,8,6,7,9]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [2,4,1,3,5,9,6,7,8]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [2,1,3,4,6,5,8,7,9]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [2,1,4,5,6,3,8,7,9]
[1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [4,1,2,3,8,5,6,7,9]
[1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [2,1,5,7,3,8,4,6,9]
[1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0] => [2,1,4,7,3,8,5,6,9]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0] => [2,1,5,7,3,4,8,6,9]
[1,1,1,0,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [4,5,6,1,7,2,8,3,9]
[1,1,1,1,0,0,1,0,1,0,1,0,0,0,1,0,1,0] => [5,1,6,2,3,4,8,7,9]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0] => [3,5,6,1,2,4,7,9,8]
[1,1,0,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [3,4,1,2,5,9,6,7,8]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,0] => [3,4,8,1,2,5,6,9,7]
[1,1,0,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [3,4,7,9,1,2,5,6,8]
[1,0,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0] => [2,4,8,1,3,5,6,7,9]
[1,0,1,1,1,1,1,0,0,0,1,0,0,0,1,1,0,0] => [2,8,1,3,4,5,9,6,7]
[1,0,1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0] => [2,7,8,1,3,4,5,6,9]
[1,0,1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [2,6,8,9,1,3,4,5,7]
[1,1,0,1,0,1,0,0,1,1,1,0,1,0,1,0,0,0] => [3,5,7,1,8,2,9,4,6]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [3,1,5,7,2,8,4,9,6]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [3,1,5,6,2,7,4,9,8]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,1,0] => [3,1,5,7,9,2,4,6,8]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [3,1,5,7,2,8,9,4,6]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [3,1,5,6,2,7,4,8,9]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [3,1,4,5,2,8,6,9,7]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,3,6,4,7,5,9,8]
[1,1,0,1,0,1,0,0,1,1,1,0,1,0,0,0,1,0] => [3,1,5,7,8,2,9,4,6]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0] => [3,1,5,6,2,7,8,4,9]
[1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [3,1,5,7,8,9,2,4,6]
[1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0,1,0] => [3,1,4,5,2,8,6,7,9]
[1,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0,1,0] => [3,1,5,6,2,7,8,9,4]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [2,1,3,6,4,8,5,9,7]
[1,1,0,0,1,1,1,1,0,0,0,1,0,1,0,0,1,0] => [3,1,4,5,2,9,6,7,8]
[1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0] => [2,1,3,7,4,8,5,9,6]
[1,1,1,0,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [4,1,7,8,2,3,5,6,9]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0,1,0] => [4,1,2,3,7,5,8,9,6]
[1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [4,1,2,7,3,5,8,9,6]
[1,0,1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [2,3,5,1,4,7,9,6,8]
[1,0,1,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0] => [2,3,6,1,4,7,9,5,8]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,1,0,0] => [3,5,1,2,4,7,9,6,8]
[1,1,0,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0] => [3,4,5,1,2,7,9,6,8]
[1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [2,1,3,4,6,8,5,7,9]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,1,0,0] => [5,6,1,7,8,9,2,3,4]
[1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [2,1,6,3,8,4,9,5,7]
[1,1,0,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [3,5,6,8,1,2,4,7,9]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,0] => [5,1,6,7,2,3,4,8,9]
[1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0,1,0] => [5,1,6,9,2,3,4,7,8]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,0] => [3,1,6,9,2,4,5,7,8]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0] => [5,1,6,8,2,3,4,9,7]
[1,1,0,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0] => [3,1,6,8,2,4,5,9,7]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [2,6,1,3,4,5,8,7,9]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,1,0,0] => [4,6,1,2,8,3,5,7,9]
[1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0] => [4,1,6,2,3,7,5,9,8]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0,1,0] => [3,1,2,5,4,6,8,7,9]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0,1,0] => [3,1,2,5,4,7,6,8,9]
[1,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [3,1,4,2,5,7,6,9,8]
[1,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [3,1,5,6,7,8,9,2,4]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0,1,0] => [4,1,6,7,8,9,2,3,5]
[1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0,1,0] => [5,1,7,8,9,2,3,4,6]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0,1,0] => [6,1,8,9,2,3,4,5,7]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [4,1,5,7,8,9,2,3,6]
[1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0] => [5,1,6,8,9,2,3,4,7]
[1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [2,1,5,7,8,9,3,4,6]
[1,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0,1,0] => [6,1,7,9,2,3,4,5,8]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [2,1,6,8,9,3,4,5,7]
[1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [2,1,7,9,3,4,5,6,8]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0] => [3,5,1,7,2,9,4,6,8]
[1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0,1,0] => [4,1,6,8,2,3,5,7,9]
[1,0,1,1,1,1,0,0,1,0,1,1,0,1,0,0,0,0] => [2,3,4,7,1,8,5,6,9]
[1,1,1,0,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [4,5,1,6,2,8,3,9,7]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,5,1,6,3,8,4,7,9]
[1,0,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [2,3,5,7,1,4,6,9,8]
[1,0,1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [2,3,5,1,7,4,9,6,8]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0] => [3,4,1,2,5,7,6,8,9]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [3,1,4,7,2,5,6,8,9]
[1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,1,0] => [4,1,2,7,8,3,5,6,9]
[1,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0,1,0] => [4,1,2,5,6,3,8,9,7]
[1,1,0,0,1,1,0,1,1,0,0,1,0,1,0,0,1,0] => [3,1,4,5,2,7,6,8,9]
[1,1,1,0,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [4,1,5,7,8,2,3,9,6]
[1,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,1,0] => [4,1,5,7,2,3,6,8,9]
[1,0,1,0,1,1,0,1,0,1,0,1,1,0,1,0,0,0] => [2,4,5,1,7,3,6,9,8]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0] => [2,3,1,5,6,7,8,4,9]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0,1,0] => [5,1,6,2,3,7,8,9,4]
[1,1,0,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [3,8,9,1,2,4,5,6,7]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [4,5,1,2,3,7,6,9,8]
[1,1,0,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0] => [3,1,6,2,4,7,5,9,8]
[1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [2,5,6,1,3,9,4,7,8]
[1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [2,5,6,1,3,7,9,4,8]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,3,5,1,4,8,9,6,7]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [3,4,5,1,2,8,9,6,7]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [3,4,7,1,2,8,9,5,6]
[1,0,1,1,0,0,1,1,0,1,1,1,0,0,1,0,0,0] => [2,5,6,1,7,9,3,4,8]
[1,0,1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,0] => [2,3,5,1,4,6,9,7,8]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,0] => [4,5,7,1,2,8,9,3,6]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0] => [3,1,4,7,2,8,9,5,6]
[1,1,0,1,0,1,0,1,1,0,0,1,0,0,1,0,1,0] => [3,1,5,2,4,7,6,8,9]
[1,1,0,1,0,1,1,0,0,1,0,0,1,0,1,0,1,0] => [3,1,5,2,8,4,6,9,7]
[1,0,1,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [2,4,6,7,1,9,3,5,8]
[1,0,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [2,3,4,7,1,8,5,9,6]
[1,0,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [2,3,4,1,5,8,6,9,7]
[1,0,1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [2,3,4,7,8,1,5,9,6]
[1,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [4,5,6,7,1,2,9,3,8]
[1,0,1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [2,3,6,1,4,5,8,7,9]
[1,0,1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [2,3,5,6,1,4,8,7,9]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0] => [2,3,1,4,7,5,8,6,9]
[1,0,1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0] => [2,3,6,1,7,4,8,5,9]
[1,1,0,0,1,1,1,1,0,0,0,1,1,0,0,0,1,0] => [3,1,4,5,9,2,6,7,8]
[1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0] => [5,6,1,2,8,9,3,4,7]
[1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,1,0,0] => [4,5,1,2,6,7,8,3,9]
[1,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [2,6,1,3,4,7,5,8,9]
[1,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0,1,0] => [5,1,7,2,3,4,9,6,8]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0,1,0] => [5,1,2,3,7,4,9,6,8]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [3,1,2,6,7,8,4,5,9]
[1,1,0,1,0,0,1,1,1,0,1,0,1,1,0,0,0,0] => [3,5,6,7,1,2,8,4,9]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [3,6,8,9,1,2,4,5,7]
[1,1,1,0,0,1,1,0,0,1,0,1,1,0,0,0,1,0] => [4,1,2,5,8,3,6,9,7]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,0,1,0] => [5,1,2,6,8,3,4,9,7]
[1,0,1,1,1,0,1,0,0,1,1,0,0,1,1,0,0,0] => [2,3,6,1,4,8,9,5,7]
[1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0] => [5,1,2,6,3,4,8,9,7]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0] => [2,5,6,8,1,3,9,4,7]
[1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0,1,0] => [3,1,4,5,2,6,8,9,7]
[1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [2,5,1,3,4,8,9,6,7]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0] => [2,1,3,5,4,8,9,6,7]
[1,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [2,1,5,8,3,4,6,9,7]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,5,7,3,4,8,9,6]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0] => [2,5,1,3,4,6,9,7,8]
[1,0,1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,0] => [2,3,5,1,8,9,4,6,7]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [2,3,1,5,4,8,9,6,7]
[1,0,1,1,0,1,1,0,0,1,0,0,1,1,1,0,0,0] => [2,5,8,1,3,4,6,9,7]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [2,1,5,7,3,8,9,4,6]
[1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [2,1,4,8,3,5,6,9,7]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0] => [2,3,5,1,6,9,4,7,8]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [2,3,5,1,6,7,9,4,8]
[1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0,1,0] => [4,1,2,6,8,3,5,7,9]
[1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [3,1,2,4,6,8,5,7,9]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0,1,0] => [5,1,2,6,3,4,8,7,9]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0,1,0] => [4,1,2,5,6,3,8,7,9]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0] => [5,1,7,2,9,3,4,6,8]
[1,1,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,0] => [4,5,1,2,3,8,6,7,9]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,0] => [4,5,8,1,2,3,6,9,7]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [4,1,5,7,2,8,9,3,6]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [3,1,4,8,2,5,6,9,7]
[1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,5,1,3,6,7,9,4,8]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0] => [2,1,4,3,5,7,9,6,8]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0] => [2,4,1,3,7,5,9,6,8]
[1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0] => [4,1,2,5,6,3,7,9,8]
[1,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0,1,0] => [4,1,2,5,7,3,8,6,9]
[1,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0,1,0] => [5,1,2,6,7,3,8,4,9]
[1,1,1,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [4,1,5,2,3,6,7,9,8]
[1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0,1,0] => [4,1,5,2,3,7,8,6,9]
[1,1,1,1,0,0,0,1,1,0,1,0,0,0,1,0,1,0] => [5,1,6,2,3,7,8,4,9]
[1,1,1,1,1,1,0,0,0,0,1,0,0,0,1,0,1,0] => [7,1,8,2,3,4,9,5,6]
[1,1,1,1,0,0,0,1,0,1,0,0,1,0,1,0,1,0] => [5,1,6,2,7,3,4,9,8]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0] => [4,1,2,6,3,8,5,7,9]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,1,0,0] => [4,6,1,2,3,8,5,7,9]
[1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [3,4,1,5,2,8,6,7,9]
[1,1,0,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [3,4,5,1,6,2,9,7,8]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [4,1,2,8,3,5,6,9,7]
[1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,1,0] => [4,1,2,7,3,8,9,5,6]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0] => [2,6,1,3,4,8,9,5,7]
[1,0,1,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0] => [2,5,7,1,3,9,4,6,8]
[1,0,1,1,0,1,0,0,1,0,1,1,0,1,1,0,0,0] => [2,5,7,1,3,8,4,6,9]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,5,6,1,3,8,4,7,9]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,1,0] => [4,1,2,3,5,7,9,6,8]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,1,0] => [5,1,2,3,7,9,4,6,8]
[1,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,0] => [2,1,4,3,5,6,7,9,8]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [6,1,2,7,3,4,9,5,8]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0] => [5,6,1,8,2,3,4,9,7]
[1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [4,5,1,7,8,2,9,3,6]
[1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [3,4,1,5,6,2,7,9,8]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,3,1,4,8,5,6,9,7]
[1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [3,5,1,6,7,2,8,9,4]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [4,6,1,7,9,2,3,5,8]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [5,7,1,2,3,8,4,6,9]
[1,1,1,0,0,1,0,0,1,1,0,1,1,0,0,1,0,0] => [4,5,1,7,8,2,3,9,6]
[1,1,0,0,1,1,1,0,1,1,0,0,1,0,0,1,0,0] => [3,4,1,5,6,2,8,9,7]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [2,3,1,4,7,5,6,9,8]
[1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [4,5,1,6,7,2,8,9,3]
[1,1,1,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [4,6,1,2,3,7,5,8,9]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,1,0,0] => [4,6,1,2,8,9,3,5,7]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0] => [3,1,2,9,4,5,6,7,8]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [3,1,6,7,8,2,4,9,5]
[1,0,1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [2,1,3,6,4,5,8,7,9]
[1,0,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0] => [2,3,4,1,6,5,7,8,9]
[1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0] => [2,3,1,5,4,6,7,8,9]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,5,7,2,4,8,9,6]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [3,4,1,6,8,2,5,7,9]
[1,1,1,0,1,0,0,0,1,1,0,1,0,1,0,1,0,0] => [4,6,1,7,2,8,3,9,5]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0] => [2,3,1,5,6,9,4,7,8]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,1,0,0] => [2,5,1,3,4,9,6,7,8]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [2,5,1,3,7,9,4,6,8]
[1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0] => [5,8,1,2,3,4,9,6,7]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0] => [5,7,1,2,3,9,4,6,8]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [3,5,1,2,7,9,4,6,8]
[1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0,1,0] => [3,1,5,6,2,4,8,9,7]
[1,1,1,0,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [4,5,6,1,7,2,3,9,8]
[1,1,1,0,0,1,0,1,0,0,1,1,1,0,1,0,0,0] => [4,5,7,1,9,2,3,6,8]
[1,1,1,0,0,0,1,0,1,0,1,1,1,0,1,0,0,0] => [4,5,6,1,8,2,3,7,9]
[1,1,1,1,0,0,0,0,1,0,1,1,1,0,1,0,0,0] => [5,6,7,1,8,2,3,4,9]
[1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0] => [3,6,1,2,4,7,9,5,8]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,0,0] => [3,6,1,7,2,4,5,8,9]
[1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [2,3,1,5,7,8,4,9,6]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0] => [2,3,1,5,6,7,4,9,8]
[1,1,0,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0] => [3,4,5,6,1,7,2,8,9]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [3,4,1,5,2,8,6,9,7]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,0,0,1,0] => [6,1,2,7,3,4,8,5,9]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,0,1,0] => [6,1,2,7,3,9,4,5,8]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,0,1,0] => [6,1,2,7,3,8,4,5,9]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0,1,0] => [6,1,2,7,3,8,4,9,5]
[1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,1,0] => [6,1,7,2,3,4,9,5,8]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0,1,0] => [6,1,7,2,3,4,8,5,9]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0,1,0,1,0] => [6,1,7,2,3,9,4,5,8]
[1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,1,0] => [6,1,7,2,3,8,4,5,9]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,0,1,0] => [6,1,7,2,9,3,4,5,8]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0,1,0] => [6,1,7,2,8,3,4,5,9]
[1,0,1,0,1,1,1,1,0,0,1,1,0,1,0,0,0,0] => [2,4,5,6,1,9,3,7,8]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [5,1,2,8,3,4,6,7,9]
[1,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0] => [3,1,5,2,6,7,4,9,8]
[1,1,0,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [3,5,1,9,2,4,6,7,8]
[1,1,0,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0] => [3,5,7,8,1,2,4,9,6]
[1,1,0,1,1,0,0,1,1,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,7,8,9,5]
[1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0] => [3,8,1,2,4,9,5,6,7]
[1,1,0,0,1,1,0,1,1,1,0,0,0,1,0,1,0,0] => [3,4,1,5,2,7,8,9,6]
[1,1,0,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [3,4,5,7,1,2,6,9,8]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [3,4,1,5,8,9,2,6,7]
[1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [3,4,1,5,2,6,7,8,9]
[1,1,0,0,1,1,0,1,0,1,1,1,1,0,0,0,0,0] => [3,4,5,7,9,1,2,6,8]
[1,1,1,0,1,0,0,0,1,1,1,0,1,0,1,0,0,0] => [4,6,7,1,8,2,9,3,5]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [2,5,1,3,4,6,8,9,7]
[1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [2,3,5,8,1,4,9,6,7]
[1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0] => [2,4,1,6,3,5,9,7,8]
[1,1,1,1,1,0,0,0,1,0,0,0,1,1,0,0,1,0] => [6,1,7,8,2,3,4,5,9]
[1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,0,1,0] => [5,1,7,8,2,3,4,9,6]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0] => [5,1,7,2,3,8,4,6,9]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [2,3,5,1,6,7,4,8,9]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [2,3,5,6,1,8,9,4,7]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0] => [2,1,4,5,3,6,9,7,8]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [3,1,2,4,8,5,6,9,7]
[1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [5,7,1,8,2,3,4,9,6]
[1,1,1,1,0,0,0,1,0,0,1,1,0,1,0,1,0,0] => [5,6,1,7,2,9,3,4,8]
[1,1,1,0,0,1,0,0,1,1,0,1,0,1,0,1,0,0] => [4,5,1,7,2,8,3,9,6]
[1,1,0,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [3,5,1,2,8,9,4,6,7]
[1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0] => [5,6,1,2,7,9,3,4,8]
[1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [2,1,6,3,4,5,8,9,7]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [2,1,6,3,9,4,5,7,8]
[1,0,1,0,1,0,1,1,0,1,0,1,1,0,1,0,0,0] => [2,4,6,1,7,3,5,9,8]
[1,0,1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,0] => [2,4,5,7,1,9,3,6,8]
[1,0,1,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [2,3,5,7,8,1,9,4,6]
[1,1,0,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0] => [3,1,7,8,9,2,4,5,6]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,1,0,0,0] => [3,4,7,1,2,5,6,8,9]
[1,1,0,1,1,1,0,0,0,1,1,0,0,0,1,0,1,0] => [3,1,7,2,4,8,9,5,6]
[1,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [4,5,6,1,2,9,3,7,8]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,0] => [3,1,4,5,7,2,6,8,9]
[1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [4,6,1,2,7,8,9,3,5]
[1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [4,1,5,6,2,8,3,7,9]
[1,0,1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,0] => [2,4,1,5,7,9,3,6,8]
[1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [2,5,1,9,3,4,6,7,8]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,0] => [2,5,1,7,3,4,6,8,9]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [2,1,4,6,7,3,8,5,9]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,0,0,0] => [4,5,7,8,9,1,2,3,6]
[1,1,1,1,0,0,0,1,0,0,1,1,1,1,0,0,0,0] => [5,6,7,9,1,2,3,4,8]
[1,1,1,1,1,0,0,0,0,1,0,0,1,1,1,0,0,0] => [6,7,8,1,2,3,4,9,5]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [5,1,2,8,3,4,9,6,7]
[1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [3,1,2,7,4,5,8,9,6]
[1,0,1,1,1,1,0,0,1,0,0,1,1,0,0,0,1,0] => [2,1,3,7,8,4,5,6,9]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0,1,0] => [3,1,6,2,7,9,4,5,8]
[1,1,1,1,0,0,0,0,1,1,0,1,1,1,0,0,0,0] => [5,6,7,8,1,2,3,9,4]
[1,1,1,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0] => [4,5,9,1,2,3,6,7,8]
[1,1,1,1,1,0,0,0,1,1,0,0,0,0,1,1,0,0] => [6,7,1,2,3,4,8,9,5]
[1,1,0,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [3,4,5,6,7,1,2,8,9]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0,1,0] => [2,1,3,5,6,4,8,7,9]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0] => [2,4,1,7,3,5,8,6,9]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0] => [3,5,1,7,9,2,4,6,8]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0] => [2,5,7,1,3,4,6,9,8]
[1,0,1,1,0,1,0,1,0,0,1,0,1,1,1,0,0,0] => [2,5,7,1,3,4,9,6,8]
[1,0,1,1,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [2,3,7,1,4,5,6,9,8]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,1,0,0,0] => [2,5,7,1,3,4,8,6,9]
[1,0,1,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0] => [2,6,8,1,3,9,4,5,7]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0] => [2,6,7,1,3,8,4,5,9]
[1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0] => [3,1,2,8,4,5,6,7,9]
[1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0] => [3,1,6,7,2,4,9,5,8]
[1,1,0,1,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [3,1,5,2,4,6,7,9,8]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [2,3,4,1,7,5,6,8,9]
[1,0,1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [2,3,4,1,7,5,9,6,8]
[1,0,1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [2,3,5,6,8,9,1,4,7]
[1,0,1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,0] => [2,3,5,6,8,1,4,7,9]
[1,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [2,3,5,6,1,8,4,9,7]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0] => [10,1,2,3,4,5,6,7,8,9]
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,9,10,1]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,0] => [9,1,2,3,4,5,6,7,8,10]
[1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,9,1,10]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,1,0] => [9,1,2,3,4,5,6,7,10,8]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,1,0] => [8,1,2,3,4,5,6,7,9,10]
[1,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,1,9,10]
[1,0,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,10,1,9]
[1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,1,0] => [9,1,2,3,4,5,6,10,7,8]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,1,0] => [8,1,2,3,4,5,6,7,10,9]
[1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,1,0] => [7,1,2,3,4,5,6,8,9,10]
[1,0,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [2,3,4,5,6,7,1,8,9,10]
[1,0,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,1,10,9]
[1,0,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,9,10,1,8]
[1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,1,0] => [9,1,2,3,4,5,10,6,7,8]
[1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0,1,0] => [8,1,2,3,4,5,6,10,7,9]
[1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,1,0] => [7,1,2,3,4,5,6,8,10,9]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [6,1,2,3,4,5,7,8,9,10]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [2,3,4,5,6,1,7,8,9,10]
[1,0,1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0] => [2,3,4,5,6,7,1,8,10,9]
[1,0,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0] => [2,3,4,5,6,7,10,1,8,9]
[1,0,1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0] => [2,3,4,5,6,7,9,1,10,8]
[1,0,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0] => [2,3,4,5,6,8,9,10,1,7]
[1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,1,0] => [9,1,2,3,4,10,5,6,7,8]
[1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,1,0] => [8,1,2,3,4,5,6,9,7,10]
[1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,1,0] => [7,1,2,3,4,5,6,9,10,8]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [5,1,2,3,4,6,7,8,9,10]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0] => [2,3,4,5,1,6,7,8,9,10]
[1,0,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0] => [2,3,4,5,6,7,1,10,8,9]
[1,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0] => [2,3,4,5,6,7,1,9,10,8]
[1,0,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0] => [2,3,4,5,6,7,9,1,8,10]
[1,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,3,4,5,7,8,9,10,1,6]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,1,0] => [9,1,2,3,10,4,5,6,7,8]
[1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,1,0] => [8,1,2,3,4,5,9,10,6,7]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0,1,0] => [7,1,2,3,4,5,6,9,8,10]
[1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,1,0] => [7,1,2,3,4,5,8,9,10,6]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [4,1,2,3,5,6,7,8,9,10]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [2,3,4,1,5,6,7,8,9,10]
[1,0,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0] => [2,3,4,5,6,10,1,7,8,9]
[1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [2,3,4,5,6,7,1,9,8,10]
[1,0,1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0] => [2,3,4,5,6,8,9,1,7,10]
[1,0,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,3,4,6,7,8,9,10,1,5]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0] => [9,1,2,10,3,4,5,6,7,8]
[1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [3,1,2,4,5,6,7,8,9,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0] => [9,10,1,2,3,4,5,6,7,8]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [2,3,1,4,5,6,7,8,9,10]
[1,0,1,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,0] => [2,3,4,5,6,1,8,9,10,7]
[1,0,1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0] => [2,3,4,5,6,8,10,1,7,9]
[1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,10,1,2]
[1,0,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,3,5,6,7,8,9,10,1,4]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,1,0] => [9,1,10,2,3,4,5,6,7,8]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0,1,0] => [8,1,2,10,3,4,5,6,7,9]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [2,1,3,4,5,6,7,8,9,10]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,1,0,0] => [8,10,1,2,3,4,5,6,7,9]
[1,1,0,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,1,10,2]
[1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [2,3,5,6,7,8,9,1,10,4]
[1,0,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,4,5,6,7,8,9,10,1,3]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,3,6,5,8,7,10,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,4,1,3,6,5,8,7,10,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,4,1,6,3,5,8,7,10,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,4,1,6,3,8,5,7,10,9]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,4,1,6,3,8,5,10,7,9]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [2,4,1,6,3,8,5,9,7,10]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,4,1,6,3,7,5,9,8,10]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,4,1,5,3,7,6,9,8,10]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,1,5,4,7,6,9,8,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,4,7,6,9,8,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,4,6,1,3,5,8,7,10,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [2,4,1,6,8,3,5,7,10,9]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,1,6,4,7,5,9,8,10]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,2,5,3,7,6,9,8,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [2,4,6,1,8,3,5,7,10,9]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [2,4,1,6,8,3,10,5,7,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [2,4,6,8,1,3,5,7,10,9]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [2,4,1,6,3,8,9,5,10,7]
[1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [2,4,1,6,3,7,5,8,10,9]
[1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [2,4,1,5,3,8,6,10,7,9]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,1,6,4,8,5,9,7,10]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,2,6,3,7,5,9,8,10]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,5,2,6,3,7,4,9,8,10]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [2,4,6,1,8,3,10,5,7,9]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [2,4,6,8,1,3,10,5,7,9]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,4,6,8,1,10,3,5,7,9]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,2,6,3,8,5,9,7,10]
[1,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,2,7,3,8,5,9,6,10]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,5,2,7,3,8,4,9,6,10]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [2,4,6,1,8,3,9,5,10,7]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [2,4,6,8,1,3,9,5,10,7]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [2,4,6,8,10,1,3,5,7,9]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,4,2,6,3,8,5,10,7,9]
[1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [1,4,2,6,3,9,5,10,7,8]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,6,2,7,3,8,4,9,5,10]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,0] => [1,5,2,7,3,9,4,10,6,8]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,4,6,1,7,3,8,5,10,9]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [2,4,6,7,1,3,8,5,10,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [1,4,2,6,3,8,5,7,10,9]
[1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,0] => [1,4,2,6,3,8,5,7,9,10]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,0] => [1,5,2,7,3,9,4,6,8,10]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,4,5,1,6,3,8,7,10,9]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [2,4,5,6,1,3,8,7,10,9]
[1,0,1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [2,4,6,8,9,1,10,3,5,7]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [1,4,2,6,3,5,8,7,10,9]
[1,0,1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,4,6,8,9,10,1,3,5,7]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [1,4,2,6,3,5,8,10,7,9]
[1,0,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [2,4,1,5,6,8,3,9,10,7]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,0] => [1,6,2,8,3,9,4,10,5,7]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0,0] => [1,7,2,8,3,9,4,10,5,6]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,0] => [1,5,2,7,3,4,6,9,8,10]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,4,1,6,5,8,7,10,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [1,4,2,3,6,5,8,7,10,9]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [2,3,4,6,1,5,8,7,10,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,0] => [1,4,2,3,6,8,5,7,10,9]
[1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [1,4,2,6,3,5,8,9,10,7]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0] => [1,4,2,3,5,7,6,9,8,10]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [2,3,4,5,1,7,6,9,8,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0] => [1,5,2,3,4,7,6,9,8,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,1,4,6,3,5,8,7,10,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [2,1,4,3,6,8,5,7,10,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [2,4,1,3,6,8,5,7,10,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [2,1,4,6,8,3,5,7,10,9]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [2,1,4,3,6,5,8,10,7,9]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [2,1,4,6,3,5,8,10,7,9]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [2,1,4,6,8,10,3,5,7,9]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [2,1,4,3,6,5,8,7,9,10]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,4,1,3,6,8,5,7,9,10]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [2,1,4,3,6,5,8,9,10,7]
[1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [2,1,4,6,8,9,10,3,5,7]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,3,6,5,9,7,10,8]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [2,4,1,3,6,5,9,7,10,8]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [2,1,4,3,6,5,9,10,7,8]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,4,6,3,5,9,10,7,8]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,1,4,3,6,5,10,7,8,9]
[1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0] => [2,1,4,6,3,5,7,8,9,10]
[1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [2,1,4,6,7,8,9,10,3,5]
[1,0,1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,4,6,7,8,9,10,1,3,5]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,3,7,5,8,6,10,9]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [2,1,4,3,7,5,8,6,9,10]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,4,1,3,7,8,5,6,9,10]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,3,8,5,9,6,10,7]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [2,1,4,3,9,5,10,6,7,8]
[1,0,1,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [2,4,9,10,1,3,5,6,7,8]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0] => [2,1,4,3,10,5,6,7,8,9]
[1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [2,4,1,3,5,6,7,8,9,10]
[1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [2,1,4,5,6,7,8,9,10,3]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,5,3,6,4,8,7,10,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,5,1,3,6,4,8,7,10,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,1,5,6,3,4,8,7,10,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,5,6,1,3,4,8,7,10,9]
[1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0] => [2,5,1,3,6,4,8,9,10,7]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,5,3,6,4,9,7,10,8]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [2,1,5,3,6,4,9,10,7,8]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,5,6,3,4,9,10,7,8]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [2,5,6,1,3,4,9,10,7,8]
[1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,5,1,3,6,10,4,7,8,9]
[1,0,1,1,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [2,5,6,10,1,3,4,7,8,9]
[1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [2,1,5,3,6,4,7,8,9,10]
[1,0,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,5,6,7,8,9,10,1,3,4]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,6,3,7,4,8,5,10,9]
[1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,6,1,3,7,8,4,5,9,10]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [2,6,7,1,3,4,8,9,10,5]
[1,0,1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,6,7,8,9,10,1,3,4,5]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,7,3,8,4,9,5,10,6]
[1,0,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [2,7,8,9,10,1,3,4,5,6]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0] => [2,1,8,3,9,4,10,5,6,7]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [2,8,9,10,1,3,4,5,6,7]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0] => [2,1,9,3,10,4,5,6,7,8]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0] => [2,1,10,3,4,5,6,7,8,9]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0] => [2,10,1,3,4,5,6,7,8,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,1,4,2,6,5,8,7,10,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [3,4,1,2,6,5,8,7,10,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [3,1,4,6,2,5,8,7,10,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [3,4,6,1,2,5,8,7,10,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [3,1,4,2,6,8,5,7,10,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [3,1,4,6,8,2,5,7,10,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [3,4,6,8,1,2,5,7,10,9]
[1,1,0,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [3,4,6,8,10,1,2,5,7,9]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [3,1,4,2,6,5,9,7,10,8]
[1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0,1,1,0,0] => [3,4,1,2,6,5,7,8,9,10]
[1,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [3,1,4,6,7,8,9,10,2,5]
[1,1,0,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,6,7,8,9,10,1,2,5]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,1,4,2,7,5,8,6,10,9]
[1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0] => [3,4,1,2,7,8,5,6,10,9]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [3,1,4,2,7,5,8,6,9,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0] => [3,1,4,7,2,5,8,6,9,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0] => [3,1,4,2,7,8,5,6,9,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,7,8,5,6,9,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [3,1,4,7,8,2,5,6,9,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [3,4,7,8,1,2,5,6,9,10]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [3,1,4,2,7,5,8,9,10,6]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [3,4,7,1,2,5,8,9,10,6]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [3,1,4,2,8,5,9,6,10,7]
[1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [3,4,1,2,8,9,10,5,6,7]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0] => [3,1,4,9,10,2,5,6,7,8]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [3,4,9,10,1,2,5,6,7,8]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0] => [3,1,4,2,5,6,7,8,9,10]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [3,4,1,2,5,6,7,8,9,10]
[1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [3,1,4,5,6,7,8,9,10,2]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [4,1,5,2,6,3,8,7,10,9]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [4,5,1,2,6,3,8,7,10,9]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [4,1,5,6,2,3,8,7,10,9]
[1,1,1,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [4,1,5,6,8,9,10,2,3,7]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [4,1,5,2,6,3,9,7,10,8]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [4,1,5,6,2,3,9,10,7,8]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [4,5,6,1,2,3,9,10,7,8]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [4,5,1,2,6,10,3,7,8,9]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [4,5,6,10,1,2,3,7,8,9]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [4,5,6,1,2,3,7,8,9,10]
[1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [4,1,5,6,7,8,9,10,2,3]
[1,1,1,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,8,9,10,1,2,3]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [5,1,6,2,7,3,8,4,10,9]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [5,6,1,2,7,3,8,4,10,9]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [5,6,7,8,1,2,3,4,10,9]
[1,1,1,1,0,0,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [5,1,6,7,8,10,2,3,4,9]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [5,6,1,2,7,8,3,4,9,10]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [5,6,7,8,1,2,3,4,9,10]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [5,6,7,1,2,3,8,9,10,4]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,0,1,0] => [5,1,6,2,7,8,9,10,3,4]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [5,6,1,2,7,8,9,10,3,4]
[1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [5,1,6,7,8,9,10,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [5,6,7,8,9,10,1,2,3,4]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [6,1,7,2,8,3,9,4,10,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,1,0,0] => [6,7,1,2,8,3,9,4,10,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,0,0,0,1,0] => [6,1,7,8,9,2,3,4,10,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,1,0,0,0,0] => [6,7,8,9,1,2,3,4,10,5]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,1,0,0,1,0] => [6,1,7,8,2,3,9,10,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [6,1,7,8,9,10,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [6,7,8,9,10,1,2,3,4,5]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0] => [7,1,8,2,9,3,10,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,1,0,0] => [7,8,1,2,9,3,10,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,1,0] => [7,1,8,9,2,3,10,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,1,0,0,0] => [7,8,9,1,2,3,10,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,1,0] => [7,1,8,9,10,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0] => [7,8,9,10,1,2,3,4,5,6]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0,1,0] => [8,1,9,2,10,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,1,0,0] => [8,9,1,2,10,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,1,0] => [8,1,9,10,2,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,0,0] => [8,9,10,1,2,3,4,5,6,7]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8,9,10]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,1,5,2,6,4,8,7,10,9]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,1,5,2,7,4,8,6,10,9]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [3,1,5,2,7,4,9,6,10,8]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [3,1,5,2,7,4,9,6,8,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [3,1,5,2,7,4,6,9,8,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [3,1,5,2,4,7,6,9,8,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,2,5,4,7,6,9,8,10]
[1,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [1,2,3,4,6,8,5,7,10,9]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,2,3,4,7,5,8,6,10,9]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [1,2,3,5,7,4,6,9,8,10]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,2,3,6,4,7,5,9,8,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,3,5,2,4,7,6,9,8,10]
[1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,9,10,8]
[1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,10,8,9]
[1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,8,10,7,9]
[1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0] => [1,2,3,4,5,6,9,7,10,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [3,4,1,6,2,5,8,7,10,9]
[1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,3,4,5,6,7,8,9,10,2]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0] => [1,10,2,3,4,5,6,7,8,9]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0,0] => [1,9,2,3,4,5,6,7,8,10]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8,10,9]
[1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,8,9,10,7]
[1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,7,8,9,10,6]
[1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,2,3,4,6,7,8,9,10,5]
[1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,2,3,5,6,7,8,9,10,4]
[1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,2,4,5,6,7,8,9,10,3]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,4,2,6,5,8,7,10,9]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [2,1,4,3,6,8,5,10,7,9]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [2,1,4,6,3,8,5,10,7,9]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,3,2,6,4,8,5,10,7,9]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,4,8,6,10,7,9]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,4,7,6,10,8,9]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [2,3,4,5,6,1,8,7,10,9]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [1,3,5,7,2,4,6,9,8,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0] => [1,3,5,7,2,9,4,6,8,10]
[1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [1,3,5,7,2,9,4,10,6,8]
[1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [1,3,5,7,2,8,4,9,6,10]
[1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,3,5,6,2,7,4,9,8,10]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,3,4,5,2,7,6,9,8,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,2,3,5,4,7,6,9,8,10]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0] => [1,2,10,3,4,5,6,7,8,9]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0] => [1,2,3,10,4,5,6,7,8,9]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0] => [1,2,3,4,10,5,6,7,8,9]
[1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0] => [1,2,3,4,5,10,6,7,8,9]
[1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0] => [1,2,3,4,5,6,10,7,8,9]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,3,7,5,9,6,10,8]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,5,3,7,4,9,6,10,8]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [1,3,5,2,7,4,9,6,10,8]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0] => [1,3,2,5,7,4,9,6,10,8]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [1,3,2,5,4,7,9,6,10,8]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [1,3,2,5,4,7,6,9,10,8]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,1,0,0] => [1,8,2,3,4,5,6,7,10,9]
[1,1,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [1,3,4,5,6,7,8,2,10,9]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,6,1,2,7,8,4,5,9,10]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [3,6,1,2,7,10,4,5,8,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [3,6,1,2,4,7,10,5,8,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,3,6,2,4,7,10,5,8,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0] => [3,1,2,6,4,7,10,5,8,9]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [3,1,6,7,2,4,5,10,8,9]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,6,7,2,4,9,10,5,8]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,5,6,2,4,9,10,7,8]
[1,1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,3,5,6,7,8,9,10,2,4]
[1,1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,3,5,7,8,9,10,2,4,6]
[1,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [1,3,5,7,9,10,2,4,6,8]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0] => [1,3,5,7,9,2,4,6,8,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,3,5,2,7,4,6,9,8,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [1,3,5,2,7,4,9,6,8,10]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,5,2,7,4,8,6,10,9]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,5,2,6,4,8,7,10,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,4,3,6,5,8,7,10,9]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,0] => [1,3,5,2,7,9,4,6,8,10]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [1,3,5,2,7,4,9,10,6,8]
[1,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [1,3,5,2,7,4,8,6,9,10]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [1,3,5,2,6,4,9,7,10,8]
[1,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,4,2,7,5,8,6,10,9]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,5,3,6,4,8,7,10,9]
[1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,9,10,7,8]
[1,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,0] => [1,2,3,4,5,9,10,6,7,8]
[1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0] => [1,2,3,4,8,9,10,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0] => [1,2,3,8,9,10,4,5,6,7]
[1,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0] => [1,2,7,8,9,10,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0] => [1,7,8,9,10,2,3,4,5,6]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [2,3,5,6,8,1,9,4,7,10]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0] => [2,3,5,6,1,8,9,4,10,7]
[1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [2,3,5,6,1,9,4,7,8,10]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [2,3,5,1,6,7,9,4,10,8]
[1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [2,3,5,1,6,7,4,8,10,9]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [2,3,6,8,1,9,4,5,10,7]
[1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [2,3,6,1,8,9,4,10,5,7]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [2,3,6,1,9,4,5,7,8,10]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0] => [2,3,7,1,9,4,5,6,10,8]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [2,3,1,4,6,7,9,5,10,8]
[1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [2,3,1,4,6,7,5,8,10,9]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [2,3,1,4,7,9,5,10,6,8]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [2,3,1,4,7,5,6,8,10,9]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [2,3,1,4,8,5,6,10,7,9]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [3,5,6,7,1,9,2,4,10,8]
[1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [3,5,6,1,7,9,2,10,4,8]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [3,5,6,1,7,2,4,8,10,9]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [3,5,1,6,7,8,2,10,4,9]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [3,5,1,6,7,2,8,9,4,10]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [3,6,8,1,9,2,4,10,5,7]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [3,6,1,8,9,2,10,4,5,7]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0] => [4,6,7,1,9,2,3,10,5,8]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [4,6,1,7,9,2,10,3,5,8]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [3,6,1,9,2,4,5,7,8,10]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [3,7,1,9,2,4,5,6,10,8]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [4,6,1,7,2,3,5,8,10,9]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [4,7,1,9,2,3,5,10,6,8]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0] => [5,7,1,8,2,3,4,10,6,9]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [3,1,2,4,6,7,9,5,10,8]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0] => [3,1,2,4,6,7,5,8,10,9]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [3,1,2,4,7,9,5,10,6,8]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0] => [3,1,2,4,7,5,6,8,10,9]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0] => [3,1,2,4,8,5,6,10,7,9]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0] => [4,1,2,6,7,8,3,10,5,9]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0] => [4,1,2,6,7,3,8,9,5,10]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0] => [4,1,2,7,9,3,10,5,6,8]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0] => [5,1,2,7,8,3,10,4,6,9]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [4,1,2,7,3,5,6,8,10,9]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0] => [4,1,2,8,3,5,6,10,7,9]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0] => [5,1,2,7,3,4,8,9,6,10]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0] => [5,1,2,8,3,4,10,6,7,9]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [6,1,2,8,3,4,9,5,7,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [4,1,2,3,6,5,8,7,10,9]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [6,1,2,3,4,5,8,7,10,9]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [5,1,2,3,4,7,6,9,8,10]
[1,1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,8,9,7,10]
[1,1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [1,3,4,5,6,7,8,9,2,10]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,0,0] => [1,9,2,3,4,5,6,7,10,8]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0,0] => [1,8,2,3,4,5,6,7,9,10]
[1,1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [1,3,4,5,6,7,8,2,9,10]
[1,1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [1,3,4,5,6,7,8,10,2,9]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [3,5,1,2,6,4,8,7,10,9]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,2,3,4,6,5,8,7,10,9]
[1,1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,4,5,8,6,9,7,10]
[1,1,1,0,0,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [4,5,6,7,8,1,9,2,10,3]
[1,1,1,1,0,0,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [5,6,7,1,8,2,9,3,10,4]
[1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0,0] => [1,2,3,4,5,6,9,7,8,10]
[1,1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,3,4,5,6,2,8,7,10,9]
[1,1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,3,4,5,6,7,2,9,8,10]
[1,0,1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [2,4,5,6,7,8,9,1,10,3]
[1,0,1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,4,6,7,8,9,1,10,3,5]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0] => [1,8,9,10,2,3,4,5,6,7]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0] => [1,2,9,10,3,4,5,6,7,8]
[1,1,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [1,2,3,5,6,7,8,9,4,10]
[1,1,1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [1,2,3,5,6,7,8,4,9,10]
[1,1,1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [1,2,3,5,6,7,4,8,9,10]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [1,2,3,5,6,4,7,8,9,10]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,0] => [1,3,2,10,4,5,6,7,8,9]
[1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [1,3,2,5,4,10,6,7,8,9]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,4,8,6,9,7,10]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,4,1,5,2,7,6,9,8,10]
[1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,9,8,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,2,4,6,3,5,8,7,10,9]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [1,3,2,5,4,7,9,6,8,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0] => [1,3,2,5,7,9,4,6,8,10]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0] => [3,5,1,7,2,9,4,6,8,10]
[1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,0] => [1,3,2,7,4,9,5,6,8,10]
[1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [1,3,2,5,4,9,6,7,8,10]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [1,3,2,5,4,7,6,8,9,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,1,4,6,3,8,5,7,10,9]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,1,5,3,4,7,6,9,8,10]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,4,5,3,7,6,9,8,10]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [2,4,1,3,7,5,9,6,10,8]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [2,5,1,3,7,4,9,6,10,8]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [3,5,1,2,7,4,9,6,10,8]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,4,5,7,6,9,8,10]
[1,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0,0] => [1,2,3,4,5,6,8,7,10,9]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0,0,0] => [1,2,8,3,4,5,6,7,10,9]
[1,1,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [1,2,4,5,6,7,8,3,10,9]
[1,1,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0,0] => [1,2,3,5,7,9,4,6,8,10]
[1,1,1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0] => [1,2,3,5,7,9,10,4,6,8]
[1,1,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [1,2,4,6,8,9,10,3,5,7]
[1,1,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,2,4,6,7,8,9,10,3,5]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0] => [1,9,10,2,3,4,5,6,7,8]
[1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [1,6,7,8,9,10,2,3,4,5]
[1,1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,5,6,7,8,9,10,2,3,4]
[1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,4,5,6,7,8,9,10,2,3]
[1,1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [1,3,4,5,6,7,2,8,9,10]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [1,2,4,5,6,3,7,8,9,10]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0] => [1,2,3,5,4,6,7,8,9,10]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [1,2,6,3,4,5,7,8,9,10]
[1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,1,0,0] => [1,7,2,3,4,5,6,8,9,10]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [4,1,2,6,3,8,5,10,7,9]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [3,1,2,6,4,8,5,10,7,9]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [3,1,2,5,4,8,6,10,7,9]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0,1,0] => [3,1,2,5,4,7,6,10,8,9]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,2,3,5,6,4,8,7,10,9]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0,0] => [1,2,3,4,7,5,6,9,8,10]
[1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,2,4,5,6,3,8,7,10,9]
[1,1,1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0,0,0] => [1,2,3,4,7,5,9,6,8,10]
[1,1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0,0,0] => [1,2,3,4,7,5,9,6,10,8]
[1,1,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0,0] => [1,2,3,4,5,9,6,7,10,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [3,1,4,6,2,8,5,7,10,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [4,1,6,2,3,5,8,7,10,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [4,1,6,2,8,3,5,7,10,9]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [4,1,6,2,8,3,10,5,7,9]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [4,1,6,2,8,3,9,5,10,7]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [4,1,6,2,7,3,8,5,10,9]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [3,5,1,2,4,7,6,9,8,10]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,1,0,1,0] => [6,1,8,2,9,3,10,4,5,7]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0] => [7,1,9,2,10,3,4,5,6,8]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0] => [5,1,7,2,3,4,6,9,8,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0] => [1,2,5,3,7,4,6,9,8,10]
[1,1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0] => [1,2,3,5,7,4,9,6,8,10]
[1,1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,2,3,5,7,8,9,10,4,6]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0] => [3,1,4,7,2,8,5,6,9,10]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [4,6,1,2,7,8,3,5,9,10]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [1,2,3,6,4,5,8,7,10,9]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,0,0] => [1,2,3,7,4,5,6,9,8,10]
[1,1,1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,5,6,7,4,9,8,10]
[1,0,1,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0] => [2,3,4,5,7,9,10,1,6,8]
[1,0,1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [2,3,4,6,8,9,10,1,5,7]
[1,0,1,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,3,5,7,8,9,10,1,4,6]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [2,1,4,3,6,5,8,9,7,10]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,1,4,3,6,5,9,7,8,10]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,5,3,7,4,8,6,10,9]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [6,8,9,10,1,2,3,4,5,7]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,3,5,4,7,6,9,8,10]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,1,5,3,7,4,9,6,8,10]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,1,4,3,7,5,9,6,8,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,4,6,1,3,8,5,7,10,9]
[1,1,1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0,0] => [1,2,3,4,6,8,5,10,7,9]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,0] => [1,6,2,3,4,5,8,7,10,9]
[1,1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,4,6,8,5,9,7,10]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0,0] => [1,2,6,3,4,5,8,7,10,9]
[1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,4,6,7,5,9,8,10]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [3,1,4,2,7,5,9,6,10,8]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [1,2,3,6,7,4,5,9,8,10]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,1,4,3,6,7,5,9,8,10]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [2,1,4,6,3,7,5,10,8,9]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,1,4,3,5,7,6,9,8,10]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,4,5,3,8,6,9,7,10]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0] => [5,6,7,1,2,3,4,8,9,10]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [2,4,5,7,1,3,6,9,8,10]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,1,0,0,0,0] => [2,4,6,8,1,3,5,9,7,10]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [2,5,1,3,4,7,6,9,8,10]
[1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [2,1,4,3,6,9,5,10,7,8]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [4,5,1,2,7,8,3,6,9,10]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [4,5,1,2,8,9,3,6,7,10]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [4,5,1,2,3,8,6,9,10,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,4,2,5,8,3,6,9,10,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0] => [4,1,2,5,8,3,6,9,10,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [4,1,5,8,2,3,6,9,10,7]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [4,1,5,8,2,3,9,10,6,7]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [4,1,2,5,3,7,6,9,8,10]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,1,4,3,7,5,10,6,8,9]
[1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,1,5,3,7,4,10,6,8,9]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [3,1,5,2,7,4,10,6,8,9]
[1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [2,3,4,5,1,8,6,9,7,10]
[1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0,0] => [1,3,4,5,2,9,6,10,7,8]
[1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [1,3,5,2,6,4,10,7,8,9]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [1,2,4,3,6,5,7,8,9,10]
[1,1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0,1,0,0] => [1,5,2,3,4,7,9,10,6,8]
[1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,1,0] => [5,1,2,3,4,7,9,6,8,10]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0] => [3,1,5,7,2,4,9,6,8,10]
[1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [3,1,5,7,2,9,4,6,10,8]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0] => [3,1,5,7,2,8,4,10,6,9]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [3,1,5,6,2,8,4,9,7,10]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,4,6,2,7,5,9,8,10]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0,1,0] => [8,1,10,2,3,4,5,6,7,9]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0,0] => [1,8,2,10,3,4,5,6,7,9]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,0,0] => [1,2,8,3,10,4,5,6,7,9]
[1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0] => [1,2,3,8,4,10,5,6,7,9]
[1,1,1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0,0,0] => [1,2,3,4,8,5,10,6,7,9]
[1,1,1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0,0,0] => [1,2,3,4,5,8,6,10,7,9]
[1,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,8,9,10,6,7]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,0] => [2,3,9,10,1,4,5,6,7,8]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [2,3,4,10,1,5,6,7,8,9]
[1,1,1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0,0,0] => [1,2,3,6,7,4,8,5,10,9]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [2,1,4,6,3,8,10,5,7,9]
[1,1,0,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [3,4,5,1,6,2,8,7,10,9]
[1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [1,2,3,6,4,8,5,9,7,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [1,2,4,6,3,8,5,7,10,9]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,5,3,7,4,8,6,10,9]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [1,3,2,5,7,4,6,9,8,10]
[1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,2,5,6,7,8,9,10,3,4]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,1,1,0,0,0,0] => [5,6,7,8,1,2,9,10,3,4]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,1,0,0,0] => [6,7,8,1,9,10,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,1,1,0,0,0,0] => [6,7,8,9,1,2,10,3,4,5]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0] => [4,5,6,7,1,2,8,9,10,3]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,5,1,4,7,6,9,8,10]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0,0] => [1,2,9,3,4,5,6,7,8,10]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,0,0] => [1,2,3,9,4,5,6,7,8,10]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0] => [1,2,3,4,9,5,6,7,8,10]
[1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0,0] => [1,2,3,4,5,9,6,7,8,10]
[1,1,1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,7,8,9,6,10]
[1,1,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [1,2,3,4,6,7,8,9,5,10]
[1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [1,2,4,5,6,7,8,9,3,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0,0] => [1,9,2,10,3,4,5,6,7,8]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,0] => [1,8,2,9,3,10,4,5,6,7]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [3,4,1,7,8,2,5,6,9,10]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [3,4,1,7,8,2,5,9,10,6]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [3,4,1,5,8,2,6,9,10,7]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [2,3,1,5,8,4,6,9,10,7]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [2,5,1,6,3,4,9,10,7,8]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0] => [2,1,7,3,9,4,10,5,6,8]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [2,1,4,3,8,5,10,6,7,9]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,1,6,2,7,4,8,5,10,9]
[1,1,1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0,0,0] => [1,2,3,7,4,8,5,9,6,10]
[1,1,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [1,2,3,5,4,8,6,9,7,10]
[1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,0,0] => [1,2,5,7,3,8,4,9,6,10]
[1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,1,0,0,0,0] => [1,5,7,8,2,9,3,10,4,6]
[1,1,1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,0,0,0] => [1,2,3,4,5,7,9,6,10,8]
[1,1,1,0,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [1,4,5,6,7,8,9,2,10,3]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0,0] => [1,3,2,5,7,4,6,8,9,10]
[1,1,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [1,3,2,6,4,7,5,8,9,10]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,4,5,2,7,6,9,8,10]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [4,1,5,2,7,3,8,6,10,9]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [3,4,5,7,8,1,2,10,6,9]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [3,6,7,8,1,2,9,4,5,10]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [3,6,7,1,2,10,4,5,8,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0,1,0] => [3,1,6,2,4,7,10,5,8,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [1,3,2,6,4,7,10,5,8,9]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,0] => [1,3,6,2,7,4,5,10,8,9]
[1,1,0,1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0,0] => [1,3,6,7,2,9,4,5,10,8]
[1,1,0,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [1,3,5,6,8,2,9,4,7,10]
[1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0] => [1,2,4,5,7,8,3,10,6,9]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [3,1,2,5,7,4,6,9,8,10]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [5,1,2,3,6,4,8,7,10,9]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,0] => [1,2,7,3,4,9,5,6,10,8]
[1,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,4,3,7,5,8,6,10,9]
[1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,2,7,4,8,5,9,6,10]
[1,1,0,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [3,1,4,5,6,7,8,9,2,10]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0] => [2,9,1,3,4,5,6,7,8,10]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0,0] => [1,2,4,6,3,8,5,10,7,9]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,2,4,5,3,7,6,9,8,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [1,2,4,6,8,3,5,7,10,9]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [1,2,4,6,8,3,10,5,7,9]
[1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,3,6,1,4,7,10,5,8,9]
[1,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,5,6,1,3,7,10,4,8,9]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [2,5,6,1,3,9,10,4,7,8]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [3,4,1,6,2,8,5,10,7,9]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,4,1,3,6,8,9,5,7,10]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [2,4,1,3,6,8,5,9,10,7]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [2,1,4,6,3,5,7,9,10,8]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [2,1,4,6,3,5,7,10,8,9]
[1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [1,3,2,4,5,6,7,8,9,10]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [2,1,3,4,6,5,8,7,10,9]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [2,1,4,5,6,3,8,7,10,9]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [4,1,5,6,2,8,3,7,10,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [1,4,6,2,3,5,8,7,10,9]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,4,5,2,6,3,8,7,10,9]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [5,6,1,2,8,9,3,4,7,10]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,8,9,5,6,7,10]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [3,4,1,2,5,9,6,7,10,8]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [4,5,1,2,3,9,6,7,10,8]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [5,6,1,2,3,9,4,7,10,8]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [6,7,1,2,3,9,4,5,10,8]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [3,4,1,2,7,8,5,9,10,6]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [4,5,1,2,7,8,3,9,10,6]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [5,6,1,2,3,8,4,9,10,7]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [3,4,1,2,5,8,6,9,10,7]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [3,4,1,7,8,2,9,10,5,6]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [4,5,1,7,8,2,9,10,3,6]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,5,2,6,8,3,9,10,4,7]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [3,4,1,5,8,2,9,10,6,7]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,4,2,5,8,3,9,10,6,7]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,5,2,3,6,4,9,10,7,8]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,6,2,3,7,4,9,10,5,8]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,5,2,3,6,4,7,10,8,9]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,6,2,3,7,4,5,10,8,9]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [3,4,1,5,6,2,9,10,7,8]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,4,2,5,6,3,9,10,7,8]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,7,2,3,8,4,5,10,6,9]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [3,4,1,5,6,2,7,10,8,9]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,4,2,5,6,3,7,10,8,9]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [4,5,1,7,8,2,3,6,9,10]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [5,6,1,8,9,2,3,4,7,10]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [3,4,1,8,9,2,5,6,7,10]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [4,5,1,8,9,2,3,6,7,10]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [3,4,1,5,9,2,6,7,10,8]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,4,2,5,9,3,6,7,10,8]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,5,2,6,9,3,4,7,10,8]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,6,2,7,9,3,4,5,10,8]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [4,5,1,7,8,2,3,9,10,6]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,5,2,6,8,3,4,9,10,7]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [3,1,5,7,2,4,6,9,8,10]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0] => [3,1,5,7,2,9,4,6,8,10]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [3,1,5,7,2,9,4,10,6,8]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [3,1,5,7,2,8,4,9,6,10]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,5,6,2,7,4,9,8,10]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,1,0] => [3,1,5,7,9,2,4,6,8,10]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [3,1,5,7,2,9,10,4,6,8]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [3,1,5,7,2,8,4,9,10,6]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [3,1,5,6,2,7,4,10,8,9]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,4,5,2,8,6,9,7,10]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,3,6,4,7,5,9,8,10]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,2,6,4,7,5,9,8,10]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0,0] => [1,2,4,6,3,5,8,10,7,9]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,0] => [1,2,5,6,3,4,8,10,7,9]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [1,2,5,6,3,4,9,10,7,8]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0] => [7,10,1,2,3,4,5,6,8,9]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [1,2,3,5,4,6,8,7,10,9]
[1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0] => [1,2,5,3,4,7,8,6,10,9]
[1,1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0,1,0,0] => [1,5,2,3,4,7,9,6,10,8]
[1,1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,1,0,0,0] => [1,2,5,3,4,7,8,9,6,10]
[1,1,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0,0,0] => [1,2,3,5,4,6,7,9,8,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0,0] => [1,9,2,3,10,4,5,6,7,8]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,1,0,0] => [1,8,2,9,3,4,10,5,6,7]
[1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,1,0,0] => [1,7,2,8,3,9,4,5,10,6]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,6,2,7,3,8,4,10,5,9]
[1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,5,2,6,3,8,4,9,7,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,1,0,0] => [1,5,2,3,7,4,6,9,8,10]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,6,2,3,8,4,5,10,7,9]
[1,1,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [1,2,4,5,6,7,8,3,9,10]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [1,4,2,3,5,6,7,8,9,10]
[1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0] => [1,2,3,4,5,6,8,7,9,10]
[1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,0,0] => [1,2,3,4,5,7,6,8,9,10]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [1,2,3,4,6,5,7,8,9,10]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [5,6,1,2,7,10,3,4,8,9]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [1,2,5,3,4,7,6,9,8,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [4,6,1,2,3,5,8,7,10,9]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0,0] => [1,7,2,3,4,5,6,9,8,10]
[1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [1,4,2,5,6,7,8,9,10,3]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0] => [1,3,10,2,4,5,6,7,8,9]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,2,5,6,3,4,8,7,10,9]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,5,1,3,7,8,4,6,9,10]
[1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [3,1,5,6,7,8,9,10,2,4]
[1,1,1,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [4,1,6,7,8,9,10,2,3,5]
[1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [5,1,7,8,9,10,2,3,4,6]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,0,0,0,1,0] => [6,1,8,9,10,2,3,4,5,7]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0,1,0] => [7,1,9,10,2,3,4,5,6,8]
[1,1,0,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0] => [1,3,4,5,6,7,2,10,8,9]
[1,1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0] => [1,3,4,5,6,2,9,7,10,8]
[1,1,0,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [1,3,4,5,2,8,6,9,7,10]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [1,5,2,3,6,4,8,7,10,9]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [4,5,1,2,3,7,6,9,8,10]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [2,1,3,4,6,7,9,5,10,8]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [2,5,6,8,1,9,3,4,10,7]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [2,3,1,5,6,7,9,4,10,8]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [2,1,3,7,4,5,6,8,10,9]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0] => [2,3,5,8,1,9,4,6,7,10]
[1,0,1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,1,0] => [2,1,3,6,7,9,4,10,5,8]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0] => [2,5,1,3,9,4,6,7,8,10]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,1,0] => [2,1,7,9,3,4,10,5,6,8]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [2,3,5,1,6,8,9,4,10,7]
[1,0,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [2,1,3,4,6,5,7,8,10,9]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [2,5,1,6,8,9,3,10,4,7]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [2,3,1,5,6,4,7,8,10,9]
[1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0] => [2,1,3,8,4,5,10,6,7,9]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [2,3,5,6,1,4,8,7,9,10]
[1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,1,0] => [2,1,3,4,6,9,5,7,10,8]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,0,0,0] => [2,5,6,1,3,8,4,9,10,7]
[1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0] => [2,3,1,5,6,9,4,7,10,8]
[1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0] => [2,1,3,7,4,5,8,10,6,9]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0] => [2,5,8,1,3,9,4,6,10,7]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,1,0] => [2,1,6,7,8,3,4,10,5,9]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0] => [2,5,8,1,3,4,9,6,7,10]
[1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,1,0] => [2,1,6,7,9,3,4,5,10,8]
[1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [2,3,5,1,4,8,6,7,9,10]
[1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0] => [2,1,3,6,9,4,5,10,7,8]
[1,0,1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0] => [2,3,1,5,9,4,6,10,7,8]
[1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,1,0] => [2,1,3,7,4,8,9,5,6,10]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [2,3,5,6,1,8,9,4,7,10]
[1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [2,1,3,4,6,7,5,9,10,8]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [2,5,6,1,8,9,3,4,10,7]
[1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [2,3,1,5,6,7,4,9,10,8]
[1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,1,0] => [2,1,3,7,4,5,6,10,8,9]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [2,3,5,1,8,9,4,6,7,10]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0] => [2,1,3,6,7,4,9,10,5,8]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0] => [2,5,1,3,9,4,6,7,10,8]
[1,0,1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0] => [2,1,7,8,3,4,10,5,6,9]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [2,3,5,1,6,8,4,9,10,7]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [2,1,3,4,6,5,7,10,8,9]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0] => [2,5,1,6,8,3,9,10,4,7]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,3,1,5,6,4,7,10,8,9]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [2,1,3,8,4,5,9,6,7,10]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [1,3,4,2,5,7,6,9,8,10]
[1,1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [1,3,5,2,6,4,7,9,8,10]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [1,3,5,2,8,4,9,6,7,10]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,3,6,2,7,4,5,9,8,10]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,4,5,2,3,7,6,9,8,10]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,1,0,0] => [8,9,1,10,2,3,4,5,6,7]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,1,0,1,0,0] => [7,8,1,9,2,10,3,4,5,6]
[1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,1,0,1,0,0] => [6,7,1,8,2,9,3,10,4,5]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [5,6,1,7,2,8,3,9,4,10]
[1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [4,5,1,6,2,7,3,9,8,10]
[1,1,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0,0] => [1,2,3,4,5,7,9,6,8,10]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,5,1,6,3,4,8,7,10,9]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [2,3,1,5,7,4,6,9,8,10]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [2,3,5,1,7,4,6,9,8,10]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,7,10,5,6,8,9]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [3,4,1,2,7,8,9,5,6,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [3,4,7,1,2,8,5,6,9,10]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,0] => [3,1,4,7,2,8,9,5,6,10]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [3,1,4,7,2,5,6,10,8,9]
[1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0] => [1,3,2,4,5,6,7,8,10,9]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0] => [2,1,9,3,4,5,6,7,8,10]
[1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [2,1,4,5,6,7,8,9,3,10]
[1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0] => [2,1,3,4,5,6,7,8,10,9]
[1,0,1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [2,4,5,6,7,8,9,1,3,10]
[1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,4,6,7,8,9,10,2,3,5]
[1,1,1,1,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [1,5,7,8,9,10,2,3,4,6]
[1,1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0] => [1,6,8,9,10,2,3,4,5,7]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,0,0,0,0] => [1,7,9,10,2,3,4,5,6,8]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0,0] => [1,8,10,2,3,4,5,6,7,9]
[1,1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,7,8,10,6,9]
[1,1,1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,0,0] => [1,2,3,4,5,7,8,6,10,9]
[1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0] => [4,7,1,2,8,9,3,5,6,10]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0,0] => [1,4,2,3,9,10,5,6,7,8]
[1,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0,0] => [1,4,2,3,7,8,5,6,9,10]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [3,4,7,1,2,8,9,5,6,10]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [3,4,5,1,2,7,10,6,8,9]
[1,1,0,0,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [3,4,5,1,6,2,8,10,7,9]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,1,0,0] => [1,5,2,6,8,10,3,4,7,9]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,1,1,0,0] => [4,6,1,2,3,5,9,7,10,8]
[1,0,1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0] => [2,3,4,5,6,1,9,7,10,8]
[1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [2,3,4,6,7,9,1,5,10,8]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0] => [3,5,1,7,2,4,9,6,8,10]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0] => [3,5,1,2,7,4,9,6,8,10]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0] => [5,1,7,2,9,3,10,4,6,8]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [2,3,4,5,7,1,6,9,8,10]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,4,1,7,5,8,6,10,9]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,6,7,3,4,9,10,5,8]
[1,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,0] => [1,4,7,2,10,3,5,6,8,9]
[1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [4,1,7,2,3,10,5,6,8,9]
[1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,0] => [1,3,4,7,2,10,5,6,8,9]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,1,0] => [3,1,7,2,4,5,10,6,8,9]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [2,1,3,7,4,5,10,6,8,9]
[1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,1,0] => [4,1,6,7,2,10,3,5,8,9]
[1,1,1,0,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0] => [4,6,1,7,2,3,10,5,8,9]
[1,1,0,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [1,3,4,6,7,2,10,5,8,9]
[1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [3,1,5,6,7,2,10,4,8,9]
[1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [3,1,6,2,4,5,7,10,8,9]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [2,1,3,6,4,5,7,10,8,9]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [3,5,1,6,2,4,7,10,8,9]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [2,1,3,5,6,4,7,10,8,9]
[1,0,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,4,1,5,6,3,7,10,8,9]
[1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,1,0,0,1,0] => [3,1,7,9,2,10,4,5,6,8]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,1,0,0] => [3,7,1,9,2,4,10,5,6,8]
[1,0,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0] => [2,1,3,7,9,4,10,5,6,8]
[1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [2,7,1,9,3,4,5,10,6,8]
[1,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [1,7,2,3,9,4,5,10,6,8]
[1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,0] => [1,3,4,6,7,9,2,10,5,8]
[1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [3,1,5,6,7,9,2,10,4,8]
[1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0,1,0] => [2,1,3,6,8,9,4,10,5,7]
[1,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [3,5,1,6,8,9,2,10,4,7]
[1,0,1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0] => [2,5,1,7,8,9,3,10,4,6]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0,1,0] => [3,1,6,2,4,5,7,9,10,8]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0] => [2,1,3,6,4,5,7,9,10,8]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,0,0] => [3,5,1,6,2,4,7,9,10,8]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0] => [2,1,3,5,6,4,7,9,10,8]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0] => [2,4,1,5,6,3,7,9,10,8]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0] => [2,6,1,8,3,4,5,9,10,7]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0] => [1,6,2,3,8,4,5,9,10,7]
[1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,1,0,0,0] => [3,5,6,1,8,2,4,9,10,7]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0] => [2,5,7,1,8,3,4,9,10,6]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [2,1,3,5,6,8,4,9,10,7]
[1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0] => [1,5,2,3,7,8,4,9,10,6]
[1,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [2,4,5,1,7,8,3,9,10,6]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [1,4,6,2,7,8,3,9,10,5]
[1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [1,2,4,6,8,3,9,5,10,7]
[1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [1,2,4,6,7,3,8,5,10,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [1,4,6,8,2,3,5,7,10,9]
[1,1,1,0,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [1,4,6,8,10,2,3,5,7,9]
[1,1,1,0,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0,0] => [1,4,6,8,9,2,10,3,5,7]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,4,6,7,8,2,9,3,10,5]
[1,1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [1,4,5,6,7,2,8,3,10,9]
[1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [1,3,4,2,5,7,8,6,9,10]
[1,1,0,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,0] => [1,3,4,5,7,2,10,6,8,9]
[1,1,0,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [1,3,4,2,7,8,9,10,5,6]
[1,1,0,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,0] => [1,3,4,5,7,2,6,8,10,9]
[1,1,0,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0] => [1,3,4,7,8,9,2,5,10,6]
[1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [1,3,4,2,6,7,9,5,8,10]
[1,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [1,3,4,6,9,2,5,7,8,10]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,0] => [1,3,4,2,8,9,5,10,6,7]
[1,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [1,3,4,2,6,7,5,10,8,9]
[1,1,0,1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0,0] => [1,3,4,9,2,5,6,7,10,8]
[1,1,0,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,0] => [1,3,4,5,2,8,9,6,10,7]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [1,3,4,6,2,5,7,8,9,10]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,0] => [1,3,4,5,2,8,10,6,7,9]
[1,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [1,3,4,6,2,7,8,10,5,9]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [1,4,5,2,7,8,9,3,6,10]
[1,1,1,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [1,4,5,7,8,2,3,6,9,10]
[1,1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [1,4,5,2,7,8,3,10,6,9]
[1,1,1,0,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [1,4,5,7,2,3,8,9,10,6]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [1,4,5,7,2,8,10,3,6,9]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,5,6,2,8,9,3,4,7,10]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [1,5,6,8,2,3,9,4,7,10]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,4,7,2,8,9,3,5,6,10]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [1,4,7,8,2,3,9,5,6,10]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [1,5,8,2,3,9,4,6,10,7]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [1,5,6,2,3,10,4,7,8,9]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0,0] => [1,4,7,2,3,9,5,6,10,8]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0] => [1,6,7,2,3,8,4,5,9,10]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,0] => [1,4,8,2,3,9,5,6,7,10]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,0] => [1,5,2,3,9,4,6,7,10,8]
[1,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [1,5,2,3,4,8,9,6,10,7]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [1,5,2,3,6,4,7,8,9,10]
[1,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0] => [1,5,2,3,4,8,10,6,7,9]
[1,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [1,5,2,3,6,7,8,10,4,9]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,0] => [1,4,2,3,7,5,6,9,10,8]
[1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0] => [1,4,2,3,7,9,10,5,6,8]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0] => [1,6,2,3,7,4,8,9,5,10]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0] => [1,4,2,3,8,5,6,9,7,10]
[1,1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0] => [1,7,2,3,8,10,4,5,6,9]
[1,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,1,0,0] => [1,6,2,3,4,7,5,8,10,9]
[1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,1,0,0] => [1,6,2,3,4,8,5,9,10,7]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,0] => [1,4,2,3,5,8,6,7,9,10]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0] => [1,2,6,7,3,4,9,10,5,8]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [2,3,6,7,1,4,9,10,5,8]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,0,1,1,0,0,0] => [2,3,6,1,4,7,9,10,5,8]
[1,0,1,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [2,3,6,1,4,7,9,5,8,10]
[1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,0] => [2,3,6,1,4,7,5,9,10,8]
[1,0,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,0,0] => [2,3,1,6,7,9,4,5,10,8]
[1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,1,0,0] => [3,6,1,2,7,9,4,5,10,8]
[1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0] => [3,4,1,2,7,9,5,6,10,8]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [1,3,5,2,4,7,9,6,8,10]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0] => [1,8,9,2,10,3,4,5,6,7]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,1,0,0,0,0] => [1,7,8,9,2,10,3,4,5,6]
[1,1,1,1,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0] => [1,6,7,8,9,2,10,3,4,5]
[1,1,1,1,0,0,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,5,6,7,8,9,2,10,3,4]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [3,4,7,8,1,2,9,5,6,10]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [3,4,7,1,2,10,5,6,8,9]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [3,4,1,2,5,7,10,6,8,9]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [3,4,1,2,5,7,8,10,6,9]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [3,4,5,7,1,2,10,6,8,9]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [3,4,5,1,2,7,8,10,6,9]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [3,4,5,7,1,2,8,10,6,9]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [3,6,7,1,2,8,4,5,9,10]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [3,6,1,2,7,8,9,4,5,10]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [3,6,7,1,2,8,9,4,5,10]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [3,6,1,2,9,10,4,5,7,8]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0] => [3,6,9,1,2,10,4,5,7,8]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,7,8,10,5,9]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0] => [3,6,1,2,4,9,10,5,7,8]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,5,9,10,7,8]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0] => [3,6,1,2,4,5,7,9,10,8]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [1,3,6,7,2,4,10,5,8,9]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [1,3,6,2,4,7,8,10,5,9]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [1,3,6,7,2,4,8,10,5,9]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [1,3,6,7,8,2,4,10,5,9]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [1,3,6,2,4,9,10,5,7,8]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [1,3,6,9,2,4,10,5,7,8]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0] => [1,3,6,2,4,5,9,10,7,8]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0] => [1,3,6,2,4,5,7,9,10,8]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [1,3,4,6,2,5,9,10,7,8]
[1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [1,3,4,6,9,2,5,10,7,8]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0] => [1,3,4,6,2,5,7,9,10,8]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [1,3,4,6,7,2,5,9,10,8]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [1,3,4,6,7,9,2,5,10,8]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,5,8,3,4,9,10,6,7]
[1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [2,1,5,8,3,4,6,9,10,7]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0] => [2,1,3,5,8,4,6,9,10,7]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [2,5,1,3,4,8,6,9,10,7]
[1,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [2,5,1,3,8,9,4,6,7,10]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [2,1,5,9,3,4,6,7,10,8]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [6,1,2,3,4,7,5,9,8,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [4,1,2,3,6,8,5,7,10,9]
[1,1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0,0] => [1,5,6,7,2,3,4,8,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [3,5,1,7,2,4,6,9,8,10]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [4,1,5,2,3,7,6,9,8,10]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [4,1,2,6,3,7,5,9,8,10]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [3,4,5,7,1,8,2,10,6,9]
[1,1,0,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [3,4,5,1,7,8,2,9,6,10]
[1,1,0,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0] => [3,4,1,5,6,8,2,9,7,10]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [3,4,1,5,6,2,7,9,8,10]
[1,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [1,4,5,2,7,3,10,6,8,9]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0] => [1,4,2,5,7,3,8,6,9,10]
[1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [1,4,2,5,3,6,8,10,7,9]
[1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [1,5,2,6,3,8,10,4,7,9]
[1,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0] => [4,1,2,5,6,8,3,9,7,10]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0] => [4,1,2,5,6,3,7,9,8,10]
[1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0] => [5,1,2,3,6,4,8,7,9,10]
[1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [5,1,2,6,3,4,7,9,8,10]
[1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0] => [6,1,2,7,3,4,9,5,8,10]
[1,0,1,0,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0] => [2,4,7,1,8,3,9,5,6,10]
[1,0,1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0] => [2,4,1,7,8,3,9,5,10,6]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0] => [2,4,1,5,3,8,9,6,7,10]
[1,0,1,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0] => [2,1,4,5,8,3,9,6,10,7]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0] => [2,1,4,5,3,6,9,7,10,8]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0] => [2,5,1,7,3,10,4,6,8,9]
[1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0,1,0] => [2,1,3,5,4,7,6,8,9,10]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [3,5,1,7,2,8,4,6,9,10]
[1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [2,1,5,3,4,6,8,10,7,9]
[1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,1,0] => [2,1,6,3,4,8,10,5,7,9]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [3,1,5,2,4,8,9,6,7,10]
[1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [3,1,6,2,8,10,4,5,7,9]
[1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,1,0,1,0] => [4,1,6,2,8,9,3,5,7,10]
[1,0,1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0] => [2,3,5,6,8,1,4,9,7,10]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [2,3,5,6,1,4,7,9,8,10]
[1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [2,3,4,6,1,5,8,7,9,10]
[1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [2,3,6,1,4,5,7,9,8,10]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0] => [2,3,7,1,4,5,9,6,8,10]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0] => [1,3,5,8,2,4,9,6,10,7]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0] => [1,3,5,2,4,6,9,7,10,8]
[1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [1,3,6,2,4,8,5,7,9,10]
[1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,0] => [1,4,6,2,3,8,5,9,10,7]
[1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,5,7,9,8,10]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0] => [3,7,1,2,4,5,9,6,8,10]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0] => [4,7,1,2,3,9,5,6,8,10]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [5,7,1,2,3,9,4,6,10,8]
[1,1,1,0,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [1,4,5,6,8,9,10,2,3,7]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0] => [1,5,10,2,3,4,6,7,8,9]
[1,1,1,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,0,0] => [1,5,6,7,8,9,2,3,4,10]
[1,1,1,1,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0,0] => [1,6,9,10,2,3,4,5,7,8]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0] => [1,3,2,5,7,4,9,6,8,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0] => [1,3,5,7,2,4,9,6,8,10]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0] => [1,2,5,3,7,4,9,6,8,10]
[1,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [3,1,4,2,7,5,9,6,8,10]
[1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,1,5,3,6,4,9,7,8,10]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0] => [4,1,2,7,3,5,8,6,9,10]
[1,1,1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,0] => [1,2,4,5,6,8,9,3,10,7]
[1,1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0] => [1,2,4,5,6,8,3,9,10,7]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [4,8,1,2,3,9,5,6,7,10]
[1,1,1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0] => [1,2,3,5,7,9,4,10,6,8]
[1,1,1,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,5,7,8,4,9,6,10]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,1,0,0,0] => [1,5,7,2,9,3,4,6,8,10]
[1,1,1,1,0,1,0,1,0,0,0,1,1,1,1,0,0,0,0,0] => [1,5,7,9,10,2,3,4,6,8]
[1,1,1,0,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [1,4,5,6,7,8,2,9,3,10]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,4,5,1,3,7,6,9,8,10]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,4,6,1,3,7,5,9,8,10]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [2,4,6,1,3,8,5,9,7,10]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [2,4,6,1,3,8,5,10,7,9]
[1,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0,1,0] => [6,1,2,3,4,5,8,10,7,9]
[1,1,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0] => [1,2,3,4,5,8,10,6,7,9]
[1,1,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0,0] => [1,2,3,4,5,8,9,6,10,7]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [2,3,5,7,1,4,6,9,8,10]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [5,1,2,3,4,6,8,7,10,9]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0,1,0] => [6,1,2,3,4,8,5,7,10,9]
[1,0,1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0] => [2,3,4,5,7,1,8,6,10,9]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [2,3,4,5,1,6,8,7,10,9]
[1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [3,4,1,7,2,8,5,9,6,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [3,4,1,7,2,8,5,6,9,10]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [1,2,4,3,6,5,8,10,7,9]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0,0] => [1,2,4,3,6,8,5,10,7,9]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0] => [1,2,4,3,6,8,10,5,7,9]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0,0] => [1,2,4,6,8,3,5,10,7,9]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [1,4,6,2,3,8,5,10,7,9]
[1,1,1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0,0] => [1,2,3,6,4,8,5,10,7,9]
[1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,4,2,5,3,8,6,10,7,9]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [1,3,2,6,4,7,5,10,8,9]
[1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [3,4,5,6,1,8,2,9,10,7]
[1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [3,4,5,1,6,7,9,2,8,10]
[1,1,0,0,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [3,4,5,6,7,1,8,2,10,9]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,0] => [4,6,7,1,8,2,3,5,9,10]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0] => [4,8,1,2,3,5,6,9,7,10]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0] => [5,7,1,2,3,4,10,6,8,9]
[1,1,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,4,5,7,8,9,10,2,3,6]
[1,1,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [1,4,6,7,9,2,10,3,5,8]
[1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,0,0,0,0,0] => [1,6,7,8,9,2,3,4,5,10]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,1,0,0,0] => [1,6,8,2,9,3,4,10,5,7]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0] => [1,8,9,2,3,10,4,5,6,7]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0,0,0] => [1,2,3,6,8,4,5,7,10,9]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0,0] => [1,2,3,6,4,8,5,7,10,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [4,1,2,6,3,5,8,7,10,9]
[1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0] => [2,3,4,5,1,7,8,9,10,6]
[1,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [2,3,4,1,6,7,8,9,10,5]
[1,0,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [2,3,1,5,6,7,8,9,10,4]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,5,7,2,4,9,10,6,8]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,6,3,7,4,8,5,10,9]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0,1,0] => [2,1,3,5,6,4,9,10,7,8]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [2,3,5,6,1,4,9,10,7,8]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [2,1,3,5,4,6,9,10,7,8]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [2,1,5,9,3,4,6,10,7,8]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,5,7,3,4,9,10,6,8]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [1,4,2,5,7,3,6,9,8,10]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,4,5,2,7,3,6,9,8,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0,0] => [1,2,4,3,6,8,5,7,10,9]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,0] => [1,2,6,3,7,4,5,10,8,9]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0,1,0,0] => [1,5,2,3,6,7,4,10,8,9]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0,0] => [1,2,6,3,7,9,4,10,5,8]
[1,1,1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [1,2,5,6,3,9,4,10,7,8]
[1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [1,4,2,5,6,3,7,8,10,9]
[1,1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [1,4,5,2,6,3,7,9,10,8]
[1,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [1,5,2,3,6,8,4,9,10,7]
[1,1,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0] => [1,4,2,5,6,8,9,3,10,7]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0,0,0] => [1,2,6,3,7,9,4,5,8,10]
[1,1,1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [1,2,5,6,3,9,4,7,8,10]
[1,1,1,0,0,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [1,4,5,2,6,7,9,3,8,10]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [1,2,5,6,3,8,9,4,7,10]
[1,1,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [1,4,5,6,8,2,9,3,7,10]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,0] => [1,3,2,4,9,5,6,10,7,8]
[1,1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,1,0,0,0] => [1,3,4,2,8,5,9,10,6,7]
[1,1,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0] => [1,3,2,7,8,9,4,10,5,6]
[1,1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [1,3,4,2,8,9,5,6,10,7]
[1,1,0,1,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [1,3,7,8,2,9,4,5,10,6]
[1,1,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0,1,0,0] => [1,4,2,6,7,3,8,9,10,5]
[1,1,1,0,1,0,0,1,1,1,0,0,0,1,1,0,1,0,0,0] => [1,4,6,2,7,3,5,8,9,10]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [1,3,2,4,6,5,7,8,9,10]
[1,1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0,0] => [1,3,6,2,10,4,5,7,8,9]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [1,5,2,7,8,10,3,4,6,9]
[1,1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0,1,0,0] => [1,4,2,3,7,8,10,5,6,9]
[1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [1,3,2,7,9,10,4,5,6,8]
[1,1,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0,1,0,0] => [1,4,2,3,6,9,10,5,7,8]
[1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [1,3,2,4,6,7,9,10,5,8]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0,0] => [1,6,8,2,3,4,9,5,7,10]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,0,0] => [1,2,5,8,3,4,9,6,7,10]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,1,1,0,0,0] => [1,4,8,2,3,5,6,9,7,10]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,0,0,0] => [1,2,5,7,3,4,8,9,6,10]
[1,1,1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0,0] => [1,2,4,7,8,3,5,9,6,10]
[1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,0,0] => [1,3,8,2,4,5,10,6,7,9]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,0] => [1,3,4,7,2,5,10,6,8,9]
[1,1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [1,4,6,2,3,5,7,10,8,9]
[1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [1,3,6,2,4,5,7,8,10,9]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,0] => [1,2,5,7,3,4,9,10,6,8]
[1,1,1,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,0] => [1,2,4,7,9,3,5,10,6,8]
[1,1,0,1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [1,3,4,7,2,5,6,9,10,8]
[1,1,1,0,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [1,2,4,6,7,3,5,9,10,8]
[1,1,0,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [3,4,5,6,7,8,1,9,10,2]
[1,0,1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [2,4,5,6,7,1,8,9,10,3]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [3,4,1,6,2,8,5,7,10,9]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,4,6,2,7,3,5,9,8,10]
[1,1,0,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [3,4,5,6,7,8,1,9,2,10]
[1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [3,4,5,6,1,7,2,9,8,10]
[1,1,1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [1,2,3,5,6,8,4,7,10,9]
[1,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [3,4,1,5,6,7,2,8,10,9]
[1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [3,4,1,5,2,7,9,6,10,8]
[1,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [3,4,5,7,8,1,9,2,6,10]
[1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [1,5,2,6,3,4,10,7,8,9]
[1,1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [1,5,6,2,9,3,4,10,7,8]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0] => [1,4,5,2,7,8,10,3,6,9]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [5,1,2,3,6,7,4,10,8,9]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0] => [7,1,2,8,3,4,5,10,6,9]
[1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0] => [4,1,2,5,3,7,6,8,10,9]
[1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [4,1,2,5,6,7,9,3,10,8]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0] => [6,1,2,3,7,4,5,9,10,8]
[1,0,1,0,1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0] => [2,4,1,7,3,8,9,5,10,6]
[1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [2,4,7,1,8,3,5,9,6,10]
[1,0,1,0,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [2,4,5,1,6,9,10,3,7,8]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0,1,0] => [2,1,4,5,3,9,6,7,10,8]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0] => [2,1,4,5,8,3,9,6,7,10]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,1,0,1,0,0,0] => [2,6,9,1,10,3,4,5,7,8]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [2,1,3,4,6,5,7,8,9,10]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,0,0,1,0] => [4,1,6,7,8,2,9,10,3,5]
[1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [2,1,6,3,4,8,9,5,7,10]
[1,0,1,1,0,1,0,1,1,0,1,1,0,0,0,0,1,0,1,0] => [2,1,5,3,4,7,8,10,6,9]
[1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,1,0,1,0] => [4,1,8,2,3,5,9,10,6,7]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [4,1,6,2,7,9,3,5,8,10]
[1,1,0,1,0,1,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [3,1,5,2,8,10,4,6,7,9]
[1,0,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,0] => [2,3,4,6,7,1,5,10,8,9]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0] => [2,3,8,1,4,5,6,10,7,9]
[1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0] => [2,3,5,1,4,7,6,8,10,9]
[1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [2,3,5,6,7,9,1,4,10,8]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [2,3,4,7,1,5,6,9,10,8]
[1,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [1,4,8,2,3,9,5,6,10,7]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [1,4,6,7,2,3,9,10,5,8]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0] => [1,3,5,6,2,4,8,9,10,7]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [6,8,1,2,3,9,4,5,7,10]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0] => [3,5,1,2,4,8,6,10,7,9]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,0] => [3,7,1,2,4,5,6,8,10,9]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0] => [4,1,5,2,7,8,9,10,3,6]
[1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [3,4,1,2,6,7,9,10,5,8]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [4,1,5,7,9,10,2,3,6,8]
[1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [3,5,1,2,6,7,9,10,4,8]
[1,1,1,0,1,0,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [4,1,6,7,8,10,2,3,5,9]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0,1,0] => [3,1,6,8,9,10,2,4,5,7]
[1,1,1,0,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [4,5,1,6,8,9,2,3,7,10]
[1,1,1,0,1,0,0,0,1,0,1,1,1,1,0,0,0,1,0,0] => [4,6,1,7,8,10,2,3,5,9]
[1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,7,9,10,5,8]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0] => [4,5,1,7,9,10,2,3,6,8]
[1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,8,9,10,5,7]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,1,0,1,0,0] => [4,5,1,7,2,8,9,10,3,6]
[1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [4,6,1,7,2,3,5,8,9,10]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,1,0,0,1,0] => [6,1,7,9,2,3,10,4,5,8]
[1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0,1,0] => [3,1,8,9,2,4,5,6,7,10]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,1,0,1,0,0] => [6,7,1,9,2,3,10,4,5,8]
[1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [3,8,1,2,4,9,5,6,7,10]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [6,7,1,9,2,3,4,10,5,8]
[1,1,0,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [3,4,6,7,1,2,8,5,9,10]
[1,1,0,1,0,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [3,5,6,7,1,2,8,4,9,10]
[1,1,0,0,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [3,4,6,7,1,2,8,9,5,10]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [3,5,6,7,1,2,8,9,4,10]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0,1,0] => [6,1,2,3,7,4,8,10,5,9]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,0,1,0] => [5,1,2,3,8,4,9,10,6,7]
[1,1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0,0,1,0] => [6,1,2,3,7,8,4,10,5,9]
[1,1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0,1,0] => [5,1,2,3,8,9,4,6,7,10]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [6,1,2,3,7,9,4,10,5,8]
[1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0] => [1,4,5,2,3,7,6,8,9,10]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0,1,0,0] => [1,5,2,6,3,8,9,10,4,7]
[1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [1,4,5,2,3,7,8,10,6,9]
[1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [1,4,6,2,3,7,8,10,5,9]
[1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0,1,0,0] => [1,5,2,7,8,9,3,4,6,10]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [1,4,2,7,9,10,3,5,6,8]
[1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0] => [1,5,6,2,7,9,3,4,10,8]
[1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,5,7,2,8,9,3,4,6,10]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,0] => [1,4,7,2,3,5,8,10,6,9]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0] => [1,5,6,2,8,10,3,4,7,9]
[1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0,0] => [1,4,7,2,3,5,9,10,6,8]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,0,0,0] => [1,5,6,2,8,3,9,10,4,7]
[1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,0] => [1,5,7,2,8,3,4,6,9,10]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,1,0,0] => [1,7,2,10,3,4,5,6,8,9]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,1,0,0,0] => [1,2,6,3,10,4,5,7,8,9]
[1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0,0,0] => [1,2,3,5,4,10,6,7,8,9]
[1,1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0] => [1,2,4,5,6,3,10,7,8,9]
[1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0] => [1,2,3,9,10,4,5,6,7,8]
[1,1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0] => [1,2,3,4,9,10,5,6,7,8]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,0,0] => [1,2,9,3,4,5,6,7,10,8]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,0,0] => [1,2,8,3,4,5,6,7,9,10]
[1,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0] => [1,2,3,4,8,5,6,10,7,9]
[1,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0] => [1,3,4,2,5,9,6,7,10,8]
[1,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,0] => [1,3,4,6,2,7,8,5,9,10]
[1,1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,0] => [1,3,4,6,7,2,9,10,5,8]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [4,1,6,2,3,5,8,10,7,9]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [4,1,6,2,8,3,5,7,9,10]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [4,1,6,2,9,3,10,5,7,8]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [4,1,7,2,8,3,9,5,10,6]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [2,4,6,1,8,3,5,10,7,9]
[1,0,1,0,1,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [2,4,6,8,1,9,3,5,7,10]
[1,0,1,0,1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [2,4,6,7,9,1,10,3,5,8]
[1,0,1,0,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,4,5,7,8,9,1,10,3,6]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0,0,0] => [1,2,3,7,4,5,8,6,10,9]
[1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,1,0,1,0] => [6,1,7,2,3,8,9,10,4,5]
[1,1,0,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0] => [3,1,4,5,9,10,2,6,7,8]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,1,1,0,0,0] => [3,4,7,1,2,8,9,10,5,6]
[1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [5,6,1,2,9,10,3,4,7,8]
[1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [4,5,1,2,6,7,8,3,9,10]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0] => [4,5,6,1,10,2,3,7,8,9]
[1,1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,7,9,10,6,8]
[1,1,1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,0,0] => [1,2,3,4,5,8,9,6,7,10]
[1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [3,1,5,6,2,8,4,7,10,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,1,5,6,3,8,4,7,10,9]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [3,1,5,6,2,4,8,7,10,9]
[1,0,1,0,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,4,5,7,8,9,10,1,3,6]
[1,0,1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [2,4,5,7,1,8,9,3,6,10]
[1,0,1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [2,4,5,1,6,8,9,3,7,10]
[1,0,1,0,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0] => [2,4,7,1,9,10,3,5,6,8]
[1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [2,5,7,1,8,9,3,4,10,6]
[1,0,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [2,4,1,5,7,8,10,3,6,9]
[1,0,1,0,1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [2,4,1,6,7,10,3,5,8,9]
[1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [2,5,1,7,8,9,3,4,6,10]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [2,4,1,6,7,3,5,8,9,10]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [2,4,1,7,8,3,5,6,9,10]
[1,1,0,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [3,5,6,1,8,9,2,4,10,7]
[1,1,0,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [3,5,1,6,8,9,2,4,7,10]
[1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [3,5,1,6,8,2,4,7,9,10]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [3,6,1,8,9,2,4,5,10,7]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [4,6,1,7,9,2,3,5,10,8]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0] => [2,1,3,5,6,8,9,4,7,10]
[1,0,1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [2,1,4,5,6,8,3,7,9,10]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [2,1,3,6,8,9,4,5,10,7]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [2,1,5,8,10,3,4,6,7,9]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [2,1,5,7,8,3,4,6,9,10]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [3,1,5,6,7,9,2,4,10,8]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [3,1,5,6,9,2,4,7,8,10]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [3,1,6,8,9,2,4,10,5,7]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [4,1,6,7,9,2,3,10,5,8]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [2,1,6,9,3,4,5,7,8,10]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [2,1,4,9,3,5,6,7,10,8]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [3,1,5,6,2,4,7,8,10,9]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [2,1,4,9,3,5,6,10,7,8]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [2,1,4,6,8,3,10,5,7,9]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [2,1,4,6,8,3,9,5,10,7]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [2,1,4,6,7,3,8,5,10,9]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [3,6,1,8,2,4,9,10,5,7]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0] => [4,6,1,7,2,3,9,10,5,8]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,4,6,2,3,7,5,9,8,10]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,3,6,2,4,7,5,9,8,10]
[1,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0,0] => [1,6,2,3,9,4,5,10,7,8]
[1,1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,1,0,0] => [1,5,2,3,8,4,6,9,10,7]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [5,1,2,8,3,4,9,6,7,10]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,5,1,6,4,8,7,10,9]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,3,2,4,8,5,6,10,7,9]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [3,5,1,2,7,9,4,6,8,10]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,5,1,2,7,8,4,6,9,10]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [2,3,6,1,4,5,8,7,10,9]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0] => [2,5,7,1,3,9,4,6,8,10]
[1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,1,1,0,0,0] => [2,5,7,1,3,9,4,6,10,8]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,5,7,1,3,8,4,6,10,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,5,6,1,3,8,4,7,10,9]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [1,2,4,3,5,6,7,8,9,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,1,0,0,0] => [1,5,7,2,3,4,6,9,8,10]
[1,1,1,0,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,4,5,6,2,7,3,9,8,10]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [2,5,1,6,9,3,10,4,7,8]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [2,5,1,6,3,4,7,8,10,9]
[1,0,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [2,5,1,6,7,8,3,10,4,9]
[1,0,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [2,5,1,6,7,3,8,9,4,10]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [2,6,1,8,3,4,9,10,5,7]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [2,6,1,8,9,3,10,4,5,7]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [2,6,1,9,3,4,5,7,8,10]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [2,7,1,9,3,4,5,6,10,8]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [3,5,1,6,2,4,9,10,7,8]
[1,1,0,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [3,5,1,6,9,2,10,4,7,8]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [3,5,1,6,2,4,7,8,10,9]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [1,3,2,4,6,7,9,5,10,8]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [1,3,2,4,6,7,5,8,10,9]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [1,3,2,4,7,9,5,10,6,8]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [1,3,2,4,7,5,6,8,10,9]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [1,4,2,6,7,8,3,10,5,9]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [1,4,2,6,7,3,8,9,5,10]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0,0] => [1,4,2,7,9,3,10,5,6,8]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0] => [1,5,2,7,8,3,10,4,6,9]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [1,4,2,7,3,5,6,8,10,9]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0,0] => [1,4,2,8,3,5,6,10,7,9]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,1,0,0] => [1,5,2,7,3,4,8,9,6,10]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,1,0,0] => [1,5,2,8,3,4,10,6,7,9]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0] => [1,6,2,8,3,4,9,5,7,10]
[1,0,1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [2,3,5,6,8,9,10,1,4,7]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0] => [2,3,5,6,8,9,1,4,7,10]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,3,4,6,2,5,8,7,10,9]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0] => [11,1,2,3,4,5,6,7,8,9,10]
[1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,9,10,11,1]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,0] => [10,1,2,3,4,5,6,7,8,9,11]
[1,0,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,9,10,1,11]
[1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0] => [10,1,2,3,4,5,6,7,8,11,9]
[1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,1,0] => [9,1,2,3,4,5,6,7,8,10,11]
[1,0,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,9,1,10,11]
[1,0,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,9,11,1,10]
[1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0,1,0] => [9,1,2,3,4,5,6,7,8,11,10]
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,1,9,10,11]
[1,0,1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,9,1,11,10]
[1,0,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,10,11,1,9]
[1,0,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,9,10,11,1,8]
[1,0,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,8,9,10,11,1,7]
[1,0,1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,3,4,5,7,8,9,10,11,1,6]
[1,0,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,3,4,6,7,8,9,10,11,1,5]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,3,6,5,8,7,10,9,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,4,1,3,6,5,8,7,10,9,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,4,1,6,3,5,8,7,10,9,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,4,1,6,3,8,5,7,10,9,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,4,1,6,3,8,5,10,7,9,11]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [2,4,1,6,3,8,5,10,7,11,9]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,4,1,6,3,8,5,9,7,11,10]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,4,1,6,3,7,5,9,8,11,10]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,4,1,5,3,7,6,9,8,11,10]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,1,5,4,7,6,9,8,11,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,4,7,6,9,8,11,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,4,6,1,3,5,8,7,10,9,11]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,2,5,3,7,6,9,8,11,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [2,4,6,1,8,3,5,7,10,9,11]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,2,6,3,7,5,9,8,11,10]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,5,2,6,3,7,4,9,8,11,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,4,6,8,1,10,3,5,7,9,11]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,2,6,3,8,5,9,7,11,10]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,2,6,3,8,5,10,7,11,9]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,6,2,7,3,8,4,9,5,11,10]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,4,2,6,3,8,5,10,7,9,11]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [2,4,6,8,10,1,11,3,5,7,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [1,4,2,6,3,8,5,7,10,9,11]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,7,2,8,3,9,4,10,5,11,6]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [1,2,3,4,6,8,5,7,10,9,11]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,2,3,4,7,5,8,6,10,9,11]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,1,4,2,6,5,8,7,10,9,11]
[1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8,10,11,9]
[1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8,11,9,10]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0] => [1,11,2,3,4,5,6,7,8,9,10]
[1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8,9,11,10]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,0,0] => [1,10,2,3,4,5,6,7,8,9,11]
[1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0] => [1,3,4,5,6,7,8,9,10,2,11]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,3,5,2,4,7,6,9,8,11,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,3,5,2,7,4,6,9,8,11,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [1,3,5,2,7,4,9,6,8,11,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [1,3,5,2,7,4,9,6,11,8,10]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,5,2,7,4,9,6,10,8,11]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,5,2,7,4,8,6,10,9,11]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,5,2,6,4,8,7,10,9,11]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,4,2,6,5,8,7,10,9,11]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,4,3,6,5,8,7,10,9,11]
[1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8,9,10,11]
[1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,10,11,1,2]
[1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [1,3,4,5,6,7,8,9,10,11,2]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,1,5,2,6,4,8,7,10,9,11]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0] => [10,11,1,2,3,4,5,6,7,8,9]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [1,3,2,5,4,7,6,9,11,8,10]
[1,1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8,10,9,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [2,1,4,6,8,3,5,7,10,9,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,1,4,6,3,5,8,7,10,9,11]
[1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0] => [3,1,2,4,5,6,7,8,9,10,11]
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0] => [2,3,1,4,5,6,7,8,9,10,11]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,2,5,4,7,6,9,8,11,10]
[1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,11,8,9,10]
[1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,1,0,0,0] => [1,2,9,3,4,5,6,7,8,11,10]
[1,1,1,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [1,2,4,5,6,7,8,9,3,11,10]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,5,3,6,4,8,7,10,9,11]
[1,0,1,0,1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,4,6,8,9,10,1,11,3,5,7]
[1,0,1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [2,1,4,6,8,9,10,11,3,5,7]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,2,3,5,4,7,6,9,8,11,10]
[1,1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,10,8,9,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,1,4,6,3,8,5,7,10,9,11]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0] => [2,1,9,3,10,4,11,5,6,7,8]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0] => [7,1,9,2,10,3,11,4,5,6,8]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,5,1,3,6,9,4,7,10,11,8]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [3,4,1,7,2,5,8,11,6,9,10]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0,0,0] => [1,2,3,4,7,5,6,9,8,11,10]
[1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,4,6,7,5,9,8,11,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [4,1,2,3,6,5,8,7,10,9,11]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,4,1,6,5,8,7,10,9,11]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,1,0] => [10,1,11,2,3,4,5,6,7,8,9]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [6,1,2,3,4,5,8,7,10,9,11]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [1,4,2,6,3,5,8,7,10,9,11]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [1,4,2,3,6,5,8,7,10,9,11]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [7,8,9,10,11,1,2,3,4,5,6]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,4,7,6,10,8,11,9]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,2,3,4,6,5,8,7,10,9,11]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,1,4,3,6,7,5,9,8,11,10]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,4,6,3,7,5,10,8,11,9]
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0] => [2,1,3,4,5,6,7,8,9,10,11]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,1,0] => [7,1,2,3,4,5,6,9,8,11,10]
[1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [2,3,4,5,6,7,1,9,8,11,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [1,3,2,5,4,7,9,6,11,8,10]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [3,4,6,8,10,1,2,5,7,9,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [2,1,4,3,6,8,5,7,10,9,11]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0] => [1,2,3,5,7,4,9,6,8,11,10]
[1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,2,3,6,4,8,5,9,7,11,10]
[1,1,1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,9,10,8,11]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [1,3,5,7,9,11,2,4,6,8,10]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [7,1,8,2,9,3,10,4,11,5,6]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0] => [1,3,2,5,7,4,6,8,9,10,11]
[1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [1,3,2,6,4,7,5,8,9,10,11]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [2,3,4,5,6,1,8,7,10,9,11]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,5,3,6,4,8,7,10,9,11]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,2,4,6,3,5,8,7,10,9,11]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,2,4,5,3,7,6,9,8,11,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [1,2,4,6,8,3,5,7,10,9,11]
[1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,9,10,11,8]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [2,1,4,6,3,5,8,9,11,7,10]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [2,1,4,6,3,5,8,9,7,10,11]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [3,1,4,6,2,8,5,7,10,9,11]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [3,1,4,6,2,5,8,7,10,9,11]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [4,1,5,2,6,3,8,7,10,9,11]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [3,1,5,2,4,7,6,9,8,11,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [3,1,5,7,2,4,6,9,8,11,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0] => [3,1,5,7,2,9,4,6,8,11,10]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [3,1,5,7,2,9,4,11,6,8,10]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [3,1,5,7,2,9,4,10,6,11,8]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,5,7,2,8,4,9,6,11,10]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,5,6,2,7,4,9,8,11,10]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,4,5,2,7,6,9,8,11,10]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,3,5,4,7,6,9,8,11,10]
[1,0,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,4,5,6,7,8,9,10,11,1,3]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,1,0,0] => [1,10,2,11,3,4,5,6,7,8,9]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0] => [1,9,2,10,3,11,4,5,6,7,8]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0,0] => [1,8,2,9,3,10,4,11,5,6,7]
[1,1,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0] => [1,3,4,5,6,7,8,9,2,10,11]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,6,7,2,4,10,11,5,8,9]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,6,7,2,4,8,11,5,9,10]
[1,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [1,2,4,5,6,7,8,9,10,11,3]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0] => [1,2,11,3,4,5,6,7,8,9,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0,0] => [1,2,3,5,7,9,4,6,8,11,10]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [1,2,3,6,7,4,5,9,8,11,10]
[1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [3,1,4,5,6,7,8,9,10,11,2]
[1,1,1,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [4,1,5,6,7,8,9,10,11,2,3]
[1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [5,1,6,7,8,9,10,11,2,3,4]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [6,1,7,8,9,10,11,2,3,4,5]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [7,1,8,9,10,11,2,3,4,5,6]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0] => [8,1,9,10,11,2,3,4,5,6,7]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,1,0] => [9,1,10,11,2,3,4,5,6,7,8]
[1,1,0,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [1,3,4,5,6,7,8,9,2,11,10]
[1,1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0,0] => [1,3,4,5,6,7,8,2,10,9,11]
[1,1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,3,4,5,6,7,2,9,8,11,10]
[1,1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,3,4,5,6,2,8,7,10,9,11]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,3,4,5,2,7,6,9,8,11,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [3,5,1,2,4,7,6,9,8,11,10]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [3,4,1,2,6,5,8,7,10,9,11]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,5,1,3,6,4,8,7,10,9,11]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,5,1,4,7,6,9,8,11,10]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [6,7,8,9,10,11,1,2,3,4,5]
[1,0,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [2,4,5,6,7,8,9,10,1,11,3]
[1,1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,4,5,6,7,8,9,10,11,2,3]
[1,1,1,1,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,5,6,7,8,9,10,11,2,3,4]
[1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,6,7,8,9,10,11,2,3,4,5]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [1,7,8,9,10,11,2,3,4,5,6]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0] => [1,8,9,10,11,2,3,4,5,6,7]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0] => [1,9,10,11,2,3,4,5,6,7,8]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0] => [1,10,11,2,3,4,5,6,7,8,9]
[1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,10,11,8,9]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,4,5,7,6,9,8,11,10]
[1,0,1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,0] => [2,3,4,5,6,1,9,7,10,8,11]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [2,3,4,5,7,1,6,9,8,11,10]
[1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [2,3,4,5,1,8,6,9,7,11,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [1,2,4,6,8,3,10,5,7,9,11]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [1,2,4,6,8,3,10,5,11,7,9]
[1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [1,2,4,6,8,3,9,5,10,7,11]
[1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,2,4,6,7,3,8,5,10,9,11]
[1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,2,4,5,6,3,8,7,10,9,11]
[1,0,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,3,5,6,7,8,9,10,11,1,4]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0] => [1,2,3,11,4,5,6,7,8,9,10]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0] => [1,2,3,4,11,5,6,7,8,9,10]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0] => [1,2,3,4,5,11,6,7,8,9,10]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0] => [1,2,3,4,5,6,11,7,8,9,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,1,0] => [5,1,2,3,4,7,9,6,8,11,10]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [6,1,2,3,4,7,5,9,8,11,10]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [4,1,5,7,2,3,8,11,6,9,10]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [5,6,7,1,2,3,8,9,10,11,4]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [2,1,4,3,6,5,8,10,7,9,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [2,1,4,3,6,8,5,10,7,9,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [2,1,4,6,3,8,5,10,7,9,11]
[1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,3,2,6,4,8,5,10,7,9,11]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,4,8,6,10,7,9,11]
[1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,4,7,6,10,8,9,11]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,4,7,6,9,8,10,11]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [5,1,2,3,4,7,6,9,8,11,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [1,2,5,3,4,7,6,9,8,11,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [1,2,3,5,7,4,6,9,8,11,10]
[1,1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0] => [1,2,3,5,7,9,4,11,6,8,10]
[1,1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,5,7,9,4,10,6,11,8]
[1,1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,5,7,8,4,9,6,11,10]
[1,1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,5,6,7,4,9,8,11,10]
[1,1,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,10,11,7,8,9]
[1,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0,1,0] => [6,1,2,3,4,5,8,10,7,9,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,4,6,1,3,8,5,7,10,9,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [2,4,6,1,3,8,5,10,7,9,11]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [2,4,6,1,3,8,5,10,7,11,9]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,4,6,1,3,8,5,9,7,11,10]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,4,6,1,3,7,5,9,8,11,10]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,4,5,1,3,7,6,9,8,11,10]
[1,1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,9,11,8,10]
[1,1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,10,8,11,9]
[1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0] => [1,3,2,4,5,6,7,8,9,10,11]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0] => [1,3,2,5,7,4,9,6,11,8,10]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [1,2,5,3,7,4,9,6,11,8,10]
[1,1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [1,2,4,3,7,5,9,6,11,8,10]
[1,1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [1,2,4,3,6,5,9,7,11,8,10]
[1,1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [1,2,4,3,6,5,8,7,11,9,10]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,4,5,2,3,7,6,9,8,11,10]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0] => [2,11,1,3,4,5,6,7,8,9,10]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0] => [1,2,10,3,4,5,6,7,8,9,11]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0,0,0] => [1,2,3,10,4,5,6,7,8,9,11]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,0,0,0] => [1,2,3,4,10,5,6,7,8,9,11]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0] => [1,2,3,4,5,10,6,7,8,9,11]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0,0,0] => [1,2,3,4,5,6,10,7,8,9,11]
[1,0,1,0,1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [2,4,6,7,8,9,10,1,11,3,5]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0,0] => [1,2,3,4,5,7,9,6,8,11,10]
[1,1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,4,5,8,6,9,7,11,10]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [2,8,9,10,11,1,3,4,5,6,7]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [6,7,8,9,10,1,2,3,4,5,11]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [3,4,10,11,1,2,5,6,7,8,9]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,1,2,3,4,10,11,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [6,7,1,2,8,9,10,11,3,4,5]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [4,5,6,11,1,2,3,7,8,9,10]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [5,6,7,8,1,2,3,4,9,10,11]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,4,5,2,7,3,6,9,8,11,10]
[1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,8,9,10,11,7]
[1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,7,8,9,10,11,6]
[1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [1,2,3,4,6,7,8,9,10,11,5]
[1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [1,2,3,5,6,7,8,9,10,11,4]
[1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0] => [12,1,2,3,4,5,6,7,8,9,10,11]
[1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0] => [11,1,2,3,4,5,6,7,8,9,10,12]
[1,0,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,9,10,11,1,12]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,4,1,6,3,5,8,7,10,9,12,11]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,1,5,4,7,6,9,8,11,10,12]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,4,6,1,3,5,8,7,10,9,12,11]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,2,5,3,7,6,9,8,11,10,12]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0] => [2,3,5,6,8,9,1,11,4,7,12,10]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,0] => [2,3,5,6,8,1,9,11,4,12,7,10]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,0] => [2,3,5,6,8,1,9,4,7,10,12,11]
[1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,0] => [2,3,5,6,1,8,9,10,4,12,7,11]
[1,0,1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0] => [2,3,5,6,1,8,9,4,10,11,7,12]
[1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,0] => [2,3,5,6,9,1,11,4,7,12,8,10]
[1,0,1,1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,0] => [2,3,5,6,1,9,11,4,12,7,8,10]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,0] => [2,3,5,6,1,9,4,7,8,10,12,11]
[1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [2,3,5,6,1,10,4,7,8,12,9,11]
[1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,0] => [2,3,5,1,6,7,9,10,4,12,8,11]
[1,0,1,1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,0] => [2,3,5,1,6,7,9,4,10,11,8,12]
[1,0,1,1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,0] => [2,3,5,1,6,7,10,4,12,8,9,11]
[1,0,1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,0] => [2,3,5,1,6,7,4,8,10,11,9,12]
[1,0,1,1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,0] => [2,3,5,1,6,7,4,8,11,9,10,12]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [2,3,6,8,9,1,10,4,5,12,7,11]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0] => [2,3,6,8,1,9,10,4,12,5,7,11]
[1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [2,3,6,8,1,9,4,5,10,11,7,12]
[1,0,1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [2,3,6,1,8,9,10,4,11,5,7,12]
[1,0,1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [2,3,6,1,8,9,4,10,11,5,12,7]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [2,3,6,9,1,11,4,5,12,7,8,10]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,0] => [2,3,6,1,9,11,4,12,5,7,8,10]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [2,3,7,9,1,10,4,5,12,6,8,11]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [2,3,7,1,9,10,4,12,5,6,8,11]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0,0] => [2,3,6,1,9,4,5,7,8,10,12,11]
[1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0,0] => [2,3,6,1,10,4,5,7,8,12,9,11]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [2,3,7,1,9,4,5,6,10,11,8,12]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0,0] => [2,3,7,1,10,4,5,6,12,8,9,11]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0,0] => [2,3,8,1,10,4,5,6,11,7,9,12]
[1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0] => [2,3,1,4,6,7,9,10,5,12,8,11]
[1,0,1,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0,0] => [2,3,1,4,6,7,9,5,10,11,8,12]
[1,0,1,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [2,3,1,4,6,7,10,5,12,8,9,11]
[1,0,1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0,0] => [2,3,1,4,6,7,5,8,10,11,9,12]
[1,0,1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0] => [2,3,1,4,6,7,5,8,11,9,10,12]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [2,3,1,4,7,9,10,5,11,6,8,12]
[1,0,1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [2,3,1,4,7,9,5,10,11,6,12,8]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,0] => [2,3,1,4,7,10,5,12,6,8,9,11]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [2,3,1,4,8,10,5,11,6,7,9,12]
[1,0,1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0] => [2,3,1,4,7,5,6,8,10,11,9,12]
[1,0,1,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,0] => [2,3,1,4,7,5,6,8,11,9,10,12]
[1,0,1,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [2,3,1,4,8,5,6,10,11,7,12,9]
[1,0,1,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [2,3,1,4,8,5,6,11,7,9,10,12]
[1,0,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [2,3,1,4,9,5,6,11,7,8,12,10]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [3,5,6,7,9,1,10,2,4,12,8,11]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0] => [3,5,6,7,1,9,10,2,12,4,8,11]
[1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [3,5,6,7,1,9,2,4,10,11,8,12]
[1,1,0,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [3,5,6,1,7,9,10,2,11,4,8,12]
[1,1,0,1,0,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [3,5,6,1,7,9,2,10,11,4,12,8]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [3,5,6,7,1,10,2,4,12,8,9,11]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [3,5,6,1,7,10,2,12,4,8,9,11]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [3,5,6,1,7,2,4,8,10,11,9,12]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0] => [3,5,6,1,7,2,4,8,11,9,10,12]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [3,5,1,6,7,8,10,2,11,4,9,12]
[1,1,0,1,0,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [3,5,1,6,7,8,2,10,11,4,12,9]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [3,5,1,6,7,8,2,11,4,9,10,12]
[1,1,0,1,0,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [3,5,1,6,7,2,8,9,11,4,12,10]
[1,1,0,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [3,5,1,6,7,2,8,9,4,10,12,11]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [3,6,8,9,1,10,2,4,11,5,7,12]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [3,6,8,1,9,10,2,11,4,5,7,12]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [3,6,8,1,9,2,4,10,11,5,12,7]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [3,6,1,8,9,10,2,11,4,5,12,7]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [3,6,1,8,9,2,10,11,4,12,5,7]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [4,6,7,9,1,10,2,3,11,5,8,12]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [4,6,7,1,9,10,2,11,3,5,8,12]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [4,6,7,1,9,2,3,10,11,5,12,8]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [4,6,1,7,9,10,2,11,3,5,12,8]
[1,1,1,0,1,0,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [4,6,1,7,9,2,10,11,3,12,5,8]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,1,0,1,0,0,0] => [3,6,9,1,11,2,4,12,5,7,8,10]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,1,0,0] => [3,6,1,9,11,2,12,4,5,7,8,10]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [3,7,9,1,10,2,4,12,5,6,8,11]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [3,7,1,9,10,2,12,4,5,6,8,11]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [4,6,7,1,10,2,3,12,5,8,9,11]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [4,6,1,7,10,2,12,3,5,8,9,11]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0] => [4,7,9,1,10,2,3,11,5,6,8,12]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [4,7,1,9,10,2,11,3,5,6,8,12]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0] => [5,7,8,1,10,2,3,11,4,6,9,12]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [5,7,1,8,10,2,11,3,4,6,9,12]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,1,0,0] => [3,6,1,9,2,4,5,7,8,10,12,11]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0] => [3,6,1,10,2,4,5,7,8,12,9,11]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [3,7,1,9,2,4,5,6,10,11,8,12]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,1,0,1,0,0] => [3,7,1,10,2,4,5,6,12,8,9,11]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [3,8,1,10,2,4,5,6,11,7,9,12]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [4,6,1,7,2,3,5,8,10,11,9,12]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [4,6,1,7,2,3,5,8,11,9,10,12]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [4,7,1,9,2,3,5,10,11,6,12,8]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [5,7,1,8,2,3,4,10,11,6,12,9]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,1,0,1,0,0] => [4,7,1,10,2,3,5,12,6,8,9,11]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [4,8,1,10,2,3,5,11,6,7,9,12]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [5,7,1,8,2,3,4,11,6,9,10,12]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,1,0,1,0,0] => [5,8,1,10,2,3,4,11,6,7,12,9]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0] => [6,8,1,9,2,3,4,11,5,7,12,10]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0,1,0] => [3,1,2,4,6,7,9,10,5,12,8,11]
[1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,0,1,0] => [3,1,2,4,6,7,9,5,10,11,8,12]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,0] => [3,1,2,4,6,7,10,5,12,8,9,11]
[1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,0,1,0] => [3,1,2,4,6,7,5,8,10,11,9,12]
[1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0,1,0] => [3,1,2,4,6,7,5,8,11,9,10,12]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [3,1,2,4,7,9,10,5,11,6,8,12]
[1,1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0] => [3,1,2,4,7,9,5,10,11,6,12,8]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,0,1,0] => [3,1,2,4,7,10,5,12,6,8,9,11]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [3,1,2,4,8,10,5,11,6,7,9,12]
[1,1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,0,1,0] => [3,1,2,4,7,5,6,8,10,11,9,12]
[1,1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,0,1,0] => [3,1,2,4,7,5,6,8,11,9,10,12]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,0,1,0] => [3,1,2,4,8,5,6,10,11,7,12,9]
[1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,0,1,0] => [3,1,2,4,8,5,6,11,7,9,10,12]
[1,1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0] => [3,1,2,4,9,5,6,11,7,8,12,10]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [4,1,2,6,7,8,10,3,11,5,9,12]
[1,1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0] => [4,1,2,6,7,8,3,10,11,5,12,9]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [4,1,2,6,7,8,3,11,5,9,10,12]
[1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0] => [4,1,2,6,7,3,8,9,11,5,12,10]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0] => [4,1,2,6,7,3,8,9,5,10,12,11]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0] => [4,1,2,7,9,10,3,11,5,6,12,8]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0] => [4,1,2,7,9,3,10,11,5,12,6,8]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0] => [5,1,2,7,8,10,3,11,4,6,12,9]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0] => [5,1,2,7,8,3,10,11,4,12,6,9]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0,0,1,0] => [4,1,2,7,10,3,12,5,6,8,9,11]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0,0,1,0] => [4,1,2,8,10,3,11,5,6,7,9,12]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0] => [5,1,2,7,8,3,11,4,6,9,10,12]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0,0,1,0] => [5,1,2,8,10,3,11,4,6,7,12,9]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0] => [6,1,2,8,9,3,11,4,5,7,12,10]
[1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0,1,0] => [4,1,2,7,3,5,6,8,10,11,9,12]
[1,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0,0,1,0] => [4,1,2,7,3,5,6,8,11,9,10,12]
[1,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [4,1,2,8,3,5,6,10,11,7,12,9]
[1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0,0,1,0] => [4,1,2,8,3,5,6,11,7,9,10,12]
[1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0] => [4,1,2,9,3,5,6,11,7,8,12,10]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [5,1,2,7,3,4,8,9,11,6,12,10]
[1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0] => [5,1,2,7,3,4,8,9,6,10,12,11]
[1,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,0,1,0] => [5,1,2,8,3,4,10,11,6,12,7,9]
[1,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0] => [6,1,2,8,3,4,9,11,5,12,7,10]
[1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0,1,0] => [5,1,2,8,3,4,11,6,7,9,10,12]
[1,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0] => [5,1,2,9,3,4,11,6,7,8,12,10]
[1,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0] => [6,1,2,8,3,4,9,5,7,10,12,11]
[1,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0] => [6,1,2,9,3,4,11,5,7,12,8,10]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [7,1,2,9,3,4,10,5,6,12,8,11]
[1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0] => [1,12,2,3,4,5,6,7,8,9,10,11]
[1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0] => [1,3,4,5,6,7,8,9,10,11,12,2]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,4,3,6,5,8,7,10,9,12,11]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,3,5,2,4,7,6,9,8,11,10,12]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [4,1,5,2,6,3,8,7,10,9,12,11]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,7,8,5,6,11,12,9,10]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [4,5,1,2,7,8,3,6,11,12,9,10]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [5,6,1,2,8,9,3,4,11,12,7,10]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,8,9,5,6,11,12,7,10]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [4,5,1,2,8,9,3,6,11,12,7,10]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,9,10,5,6,7,12,8,11]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [4,5,1,2,9,10,3,6,7,12,8,11]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [5,6,1,2,9,10,3,4,7,12,8,11]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [6,7,1,2,9,10,3,4,5,12,8,11]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,7,8,5,6,9,12,10,11]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [4,5,1,2,7,8,3,6,9,12,10,11]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [5,6,1,2,8,9,3,4,7,12,10,11]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,8,9,5,6,7,12,10,11]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [4,5,1,2,8,9,3,6,7,12,10,11]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [3,4,1,2,7,8,5,9,10,6,11,12]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [4,5,1,2,7,8,3,9,10,6,11,12]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [5,6,1,2,3,8,4,9,10,7,11,12]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [3,4,1,2,5,8,6,9,10,7,11,12]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [4,5,1,2,3,8,6,9,10,7,11,12]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [5,6,1,2,3,9,4,7,10,8,11,12]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [6,7,1,2,3,9,4,5,10,8,11,12]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [5,6,1,2,3,10,4,7,11,8,9,12]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [6,7,1,2,3,10,4,5,11,8,9,12]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [3,4,1,2,5,9,6,7,10,8,11,12]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [4,5,1,2,3,9,6,7,10,8,11,12]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [7,8,1,2,3,10,4,5,11,6,9,12]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [3,4,1,2,5,10,6,7,11,8,9,12]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [4,5,1,2,3,10,6,7,11,8,9,12]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [3,4,1,2,7,8,5,11,12,6,9,10]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [4,5,1,2,7,8,3,11,12,6,9,10]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [5,6,1,2,8,9,3,11,12,4,7,10]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [3,4,1,2,8,9,5,11,12,6,7,10]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [4,5,1,2,8,9,3,11,12,6,7,10]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [3,4,1,2,5,9,6,10,12,7,8,11]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [4,5,1,2,3,9,6,10,12,7,8,11]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [5,6,1,2,3,9,4,10,12,7,8,11]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [6,7,1,2,3,9,4,10,12,5,8,11]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [3,4,1,2,7,8,5,9,12,6,10,11]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [4,5,1,2,7,8,3,9,12,6,10,11]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [5,6,1,2,3,8,4,9,12,7,10,11]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [3,4,1,2,5,8,6,9,12,7,10,11]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [4,5,1,2,3,8,6,9,12,7,10,11]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [3,4,1,7,8,2,11,12,5,6,9,10]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [4,5,1,7,8,2,11,12,3,6,9,10]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [5,6,1,8,9,2,11,12,3,4,7,10]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [3,4,1,8,9,2,11,12,5,6,7,10]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [4,5,1,8,9,2,11,12,3,6,7,10]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [3,4,1,5,9,2,10,12,6,7,8,11]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,4,2,5,9,3,10,12,6,7,8,11]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,5,2,6,9,3,10,12,4,7,8,11]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,6,2,7,9,3,10,12,4,5,8,11]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [3,4,1,7,8,2,9,12,5,6,10,11]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [4,5,1,7,8,2,9,12,3,6,10,11]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,5,2,6,8,3,9,12,4,7,10,11]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [3,4,1,5,8,2,9,12,6,7,10,11]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,4,2,5,8,3,9,12,6,7,10,11]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [3,4,1,5,6,2,9,10,7,8,11,12]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,4,2,5,6,3,9,10,7,8,11,12]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,7,2,3,8,4,10,11,5,6,9,12]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [3,4,1,5,6,2,10,11,7,8,9,12]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,4,2,5,6,3,10,11,7,8,9,12]
[1,1,0,0,1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [3,4,1,5,6,2,9,10,7,11,12,8]
[1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,4,2,5,6,3,9,10,7,11,12,8]
[1,1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,7,2,3,8,4,5,10,6,11,12,9]
[1,1,0,0,1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [3,4,1,5,6,2,7,10,8,11,12,9]
[1,1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,4,2,5,6,3,7,10,8,11,12,9]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,5,2,3,6,4,9,10,7,8,11,12]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,5,2,3,6,4,10,11,7,8,9,12]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,6,2,3,7,4,9,10,5,8,11,12]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,6,2,3,7,4,10,11,5,8,9,12]
[1,1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,7,2,3,8,4,5,11,6,9,12,10]
[1,1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,8,2,3,9,4,5,11,6,7,12,10]
[1,1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,5,2,3,6,4,9,10,7,11,12,8]
[1,1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,5,2,3,6,4,7,10,8,11,12,9]
[1,1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,6,2,3,7,4,9,10,5,11,12,8]
[1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,6,2,3,7,4,5,10,8,11,12,9]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [3,4,1,7,8,2,9,10,5,6,11,12]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [4,5,1,7,8,2,9,10,3,6,11,12]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,5,2,6,8,3,9,10,4,7,11,12]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [3,4,1,5,8,2,9,10,6,7,11,12]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,4,2,5,8,3,9,10,6,7,11,12]
[1,1,0,0,1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [3,4,1,5,6,2,7,11,8,9,12,10]
[1,1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,4,2,5,6,3,7,11,8,9,12,10]
[1,1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,5,2,3,6,4,7,11,8,9,12,10]
[1,1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,6,2,3,7,4,5,11,8,9,12,10]
[1,1,0,0,1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [3,4,1,7,8,2,9,10,5,11,12,6]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [4,5,1,7,8,2,9,10,3,11,12,6]
[1,1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,5,2,6,8,3,9,10,4,11,12,7]
[1,1,0,0,1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [3,4,1,5,8,2,9,10,6,11,12,7]
[1,1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,4,2,5,8,3,9,10,6,11,12,7]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [3,4,1,7,8,2,5,6,11,12,9,10]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [4,5,1,7,8,2,3,6,11,12,9,10]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [5,6,1,8,9,2,3,4,11,12,7,10]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [3,4,1,8,9,2,5,6,11,12,7,10]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [4,5,1,8,9,2,3,6,11,12,7,10]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [3,4,1,9,10,2,5,6,7,12,8,11]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [4,5,1,9,10,2,3,6,7,12,8,11]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [5,6,1,9,10,2,3,4,7,12,8,11]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [6,7,1,9,10,2,3,4,5,12,8,11]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [3,4,1,7,8,2,5,6,9,12,10,11]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [4,5,1,7,8,2,3,6,9,12,10,11]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [5,6,1,8,9,2,3,4,7,12,10,11]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [3,4,1,8,9,2,5,6,7,12,10,11]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [4,5,1,8,9,2,3,6,7,12,10,11]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [3,4,1,7,8,2,5,9,10,6,11,12]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [4,5,1,7,8,2,3,9,10,6,11,12]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,5,2,6,8,3,4,9,10,7,11,12]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [3,4,1,5,8,2,6,9,10,7,11,12]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,4,2,5,8,3,6,9,10,7,11,12]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,5,2,6,9,3,4,7,10,8,11,12]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,6,2,7,9,3,4,5,10,8,11,12]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,5,2,6,10,3,4,7,11,8,9,12]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,6,2,7,10,3,4,5,11,8,9,12]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [3,4,1,5,9,2,6,7,10,8,11,12]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,4,2,5,9,3,6,7,10,8,11,12]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,7,2,8,10,3,4,5,11,6,9,12]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [3,4,1,5,10,2,6,7,11,8,9,12]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,4,2,5,10,3,6,7,11,8,9,12]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [3,4,1,7,8,2,5,11,12,6,9,10]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [4,5,1,7,8,2,3,11,12,6,9,10]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [5,6,1,8,9,2,3,11,12,4,7,10]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [3,4,1,8,9,2,5,11,12,6,7,10]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [4,5,1,8,9,2,3,11,12,6,7,10]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [3,4,1,5,9,2,6,10,12,7,8,11]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,4,2,5,9,3,6,10,12,7,8,11]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,5,2,6,9,3,4,10,12,7,8,11]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,6,2,7,9,3,4,10,12,5,8,11]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [3,4,1,7,8,2,5,9,12,6,10,11]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [4,5,1,7,8,2,3,9,12,6,10,11]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,5,2,6,8,3,4,9,12,7,10,11]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [3,4,1,5,8,2,6,9,12,7,10,11]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,4,2,5,8,3,6,9,12,7,10,11]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0] => [11,12,1,2,3,4,5,6,7,8,9,10]
[1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8,9,12,10,11]
[1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8,9,10,12,11]
[1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0,1,0] => [2,1,3,4,6,7,9,10,5,12,8,11]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [2,5,6,8,9,1,10,3,4,12,7,11]
[1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0] => [2,3,1,5,6,7,9,10,4,12,8,11]
[1,0,1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0,1,0] => [2,1,3,7,4,5,6,8,10,11,9,12]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [2,3,5,8,9,1,11,4,6,12,7,10]
[1,0,1,1,1,0,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [2,1,3,6,7,9,10,4,11,5,8,12]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0,1,1,0,0] => [2,5,1,3,9,4,6,7,8,10,12,11]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0,1,1,0,0,1,0] => [2,1,7,10,3,4,12,5,6,8,9,11]
[1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,0] => [2,3,5,1,6,8,9,10,4,12,7,11]
[1,0,1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,0,1,0] => [2,1,3,4,6,5,7,8,10,11,9,12]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [2,5,1,6,8,9,10,3,11,4,7,12]
[1,0,1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0] => [2,3,1,5,6,4,7,8,10,11,9,12]
[1,0,1,1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0,1,0] => [2,1,3,8,4,5,11,6,7,9,10,12]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,0] => [2,3,5,6,8,1,11,4,7,9,12,10]
[1,0,1,1,1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,0,1,0] => [2,1,3,4,6,9,10,5,12,7,8,11]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0] => [2,5,6,8,1,9,3,4,7,12,10,11]
[1,0,1,1,0,1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,1,0,0] => [2,3,1,5,6,9,10,4,12,7,8,11]
[1,0,1,1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0] => [2,1,3,7,4,5,8,10,11,6,12,9]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [2,5,8,9,1,10,3,4,6,12,7,11]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [2,1,6,7,8,10,3,11,4,5,9,12]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,5,8,9,1,11,3,4,6,7,12,10]
[1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0] => [2,1,6,7,9,10,3,12,4,5,8,11]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0] => [2,3,5,1,4,8,6,7,9,10,12,11]
[1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0,1,0] => [2,1,3,6,10,4,5,12,7,8,9,11]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0] => [2,5,1,3,6,4,8,9,10,11,7,12]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,1,0,0] => [2,3,1,5,10,4,6,12,7,8,9,11]
[1,0,1,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,1,0,0,1,0] => [2,1,3,8,4,10,11,5,6,12,7,9]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,0] => [2,3,5,6,1,8,9,11,4,12,7,10]
[1,0,1,1,1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,0,1,0] => [2,1,3,4,6,7,5,9,10,11,8,12]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [2,5,6,1,8,9,10,3,12,4,7,11]
[1,0,1,1,0,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0,0] => [2,3,1,5,6,7,4,9,10,11,8,12]
[1,0,1,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0,0,1,0] => [2,1,3,7,4,5,6,11,8,9,10,12]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0] => [2,3,5,1,8,9,11,4,12,6,7,10]
[1,0,1,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [2,1,3,6,7,4,9,10,11,5,12,8]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0,1,1,0,0] => [2,5,1,3,10,4,6,7,12,8,9,11]
[1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0,1,1,0,0,1,0] => [2,1,8,10,3,4,11,5,6,7,12,9]
[1,0,1,1,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,0] => [2,3,5,1,6,8,4,9,10,11,7,12]
[1,0,1,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,0,1,0] => [2,1,3,4,6,5,7,11,8,9,10,12]
[1,0,1,1,0,0,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [2,5,1,6,8,3,9,10,11,4,12,7]
[1,0,1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [2,3,1,5,6,4,7,11,8,9,10,12]
[1,0,1,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0] => [2,1,3,9,4,5,11,6,7,12,8,10]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0] => [2,3,5,6,8,1,4,9,7,11,12,10]
[1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0] => [2,1,3,4,6,7,9,5,8,12,10,11]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [2,5,6,8,1,3,9,4,10,12,7,11]
[1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,1,0,0] => [2,3,1,5,6,7,9,4,8,12,10,11]
[1,0,1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,1,0,0,1,0] => [2,1,3,7,4,5,6,10,11,8,9,12]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0] => [2,3,5,8,1,4,9,6,11,12,7,10]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0] => [2,1,3,6,7,9,4,5,10,8,11,12]
[1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0,1,1,0,0] => [2,5,1,3,9,4,6,7,10,12,8,11]
[1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0,1,1,0,0,1,0] => [2,1,7,8,3,4,10,5,6,9,11,12]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0] => [2,3,5,1,6,8,9,4,7,12,10,11]
[1,0,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0] => [2,1,3,4,6,5,7,10,11,8,9,12]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0] => [2,5,1,6,8,9,3,4,10,7,11,12]
[1,0,1,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0,0] => [2,3,1,5,6,4,7,10,11,8,9,12]
[1,0,1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [2,1,3,8,4,5,9,6,7,11,12,10]
[1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [2,3,5,8,1,4,11,6,7,12,9,10]
[1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0,1,0] => [2,1,3,6,9,10,4,5,11,7,8,12]
[1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0] => [2,5,6,1,3,8,4,7,12,9,10,11]
[1,0,1,1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,1,0,0] => [2,3,1,5,9,10,4,6,11,7,8,12]
[1,0,1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,1,0,0,1,0] => [2,1,3,7,4,8,9,11,5,6,12,10]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,0] => [2,3,5,8,1,4,6,11,7,9,12,10]
[1,0,1,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,0,1,0] => [2,1,3,6,9,10,4,5,7,12,8,11]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0] => [2,5,6,1,3,4,8,7,9,12,10,11]
[1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [2,3,1,5,9,10,4,6,7,12,8,11]
[1,0,1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,1,0,0,1,0] => [2,1,3,7,4,8,10,11,5,6,9,12]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0,1,1,0,1,1,0,0,0] => [2,5,8,1,3,11,4,6,12,7,9,10]
[1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,0] => [2,5,8,1,3,4,11,6,7,12,9,10]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,1,0,1,1,0,0,0,1,0] => [2,1,6,9,10,3,4,11,5,7,12,8]
[1,0,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,0,1,0] => [2,1,6,9,10,3,4,5,11,7,8,12]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0] => [2,5,8,1,3,4,9,6,10,12,7,11]
[1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0] => [2,1,6,7,8,3,4,5,10,9,11,12]
[1,0,1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0] => [2,5,1,9,10,3,4,11,6,7,12,8]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [2,5,1,9,10,3,4,6,11,7,8,12]
[1,0,1,1,1,1,0,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0] => [2,1,7,8,3,9,10,4,5,12,6,11]
[1,0,1,1,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0] => [2,1,7,8,3,9,11,4,5,6,12,10]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,0] => [2,3,5,6,1,4,8,7,9,11,12,10]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,0,1,0] => [2,1,3,4,6,9,5,7,12,8,10,11]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [2,5,6,1,3,8,4,9,10,12,7,11]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0,0] => [2,3,1,5,6,9,4,7,12,8,10,11]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0,0,1,0] => [2,1,3,7,4,5,10,11,6,8,12,9]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0] => [2,3,5,1,4,8,6,9,11,12,7,10]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0] => [2,1,3,6,7,4,5,9,8,10,11,12]
[1,0,1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0,1,1,0,0] => [2,5,1,3,9,4,6,10,11,7,8,12]
[1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0,1,1,0,0,1,0] => [2,1,7,8,3,4,9,5,6,11,12,10]
[1,0,1,1,0,1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [2,3,5,1,6,8,4,7,12,9,10,11]
[1,0,1,1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0,1,0] => [2,1,3,4,6,5,10,11,7,8,12,9]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0] => [2,5,1,6,8,3,4,9,7,10,11,12]
[1,0,1,1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,1,0,0] => [2,3,1,5,6,4,10,11,7,8,12,9]
[1,0,1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,1,0,0,1,0] => [2,1,3,8,4,5,9,6,10,12,7,11]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,0] => [2,3,5,6,8,1,9,11,4,7,12,10]
[1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,0,1,0] => [2,1,3,4,6,7,9,5,10,12,8,11]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [2,5,6,8,1,9,10,3,4,12,7,11]
[1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,0,0] => [2,3,1,5,6,7,9,4,10,12,8,11]
[1,0,1,1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,0,0,1,0] => [2,1,3,7,4,5,6,8,10,9,11,12]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [2,3,5,8,1,9,11,4,6,12,7,10]
[1,0,1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [2,1,3,6,7,9,4,10,11,5,8,12]
[1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0,1,0,1,1,0,0] => [2,5,1,3,9,4,6,7,8,12,10,11]
[1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,0,1,0,1,1,0,0,1,0] => [2,1,7,10,3,4,11,5,6,8,9,12]
[1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,0] => [2,3,5,1,6,8,9,4,10,12,7,11]
[1,0,1,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,0,1,0] => [2,1,3,4,6,5,7,8,10,9,11,12]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [2,5,1,6,8,9,3,10,11,4,7,12]
[1,0,1,1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,1,0,0] => [2,3,1,5,6,4,7,8,10,9,11,12]
[1,0,1,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0] => [2,1,3,8,4,5,11,6,7,9,12,10]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,0] => [2,3,5,6,1,8,11,4,7,9,12,10]
[1,0,1,1,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [2,1,3,4,6,9,5,10,12,7,8,11]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [2,5,6,1,8,9,3,4,7,12,10,11]
[1,0,1,1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [2,3,1,5,6,9,4,10,12,7,8,11]
[1,0,1,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [2,1,3,7,4,5,8,10,6,11,12,9]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0] => [2,5,8,1,9,10,3,4,6,12,7,11]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,0] => [2,1,6,7,8,3,10,11,4,5,9,12]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0] => [2,5,8,1,9,11,3,4,6,7,12,10]
[1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [2,1,6,7,9,3,10,12,4,5,8,11]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,0] => [2,3,5,1,4,8,6,7,9,12,10,11]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,0,1,0] => [2,1,3,6,10,4,5,11,7,8,9,12]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0] => [2,5,1,3,6,4,8,9,10,7,11,12]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0,0] => [2,3,1,5,10,4,6,11,7,8,9,12]
[1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0,0,1,0] => [2,1,3,8,4,9,11,5,6,12,7,10]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,0] => [2,3,5,6,1,8,9,4,11,12,7,10]
[1,0,1,1,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,0,1,0] => [2,1,3,4,6,7,5,9,10,8,11,12]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [2,5,6,1,8,9,3,10,12,4,7,11]
[1,0,1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0] => [2,3,1,5,6,7,4,9,10,8,11,12]
[1,0,1,1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0] => [2,1,3,7,4,5,6,11,8,9,12,10]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [2,3,5,1,8,9,4,11,12,6,7,10]
[1,0,1,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [2,1,3,6,7,4,9,10,5,11,12,8]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,1,1,0,0] => [2,5,1,3,10,4,6,7,11,8,9,12]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0] => [2,1,8,9,3,4,11,5,6,7,12,10]
[1,0,1,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0] => [2,3,5,1,6,8,4,9,10,7,11,12]
[1,0,1,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0] => [2,1,3,4,6,5,7,11,8,9,12,10]
[1,0,1,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,5,1,6,8,3,9,10,4,11,12,7]
[1,0,1,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [2,3,1,5,6,4,7,11,8,9,12,10]
[1,0,1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [2,1,3,9,4,5,10,6,7,12,8,11]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,5,3,6,4,8,7,10,9,12,11]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,0,0,1,0,0,0] => [1,4,6,2,7,8,9,3,12,5,10,11]
[1,1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0] => [1,3,6,8,2,4,11,5,12,7,9,10]
[1,0,1,0,1,1,0,0,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [2,4,7,1,8,3,9,10,5,6,12,11]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [4,1,6,2,9,10,3,5,7,8,12,11]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0,0] => [1,5,2,6,8,3,10,4,11,12,7,9]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,1,0,0,1,0] => [3,1,6,9,2,12,4,5,7,8,10,11]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0] => [3,6,1,9,2,4,12,5,7,8,10,11]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,0,1,0] => [2,1,3,6,9,4,12,5,7,8,10,11]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,1,0,1,0,0] => [2,6,1,9,3,4,5,12,7,8,10,11]
[1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0,0,1,0,0] => [1,6,2,3,9,4,5,12,7,8,10,11]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [3,5,1,6,9,2,12,4,7,8,10,11]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [3,5,6,1,9,2,4,12,7,8,10,11]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,0,1,0] => [2,1,3,5,6,9,4,12,7,8,10,11]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,1,0,0] => [2,4,1,5,6,9,3,12,7,8,10,11]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,1,0,1,0,0] => [2,5,1,9,3,4,6,7,12,8,10,11]
[1,1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,0,1,0,0] => [1,5,2,3,9,4,6,7,12,8,10,11]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,1,0,0,0] => [2,4,5,1,9,3,6,7,12,8,10,11]
[1,1,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,0,1,0,0] => [1,4,2,3,5,9,6,7,12,8,10,11]
[1,1,0,1,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0,0,0] => [1,3,4,2,5,9,6,7,12,8,10,11]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [2,6,1,8,9,3,12,4,5,7,10,11]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [2,6,8,1,9,3,4,12,5,7,10,11]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,0,1,0,0] => [1,6,2,3,8,9,4,12,5,7,10,11]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,1,1,0,1,0,0,0] => [1,6,8,2,9,3,4,5,12,7,10,11]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0,1,0,1,0] => [6,1,8,2,3,9,4,5,12,7,10,11]
[1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [3,5,6,1,8,9,2,12,4,7,10,11]
[1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [3,5,6,8,1,9,2,4,12,7,10,11]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [2,5,7,1,8,9,3,12,4,6,10,11]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [2,5,7,8,1,9,3,4,12,6,10,11]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0,1,0] => [2,1,3,5,6,8,9,4,12,7,10,11]
[1,0,1,0,1,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [2,4,1,5,6,8,9,3,12,7,10,11]
[1,1,1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [1,5,2,3,7,8,9,4,12,6,10,11]
[1,0,1,0,1,1,0,1,1,1,1,0,0,1,1,0,1,0,0,0,1,0,0,0] => [2,4,5,1,7,8,9,3,12,6,10,11]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,1,0,1,0,0] => [2,5,1,8,3,4,6,7,9,12,10,11]
[1,1,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,0,1,0,0] => [1,5,2,3,8,4,6,7,9,12,10,11]
[1,0,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0,0] => [2,4,5,1,8,3,6,7,9,12,10,11]
[1,1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0,1,0,0] => [1,4,2,3,5,8,6,7,9,12,10,11]
[1,1,0,1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,0,0] => [1,3,4,2,5,8,6,7,9,12,10,11]
[1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0,0] => [1,5,7,2,8,3,4,6,9,12,10,11]
[1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,1,0] => [5,1,7,2,3,8,4,6,9,12,10,11]
[1,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [2,4,5,7,1,8,3,6,9,12,10,11]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [1,4,6,7,2,8,3,5,9,12,10,11]
[1,1,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,0,1,0,0] => [1,4,2,3,5,7,8,6,9,12,10,11]
[1,1,0,1,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,0] => [1,3,4,2,5,7,8,6,9,12,10,11]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,1,0] => [4,1,6,2,3,7,8,5,9,12,10,11]
[1,1,0,1,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0,0] => [1,3,4,6,2,7,8,5,9,12,10,11]
[1,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [3,1,5,6,2,7,8,4,9,12,10,11]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,1,0,0] => [2,5,1,9,11,3,12,4,6,7,8,10]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,1,1,0,1,0,0,0] => [2,5,9,1,11,3,4,12,6,7,8,10]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,1,0,0,0,1,0,0] => [1,5,2,3,9,11,4,12,6,7,8,10]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0,1,1,0,1,0,0,0] => [1,5,9,2,11,3,4,6,12,7,8,10]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0,1,0,1,0] => [5,1,9,2,3,11,4,6,12,7,8,10]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,0] => [2,4,5,1,9,11,3,12,6,7,8,10]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [2,4,5,9,1,11,3,6,12,7,8,10]
[1,1,1,0,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0,0,1,0,0] => [1,4,2,3,5,9,11,6,12,7,8,10]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,0,0] => [1,3,4,2,5,9,11,6,12,7,8,10]
[1,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,1,1,0,1,0,0,0] => [1,4,9,2,11,3,5,6,7,12,8,10]
[1,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0] => [4,1,9,2,3,11,5,6,7,12,8,10]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0,0,0] => [1,3,4,9,2,11,5,6,7,12,8,10]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,0,1,0,1,0] => [3,1,9,2,4,5,11,6,7,12,8,10]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,0] => [1,6,8,2,9,11,3,12,4,5,7,10]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [1,6,8,9,2,11,3,4,12,5,7,10]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0,0,1,0,1,0] => [6,1,8,2,3,9,11,4,12,5,7,10]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,1,0,0,1,0] => [6,1,8,9,2,11,3,4,5,12,7,10]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,1,0,1,0,0] => [6,8,1,9,2,3,11,4,5,12,7,10]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,1,0,0,0] => [1,5,8,2,10,11,3,12,4,6,7,9]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [1,5,8,10,2,11,3,4,12,6,7,9]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0,0,1,0,1,0] => [5,1,8,2,3,10,11,4,12,6,7,9]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,1,0,1,0,0,1,0] => [5,1,8,10,2,11,3,4,6,12,7,9]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,1,1,0,1,0,0] => [5,8,1,10,2,3,11,4,6,12,7,9]
[1,1,0,1,0,0,1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [3,5,6,8,1,9,11,2,12,4,7,10]
[1,1,0,1,0,0,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [3,5,6,8,9,1,11,2,4,12,7,10]
[1,0,1,1,0,1,0,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [2,5,7,8,1,9,11,3,12,4,6,10]
[1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [2,5,7,8,9,1,11,3,4,12,6,10]
[1,0,1,0,1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [2,4,5,8,1,10,11,3,12,6,7,9]
[1,0,1,0,1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [2,4,5,8,10,1,11,3,6,12,7,9]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [1,5,7,8,2,10,11,3,12,4,6,9]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [1,5,7,8,10,2,11,3,4,12,6,9]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [1,4,7,9,2,10,11,3,12,5,6,8]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [1,4,7,9,10,2,11,3,5,12,6,8]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,0,1,0] => [2,1,3,5,6,8,9,11,4,12,7,10]
[1,0,1,0,1,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0,0] => [2,4,1,5,6,8,9,11,3,12,7,10]
[1,1,1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0,0] => [1,5,2,3,7,8,9,11,4,12,6,10]
[1,0,1,0,1,1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0,0] => [2,4,5,1,7,8,9,11,3,12,6,10]
[1,1,1,0,1,0,0,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0,0] => [1,4,6,2,7,8,9,11,3,12,5,10]
[1,1,1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0,0,1,0,0] => [1,4,2,3,5,8,10,11,6,12,7,9]
[1,1,0,1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0] => [1,3,4,2,5,8,10,11,6,12,7,9]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [5,1,7,2,3,8,10,11,4,12,6,9]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [4,1,7,2,3,9,10,11,5,12,6,8]
[1,0,1,0,1,1,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [2,4,5,7,1,8,10,11,3,12,6,9]
[1,1,1,0,1,0,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [1,4,6,7,2,8,10,11,3,12,5,9]
[1,1,0,1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [1,3,4,7,2,9,10,11,5,12,6,8]
[1,1,1,0,1,0,0,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [4,1,6,7,2,9,10,11,3,12,5,8]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [3,1,6,8,2,9,10,11,4,12,5,7]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,1,0,0] => [2,5,1,8,3,4,6,7,9,11,12,10]
[1,1,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0,0,1,0,0] => [1,5,2,3,8,4,6,7,9,11,12,10]
[1,0,1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,0] => [2,4,5,1,8,3,6,7,9,11,12,10]
[1,1,1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0] => [1,4,2,3,5,8,6,7,9,11,12,10]
[1,1,0,1,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0,0,0] => [1,3,4,2,5,8,6,7,9,11,12,10]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,0] => [1,5,7,2,8,3,4,6,9,11,12,10]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [5,1,7,2,3,8,4,6,9,11,12,10]
[1,0,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,0] => [2,4,5,7,1,8,3,6,9,11,12,10]
[1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,0] => [1,4,6,7,2,8,3,5,9,11,12,10]
[1,1,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0,1,0,0] => [1,4,2,3,5,7,8,6,9,11,12,10]
[1,1,0,1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,0,0] => [1,3,4,2,5,7,8,6,9,11,12,10]
[1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,1,0] => [4,1,6,2,3,7,8,5,9,11,12,10]
[1,1,0,1,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,0,0] => [1,3,4,6,2,7,8,5,9,11,12,10]
[1,1,0,1,0,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [3,1,5,6,2,7,8,4,9,11,12,10]
[1,1,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0,1,1,0,1,0,0,0] => [1,4,8,2,10,3,5,6,7,11,12,9]
[1,1,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [4,1,8,2,3,10,5,6,7,11,12,9]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,0,0] => [1,3,4,8,2,10,5,6,7,11,12,9]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0,1,0,1,0] => [3,1,8,2,4,5,10,6,7,11,12,9]
[1,0,1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [2,1,3,8,4,5,10,6,7,11,12,9]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,1,0] => [5,1,7,8,2,10,3,4,6,11,12,9]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0] => [5,7,1,8,2,3,10,4,6,11,12,9]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,0,1,0,0,1,0] => [4,1,7,9,2,10,3,5,6,11,12,8]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0] => [4,7,1,9,2,3,10,5,6,11,12,8]
[1,0,1,0,1,1,0,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [2,4,5,7,8,1,10,3,6,11,12,9]
[1,1,1,0,1,0,0,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [1,4,6,7,8,2,10,3,5,11,12,9]
[1,1,0,1,1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [1,3,4,7,9,2,10,5,6,11,12,8]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [4,1,6,7,9,2,10,3,5,11,12,8]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [3,1,6,8,9,2,10,4,5,11,12,7]
[1,1,1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,0,1,0,0] => [1,4,2,3,5,7,8,10,6,11,12,9]
[1,1,0,1,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,0,0] => [1,3,4,2,5,7,8,10,6,11,12,9]
[1,1,1,0,1,0,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [4,1,6,2,3,7,8,10,5,11,12,9]
[1,1,0,1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0] => [1,3,4,6,2,7,8,10,5,11,12,9]
[1,1,0,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [3,1,5,6,2,7,8,10,4,11,12,9]
[1,1,0,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [3,1,7,2,4,5,9,10,6,11,12,8]
[1,0,1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [2,1,3,7,4,5,9,10,6,11,12,8]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [4,6,1,7,2,3,9,10,5,11,12,8]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [3,6,1,8,2,4,9,10,5,11,12,7]
[1,1,0,1,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0] => [1,3,4,6,7,2,9,10,5,11,12,8]
[1,1,0,1,0,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [3,1,5,6,7,2,9,10,4,11,12,8]
[1,0,1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [2,1,3,6,8,4,9,10,5,11,12,7]
[1,1,0,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [3,5,1,6,8,2,9,10,4,11,12,7]
[1,0,1,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,5,1,7,8,3,9,10,4,11,12,6]
[1,1,0,1,1,1,0,1,1,1,0,0,1,1,0,0,1,0,1,0,0,0,0,0] => [1,3,4,5,7,2,8,6,11,12,9,10]
[1,1,0,1,1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0,0,0] => [1,3,4,2,5,7,10,11,12,6,8,9]
[1,1,0,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0,0,0] => [1,3,4,5,7,2,8,11,6,9,12,10]
[1,1,0,1,1,1,0,1,1,0,0,1,1,0,1,1,1,0,0,0,0,0,0,0] => [1,3,4,5,7,10,11,2,6,8,12,9]
[1,1,0,1,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,0] => [1,3,4,2,7,8,9,5,10,11,6,12]
[1,1,0,1,1,1,0,0,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0,0] => [1,3,4,7,8,2,9,5,6,10,11,12]
[1,1,0,1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0,0] => [1,3,4,2,5,7,10,12,6,8,9,11]
[1,1,0,1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,0] => [1,3,4,2,7,8,9,10,5,12,6,11]
[1,1,0,1,1,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,0,0,0] => [1,3,4,5,7,2,6,8,12,9,10,11]
[1,1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0,0] => [1,3,4,5,7,8,2,6,10,9,11,12]
[1,1,0,1,1,1,0,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0] => [1,3,4,7,8,2,5,9,10,11,12,6]
[1,1,0,1,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0,0,0,0] => [1,3,4,5,7,8,2,6,10,12,9,11]
[1,1,0,1,1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0] => [1,3,4,7,8,9,2,10,12,5,6,11]
[1,1,0,1,1,0,1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [1,3,4,2,6,7,9,5,11,12,8,10]
[1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,0,0,0] => [1,3,4,6,7,2,9,5,8,11,12,10]
[1,1,0,1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [1,3,4,2,6,9,11,12,5,7,8,10]
[1,1,0,1,1,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,0,0,0] => [1,3,4,6,7,2,5,9,11,8,12,10]
[1,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0] => [1,3,4,6,9,11,2,5,12,7,8,10]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [1,3,4,2,8,9,10,5,6,11,7,12]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [1,3,4,8,9,2,5,6,10,11,7,12]
[1,1,0,1,1,0,1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,0,0,0] => [1,3,4,2,6,7,10,5,8,11,9,12]
[1,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0,0] => [1,3,4,6,10,2,5,7,8,11,9,12]
[1,1,0,1,1,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0,1,0,0,0] => [1,3,4,2,9,10,5,12,6,7,8,11]
[1,1,0,1,1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,0,1,0,0,0] => [1,3,4,2,5,8,6,9,7,10,12,11]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,1,0,0,1,0,0,0] => [1,3,4,2,6,11,5,12,7,8,9,10]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0] => [1,3,4,2,5,8,6,10,7,11,12,9]
[1,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,1,0,0,0] => [1,3,4,2,6,7,5,10,8,9,11,12]
[1,1,0,1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,0] => [1,3,4,9,2,5,6,7,12,8,10,11]
[1,1,0,1,1,1,1,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0,0] => [1,3,4,5,2,6,9,7,10,8,11,12]
[1,1,0,1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [1,3,4,8,2,5,6,9,10,11,12,7]
[1,1,0,1,1,1,1,1,0,0,1,0,1,1,0,0,1,0,0,1,0,0,0,0] => [1,3,4,5,2,6,9,7,10,12,8,11]
[1,1,0,1,1,1,1,0,0,1,1,0,1,1,1,0,0,0,0,1,0,0,0,0] => [1,3,4,5,2,8,9,10,12,6,7,11]
[1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0,0] => [1,3,4,6,2,5,7,8,11,9,10,12]
[1,1,0,1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,0,0] => [1,3,4,6,2,7,11,5,12,8,9,10]
[1,1,0,1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,0,0,0] => [1,3,4,8,2,5,6,10,11,12,7,9]
[1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,0,0] => [1,3,4,6,2,5,7,8,10,11,9,12]
[1,1,0,1,1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0] => [1,3,4,5,2,10,11,6,7,8,12,9]
[1,1,0,1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,0] => [1,3,4,5,2,6,8,11,7,9,12,10]
[1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0,0,0] => [1,3,4,6,2,7,12,5,8,9,10,11]
[1,1,0,1,1,1,1,0,1,0,1,1,0,0,1,1,0,0,0,1,0,0,0,0] => [1,3,4,5,2,6,8,10,7,9,11,12]
[1,1,1,0,0,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [1,4,5,2,7,8,9,3,11,12,6,10]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,0] => [1,4,5,7,8,2,9,3,6,11,12,10]
[1,1,1,0,0,1,0,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [1,4,5,2,7,8,11,12,3,6,9,10]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,0] => [1,4,5,7,8,2,3,9,11,6,12,10]
[1,1,1,0,0,1,0,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0] => [1,4,5,7,8,11,2,3,12,6,9,10]
[1,1,1,0,0,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [1,4,5,2,7,8,10,3,6,11,9,12]
[1,1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [1,4,5,7,8,2,3,6,10,11,9,12]
[1,1,1,0,0,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,0] => [1,4,5,2,7,8,3,12,6,9,10,11]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [1,4,5,2,7,8,3,10,6,11,12,9]
[1,1,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0,0] => [1,4,5,7,2,3,8,9,10,6,11,12]
[1,1,1,0,0,1,0,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,0] => [1,4,5,7,2,8,9,3,12,6,10,11]
[1,1,1,0,0,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [1,4,5,7,2,3,8,10,11,12,6,9]
[1,1,1,0,0,1,0,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,0] => [1,4,5,7,2,8,9,3,6,10,12,11]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [1,4,5,7,2,8,10,11,3,6,12,9]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [1,5,6,2,8,9,11,3,4,12,7,10]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [1,5,6,8,9,2,3,4,11,12,7,10]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [1,5,6,2,8,9,3,11,4,7,12,10]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [1,5,6,8,2,3,9,11,12,4,7,10]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [1,5,6,8,2,9,11,3,4,7,12,10]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [1,4,7,2,8,9,11,3,5,12,6,10]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [1,4,7,8,9,2,3,5,11,12,6,10]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [1,4,7,2,8,9,3,11,5,6,12,10]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [1,4,7,8,2,3,9,11,12,5,6,10]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [1,4,7,8,2,9,11,3,5,6,12,10]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,5,8,2,9,10,3,4,6,12,7,11]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [1,5,8,9,2,3,10,4,6,12,7,11]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,5,6,2,10,11,3,4,7,12,8,9]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [1,5,6,10,2,3,11,4,7,12,8,9]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,4,7,2,9,10,3,5,6,12,8,11]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [1,4,7,9,2,3,10,5,6,12,8,11]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,6,7,2,8,11,3,4,5,12,9,10]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [1,6,7,8,2,3,11,4,5,12,9,10]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,4,8,2,9,11,3,5,6,12,7,10]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [1,4,8,9,2,3,11,5,6,12,7,10]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [1,5,9,2,3,10,4,6,12,7,8,11]
[1,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0] => [1,5,8,2,3,9,4,6,7,10,12,11]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,1,1,0,0,0] => [1,5,6,2,3,11,4,7,12,8,9,10]
[1,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,1,0,1,1,0,0,0] => [1,5,8,2,3,10,4,6,7,11,12,9]
[1,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,0,0] => [1,5,6,2,3,10,4,7,8,9,11,12]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [1,4,7,2,3,9,5,6,12,8,10,11]
[1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [1,4,7,2,3,9,5,6,10,11,12,8]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0,0] => [1,6,7,2,3,8,4,5,11,9,10,12]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,1,1,0,0,0] => [1,4,8,2,3,9,5,6,11,7,10,12]
[1,1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0] => [1,7,8,2,3,10,4,5,11,12,6,9]
[1,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,1,0,1,1,0,0,0] => [1,6,7,2,3,10,4,5,8,12,9,11]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0] => [1,4,9,2,3,10,5,6,11,12,7,8]
[1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,1,0,1,1,0,0,0] => [1,6,8,2,3,9,4,5,7,12,10,11]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,1,1,0,0,0] => [1,4,8,2,3,11,5,6,7,12,9,10]
[1,1,1,1,0,1,1,1,0,0,1,1,0,0,1,0,1,0,0,0,0,1,0,0] => [1,5,2,3,4,6,9,7,10,8,11,12]
[1,1,1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0,0,1,0,0] => [1,5,2,3,8,4,6,9,10,11,12,7]
[1,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0,0,1,0,0] => [1,5,2,3,4,6,9,7,10,12,8,11]
[1,1,1,1,0,1,1,0,0,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0] => [1,5,2,3,4,8,9,10,12,6,7,11]
[1,1,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,0] => [1,5,2,3,6,4,7,8,11,9,10,12]
[1,1,1,1,0,0,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0,1,0,0] => [1,5,2,3,6,7,11,4,12,8,9,10]
[1,1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0,1,0,0] => [1,5,2,3,8,4,6,10,11,12,7,9]
[1,1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0] => [1,5,2,3,6,4,7,8,10,11,9,12]
[1,1,1,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0] => [1,5,2,3,4,10,11,6,7,8,12,9]
[1,1,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0,0] => [1,5,2,3,4,6,8,11,7,9,12,10]
[1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,1,0,0] => [1,5,2,3,6,7,12,4,8,9,10,11]
[1,1,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0,0,0,1,0,0] => [1,5,2,3,4,6,8,10,7,9,11,12]
[1,1,1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,1,0,0] => [1,5,2,3,6,7,8,10,4,11,12,9]
[1,1,1,0,1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,0] => [1,4,2,3,7,5,6,9,10,8,11,12]
[1,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [1,4,2,3,5,7,9,6,12,8,10,11]
[1,1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [1,4,2,3,7,5,9,10,11,12,6,8]
[1,1,1,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0] => [1,4,2,3,5,7,9,6,8,10,12,11]
[1,1,1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [1,4,2,3,7,9,10,11,5,6,12,8]
[1,1,1,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,0] => [1,6,2,3,7,4,8,9,11,5,10,12]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0] => [1,6,2,3,7,8,11,4,5,9,10,12]
[1,1,1,0,1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,0,0,1,0,0] => [1,4,2,3,8,5,6,9,11,7,10,12]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0] => [1,4,2,3,8,9,11,5,6,7,10,12]
[1,1,1,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0] => [1,7,2,3,8,4,10,11,5,12,6,9]
[1,1,1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0] => [1,6,2,3,7,4,5,10,8,12,9,11]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0] => [1,4,2,3,9,5,10,11,6,12,7,8]
[1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0] => [1,6,2,3,8,4,5,9,7,12,10,11]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,1,0,0,1,0,0] => [1,4,2,3,8,5,6,11,7,12,9,10]
[1,1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,1,0,0] => [1,7,2,3,10,11,4,5,6,8,12,9]
[1,1,1,1,1,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0,1,0,0] => [1,7,2,3,4,8,5,6,11,9,12,10]
[1,1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0,1,0,0] => [1,6,2,3,7,12,4,5,8,9,10,11]
[1,1,1,1,1,1,0,0,1,0,1,1,0,0,1,0,0,1,0,0,0,1,0,0] => [1,7,2,3,4,8,5,6,10,9,11,12]
[1,1,1,1,1,0,0,1,1,0,1,1,1,0,0,0,0,1,0,0,0,1,0,0] => [1,6,2,3,4,7,5,8,10,11,12,9]
[1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0] => [1,4,2,3,9,11,5,6,7,8,12,10]
[1,1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,0,1,0,0] => [1,4,2,3,5,9,6,10,11,7,12,8]
[1,1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,0,0,1,0,0] => [1,6,2,3,8,9,4,5,7,10,11,12]
[1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,0,1,0,0] => [1,4,2,3,8,11,5,6,7,9,10,12]
[1,1,1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0,0,0,1,0,0] => [1,8,2,3,4,9,5,10,12,6,7,11]
[1,1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0,0] => [1,6,2,3,4,9,5,7,10,12,8,11]
[1,1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0,0,1,0,0] => [1,4,2,3,5,10,6,11,12,7,8,9]
[1,1,1,1,1,0,1,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,0,0] => [1,6,2,3,4,8,5,7,11,12,9,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [3,4,7,1,2,8,5,6,11,12,9,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [3,4,1,2,7,8,11,5,6,12,9,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [3,4,7,1,2,8,11,5,6,12,9,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [3,4,7,8,1,2,11,5,6,12,9,10]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,7,8,5,6,9,11,12,10]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [3,4,7,1,2,8,5,6,9,11,12,10]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [3,4,1,2,7,8,9,5,6,11,12,10]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [3,4,1,2,7,8,9,11,5,6,12,10]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [3,4,7,1,2,8,9,5,6,11,12,10]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [3,4,7,8,1,2,9,5,6,11,12,10]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [3,4,7,1,2,8,9,11,5,6,12,10]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [3,4,7,8,1,2,9,11,5,6,12,10]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [3,4,7,8,9,1,2,11,5,6,12,10]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,7,10,5,6,11,12,8,9]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [3,4,7,1,2,10,5,6,11,12,8,9]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [3,4,1,2,7,10,11,5,6,12,8,9]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [3,4,7,1,2,10,11,5,6,12,8,9]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [3,4,7,10,1,2,11,5,6,12,8,9]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,7,10,5,6,8,11,12,9]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [3,4,7,1,2,10,5,6,8,11,12,9]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,7,10,5,6,8,9,11,12]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0] => [3,4,7,1,2,10,5,6,8,9,11,12]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [3,4,1,2,5,7,10,6,8,11,12,9]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [3,4,1,2,5,7,10,11,6,8,12,9]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0] => [3,4,1,2,5,7,10,6,8,9,11,12]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0] => [3,4,1,2,5,7,8,10,6,9,11,12]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0] => [3,4,1,2,5,7,8,10,11,6,9,12]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [3,4,5,1,2,7,10,6,8,11,12,9]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [3,4,5,7,1,2,10,6,8,11,12,9]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [3,4,5,1,2,7,10,11,6,8,12,9]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [3,4,5,7,1,2,10,11,6,8,12,9]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [3,4,5,7,10,1,2,11,6,8,12,9]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [3,4,5,1,2,7,10,6,8,9,11,12]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [3,4,5,7,1,2,10,6,8,9,11,12]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0] => [3,4,5,1,2,7,8,10,6,9,11,12]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0] => [3,4,5,1,2,7,8,10,11,6,9,12]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [3,4,5,7,1,2,8,10,6,9,11,12]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [3,4,5,7,8,1,2,10,6,9,11,12]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0] => [3,4,5,7,1,2,8,10,11,6,9,12]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [3,4,5,7,8,1,2,10,11,6,9,12]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [3,4,5,7,8,10,1,2,11,6,9,12]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,6,1,2,7,8,4,5,11,12,9,10]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [3,6,7,1,2,8,4,5,11,12,9,10]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [3,6,1,2,7,8,11,4,5,12,9,10]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [3,6,7,1,2,8,11,4,5,12,9,10]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [3,6,7,8,1,2,11,4,5,12,9,10]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [3,6,1,2,7,8,4,5,9,11,12,10]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [3,6,7,1,2,8,4,5,9,11,12,10]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [3,6,1,2,7,8,9,4,5,11,12,10]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [3,6,1,2,7,8,9,11,4,5,12,10]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [3,6,7,1,2,8,9,4,5,11,12,10]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [3,6,7,8,1,2,9,4,5,11,12,10]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [3,6,7,1,2,8,9,11,4,5,12,10]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [3,6,7,8,1,2,9,11,4,5,12,10]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [3,6,7,8,9,1,2,11,4,5,12,10]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,6,1,2,7,10,4,5,11,12,8,9]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [3,6,7,1,2,10,4,5,11,12,8,9]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [3,6,1,2,7,10,11,4,5,12,8,9]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [3,6,7,1,2,10,11,4,5,12,8,9]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [3,6,7,10,1,2,11,4,5,12,8,9]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,6,1,2,9,10,4,5,11,12,7,8]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [3,6,9,1,2,10,4,5,11,12,7,8]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [3,6,1,2,9,10,11,4,5,12,7,8]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [3,6,9,1,2,10,11,4,5,12,7,8]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [3,6,9,10,1,2,11,4,5,12,7,8]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [3,6,1,2,7,10,4,5,8,11,12,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [3,6,7,1,2,10,4,5,8,11,12,9]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [3,6,1,2,7,10,4,5,8,9,11,12]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0] => [3,6,7,1,2,10,4,5,8,9,11,12]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [3,6,1,2,9,10,4,5,7,11,12,8]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [3,6,9,1,2,10,4,5,7,11,12,8]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [3,6,1,2,9,10,4,5,7,8,11,12]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0] => [3,6,9,1,2,10,4,5,7,8,11,12]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0,1,1,0,0] => [3,6,1,2,9,12,4,5,7,8,10,11]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,1,1,0,0,0] => [3,6,9,1,2,12,4,5,7,8,10,11]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [3,6,1,2,4,7,10,5,8,11,12,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,7,10,11,5,8,12,9]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0] => [3,6,1,2,4,7,10,5,8,9,11,12]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,7,8,10,5,9,11,12]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0] => [3,6,1,2,4,7,8,10,11,5,9,12]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [3,6,1,2,4,9,10,5,7,11,12,8]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,9,10,11,5,7,12,8]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0] => [3,6,1,2,4,9,10,5,7,8,11,12]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0,1,1,0,0] => [3,6,1,2,4,9,12,5,7,8,10,11]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,5,9,10,7,8,11,12]
[1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0] => [3,6,1,2,4,5,9,10,11,7,8,12]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,5,9,12,7,8,10,11]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0,1,1,0,0] => [3,6,1,2,4,5,7,9,12,8,10,11]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0,1,1,0,0] => [3,6,1,2,4,5,7,9,10,12,8,11]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,3,6,2,4,7,10,5,8,11,12,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [1,3,6,7,2,4,10,5,8,11,12,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [1,3,6,2,4,7,10,11,5,8,12,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [1,3,6,7,2,4,10,11,5,8,12,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [1,3,6,7,10,2,4,11,5,8,12,9]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [1,3,6,2,4,7,10,5,8,9,11,12]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [1,3,6,7,2,4,10,5,8,9,11,12]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0] => [1,3,6,2,4,7,8,10,5,9,11,12]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0] => [1,3,6,2,4,7,8,10,11,5,9,12]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [1,3,6,7,2,4,8,10,5,9,11,12]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [1,3,6,7,8,2,4,10,5,9,11,12]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0] => [1,3,6,7,2,4,8,10,11,5,9,12]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [1,3,6,7,8,2,4,10,11,5,9,12]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [1,3,6,7,8,10,2,4,11,5,9,12]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,3,6,2,4,9,10,5,7,11,12,8]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [1,3,6,9,2,4,10,5,7,11,12,8]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [1,3,6,2,4,9,10,11,5,7,12,8]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [1,3,6,9,2,4,10,11,5,7,12,8]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [1,3,6,9,10,2,4,11,5,7,12,8]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [1,3,6,2,4,9,10,5,7,8,11,12]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [1,3,6,9,2,4,10,5,7,8,11,12]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0,0] => [1,3,6,2,4,9,12,5,7,8,10,11]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0,0] => [1,3,6,9,2,4,12,5,7,8,10,11]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0] => [1,3,6,2,4,5,9,10,7,8,11,12]
[1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0] => [1,3,6,2,4,5,9,10,11,7,8,12]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0] => [1,3,6,2,4,5,9,12,7,8,10,11]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0,0] => [1,3,6,2,4,5,7,9,12,8,10,11]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0,0] => [1,3,6,2,4,5,7,9,10,12,8,11]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [1,3,4,6,2,5,9,10,7,8,11,12]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [1,3,4,6,9,2,5,10,7,8,11,12]
[1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0] => [1,3,4,6,2,5,9,10,11,7,8,12]
[1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [1,3,4,6,9,2,5,10,11,7,8,12]
[1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [1,3,4,6,9,10,2,5,11,7,8,12]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,0] => [1,3,4,6,2,5,9,12,7,8,10,11]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0,0] => [1,3,4,6,9,2,5,12,7,8,10,11]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0,0] => [1,3,4,6,2,5,7,9,12,8,10,11]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0] => [1,3,4,6,2,5,7,9,10,12,8,11]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0,0] => [1,3,4,6,7,2,5,9,12,8,10,11]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0] => [1,3,4,6,7,9,2,5,12,8,10,11]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,0] => [1,3,4,6,7,2,5,9,10,12,8,11]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0] => [1,3,4,6,7,9,2,5,10,12,8,11]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0] => [1,3,4,6,7,9,10,2,5,12,8,11]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,1,5,2,6,4,8,7,10,9,12,11]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [3,4,5,7,8,1,10,2,11,6,9,12]
[1,1,0,0,1,1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [3,4,5,7,1,8,10,2,11,6,12,9]
[1,1,0,0,1,1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,0] => [3,4,5,7,1,8,2,9,11,6,10,12]
[1,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0] => [3,4,5,1,7,8,9,2,11,6,12,10]
[1,1,0,0,1,1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,0] => [3,4,5,1,7,8,2,9,10,6,12,11]
[1,1,0,0,1,1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [3,4,5,6,1,8,2,10,7,9,11,12]
[1,1,0,0,1,1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [3,4,5,1,6,8,2,10,7,11,12,9]
[1,1,0,0,1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0,0] => [3,4,5,1,6,2,8,9,11,7,10,12]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0,0] => [3,4,5,1,6,2,9,11,7,8,10,12]
[1,1,0,0,1,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0,0] => [3,4,1,5,6,8,9,2,11,7,12,10]
[1,1,0,0,1,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0,0] => [3,4,1,5,6,8,2,9,10,7,12,11]
[1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0,0] => [3,4,1,5,6,7,2,9,8,11,12,10]
[1,1,0,0,1,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0,0] => [3,4,1,5,6,2,7,9,10,8,12,11]
[1,1,0,0,1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [3,4,1,5,6,2,7,10,8,9,12,11]
[1,1,1,0,0,1,0,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [1,4,5,7,2,10,3,11,6,8,12,9]
[1,1,1,0,0,1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [1,4,5,2,7,10,3,11,6,12,8,9]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0] => [1,4,5,2,7,3,8,11,6,9,12,10]
[1,1,1,0,0,1,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0] => [1,4,2,5,7,8,3,11,6,12,9,10]
[1,1,1,0,0,1,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0] => [1,4,2,5,7,3,8,9,6,12,10,11]
[1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0,0] => [1,4,5,2,8,3,10,6,7,9,11,12]
[1,1,1,0,0,1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0,1,0,0] => [1,4,2,5,6,3,8,7,10,11,12,9]
[1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [1,5,6,2,8,3,10,4,7,11,12,9]
[1,1,1,0,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,0] => [1,4,2,5,3,6,8,9,11,7,10,12]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,1,0,0] => [1,4,2,5,3,6,9,11,7,8,10,12]
[1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,1,0,0] => [1,5,2,6,3,4,8,11,7,9,12,10]
[1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,1,0,0] => [1,5,2,6,3,9,11,4,7,8,10,12]
[1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,1,0,0,1,0,1,0,0] => [1,6,2,7,3,9,11,4,5,8,12,10]
[1,1,1,0,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0,1,0] => [4,1,2,5,6,8,9,3,11,7,12,10]
[1,1,1,0,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,0,1,0] => [4,1,2,5,6,8,3,9,10,7,12,11]
[1,1,1,0,0,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,0,1,0] => [4,1,2,5,6,7,3,9,8,11,12,10]
[1,1,1,0,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0,1,0] => [4,1,2,5,6,3,7,9,10,8,12,11]
[1,1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,0,1,0] => [4,1,2,5,6,3,7,10,8,9,12,11]
[1,1,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0,1,0] => [5,1,2,3,6,8,4,11,7,12,9,10]
[1,1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0,1,0] => [5,1,2,3,6,4,8,9,7,12,10,11]
[1,1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0,0,1,0] => [5,1,2,3,6,4,9,7,8,11,12,10]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0,0,1,0] => [6,1,2,3,7,4,9,5,11,12,8,10]
[1,1,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0,0,1,0] => [5,1,2,6,3,4,7,9,10,8,12,11]
[1,1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0,0,1,0] => [5,1,2,6,3,4,7,10,8,9,12,11]
[1,1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0,0,1,0] => [6,1,2,7,3,4,5,9,8,12,10,11]
[1,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0,0,1,0] => [6,1,2,7,3,4,10,5,8,9,12,11]
[1,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [7,1,2,8,3,4,10,5,6,12,9,11]
[1,0,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [2,4,7,8,1,9,3,11,5,6,12,10]
[1,0,1,0,1,1,0,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [2,4,7,1,8,9,3,11,5,12,6,10]
[1,0,1,0,1,1,0,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0] => [2,4,1,7,8,9,3,10,5,12,6,11]
[1,0,1,0,1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [2,4,1,7,8,3,9,10,5,11,6,12]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [2,4,5,1,8,3,9,6,7,11,12,10]
[1,0,1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0] => [2,4,1,5,8,3,9,6,11,12,7,10]
[1,0,1,0,1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [2,4,1,5,3,8,9,10,6,7,12,11]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [2,4,1,5,3,9,10,6,7,8,12,11]
[1,0,1,0,1,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0] => [2,1,4,5,8,9,3,10,6,12,7,11]
[1,0,1,0,1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0] => [2,1,4,5,8,3,9,10,6,11,7,12]
[1,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0] => [2,1,4,5,6,3,9,7,10,12,8,11]
[1,0,1,0,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [2,1,4,5,3,6,9,10,7,11,8,12]
[1,0,1,0,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0] => [2,1,4,5,3,6,10,7,8,11,9,12]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,1,0,1,0,1,0,0,0] => [2,5,7,1,10,3,11,4,6,12,8,9]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,1,0,1,0,1,0,0,1,0,0] => [2,5,1,7,10,3,11,4,12,6,8,9]
[1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,0,0] => [2,3,1,5,4,7,11,6,8,12,9,10]
[1,0,1,1,0,1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0,1,0] => [2,1,3,5,7,4,11,6,12,8,9,10]
[1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0,1,0,0,1,0] => [2,1,3,5,4,7,8,6,12,9,10,11]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0] => [3,5,7,1,8,2,11,4,6,12,9,10]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0] => [3,5,1,7,8,2,11,4,12,6,9,10]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0] => [3,5,1,7,2,8,9,4,6,12,10,11]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0] => [3,1,5,7,8,2,9,4,12,6,10,11]
[1,1,0,1,0,1,0,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0] => [3,1,5,7,2,8,9,4,10,6,11,12]
[1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,1,0,1,0,1,0,0] => [2,5,1,8,3,10,4,6,7,9,11,12]
[1,0,1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0,0,1,0] => [2,1,3,5,4,8,6,7,10,11,12,9]
[1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,1,0,0] => [2,6,1,8,3,10,4,5,7,11,12,9]
[1,0,1,1,1,0,1,0,1,0,0,1,1,1,0,0,0,1,0,1,0,0,1,0] => [2,1,3,6,4,8,5,10,11,12,7,9]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0] => [3,5,1,8,2,9,4,6,7,11,12,10]
[1,1,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,0,0,1,0] => [3,1,2,5,4,8,6,9,11,12,7,10]
[1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [3,6,1,8,2,10,4,5,11,12,7,9]
[1,1,0,1,1,0,1,0,1,0,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [3,1,6,8,2,10,4,11,12,5,7,9]
[1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [4,6,1,8,2,9,3,5,11,12,7,10]
[1,1,1,0,1,0,1,0,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [4,1,6,8,2,9,3,11,12,5,7,10]
[1,0,1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,1,0,1,0] => [2,1,5,3,4,6,8,9,11,7,10,12]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,1,0,1,0] => [2,1,5,3,4,6,9,11,7,8,10,12]
[1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0,1,0,1,0] => [2,1,6,3,4,5,8,11,7,9,12,10]
[1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0,1,0,1,0] => [2,1,6,3,4,9,11,5,7,8,10,12]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0,1,0,1,0] => [2,1,7,3,4,9,11,5,6,8,12,10]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [3,1,5,2,4,8,9,10,6,7,12,11]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0,1,0,1,0] => [3,1,5,2,4,9,10,6,7,8,12,11]
[1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0,1,0] => [3,1,6,2,4,8,11,5,7,12,9,10]
[1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [4,1,6,2,3,8,9,5,7,12,10,11]
[1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,0,1,0,1,0] => [3,1,6,2,9,11,4,5,7,8,10,12]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,1,0,1,0] => [3,1,7,2,9,11,4,5,6,8,12,10]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0,1,0,1,0] => [4,1,7,2,9,11,3,5,6,12,8,10]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,1,0] => [5,1,7,2,9,10,3,4,6,12,8,11]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,0] => [2,3,5,6,8,9,1,4,11,7,12,10]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,0] => [2,3,5,6,8,1,4,9,10,7,12,11]
[1,0,1,1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0] => [2,3,5,6,7,1,4,9,8,11,12,10]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0,0] => [2,3,5,6,1,4,7,9,10,8,12,11]
[1,0,1,1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0,0] => [2,3,5,6,1,4,7,10,8,9,12,11]
[1,0,1,1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0,0] => [2,3,4,6,8,1,5,11,7,12,9,10]
[1,0,1,1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0,0] => [2,3,4,6,1,5,8,9,7,12,10,11]
[1,0,1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,1,0,0,0,0] => [2,3,4,6,1,5,9,7,8,11,12,10]
[1,0,1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,0,0] => [2,3,4,7,1,5,9,6,11,12,8,10]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,0,0] => [2,3,6,1,4,5,7,9,10,8,12,11]
[1,0,1,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0] => [2,3,6,1,4,5,7,10,8,9,12,11]
[1,0,1,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,1,1,0,0,0] => [2,3,7,1,4,5,6,9,8,12,10,11]
[1,0,1,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0,0] => [2,3,7,1,4,5,10,6,8,9,12,11]
[1,0,1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0,0] => [2,3,8,1,4,5,10,6,7,12,9,11]
[1,1,0,1,0,1,1,0,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0] => [1,3,5,8,9,2,4,10,6,12,7,11]
[1,1,0,1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [1,3,5,8,2,4,9,10,6,11,7,12]
[1,1,0,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [1,3,5,6,2,4,9,7,10,12,8,11]
[1,1,0,1,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [1,3,5,2,4,6,9,10,7,11,8,12]
[1,1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,1,0,0,0] => [1,3,5,2,4,6,10,7,8,11,9,12]
[1,1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0,1,1,0,0,0] => [1,3,6,2,4,5,8,7,12,9,10,11]
[1,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0] => [1,4,6,8,2,3,9,5,12,7,10,11]
[1,1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0] => [1,4,6,2,3,8,9,5,10,7,11,12]
[1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,0,1,1,0,0,0] => [1,3,6,2,4,9,5,7,8,11,12,10]
[1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,1,1,0,0,0] => [1,3,7,2,4,9,5,6,11,12,8,10]
[1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [1,4,6,2,3,9,5,7,10,12,8,11]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,1,1,0,0,0] => [1,4,7,2,3,9,5,11,12,6,8,10]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,1,0,1,1,0,0,0] => [1,5,7,2,3,9,4,10,12,6,8,11]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0,1,1,0,0] => [3,6,1,2,4,5,7,9,10,8,12,11]
[1,1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,5,7,10,8,9,12,11]
[1,1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0] => [3,7,1,2,4,5,6,9,8,12,10,11]
[1,1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0,1,1,0,0] => [3,7,1,2,4,5,10,6,8,9,12,11]
[1,1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,0,1,1,0,0] => [3,8,1,2,4,5,10,6,7,12,9,11]
[1,1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0,1,1,0,0] => [4,6,1,2,3,5,9,10,7,11,8,12]
[1,1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0,1,1,0,0] => [4,6,1,2,3,5,10,7,8,11,9,12]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0,0,1,1,0,0] => [4,7,1,2,3,5,9,6,12,8,10,11]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0,0,1,1,0,0] => [5,7,1,2,3,4,9,6,10,8,11,12]
[1,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0,0,1,1,0,0] => [4,7,1,2,3,10,5,6,8,9,12,11]
[1,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [4,8,1,2,3,10,5,6,7,12,9,11]
[1,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0,0,1,1,0,0] => [5,7,1,2,3,10,4,6,8,11,9,12]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0,0,1,1,0,0] => [5,8,1,2,3,10,4,6,12,7,9,11]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [6,8,1,2,3,10,4,5,11,7,9,12]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,5,6,3,4,9,10,7,8,11,12]
[1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8,12,9,10,11]
[1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8,9,11,12,10]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,1,0] => [7,1,2,3,4,5,6,9,8,11,10,12]
[1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [2,3,4,5,6,7,1,9,8,11,10,12]
[1,1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,1,0,0,0] => [1,2,7,3,8,4,5,11,6,9,12,10]
[1,1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0] => [1,6,2,3,4,7,5,11,8,9,12,10]
[1,1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0] => [1,2,7,3,4,8,5,10,6,11,12,9]
[1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0,0,0] => [1,2,3,6,4,7,5,10,8,11,12,9]
[1,1,1,1,0,0,1,1,1,1,0,0,1,0,1,0,0,0,1,0,0,1,0,0] => [1,5,2,3,6,4,7,8,11,9,12,10]
[1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0,1,0,0,0] => [1,2,5,3,6,4,7,10,11,8,12,9]
[1,1,1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [1,6,2,3,7,9,4,10,11,5,12,8]
[1,1,1,1,0,0,1,1,0,0,1,1,1,0,1,0,1,0,0,0,0,1,0,0] => [1,5,2,3,6,9,10,4,11,7,12,8]
[1,1,1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,0,1,0,0,0] => [1,2,7,3,4,8,5,10,11,6,9,12]
[1,1,1,1,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0,0] => [1,2,3,6,4,7,5,10,11,8,9,12]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0,0,0] => [1,2,5,3,6,7,10,4,11,8,9,12]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,1,0,0,0,0] => [1,2,6,7,3,9,10,4,11,5,8,12]
[1,1,1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [1,2,5,6,9,3,10,4,11,7,8,12]
[1,1,1,0,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [1,4,2,5,6,3,7,11,8,9,10,12]
[1,1,1,0,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,0,0,0] => [1,4,5,2,6,3,7,10,8,9,11,12]
[1,1,1,0,0,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0,1,0,0] => [1,4,2,5,6,7,3,9,8,10,11,12]
[1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0,0,0] => [1,4,5,2,6,10,3,12,7,8,9,11]
[1,1,1,0,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0,0,0] => [1,4,5,6,2,9,3,12,7,8,10,11]
[1,1,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0,1,0,0] => [1,5,2,3,6,4,8,9,10,7,11,12]
[1,1,1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,0,0,0] => [1,2,5,3,6,4,8,9,12,7,10,11]
[1,1,1,0,0,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0] => [1,4,2,5,6,3,8,9,10,11,7,12]
[1,1,1,0,0,1,1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,0,0,0] => [1,4,5,2,6,3,8,9,10,12,7,11]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0] => [1,6,2,3,7,9,4,11,12,5,8,10]
[1,1,1,1,0,0,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0,1,0,0] => [1,5,2,3,6,9,11,4,12,7,8,10]
[1,1,1,0,0,1,1,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,0,0] => [1,4,2,5,6,7,3,9,11,12,8,10]
[1,1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,0] => [1,5,2,3,6,8,9,4,11,12,7,10]
[1,1,1,0,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0,0] => [1,4,2,5,6,8,9,11,3,12,7,10]
[1,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,1,0,0,1,0,0,0] => [1,2,7,3,8,10,4,5,6,12,9,11]
[1,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [1,2,6,7,3,10,4,5,8,12,9,11]
[1,1,1,1,0,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0,0,0] => [1,2,5,3,6,7,10,4,8,12,9,11]
[1,1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,0,0] => [1,2,3,6,4,7,9,5,8,12,10,11]
[1,1,1,1,0,0,1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0,0,0] => [1,2,5,6,7,3,9,4,8,12,10,11]
[1,1,1,0,0,1,1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,0,0] => [1,4,5,2,6,10,3,7,8,9,12,11]
[1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,0] => [1,4,5,6,2,9,3,7,8,10,12,11]
[1,1,1,1,0,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0] => [1,2,5,3,6,8,9,4,7,10,12,11]
[1,1,1,0,0,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,0,0,0] => [1,4,5,2,6,8,9,10,3,7,12,11]
[1,1,1,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0,0,0,0] => [1,2,3,6,4,7,9,5,8,11,12,10]
[1,1,1,1,0,0,1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,0,0,0] => [1,2,5,6,7,3,9,4,8,11,12,10]
[1,1,1,0,0,1,1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,0,0,0] => [1,4,5,6,2,7,9,11,3,8,12,10]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,0] => [1,2,5,6,8,3,9,11,4,7,12,10]
[1,1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0] => [1,4,5,6,8,9,2,11,3,7,12,10]
[1,1,0,1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,3,2,4,10,5,6,11,7,8,12,9]
[1,1,0,1,1,1,1,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,0] => [1,3,4,2,9,5,6,10,7,11,12,8]
[1,1,0,1,1,1,1,0,0,0,1,1,1,0,0,1,0,1,0,0,0,1,0,0] => [1,3,2,4,8,9,5,10,6,11,12,7]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,1,0,1,0,0,1,0,0,0] => [1,3,4,2,9,10,5,11,6,7,8,12]
[1,1,0,1,1,1,1,0,0,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [1,3,4,8,2,9,5,10,6,7,11,12]
[1,1,0,1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [1,3,2,7,8,4,9,10,11,5,12,6]
[1,1,0,1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [1,3,7,2,8,4,9,10,11,5,6,12]
[1,1,0,1,1,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [1,3,2,4,8,9,5,10,12,6,7,11]
[1,1,0,1,1,1,0,0,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0] => [1,3,2,7,8,9,10,4,12,5,6,11]
[1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,1,1,0,0,1,0,0,0] => [1,3,4,2,9,10,5,6,7,11,8,12]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [1,3,4,8,2,9,5,6,10,11,7,12]
[1,1,0,1,1,1,0,0,0,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [1,3,7,2,8,9,10,4,5,11,6,12]
[1,1,0,1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [1,3,4,8,2,9,10,5,6,12,7,11]
[1,1,0,1,1,1,0,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [1,3,7,8,9,2,10,4,5,12,6,11]
[1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,0] => [1,4,2,6,7,3,8,9,5,10,11,12]
[1,1,1,0,1,0,0,1,1,1,1,0,0,0,1,1,0,0,1,0,1,0,0,0] => [1,4,6,2,7,3,8,12,5,9,10,11]
[1,1,1,0,1,0,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0] => [1,4,2,6,7,11,3,12,5,8,9,10]
[1,1,1,0,1,0,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [1,4,6,2,7,8,3,5,12,9,10,11]
[1,1,1,0,1,0,0,1,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [1,4,6,7,2,11,3,5,12,8,9,10]
[1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,1,0,0,1,0,0] => [1,3,2,4,6,5,7,12,8,9,10,11]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,0,0] => [1,3,4,2,6,5,11,12,7,8,9,10]
[1,1,0,1,1,0,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,1,0,0] => [1,3,2,6,10,11,4,12,5,7,8,9]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,1,1,0,0,1,0,0,0] => [1,3,4,2,6,11,5,7,12,8,9,10]
[1,1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [1,3,6,10,2,11,4,5,12,7,8,9]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,1,0,0,0,1,0,0,1,0,0] => [1,5,2,7,8,3,10,11,12,4,6,9]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,0,1,1,0,1,0,0,0] => [1,5,7,2,8,3,4,10,11,12,6,9]
[1,1,1,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [1,4,2,3,7,5,8,10,11,12,6,9]
[1,1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0,0] => [1,4,7,2,8,3,5,6,10,11,12,9]
[1,1,0,1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,1,0,0,1,0,0] => [1,3,2,7,9,4,10,11,12,5,6,8]
[1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,1,0,1,0,0,0] => [1,3,7,2,9,4,5,10,11,12,6,8]
[1,1,1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [1,4,2,3,6,5,9,10,11,12,7,8]
[1,1,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0,1,1,0,1,0,0,0] => [1,4,6,2,9,3,5,7,10,11,12,8]
[1,1,0,1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,1,0,0,1,0,0] => [1,3,2,4,6,5,7,9,10,11,12,8]
[1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,1,0,1,0,0,0] => [1,3,6,2,9,4,5,7,8,10,11,12]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [1,6,2,8,9,11,3,4,5,7,12,10]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,0,1,0,0] => [1,5,2,3,8,9,11,4,6,7,12,10]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [1,4,2,8,9,11,3,5,6,7,10,12]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0] => [1,5,2,3,7,8,11,4,6,9,10,12]
[1,1,1,0,1,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0,0,1,0,0] => [1,4,2,3,7,8,9,11,5,6,10,12]
[1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [1,3,2,8,10,11,4,5,6,7,12,9]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,0,0,1,0,0] => [1,3,2,4,7,10,11,5,6,8,12,9]
[1,1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [1,4,2,6,10,11,3,5,7,8,9,12]
[1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0,1,0,0] => [1,3,2,6,10,12,4,5,7,8,9,11]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,1,1,0,0,0,0,1,0,0] => [1,5,2,3,7,9,10,4,6,8,11,12]
[1,1,1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [1,4,2,3,7,9,10,11,5,6,8,12]
[1,1,0,1,1,1,0,1,0,1,1,0,0,0,1,1,1,0,0,0,0,1,0,0] => [1,3,2,4,7,9,12,5,6,8,10,11]
[1,1,1,0,1,0,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0,1,0,0] => [1,4,2,3,6,7,9,12,5,8,10,11]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0] => [1,3,2,4,6,7,9,10,12,5,8,11]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,0] => [1,7,9,2,3,4,10,5,6,12,8,11]
[1,1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0] => [1,2,6,9,3,4,10,5,7,12,8,11]
[1,1,1,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0,0,1,1,0,0,0] => [1,5,9,2,3,4,6,10,7,12,8,11]
[1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,1,1,0,0,0,0] => [1,2,6,8,3,4,5,9,7,12,10,11]
[1,1,1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0,0,0,0] => [1,2,3,5,8,4,6,9,7,12,10,11]
[1,1,1,0,1,1,1,1,0,0,1,0,1,0,0,0,1,0,0,1,1,0,0,0] => [1,4,9,2,3,5,10,6,7,8,12,11]
[1,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0,1,1,0,0,0,0] => [1,2,4,8,3,5,9,6,7,10,12,11]
[1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0] => [1,5,7,2,3,4,8,9,6,10,12,11]
[1,1,1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,0,0,1,1,0,0,0] => [1,4,7,2,3,5,8,9,10,6,12,11]
[1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0] => [1,2,6,8,3,4,5,9,7,11,12,10]
[1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0] => [1,2,3,5,8,4,6,9,7,11,12,10]
[1,1,1,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,0] => [1,2,4,8,3,5,6,9,11,7,12,10]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,0] => [1,2,5,7,8,3,4,9,11,6,12,10]
[1,1,1,0,1,1,0,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,0] => [1,2,4,7,8,9,3,5,11,6,12,10]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,1,0,0,0] => [1,3,9,2,4,5,11,6,7,12,8,10]
[1,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0,0] => [1,3,4,8,2,5,11,6,7,12,9,10]
[1,1,0,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0,1,1,0,0,0] => [1,3,7,2,4,5,6,11,8,12,9,10]
[1,1,0,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,1,1,0,0,0,0] => [1,3,4,8,2,5,10,11,6,12,7,9]
[1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0,0] => [1,3,4,7,10,2,5,11,6,12,8,9]
[1,1,1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0,1,1,0,0,0] => [1,4,6,2,3,5,11,7,8,9,12,10]
[1,1,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,0,0,0] => [1,2,4,6,3,5,10,7,8,11,12,9]
[1,1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,1,1,0,0,0] => [1,3,6,2,4,5,11,7,8,9,10,12]
[1,1,0,1,1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,1,0,0,0,0] => [1,3,4,6,2,5,10,7,8,9,11,12]
[1,1,1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [1,5,7,2,3,4,9,10,6,11,12,8]
[1,1,1,0,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [1,4,7,2,3,5,9,10,11,6,12,8]
[1,1,0,1,1,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,0,0,0] => [1,3,7,2,4,5,6,9,8,10,11,12]
[1,1,1,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,1,0,0,0] => [1,4,6,2,3,5,7,9,10,8,11,12]
[1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,1,1,0,0,0] => [1,3,6,2,4,5,7,9,10,11,8,12]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0] => [1,2,6,8,3,4,10,11,5,7,9,12]
[1,1,1,1,0,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,0,0] => [1,2,5,8,10,3,4,11,6,7,9,12]
[1,1,1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [1,2,4,8,3,5,6,10,11,7,9,12]
[1,1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0,0,0] => [1,2,3,5,7,4,6,10,11,8,9,12]
[1,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0,0,0] => [1,2,4,5,7,10,3,6,11,8,9,12]
[1,1,0,1,1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,1,0,0,0,0] => [1,3,4,8,2,5,10,12,6,7,9,11]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,0,0] => [1,3,4,7,10,2,5,12,6,8,9,11]
[1,1,1,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0,0,0] => [1,2,4,6,3,5,7,10,12,8,9,11]
[1,1,0,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0,0,0] => [1,3,4,6,2,5,7,8,10,12,9,11]
[1,1,1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0,0] => [1,2,3,5,7,4,6,9,12,8,10,11]
[1,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0] => [1,2,4,5,7,9,3,6,12,8,10,11]
[1,1,0,1,1,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,0] => [1,3,4,5,7,2,6,9,10,12,8,11]
[1,1,1,0,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0] => [1,2,4,6,7,9,3,5,10,12,8,11]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0,0] => [1,2,3,4,5,7,9,6,8,11,10,12]
[1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0,0,0] => [3,4,5,1,6,2,8,9,7,12,10,11]
[1,1,0,0,1,1,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0,0] => [3,4,5,6,1,8,2,11,7,9,12,10]
[1,1,0,0,1,1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0] => [3,4,5,6,1,7,8,10,2,11,12,9]
[1,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0] => [3,4,1,5,6,2,10,7,8,12,9,11]
[1,1,0,0,1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0] => [3,4,1,5,6,9,2,11,7,12,8,10]
[1,1,0,0,1,1,0,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [3,4,5,7,1,9,2,10,12,6,8,11]
[1,1,0,0,1,1,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [3,4,1,5,7,9,2,10,11,6,12,8]
[1,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [3,4,1,5,2,7,8,9,11,6,12,10]
[1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,1,0,0] => [3,4,1,5,2,6,9,7,8,11,12,10]
[1,1,0,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0,0] => [3,4,5,7,1,8,2,6,9,11,10,12]
[1,1,0,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [3,4,5,7,8,1,10,2,6,12,9,11]
[1,1,0,0,1,1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0,0] => [3,4,5,6,7,1,9,10,11,2,8,12]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0,0,0] => [3,4,5,1,6,9,2,7,11,8,10,12]
[1,1,0,0,1,1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [3,4,5,1,6,8,10,2,7,11,9,12]
[1,1,1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,1,0,1,0,0,0,0] => [1,2,5,6,3,10,4,11,12,7,8,9]
[1,1,1,1,0,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0,1,0,0] => [1,5,2,3,6,7,4,8,12,9,10,11]
[1,1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [1,5,2,6,3,9,10,4,11,7,8,12]
[1,1,1,1,0,0,1,1,0,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [1,5,6,9,10,2,11,3,4,12,7,8]
[1,1,1,1,0,0,1,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0,0,0] => [1,2,5,3,6,7,11,4,8,12,9,10]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0] => [1,5,2,6,3,8,9,4,11,12,7,10]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0] => [1,5,6,2,8,3,4,9,7,11,12,10]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [1,4,2,5,3,7,8,6,10,11,12,9]
[1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [1,4,5,2,7,3,6,10,8,9,11,12]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,1,1,0,0,0,0,1,0,0,0] => [1,2,5,3,6,7,10,11,4,8,9,12]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0] => [1,7,8,2,10,11,3,4,5,6,9,12]
[1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,4,5,2,7,10,3,6,8,12,9,11]
[1,1,1,0,0,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0] => [1,4,5,2,6,7,9,10,12,3,8,11]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,1,1,0,0,0,1,0,0,0] => [1,2,6,3,7,9,12,4,5,8,10,11]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0,0,0,1,0] => [5,1,2,3,6,4,10,7,8,11,9,12]
[1,1,1,1,0,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0,0,1,0] => [5,1,2,3,6,9,4,10,7,12,8,11]
[1,1,1,1,1,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0,1,0] => [7,1,2,3,4,8,5,6,9,12,10,11]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0] => [7,1,2,8,3,4,10,5,11,6,9,12]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [6,1,2,7,3,4,9,10,5,11,8,12]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [4,1,2,5,7,8,3,10,6,11,12,9]
[1,1,1,0,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0] => [4,1,2,5,3,7,8,9,6,10,12,11]
[1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0,1,0] => [4,1,2,5,3,9,6,7,8,10,12,11]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,0] => [6,1,2,7,3,9,4,5,12,8,10,11]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [4,1,2,5,6,9,3,11,7,8,10,12]
[1,1,1,0,0,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [4,1,2,5,6,8,10,3,11,7,9,12]
[1,1,1,1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0,0,1,0] => [6,1,2,3,4,7,8,5,9,11,12,10]
[1,1,1,1,1,0,0,1,0,1,0,0,1,0,1,1,0,0,1,0,0,0,1,0] => [6,1,2,3,7,4,9,11,5,8,12,10]
[1,1,1,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0,1,0] => [5,1,2,3,6,4,8,9,11,7,10,12]
[1,0,1,0,1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [2,4,7,8,1,9,3,10,12,5,6,11]
[1,0,1,0,1,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [2,4,1,7,8,9,3,10,11,5,12,6]
[1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [2,4,1,7,3,8,9,5,11,6,10,12]
[1,0,1,0,1,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [2,4,7,8,9,1,11,3,5,12,6,10]
[1,0,1,0,1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [2,4,7,1,8,9,10,3,5,11,6,12]
[1,0,1,0,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [2,4,1,5,3,6,9,7,10,11,12,8]
[1,0,1,0,1,1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [2,4,5,1,9,3,6,10,7,8,11,12]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [2,4,5,1,9,10,3,6,7,12,8,11]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0] => [2,4,5,1,8,9,11,3,6,7,12,10]
[1,0,1,0,1,1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [2,1,4,5,6,9,3,10,7,11,12,8]
[1,0,1,0,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0] => [2,1,4,5,3,6,7,11,8,9,12,10]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0] => [2,1,4,5,3,8,6,9,11,7,12,10]
[1,0,1,0,1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [2,1,4,5,8,9,10,3,11,6,7,12]
[1,0,1,0,1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0] => [2,1,4,5,6,3,7,10,11,8,9,12]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,1,0,1,0,0,1,0,1,0,0] => [2,6,1,9,3,10,11,4,12,5,7,8]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [2,6,9,1,10,3,4,11,5,12,7,8]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0,0,0] => [2,3,4,1,6,11,12,5,7,8,9,10]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,0,1,0] => [2,1,3,6,4,11,5,7,12,8,9,10]
[1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,1,0,0,0,1,0] => [2,1,3,6,10,4,11,5,7,12,8,9]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0] => [4,6,1,7,2,8,11,3,12,5,9,10]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [4,6,7,1,8,2,3,11,5,12,9,10]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [4,6,7,1,8,9,10,2,3,5,11,12]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0,1,0] => [4,1,6,7,2,8,3,9,10,5,11,12]
[1,1,1,0,1,0,0,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0] => [4,1,6,7,8,2,9,3,5,12,10,11]
[1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0] => [2,6,8,1,9,3,4,5,7,11,12,10]
[1,0,1,1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,1,0,0,0,1,0] => [2,1,3,6,8,4,9,11,12,5,7,10]
[1,0,1,1,0,1,0,1,1,0,1,1,0,0,0,0,1,1,1,0,1,0,0,0] => [2,5,7,1,10,3,4,6,8,9,11,12]
[1,0,1,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [2,1,3,5,7,4,8,10,11,12,6,9]
[1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,1,1,1,0,1,0,0,0] => [4,8,9,1,10,2,3,5,6,7,11,12]
[1,1,1,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [4,1,2,3,8,5,9,10,11,12,6,7]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0] => [4,6,7,1,9,2,3,5,11,12,8,10]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0,1,0] => [4,1,6,7,9,2,11,12,3,5,8,10]
[1,1,0,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,0] => [3,5,8,1,10,2,4,6,11,12,7,9]
[1,1,0,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,0,0,1,0] => [3,1,5,8,10,2,11,12,4,6,7,9]
[1,0,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0,1,0] => [2,1,6,3,4,5,7,10,11,8,9,12]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,1,0] => [2,1,8,3,4,10,11,5,6,7,9,12]
[1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [2,1,5,3,4,7,10,6,8,12,9,11]
[1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,1,0,1,0] => [2,1,5,3,4,6,7,9,10,12,8,11]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0,1,0] => [2,1,7,3,4,5,9,12,6,8,10,11]
[1,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [4,1,8,2,3,9,10,5,6,12,7,11]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0,1,0,1,0] => [4,1,7,2,3,8,9,11,5,6,12,10]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0] => [4,1,6,2,3,7,9,10,5,8,11,12]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,1,0,1,0] => [3,1,5,2,4,6,8,12,7,9,10,11]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0,1,0,1,0] => [4,1,8,2,9,11,3,5,6,7,10,12]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,1,0] => [6,1,8,2,9,11,3,4,5,12,7,10]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [3,1,5,2,8,10,4,6,7,11,9,12]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,0,1,0,1,0] => [3,1,7,2,10,12,4,5,6,8,9,11]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0,1,0,1,0] => [5,1,7,2,10,11,3,4,6,8,12,9]
[1,0,1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,1,0,0,0,0] => [2,3,4,6,1,5,10,7,8,11,9,12]
[1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0,0,0] => [2,3,4,6,9,1,5,10,7,12,8,11]
[1,0,1,1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0,0,0] => [2,3,4,5,8,1,6,7,9,12,10,11]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0] => [2,3,8,1,4,5,10,6,11,7,9,12]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [2,3,7,1,4,5,9,10,6,11,8,12]
[1,0,1,1,0,1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,0] => [2,3,5,7,8,1,4,10,6,11,12,9]
[1,0,1,1,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0] => [2,3,5,1,4,7,8,9,6,10,12,11]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0] => [2,3,5,1,4,9,6,7,8,10,12,11]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [2,3,7,1,4,9,5,6,12,8,10,11]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0,0,0] => [2,3,5,6,9,1,4,11,7,8,10,12]
[1,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [2,3,5,6,8,10,1,4,11,7,9,12]
[1,0,1,1,1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,0,0,0,0,0] => [2,3,4,5,7,8,1,6,9,11,12,10]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0,0,0] => [2,3,4,7,1,5,9,11,6,8,12,10]
[1,0,1,1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [2,3,4,6,1,5,8,9,11,7,10,12]
[1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,1,0,1,1,0,0,0,0,0] => [1,2,4,8,9,3,5,10,6,11,12,7]
[1,1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0] => [1,4,10,2,3,5,6,11,7,8,12,9]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0] => [1,4,7,2,3,8,5,9,11,6,12,10]
[1,1,1,0,1,1,0,0,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [1,4,7,8,9,10,2,3,11,5,6,12]
[1,1,1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [1,2,4,9,3,5,6,10,11,7,8,12]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0,1,1,0,0,0] => [1,4,6,2,3,7,5,9,10,8,11,12]
[1,1,1,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [1,4,6,7,2,3,9,5,8,12,10,11]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [1,3,5,2,4,8,6,7,12,9,10,11]
[1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [1,3,5,8,2,4,11,6,7,12,9,10]
[1,1,1,0,1,1,1,0,0,1,0,1,1,1,0,0,0,0,1,1,0,0,0,0] => [1,2,4,8,3,5,6,9,11,12,7,10]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,0] => [1,6,8,9,2,3,11,12,4,5,7,10]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [1,3,5,8,2,4,10,11,6,7,9,12]
[1,1,0,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [1,3,4,7,2,5,6,8,10,11,12,9]
[1,1,1,1,0,1,0,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,0,0] => [1,2,5,7,3,4,10,11,12,6,8,9]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0,0,0,1,1,0,0] => [4,8,1,2,3,5,9,6,11,7,10,12]
[1,1,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,0] => [4,7,1,2,3,5,8,10,6,11,9,12]
[1,1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0,1,1,0,0] => [6,10,1,2,3,4,5,11,7,8,9,12]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,1,0,0] => [6,8,1,2,3,9,4,5,11,7,12,10]
[1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0] => [5,7,1,2,3,8,4,6,9,11,10,12]
[1,1,0,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0] => [3,5,1,2,4,6,8,9,7,12,10,11]
[1,1,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [3,5,1,2,4,10,6,7,8,12,9,11]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0,1,1,0,0] => [3,7,1,2,4,10,5,12,6,8,9,11]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0] => [5,7,1,2,3,10,4,11,6,8,12,9]
[1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0,0,1,1,0,0] => [3,7,1,2,4,5,9,11,6,12,8,10]
[1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,0] => [3,6,1,2,4,5,8,9,11,7,12,10]
[1,1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0,0,1,1,0,0] => [5,9,1,2,3,4,6,7,12,8,10,11]
[1,1,1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0,0,0,1,1,0,0] => [5,7,1,2,3,4,9,6,10,12,8,11]
[1,1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0] => [4,6,1,2,3,5,9,7,8,11,12,10]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [4,1,5,6,8,11,2,3,7,9,12,10]
[1,1,0,1,1,0,0,0,1,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [3,6,7,8,1,2,4,5,11,9,12,10]
[1,1,0,0,1,0,1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [3,1,4,6,10,11,2,5,7,8,9,12]
[1,1,0,1,0,1,1,0,0,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [3,5,8,9,1,2,4,6,10,7,11,12]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [3,1,5,6,10,11,2,4,7,8,9,12]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,0] => [4,5,6,8,1,2,3,11,7,9,12,10]
[1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,0,1,1,0,0,1,0,1,0] => [4,1,8,2,9,10,3,5,6,11,12,7]
[1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,0] => [3,4,6,10,1,2,5,7,8,11,9,12]
[1,1,1,0,0,0,1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0] => [4,5,6,8,1,2,3,11,7,9,10,12]
[1,1,1,1,1,0,0,0,0,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [6,1,7,8,2,3,4,9,5,11,12,10]
[1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [3,5,8,9,1,2,4,6,10,11,7,12]
[1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [4,1,8,9,2,3,5,10,6,11,12,7]
[1,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0] => [3,6,7,8,1,2,4,5,9,11,10,12]
[1,1,1,0,0,1,0,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0] => [4,5,7,8,1,2,3,11,6,9,10,12]
[1,1,0,0,1,0,1,1,1,0,1,0,0,0,1,0,1,1,1,1,0,0,0,0] => [3,4,6,10,1,2,5,7,12,8,9,11]
[1,1,1,1,1,0,0,0,0,1,0,0,1,1,1,0,1,0,0,0,1,0,1,0] => [6,1,7,2,8,9,11,3,12,4,5,10]
[1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [3,4,6,9,1,2,5,7,8,10,12,11]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,1,1,0,1,0,0,0,1,0] => [6,1,7,8,9,2,11,3,4,5,10,12]
[1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [3,5,6,9,1,2,4,7,8,10,12,11]
[1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,1,0] => [4,1,8,9,10,2,3,5,12,6,7,11]
[1,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0,1,1,1,0,0,0,1,0] => [3,1,6,10,11,2,4,5,7,8,12,9]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,1,1,0,1,0,0,0,1,0] => [6,1,7,8,10,2,11,3,4,5,12,9]
[1,1,0,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,1,0,0,0,1,0] => [3,1,8,9,10,2,12,4,5,6,7,11]
[1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0] => [4,5,6,8,1,2,3,9,7,11,12,10]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,1,0,0] => [6,7,1,8,2,10,11,3,4,5,12,9]
[1,1,1,0,0,0,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [4,5,6,8,1,2,3,9,11,7,12,10]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [6,7,1,8,10,2,3,4,12,5,9,11]
[1,1,1,0,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [4,6,7,8,1,2,3,10,11,5,12,9]
[1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0] => [3,6,7,9,1,2,4,5,8,12,10,11]
[1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0] => [4,5,7,9,1,2,3,12,6,8,10,11]
[1,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [3,8,1,2,4,9,5,10,12,6,7,11]
[1,1,1,0,0,1,0,1,1,0,0,0,1,1,0,1,0,1,1,1,0,0,0,0] => [4,5,7,10,1,2,3,11,6,12,8,9]
[1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,1,0,0] => [6,7,1,8,2,3,4,10,5,11,12,9]
[1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [3,6,7,9,1,2,4,5,8,10,12,11]
[1,1,1,0,0,1,0,1,0,0,1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [4,5,7,9,1,2,3,10,11,6,12,8]
[1,1,0,1,1,1,1,0,0,0,1,0,1,0,0,1,1,0,0,0,1,1,0,0] => [3,8,1,2,4,9,10,5,6,7,12,11]
[1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [3,6,8,9,1,2,4,5,7,10,12,11]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [4,5,1,7,8,9,2,3,6,12,10,11]
[1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,1,1,1,0,0,0,0] => [4,6,7,10,1,2,3,11,5,12,8,9]
[1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,1,1,1,0,0,0,1,0,0] => [4,5,1,7,8,9,2,3,6,10,12,11]
[1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0] => [4,6,8,9,1,2,3,12,5,7,10,11]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,1,0,0] => [4,6,1,7,10,12,2,3,5,8,9,11]
[1,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,1,0,0] => [3,4,1,2,6,5,7,8,9,12,10,11]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [4,1,5,2,7,8,9,10,3,11,12,6]
[1,1,0,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [3,4,1,2,6,7,9,10,5,11,12,8]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [4,1,5,7,9,10,2,11,12,3,6,8]
[1,1,0,1,0,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [3,5,1,2,6,7,9,10,4,11,12,8]
[1,1,1,0,1,0,0,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [4,1,6,7,8,10,2,11,12,3,5,9]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [3,1,6,8,9,10,2,11,12,4,5,7]
[1,1,1,0,0,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0] => [4,5,1,6,8,9,2,11,12,3,7,10]
[1,1,1,0,1,0,0,0,1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [4,6,1,7,8,10,2,11,12,3,5,9]
[1,1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,7,9,10,5,11,12,8]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [4,5,1,7,9,10,2,11,12,3,6,8]
[1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,8,9,10,5,11,12,7]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,0] => [4,5,1,7,2,8,9,10,3,11,12,6]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,1,0,0] => [4,6,1,7,2,3,5,8,9,12,10,11]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0,1,1,0,0,1,0] => [6,1,7,9,2,3,12,4,5,8,10,11]
[1,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,1,1,0,0,1,0] => [3,1,8,9,2,4,5,6,7,11,12,10]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0] => [6,7,1,9,2,3,12,4,5,8,10,11]
[1,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0,0,1,1,0,0] => [3,8,1,2,4,9,5,6,7,11,12,10]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0,0,1,1,0,1,0,0] => [6,7,1,9,2,3,4,12,5,8,10,11]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,0,1,1,0,0,1,0] => [6,1,8,9,2,3,12,4,5,7,10,11]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,1,0,0,1,0] => [3,1,8,10,2,4,5,6,7,11,12,9]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0] => [6,8,1,9,2,3,12,4,5,7,10,11]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0,1,1,0,0] => [3,8,1,2,4,10,5,6,7,11,12,9]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0,1,1,0,1,0,0] => [6,8,1,9,2,3,4,12,5,7,10,11]
[1,1,0,0,1,0,1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [3,4,6,1,7,8,2,5,12,9,10,11]
[1,1,0,1,0,0,1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [3,5,6,1,7,8,2,4,12,9,10,11]
[1,1,0,0,1,0,1,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,0] => [3,4,6,1,7,8,2,5,9,11,12,10]
[1,1,0,1,0,0,1,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,0] => [3,5,6,1,7,8,2,4,9,11,12,10]
[1,1,0,0,1,0,1,1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0,0] => [3,4,6,7,1,8,2,5,12,9,10,11]
[1,1,0,1,0,0,1,1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0,0] => [3,5,6,7,1,8,2,4,12,9,10,11]
[1,1,0,0,1,0,1,1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0] => [3,4,6,7,1,2,8,9,5,11,12,10]
[1,1,0,1,0,0,1,1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0] => [3,5,6,7,1,2,8,9,4,11,12,10]
[1,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [3,4,6,7,1,8,2,5,9,12,10,11]
[1,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [3,5,6,7,1,8,2,4,9,12,10,11]
[1,1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0,0,1,0] => [5,1,2,3,6,8,4,7,12,9,10,11]
[1,1,1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0,1,0,0,0,1,0] => [6,1,2,3,7,4,9,5,10,11,12,8]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [5,1,2,3,6,8,4,7,9,11,12,10]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,1,0,0,0,1,0] => [6,1,2,3,7,4,9,11,12,5,8,10]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [5,1,2,3,7,8,4,6,9,11,12,10]
[1,1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0,1,0,0,0,1,0] => [6,1,2,3,8,4,9,10,12,5,7,11]
[1,1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0] => [5,1,2,3,8,4,10,11,12,6,7,9]
[1,1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [6,1,2,3,7,8,4,10,11,5,9,12]
[1,1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [6,1,2,3,8,9,4,10,12,5,7,11]
[1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [5,1,2,3,8,9,4,6,7,11,12,10]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0,0,1,0] => [6,1,2,3,7,9,4,11,12,5,8,10]
[1,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [5,1,2,3,8,10,4,6,7,11,12,9]
[1,1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [6,1,2,3,7,9,4,10,5,11,12,8]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,0,0,1,0] => [6,1,2,3,8,9,4,12,5,7,10,11]
[1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [1,5,2,6,7,9,3,4,8,12,10,11]
[1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,1,0,1,1,1,0,0,0,0] => [1,4,7,8,2,3,5,9,6,12,10,11]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [1,4,2,5,7,11,3,6,8,9,12,10]
[1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,1,0,1,1,1,0,0,0,0] => [1,4,6,9,2,3,5,10,7,11,12,8]
[1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [1,4,2,6,7,11,3,5,8,9,12,10]
[1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [1,5,6,7,2,3,9,4,8,12,10,11]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,0,1,0,0] => [1,5,2,8,3,9,10,4,6,7,11,12]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0] => [1,4,5,7,2,3,6,8,11,9,12,10]
[1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0] => [1,5,6,7,2,3,9,4,8,10,12,11]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,6,2,7,8,3,4,5,10,9,11,12]
[1,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [1,4,6,9,2,3,5,10,11,7,12,8]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,5,2,8,9,3,4,6,10,7,11,12]
[1,1,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [1,4,7,8,2,3,5,9,10,6,12,11]
[1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0] => [1,5,6,8,2,3,9,4,7,10,12,11]
[1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0] => [1,4,5,7,2,3,6,11,8,9,10,12]
[1,1,1,1,1,0,0,0,1,0,0,1,1,1,0,1,0,0,0,1,0,1,0,0] => [1,6,2,7,3,8,10,11,4,12,5,9]
[1,1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [1,4,5,7,2,3,6,8,10,11,9,12]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,1,1,0,1,0,0,0,1,0,0] => [1,6,2,7,8,10,3,12,4,5,9,11]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [1,4,6,7,2,3,5,8,10,11,9,12]
[1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,1,1,1,0,0,0,1,0,0] => [1,5,2,8,9,11,3,4,6,12,7,10]
[1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [1,4,2,7,10,11,3,5,6,8,9,12]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [1,6,2,7,9,10,3,11,4,5,8,12]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0] => [1,4,2,8,9,11,3,12,5,6,7,10]
[1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [1,5,6,7,2,3,9,4,10,12,8,11]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [1,6,7,2,9,3,10,11,4,5,8,12]
[1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0] => [1,5,6,7,2,3,9,10,4,12,8,11]
[1,1,1,1,1,0,0,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,6,7,2,9,11,3,4,5,12,8,10]
[1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0] => [1,5,7,8,2,3,9,11,4,12,6,10]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,1,1,1,0,0,0,0] => [1,4,7,8,2,3,5,6,10,9,11,12]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [1,5,6,8,2,3,10,4,7,9,11,12]
[1,1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0,0] => [1,4,8,2,3,5,9,6,11,12,7,10]
[1,1,1,1,0,0,1,0,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0] => [1,5,6,8,2,3,11,4,12,7,9,10]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,1,0,0,0] => [1,6,7,2,9,3,4,5,10,8,11,12]
[1,1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [1,4,7,8,2,3,5,6,10,11,9,12]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,0,0,0] => [1,5,6,8,2,3,10,11,4,12,7,9]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0,1,1,0,0,0] => [1,4,8,2,3,5,9,11,6,7,10,12]
[1,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [1,4,7,9,2,3,5,6,10,11,8,12]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0] => [1,5,6,2,8,9,3,4,10,7,11,12]
[1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0] => [1,5,7,8,2,3,11,4,12,6,9,10]
[1,1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0] => [1,5,6,2,8,9,3,4,10,11,7,12]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [1,5,7,9,2,3,10,4,6,8,11,12]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,0,0,1,0,0,0] => [1,5,7,2,8,11,3,4,6,9,10,12]
[1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0] => [1,2,12,3,4,5,6,7,8,9,10,11]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,1,4,2,6,5,8,7,10,9,12,11]
[1,1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,2,3,4,5,8,6,9,7,11,10,12]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,1,4,6,3,8,5,7,10,9,12,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,1,4,6,3,5,8,7,10,9,12,11]
[1,0,1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0,0] => [2,4,5,7,8,1,10,11,3,6,12,9]
[1,0,1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0,0] => [2,4,5,7,1,8,9,11,3,6,12,10]
[1,0,1,0,1,0,1,1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0,0] => [2,4,6,7,1,8,9,3,5,11,12,10]
[1,0,1,0,1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [2,4,5,8,1,10,11,3,6,12,7,9]
[1,0,1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,0] => [2,4,5,1,6,8,9,11,3,7,12,10]
[1,0,1,0,1,0,1,1,1,0,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [2,4,6,1,7,8,10,3,5,9,11,12]
[1,0,1,0,1,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,0,0,0] => [2,4,5,1,6,9,11,3,7,12,8,10]
[1,0,1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,0,0] => [2,4,7,1,10,12,3,5,6,8,9,11]
[1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,0] => [2,4,7,1,9,10,3,5,6,8,11,12]
[1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [2,5,7,8,1,9,11,3,4,12,6,10]
[1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [2,5,7,1,8,9,10,3,4,12,6,11]
[1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0] => [2,5,7,1,8,11,3,4,6,9,10,12]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [2,5,8,1,10,11,3,4,12,6,7,9]
[1,0,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [2,6,8,1,9,11,3,4,12,5,7,10]
[1,0,1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [2,4,1,5,7,8,10,11,3,6,9,12]
[1,0,1,0,1,0,1,1,1,0,1,1,1,0,0,1,1,0,0,0,0,1,0,0] => [2,4,1,6,7,8,10,3,5,11,12,9]
[1,0,1,0,1,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [2,4,1,5,8,10,11,3,6,7,12,9]
[1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0,0] => [2,4,1,6,7,9,3,5,8,10,11,12]
[1,0,1,0,1,0,1,1,0,0,1,1,1,1,0,0,1,1,0,0,0,1,0,0] => [2,4,1,6,9,10,3,5,11,12,7,8]
[1,0,1,1,0,1,0,0,1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [2,5,1,7,8,9,11,3,4,6,12,10]
[1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [2,5,1,7,8,10,3,4,6,11,12,9]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [2,5,1,8,10,11,3,4,6,12,7,9]
[1,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [2,6,1,8,9,11,3,4,5,12,7,10]
[1,0,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0] => [2,4,1,6,7,3,5,9,10,11,12,8]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0] => [2,4,1,6,11,3,5,7,8,9,12,10]
[1,0,1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [2,5,1,7,8,3,4,10,11,12,6,9]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,1,0,0,1,0,0] => [2,4,1,6,11,3,5,7,8,12,9,10]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [2,4,1,7,8,3,5,6,11,12,9,10]
[1,1,0,1,0,0,1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [3,5,6,8,1,9,11,2,4,12,7,10]
[1,1,0,1,0,0,1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [3,5,6,1,8,9,10,2,4,12,7,11]
[1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0] => [3,5,6,1,8,11,2,4,7,9,10,12]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [3,5,6,1,9,11,2,4,12,7,8,10]
[1,1,0,1,0,0,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [3,5,1,6,8,9,11,2,4,7,12,10]
[1,1,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [3,5,1,6,8,10,2,4,7,11,12,9]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [3,5,1,6,9,11,2,4,7,12,8,10]
[1,1,0,1,0,0,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [3,5,1,6,8,2,4,10,11,12,7,9]
[1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [3,5,1,6,8,2,4,7,11,12,9,10]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [3,6,8,1,9,10,2,4,12,5,7,11]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [3,6,1,8,9,10,2,4,5,12,7,11]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [3,6,1,8,9,2,4,5,10,12,7,11]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [4,6,7,1,9,10,2,3,12,5,8,11]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [4,6,1,7,9,10,2,3,5,12,8,11]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [4,6,1,7,9,2,3,5,10,12,8,11]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,1,1,1,0,0,1,0,0] => [3,6,1,9,11,2,4,5,12,7,8,10]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [3,7,1,9,10,2,4,5,12,6,8,11]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [4,6,1,7,10,2,3,5,12,8,9,11]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [4,7,1,9,10,2,3,5,11,6,8,12]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [5,7,1,8,10,2,3,4,11,6,9,12]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0,1,0] => [2,1,3,5,6,8,9,11,4,7,12,10]
[1,0,1,0,1,1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0,1,0] => [2,1,4,5,7,8,9,3,6,11,12,10]
[1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,0,1,0] => [2,1,3,5,6,9,11,4,7,12,8,10]
[1,0,1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [2,1,4,5,6,8,3,7,9,11,12,10]
[1,0,1,0,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [2,1,4,7,10,11,3,5,6,8,9,12]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0] => [2,1,3,6,8,9,10,4,5,12,7,11]
[1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [2,1,5,7,8,9,3,4,10,12,6,11]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,0,1,0] => [2,1,3,6,9,11,4,5,12,7,8,10]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [2,1,3,7,9,10,4,5,12,6,8,11]
[1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,1,0,0,0,1,0] => [2,1,5,8,11,3,4,6,7,9,10,12]
[1,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0] => [2,1,4,8,11,3,5,6,7,9,12,10]
[1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [2,1,6,8,9,3,4,5,7,10,12,11]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [2,1,5,8,10,3,4,6,11,12,7,9]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [2,1,5,7,8,3,4,6,11,12,9,10]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0] => [3,1,5,6,7,9,10,2,4,12,8,11]
[1,1,0,1,0,0,1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [3,1,5,6,8,9,2,4,10,12,7,11]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [3,1,5,6,7,10,2,4,12,8,9,11]
[1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [3,1,5,6,9,2,4,7,8,10,12,11]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [3,1,5,6,9,2,4,7,11,12,8,10]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [3,1,6,8,9,10,2,4,11,5,7,12]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [3,1,6,8,9,2,4,5,10,11,7,12]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [4,1,6,7,9,10,2,3,11,5,8,12]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [4,1,6,7,9,2,3,5,10,11,8,12]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,1,0,0,0,1,0] => [3,1,6,9,11,2,4,12,5,7,8,10]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [3,1,7,9,10,2,4,12,5,6,8,11]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [4,1,6,7,10,2,3,12,5,8,9,11]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [4,1,7,9,10,2,3,11,5,6,8,12]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [5,1,7,8,10,2,3,11,4,6,9,12]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,0,1,0] => [2,1,6,9,3,4,5,7,8,10,12,11]
[1,0,1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0,1,0] => [2,1,4,7,3,5,6,8,11,12,9,10]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [2,1,7,9,3,4,5,6,10,11,8,12]
[1,0,1,0,1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,1,0,0,1,0] => [2,1,4,8,3,5,6,7,12,9,10,11]
[1,0,1,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [2,1,4,7,3,5,8,9,12,6,10,11]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [3,1,5,6,2,4,7,8,10,11,9,12]
[1,1,0,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [3,1,5,6,2,4,8,9,10,7,11,12]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [3,1,6,8,2,4,9,10,11,5,12,7]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [4,1,6,7,2,3,9,10,11,5,12,8]
[1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0,1,0] => [2,1,4,7,3,5,6,12,8,9,10,11]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,4,9,3,5,10,12,6,7,8,11]
[1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [3,1,5,6,2,4,8,9,7,10,11,12]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,4,9,3,5,10,11,6,7,8,12]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,1,0,1,0,0] => [3,6,1,9,2,4,11,12,5,7,8,10]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [3,7,1,9,2,4,10,12,5,6,8,11]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [4,6,1,7,2,3,10,12,5,8,9,11]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0] => [4,7,1,9,2,3,10,11,5,6,8,12]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0] => [5,7,1,8,2,3,10,11,4,6,9,12]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,3,5,2,7,4,6,9,8,11,10,12]
[1,1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,3,2,4,9,5,6,11,7,8,12,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,2,5,4,7,6,9,8,11,10,12]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [2,5,1,6,3,4,9,10,7,8,11,12]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [2,5,1,6,9,3,10,4,7,8,11,12]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [2,5,1,6,3,4,9,10,11,7,12,8]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [2,5,1,6,9,10,3,11,4,7,12,8]
[1,0,1,1,0,0,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [2,5,1,6,9,3,10,11,4,12,7,8]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [2,5,1,6,3,4,10,12,7,8,9,11]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [2,5,1,6,10,3,12,4,7,8,9,11]
[1,0,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [2,5,1,6,3,4,7,8,10,11,9,12]
[1,0,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [2,5,1,6,3,4,7,8,11,9,10,12]
[1,0,1,1,0,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [2,5,1,6,7,8,10,3,11,4,9,12]
[1,0,1,1,0,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [2,5,1,6,7,8,3,10,11,4,12,9]
[1,0,1,1,0,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [2,5,1,6,7,8,3,11,4,9,10,12]
[1,0,1,1,0,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [2,5,1,6,7,3,8,9,11,4,12,10]
[1,0,1,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [2,5,1,6,7,3,8,9,4,10,12,11]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [2,6,1,8,3,4,9,10,5,7,11,12]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [2,6,1,8,9,3,10,4,5,7,11,12]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [2,6,1,8,3,4,9,10,11,5,12,7]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [2,6,1,8,9,10,3,11,4,5,12,7]
[1,0,1,1,1,0,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [2,6,1,8,9,3,10,11,4,12,5,7]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,1,0,1,0,0] => [2,6,1,9,3,4,11,12,5,7,8,10]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,1,0,0] => [2,6,1,9,11,3,12,4,5,7,8,10]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [2,7,1,9,3,4,10,12,5,6,8,11]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [2,7,1,9,10,3,12,4,5,6,8,11]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,1,0,0] => [2,6,1,9,3,4,5,7,8,10,12,11]
[1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0] => [2,6,1,10,3,4,5,7,8,12,9,11]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [2,7,1,9,3,4,5,6,10,11,8,12]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,1,0,1,0,0] => [2,7,1,10,3,4,5,6,12,8,9,11]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [2,8,1,10,3,4,5,6,11,7,9,12]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [3,5,1,6,2,4,9,10,7,8,11,12]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [3,5,1,6,9,2,10,4,7,8,11,12]
[1,1,0,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [3,5,1,6,2,4,9,10,11,7,12,8]
[1,1,0,1,0,0,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [3,5,1,6,9,10,2,11,4,7,12,8]
[1,1,0,1,0,0,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [3,5,1,6,9,2,10,11,4,12,7,8]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [3,5,1,6,2,4,10,12,7,8,9,11]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [3,5,1,6,10,2,12,4,7,8,9,11]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [3,5,1,6,2,4,7,8,10,11,9,12]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [3,5,1,6,2,4,7,8,11,9,10,12]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [3,6,1,8,2,4,9,10,5,7,11,12]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [3,6,1,8,9,2,10,4,5,7,11,12]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [3,6,1,8,2,4,9,10,11,5,12,7]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [4,6,1,7,2,3,9,10,5,8,11,12]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [4,6,1,7,9,2,10,3,5,8,11,12]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [4,6,1,7,2,3,9,10,11,5,12,8]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0] => [1,3,2,4,6,7,9,10,5,12,8,11]
[1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0,0] => [1,3,2,4,6,7,9,5,10,11,8,12]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [1,3,2,4,6,7,10,5,12,8,9,11]
[1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0,0] => [1,3,2,4,6,7,5,8,10,11,9,12]
[1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0] => [1,3,2,4,6,7,5,8,11,9,10,12]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [1,3,2,4,7,9,10,5,11,6,8,12]
[1,1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [1,3,2,4,7,9,5,10,11,6,12,8]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,0] => [1,3,2,4,7,10,5,12,6,8,9,11]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [1,3,2,4,8,10,5,11,6,7,9,12]
[1,1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0] => [1,3,2,4,7,5,6,8,10,11,9,12]
[1,1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,0] => [1,3,2,4,7,5,6,8,11,9,10,12]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [1,3,2,4,8,5,6,10,11,7,12,9]
[1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [1,3,2,4,8,5,6,11,7,9,10,12]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [1,4,2,6,7,8,10,3,11,5,9,12]
[1,1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [1,4,2,6,7,8,3,10,11,5,12,9]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [1,4,2,6,7,8,3,11,5,9,10,12]
[1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [1,4,2,6,7,3,8,9,11,5,12,10]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,4,2,6,7,3,8,9,5,10,12,11]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [1,4,2,7,9,10,3,11,5,6,12,8]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [1,4,2,7,9,3,10,11,5,12,6,8]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [1,5,2,7,8,10,3,11,4,6,12,9]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [1,5,2,7,8,3,10,11,4,12,6,9]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0,1,0,0] => [1,4,2,7,10,3,12,5,6,8,9,11]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0,1,0,0] => [1,4,2,8,10,3,11,5,6,7,9,12]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0,0] => [1,5,2,7,8,3,11,4,6,9,10,12]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0,1,0,0] => [1,5,2,8,10,3,11,4,6,7,12,9]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0] => [1,6,2,8,9,3,11,4,5,7,12,10]
[1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,1,0,0] => [1,4,2,7,3,5,6,8,10,11,9,12]
[1,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0,1,0,0] => [1,4,2,7,3,5,6,8,11,9,10,12]
[1,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [1,4,2,8,3,5,6,10,11,7,12,9]
[1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0,1,0,0] => [1,4,2,8,3,5,6,11,7,9,10,12]
[1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0,1,0,0] => [1,4,2,9,3,5,6,11,7,8,12,10]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [1,5,2,7,3,4,8,9,11,6,12,10]
[1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0,0] => [1,5,2,7,3,4,8,9,6,10,12,11]
[1,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,1,0,0] => [1,5,2,8,3,4,10,11,6,12,7,9]
[1,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0,1,0,0] => [1,6,2,8,3,4,9,11,5,12,7,10]
[1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,1,0,0] => [1,5,2,8,3,4,11,6,7,9,10,12]
[1,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,0] => [1,5,2,9,3,4,11,6,7,8,12,10]
[1,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,1,0,0] => [1,6,2,8,3,4,9,5,7,10,12,11]
[1,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,1,0,0] => [1,6,2,9,3,4,11,5,7,12,8,10]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0] => [1,7,2,9,3,4,10,5,6,12,8,11]
Identities
click to show experimental identities
(only identities of compositions of up to three maps are shown)
Inverses
Mp00296Knuth-Krattenthaler ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00024to 321-avoiding permutation = id : Dyck paths ⟶ Dyck paths
Intertwining relations
Mp00024to 321-avoiding permutation ∘ Mp00028reverse = Mp00066inverse ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00064reverse ∘ Mp00024to 321-avoiding permutation = Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00229Delest-Viennot = Mp00024to 321-avoiding permutation ∘ Mp00229Delest-Viennot ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution = Mp00024to 321-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00222peaks-to-valleys = Mp00024to 321-avoiding permutation ∘ Mp00222peaks-to-valleys ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00227Delest-Viennot-inverse = Mp00024to 321-avoiding permutation ∘ Mp00227Delest-Viennot-inverse ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00228reflect parallelogram polyomino = Mp00024to 321-avoiding permutation ∘ Mp00228reflect parallelogram polyomino ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00199prime Dyck path = Mp00024to 321-avoiding permutation ∘ Mp00199prime Dyck path ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00071descent composition ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00038reverse ∘ Mp00071descent composition ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00066inverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00150to Dyck path = Mp00024to 321-avoiding permutation ∘ Mp00150to Dyck path ∘ Mp00113reverse : Perfect matchings ⟶ Permutations
Mp00066inverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00051to Dyck path = Mp00024to 321-avoiding permutation ∘ Mp00051to Dyck path ∘ Mp00048left-right symmetry : Ordered trees ⟶ Permutations
Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00024to 321-avoiding permutation = Mp00024to 321-avoiding permutation ∘ Mp00142promotion : Dyck paths ⟶ Permutations
Mp00070Robinson-Schensted recording tableau ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00085Schützenberger involution ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00059Robinson-Schensted insertion tableau ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00085Schützenberger involution ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00151to cycle type ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00112complement ∘ Mp00151to cycle type ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00065permutation poset ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00125dual poset ∘ Mp00065permutation poset ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Posets
Mp00114connectivity set ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00104reverse ∘ Mp00114connectivity set ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00104reverse ∘ Mp00109descent word ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Binary words
Mp00066inverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00231bounce path = Mp00024to 321-avoiding permutation ∘ Mp00231bounce path ∘ Mp00038reverse : Integer compositions ⟶ Permutations
Mp00066inverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00103peeling map = Mp00024to 321-avoiding permutation ∘ Mp00103peeling map ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Absorbing relations
Mp00068Simion-Schmidt map ∘ Mp00064reverse ∘ Mp00024to 321-avoiding permutation = Mp00064reverse ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00068Simion-Schmidt map ∘ Mp00069complement ∘ Mp00024to 321-avoiding permutation = Mp00069complement ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00060Robinson-Schensted tableau shape ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00060Robinson-Schensted tableau shape ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00108cycle type ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00204LLPS ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00160graph of inversions ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00160graph of inversions ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Graphs
Mp00208lattice of intervals ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00208lattice of intervals ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Lattices
Mp00223runsort ∘ Mp00024to 321-avoiding permutation ∘ Mp00199prime Dyck path = Mp00024to 321-avoiding permutation ∘ Mp00199prime Dyck path : Dyck paths ⟶ Permutations
Mp00080to permutation ∘ Mp00151to cycle type ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation = Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00239Corteel ∘ Mp00024to 321-avoiding permutation = Mp00239Corteel ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00209pattern poset ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00209pattern poset ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Posets
Mp00318dual on components ∘ Mp00160graph of inversions ∘ Mp00024to 321-avoiding permutation = Mp00160graph of inversions ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Graphs
Constant maps
Mp00068Simion-Schmidt map ∘ Mp00024to 321-avoiding permutation ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Permutations
Mp00114connectivity set ∘ Mp00064reverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Binary words
Mp00127left-to-right-maxima to Dyck path ∘ Mp00069complement ∘ Mp00024to 321-avoiding permutation ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Dyck paths
Mp00114connectivity set ∘ Mp00069complement ∘ Mp00024to 321-avoiding permutation ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Binary words
Mp00068Simion-Schmidt map ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Permutations
Mp00068Simion-Schmidt map ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Permutations
Mp00068Simion-Schmidt map ∘ Mp00087inverse first fundamental transformation ∘ Mp00024to 321-avoiding permutation ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Permutations
Mp00114connectivity set ∘ Mp00089Inverse Kreweras complement ∘ Mp00024to 321-avoiding permutation ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Binary words
Other relations
Mp00066inverse ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00064reverse ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00064reverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00069complement ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection ∘ Mp00028reverse = Mp00066inverse ∘ Mp00239Corteel ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00066inverse ∘ Mp00024to 321-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00066inverse ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection = Mp00239Corteel ∘ Mp00066inverse ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00142promotion = Mp00024to 321-avoiding permutation ∘ Mp00143inverse promotion ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00143inverse promotion = Mp00024to 321-avoiding permutation ∘ Mp00142promotion ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00024to 321-avoiding permutation ∘ Mp00296Knuth-Krattenthaler = Mp00119to 321-avoiding permutation (Krattenthaler) : Dyck paths ⟶ Permutations
Mp00120Lalanne-Kreweras involution ∘ Mp00227Delest-Viennot-inverse ∘ Mp00122Elizalde-Deutsch bijection = Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Dyck paths
Mp00066inverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00020to Tamari-corresponding Dyck path = Mp00024to 321-avoiding permutation ∘ Mp00012to Dyck path: up step, left tree, down step, right tree ∘ Mp00016left-right symmetry : Binary trees ⟶ Permutations
Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00227Delest-Viennot-inverse ∘ Mp00122Elizalde-Deutsch bijection = Mp00024to 321-avoiding permutation ∘ Mp00143inverse promotion : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00024to 321-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00227Delest-Viennot-inverse ∘ Mp00122Elizalde-Deutsch bijection = Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00239Corteel ∘ Mp00066inverse ∘ Mp00024to 321-avoiding permutation = Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00068Simion-Schmidt map ∘ Mp00024to 321-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00068Simion-Schmidt map ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00126cactus evacuation ∘ Mp00024to 321-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00126cactus evacuation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00060Robinson-Schensted tableau shape ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00060Robinson-Schensted tableau shape ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00040to partition ∘ Mp00100touch composition ∘ Mp00122Elizalde-Deutsch bijection = Mp00037to partition of connected components ∘ Mp00160graph of inversions ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00108cycle type ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00227Delest-Viennot-inverse ∘ Mp00122Elizalde-Deutsch bijection ∘ Mp00142promotion = Mp00127left-to-right-maxima to Dyck path ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00024to 321-avoiding permutation = Mp00127left-to-right-maxima to Dyck path ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00239Corteel ∘ Mp00024to 321-avoiding permutation = Mp00127left-to-right-maxima to Dyck path ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Dyck paths
Mp00229Delest-Viennot ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00024to 321-avoiding permutation = Mp00122Elizalde-Deutsch bijection ∘ Mp00142promotion : Dyck paths ⟶ Dyck paths
Mp00222peaks-to-valleys ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00024to 321-avoiding permutation = Mp00227Delest-Viennot-inverse ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00024to 321-avoiding permutation ∘ Mp00143inverse promotion = Mp00227Delest-Viennot-inverse ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Dyck paths
Mp00120Lalanne-Kreweras involution ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00024to 321-avoiding permutation = Mp00227Delest-Viennot-inverse ∘ Mp00122Elizalde-Deutsch bijection ∘ Mp00028reverse : Dyck paths ⟶ Dyck paths
Mp00100touch composition ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00024to 321-avoiding permutation = Mp00100touch composition ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Integer compositions
Mp00070Robinson-Schensted recording tableau ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00059Robinson-Schensted insertion tableau ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00059Robinson-Schensted insertion tableau ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00070Robinson-Schensted recording tableau ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00151to cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00151to cycle type ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00061to increasing tree ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00072binary search tree: left to right ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00061to increasing tree ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00065permutation poset ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00065permutation poset ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Posets
Mp00154core ∘ Mp00160graph of inversions ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00154core ∘ Mp00160graph of inversions ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Graphs
Mp00160graph of inversions ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00160graph of inversions ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Graphs
Mp00114connectivity set ∘ Mp00024to 321-avoiding permutation ∘ Mp00199prime Dyck path = Mp00094to binary word ∘ Mp00100touch composition ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection = Mp00114connectivity set ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Binary words
Mp00131descent bottoms ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00104reverse ∘ Mp00130descent tops ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Binary words
Mp00130descent tops ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00104reverse ∘ Mp00131descent bottoms ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Binary words
Mp00066inverse ∘ Mp00024to 321-avoiding permutation ∘ Mp00012to Dyck path: up step, left tree, down step, right tree ∘ Mp00016left-right symmetry = Mp00024to 321-avoiding permutation ∘ Mp00020to Tamari-corresponding Dyck path : Binary trees ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00326weak order rowmotion ∘ Mp00024to 321-avoiding permutation = Mp00241invert Laguerre heap ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution : Dyck paths ⟶ Permutations
Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution ∘ Mp00296Knuth-Krattenthaler = Mp00066inverse ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00040to partition ∘ Mp00071descent composition ∘ Mp00064reverse ∘ Mp00024to 321-avoiding permutation = Mp00204LLPS ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00229Delest-Viennot ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00024to 321-avoiding permutation = Mp00228reflect parallelogram polyomino ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Dyck paths
Mp00120Lalanne-Kreweras involution ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00024to 321-avoiding permutation = Mp00227Delest-Viennot-inverse ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Dyck paths
Mp00240weak exceedance partition ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation = Mp00151to cycle type ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00217Wachs-White-rho ∘ Mp00240weak exceedance partition ∘ Mp00024to 321-avoiding permutation = Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Set partitions
Mp00115Kasraoui-Zeng ∘ Mp00240weak exceedance partition ∘ Mp00024to 321-avoiding permutation = Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Set partitions
Mp00164Chen Deng Du Stanley Yan ∘ Mp00240weak exceedance partition ∘ Mp00024to 321-avoiding permutation = Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Set partitions
Mp00074to graph ∘ Mp00065permutation poset ∘ Mp00064reverse ∘ Mp00024to 321-avoiding permutation = Mp00160graph of inversions ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Graphs
Mp00208lattice of intervals ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00208lattice of intervals ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Lattices
Mp00024to 321-avoiding permutation ∘ Mp00199prime Dyck path ∘ Mp00296Knuth-Krattenthaler = Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00142promotion ∘ Mp00199prime Dyck path : Dyck paths ⟶ Permutations
Mp00024to 321-avoiding permutation ∘ Mp00142promotion ∘ Mp00296Knuth-Krattenthaler = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00241invert Laguerre heap ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00024to 321-avoiding permutation = Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00326weak order rowmotion ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00069complement ∘ Mp00241invert Laguerre heap ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00241invert Laguerre heap ∘ Mp00024to 321-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00326weak order rowmotion ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00252restriction ∘ Mp00024to 321-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00252restriction ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00127left-to-right-maxima to Dyck path ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00127left-to-right-maxima to Dyck path ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Dyck paths
Mp00115Kasraoui-Zeng ∘ Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection = Mp00240weak exceedance partition ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00209pattern poset ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00024to 321-avoiding permutation = Mp00209pattern poset ∘ Mp00086first fundamental transformation ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Posets
Description
Sends a Dyck path to a 321-avoiding permutation.
This bijection defined in [3, pp. 60] and in [2, Section 3.1].
It is shown in [1] that it sends the number of centered tunnels to the number of fixed points, the number of right tunnels to the number of exceedences, and the semilength plus the height of the middle point to 2 times the length of the longest increasing subsequence.
This bijection defined in [3, pp. 60] and in [2, Section 3.1].
It is shown in [1] that it sends the number of centered tunnels to the number of fixed points, the number of right tunnels to the number of exceedences, and the semilength plus the height of the middle point to 2 times the length of the longest increasing subsequence.
References
[1] Elizalde, S., Pak, I. Bijections for refined restricted permutations MathSciNet:2046080
[2] Claesson, A., Kitaev, S. Classification of bijections between 321- and 132-avoiding permutations MathSciNet:2465405
[3] Knuth, D. E. The art of computer programming. Vol. 3 MathSciNet:3077154
[2] Claesson, A., Kitaev, S. Classification of bijections between 321- and 132-avoiding permutations MathSciNet:2465405
[3] Knuth, D. E. The art of computer programming. Vol. 3 MathSciNet:3077154
Properties
injective, graded
Sage code
def mapping(elt):
A, B = elt.to_pair_of_standard_tableaux()
return RSK_inverse(A, B, output='permutation')
Weight
26
Created
Jan 19, 2020 at 07:28 by FindStatCrew
Updated
Jan 19, 2020 at 07:28 by Martin Rubey
searching the database
Sorry, this map was not found in the database.