Identifier
Images
[] => []
[1,0] => [1]
[1,0,1,0] => [2,1]
[1,1,0,0] => [1,2]
[1,0,1,0,1,0] => [2,3,1]
[1,0,1,1,0,0] => [2,1,3]
[1,1,0,0,1,0] => [1,3,2]
[1,1,0,1,0,0] => [3,1,2]
[1,1,1,0,0,0] => [1,2,3]
[1,0,1,0,1,0,1,0] => [2,3,4,1]
[1,0,1,0,1,1,0,0] => [2,3,1,4]
[1,0,1,1,0,0,1,0] => [2,1,4,3]
[1,0,1,1,0,1,0,0] => [2,4,1,3]
[1,0,1,1,1,0,0,0] => [2,1,3,4]
[1,1,0,0,1,0,1,0] => [1,3,4,2]
[1,1,0,0,1,1,0,0] => [1,3,2,4]
[1,1,0,1,0,0,1,0] => [3,1,4,2]
[1,1,0,1,0,1,0,0] => [3,4,1,2]
[1,1,0,1,1,0,0,0] => [3,1,2,4]
[1,1,1,0,0,0,1,0] => [1,2,4,3]
[1,1,1,0,0,1,0,0] => [1,4,2,3]
[1,1,1,0,1,0,0,0] => [4,1,2,3]
[1,1,1,1,0,0,0,0] => [1,2,3,4]
[1,0,1,0,1,0,1,0,1,0] => [2,3,4,5,1]
[1,0,1,0,1,0,1,1,0,0] => [2,3,4,1,5]
[1,0,1,0,1,1,0,0,1,0] => [2,3,1,5,4]
[1,0,1,0,1,1,0,1,0,0] => [2,3,5,1,4]
[1,0,1,0,1,1,1,0,0,0] => [2,3,1,4,5]
[1,0,1,1,0,0,1,0,1,0] => [2,1,4,5,3]
[1,0,1,1,0,0,1,1,0,0] => [2,1,4,3,5]
[1,0,1,1,0,1,0,0,1,0] => [2,4,1,5,3]
[1,0,1,1,0,1,0,1,0,0] => [2,4,5,1,3]
[1,0,1,1,0,1,1,0,0,0] => [2,4,1,3,5]
[1,0,1,1,1,0,0,0,1,0] => [2,1,3,5,4]
[1,0,1,1,1,0,0,1,0,0] => [2,1,5,3,4]
[1,0,1,1,1,0,1,0,0,0] => [2,5,1,3,4]
[1,0,1,1,1,1,0,0,0,0] => [2,1,3,4,5]
[1,1,0,0,1,0,1,0,1,0] => [1,3,4,5,2]
[1,1,0,0,1,0,1,1,0,0] => [1,3,4,2,5]
[1,1,0,0,1,1,0,0,1,0] => [1,3,2,5,4]
[1,1,0,0,1,1,0,1,0,0] => [1,3,5,2,4]
[1,1,0,0,1,1,1,0,0,0] => [1,3,2,4,5]
[1,1,0,1,0,0,1,0,1,0] => [3,1,4,5,2]
[1,1,0,1,0,0,1,1,0,0] => [3,1,4,2,5]
[1,1,0,1,0,1,0,0,1,0] => [3,4,1,5,2]
[1,1,0,1,0,1,0,1,0,0] => [3,4,5,1,2]
[1,1,0,1,0,1,1,0,0,0] => [3,4,1,2,5]
[1,1,0,1,1,0,0,0,1,0] => [3,1,2,5,4]
[1,1,0,1,1,0,0,1,0,0] => [3,1,5,2,4]
[1,1,0,1,1,0,1,0,0,0] => [3,5,1,2,4]
[1,1,0,1,1,1,0,0,0,0] => [3,1,2,4,5]
[1,1,1,0,0,0,1,0,1,0] => [1,2,4,5,3]
[1,1,1,0,0,0,1,1,0,0] => [1,2,4,3,5]
[1,1,1,0,0,1,0,0,1,0] => [1,4,2,5,3]
[1,1,1,0,0,1,0,1,0,0] => [1,4,5,2,3]
[1,1,1,0,0,1,1,0,0,0] => [1,4,2,3,5]
[1,1,1,0,1,0,0,0,1,0] => [4,1,2,5,3]
[1,1,1,0,1,0,0,1,0,0] => [4,1,5,2,3]
[1,1,1,0,1,0,1,0,0,0] => [4,5,1,2,3]
[1,1,1,0,1,1,0,0,0,0] => [4,1,2,3,5]
[1,1,1,1,0,0,0,0,1,0] => [1,2,3,5,4]
[1,1,1,1,0,0,0,1,0,0] => [1,2,5,3,4]
[1,1,1,1,0,0,1,0,0,0] => [1,5,2,3,4]
[1,1,1,1,0,1,0,0,0,0] => [5,1,2,3,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,3,4,5,6,1]
[1,0,1,0,1,0,1,0,1,1,0,0] => [2,3,4,5,1,6]
[1,0,1,0,1,0,1,1,0,0,1,0] => [2,3,4,1,6,5]
[1,0,1,0,1,0,1,1,0,1,0,0] => [2,3,4,6,1,5]
[1,0,1,0,1,0,1,1,1,0,0,0] => [2,3,4,1,5,6]
[1,0,1,0,1,1,0,0,1,0,1,0] => [2,3,1,5,6,4]
[1,0,1,0,1,1,0,0,1,1,0,0] => [2,3,1,5,4,6]
[1,0,1,0,1,1,0,1,0,0,1,0] => [2,3,5,1,6,4]
[1,0,1,0,1,1,0,1,0,1,0,0] => [2,3,5,6,1,4]
[1,0,1,0,1,1,0,1,1,0,0,0] => [2,3,5,1,4,6]
[1,0,1,0,1,1,1,0,0,0,1,0] => [2,3,1,4,6,5]
[1,0,1,0,1,1,1,0,0,1,0,0] => [2,3,1,6,4,5]
[1,0,1,0,1,1,1,0,1,0,0,0] => [2,3,6,1,4,5]
[1,0,1,0,1,1,1,1,0,0,0,0] => [2,3,1,4,5,6]
[1,0,1,1,0,0,1,0,1,0,1,0] => [2,1,4,5,6,3]
[1,0,1,1,0,0,1,0,1,1,0,0] => [2,1,4,5,3,6]
[1,0,1,1,0,0,1,1,0,0,1,0] => [2,1,4,3,6,5]
[1,0,1,1,0,0,1,1,0,1,0,0] => [2,1,4,6,3,5]
[1,0,1,1,0,0,1,1,1,0,0,0] => [2,1,4,3,5,6]
[1,0,1,1,0,1,0,0,1,0,1,0] => [2,4,1,5,6,3]
[1,0,1,1,0,1,0,0,1,1,0,0] => [2,4,1,5,3,6]
[1,0,1,1,0,1,0,1,0,0,1,0] => [2,4,5,1,6,3]
[1,0,1,1,0,1,0,1,0,1,0,0] => [2,4,5,6,1,3]
[1,0,1,1,0,1,0,1,1,0,0,0] => [2,4,5,1,3,6]
[1,0,1,1,0,1,1,0,0,0,1,0] => [2,4,1,3,6,5]
[1,0,1,1,0,1,1,0,0,1,0,0] => [2,4,1,6,3,5]
[1,0,1,1,0,1,1,0,1,0,0,0] => [2,4,6,1,3,5]
[1,0,1,1,0,1,1,1,0,0,0,0] => [2,4,1,3,5,6]
[1,0,1,1,1,0,0,0,1,0,1,0] => [2,1,3,5,6,4]
[1,0,1,1,1,0,0,0,1,1,0,0] => [2,1,3,5,4,6]
[1,0,1,1,1,0,0,1,0,0,1,0] => [2,1,5,3,6,4]
[1,0,1,1,1,0,0,1,0,1,0,0] => [2,1,5,6,3,4]
[1,0,1,1,1,0,0,1,1,0,0,0] => [2,1,5,3,4,6]
[1,0,1,1,1,0,1,0,0,0,1,0] => [2,5,1,3,6,4]
[1,0,1,1,1,0,1,0,0,1,0,0] => [2,5,1,6,3,4]
[1,0,1,1,1,0,1,0,1,0,0,0] => [2,5,6,1,3,4]
>>> Load all 6094 entries. <<<
[1,0,1,1,1,0,1,1,0,0,0,0] => [2,5,1,3,4,6]
[1,0,1,1,1,1,0,0,0,0,1,0] => [2,1,3,4,6,5]
[1,0,1,1,1,1,0,0,0,1,0,0] => [2,1,3,6,4,5]
[1,0,1,1,1,1,0,0,1,0,0,0] => [2,1,6,3,4,5]
[1,0,1,1,1,1,0,1,0,0,0,0] => [2,6,1,3,4,5]
[1,0,1,1,1,1,1,0,0,0,0,0] => [2,1,3,4,5,6]
[1,1,0,0,1,0,1,0,1,0,1,0] => [1,3,4,5,6,2]
[1,1,0,0,1,0,1,0,1,1,0,0] => [1,3,4,5,2,6]
[1,1,0,0,1,0,1,1,0,0,1,0] => [1,3,4,2,6,5]
[1,1,0,0,1,0,1,1,0,1,0,0] => [1,3,4,6,2,5]
[1,1,0,0,1,0,1,1,1,0,0,0] => [1,3,4,2,5,6]
[1,1,0,0,1,1,0,0,1,0,1,0] => [1,3,2,5,6,4]
[1,1,0,0,1,1,0,0,1,1,0,0] => [1,3,2,5,4,6]
[1,1,0,0,1,1,0,1,0,0,1,0] => [1,3,5,2,6,4]
[1,1,0,0,1,1,0,1,0,1,0,0] => [1,3,5,6,2,4]
[1,1,0,0,1,1,0,1,1,0,0,0] => [1,3,5,2,4,6]
[1,1,0,0,1,1,1,0,0,0,1,0] => [1,3,2,4,6,5]
[1,1,0,0,1,1,1,0,0,1,0,0] => [1,3,2,6,4,5]
[1,1,0,0,1,1,1,0,1,0,0,0] => [1,3,6,2,4,5]
[1,1,0,0,1,1,1,1,0,0,0,0] => [1,3,2,4,5,6]
[1,1,0,1,0,0,1,0,1,0,1,0] => [3,1,4,5,6,2]
[1,1,0,1,0,0,1,0,1,1,0,0] => [3,1,4,5,2,6]
[1,1,0,1,0,0,1,1,0,0,1,0] => [3,1,4,2,6,5]
[1,1,0,1,0,0,1,1,0,1,0,0] => [3,1,4,6,2,5]
[1,1,0,1,0,0,1,1,1,0,0,0] => [3,1,4,2,5,6]
[1,1,0,1,0,1,0,0,1,0,1,0] => [3,4,1,5,6,2]
[1,1,0,1,0,1,0,0,1,1,0,0] => [3,4,1,5,2,6]
[1,1,0,1,0,1,0,1,0,0,1,0] => [3,4,5,1,6,2]
[1,1,0,1,0,1,0,1,0,1,0,0] => [3,4,5,6,1,2]
[1,1,0,1,0,1,0,1,1,0,0,0] => [3,4,5,1,2,6]
[1,1,0,1,0,1,1,0,0,0,1,0] => [3,4,1,2,6,5]
[1,1,0,1,0,1,1,0,0,1,0,0] => [3,4,1,6,2,5]
[1,1,0,1,0,1,1,0,1,0,0,0] => [3,4,6,1,2,5]
[1,1,0,1,0,1,1,1,0,0,0,0] => [3,4,1,2,5,6]
[1,1,0,1,1,0,0,0,1,0,1,0] => [3,1,2,5,6,4]
[1,1,0,1,1,0,0,0,1,1,0,0] => [3,1,2,5,4,6]
[1,1,0,1,1,0,0,1,0,0,1,0] => [3,1,5,2,6,4]
[1,1,0,1,1,0,0,1,0,1,0,0] => [3,1,5,6,2,4]
[1,1,0,1,1,0,0,1,1,0,0,0] => [3,1,5,2,4,6]
[1,1,0,1,1,0,1,0,0,0,1,0] => [3,5,1,2,6,4]
[1,1,0,1,1,0,1,0,0,1,0,0] => [3,5,1,6,2,4]
[1,1,0,1,1,0,1,0,1,0,0,0] => [3,5,6,1,2,4]
[1,1,0,1,1,0,1,1,0,0,0,0] => [3,5,1,2,4,6]
[1,1,0,1,1,1,0,0,0,0,1,0] => [3,1,2,4,6,5]
[1,1,0,1,1,1,0,0,0,1,0,0] => [3,1,2,6,4,5]
[1,1,0,1,1,1,0,0,1,0,0,0] => [3,1,6,2,4,5]
[1,1,0,1,1,1,0,1,0,0,0,0] => [3,6,1,2,4,5]
[1,1,0,1,1,1,1,0,0,0,0,0] => [3,1,2,4,5,6]
[1,1,1,0,0,0,1,0,1,0,1,0] => [1,2,4,5,6,3]
[1,1,1,0,0,0,1,0,1,1,0,0] => [1,2,4,5,3,6]
[1,1,1,0,0,0,1,1,0,0,1,0] => [1,2,4,3,6,5]
[1,1,1,0,0,0,1,1,0,1,0,0] => [1,2,4,6,3,5]
[1,1,1,0,0,0,1,1,1,0,0,0] => [1,2,4,3,5,6]
[1,1,1,0,0,1,0,0,1,0,1,0] => [1,4,2,5,6,3]
[1,1,1,0,0,1,0,0,1,1,0,0] => [1,4,2,5,3,6]
[1,1,1,0,0,1,0,1,0,0,1,0] => [1,4,5,2,6,3]
[1,1,1,0,0,1,0,1,0,1,0,0] => [1,4,5,6,2,3]
[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] => [1,4,2,3,6,5]
[1,1,1,0,0,1,1,0,0,1,0,0] => [1,4,2,6,3,5]
[1,1,1,0,0,1,1,0,1,0,0,0] => [1,4,6,2,3,5]
[1,1,1,0,0,1,1,1,0,0,0,0] => [1,4,2,3,5,6]
[1,1,1,0,1,0,0,0,1,0,1,0] => [4,1,2,5,6,3]
[1,1,1,0,1,0,0,0,1,1,0,0] => [4,1,2,5,3,6]
[1,1,1,0,1,0,0,1,0,0,1,0] => [4,1,5,2,6,3]
[1,1,1,0,1,0,0,1,0,1,0,0] => [4,1,5,6,2,3]
[1,1,1,0,1,0,0,1,1,0,0,0] => [4,1,5,2,3,6]
[1,1,1,0,1,0,1,0,0,0,1,0] => [4,5,1,2,6,3]
[1,1,1,0,1,0,1,0,0,1,0,0] => [4,5,1,6,2,3]
[1,1,1,0,1,0,1,0,1,0,0,0] => [4,5,6,1,2,3]
[1,1,1,0,1,0,1,1,0,0,0,0] => [4,5,1,2,3,6]
[1,1,1,0,1,1,0,0,0,0,1,0] => [4,1,2,3,6,5]
[1,1,1,0,1,1,0,0,0,1,0,0] => [4,1,2,6,3,5]
[1,1,1,0,1,1,0,0,1,0,0,0] => [4,1,6,2,3,5]
[1,1,1,0,1,1,0,1,0,0,0,0] => [4,6,1,2,3,5]
[1,1,1,0,1,1,1,0,0,0,0,0] => [4,1,2,3,5,6]
[1,1,1,1,0,0,0,0,1,0,1,0] => [1,2,3,5,6,4]
[1,1,1,1,0,0,0,0,1,1,0,0] => [1,2,3,5,4,6]
[1,1,1,1,0,0,0,1,0,0,1,0] => [1,2,5,3,6,4]
[1,1,1,1,0,0,0,1,0,1,0,0] => [1,2,5,6,3,4]
[1,1,1,1,0,0,0,1,1,0,0,0] => [1,2,5,3,4,6]
[1,1,1,1,0,0,1,0,0,0,1,0] => [1,5,2,3,6,4]
[1,1,1,1,0,0,1,0,0,1,0,0] => [1,5,2,6,3,4]
[1,1,1,1,0,0,1,0,1,0,0,0] => [1,5,6,2,3,4]
[1,1,1,1,0,0,1,1,0,0,0,0] => [1,5,2,3,4,6]
[1,1,1,1,0,1,0,0,0,0,1,0] => [5,1,2,3,6,4]
[1,1,1,1,0,1,0,0,0,1,0,0] => [5,1,2,6,3,4]
[1,1,1,1,0,1,0,0,1,0,0,0] => [5,1,6,2,3,4]
[1,1,1,1,0,1,0,1,0,0,0,0] => [5,6,1,2,3,4]
[1,1,1,1,0,1,1,0,0,0,0,0] => [5,1,2,3,4,6]
[1,1,1,1,1,0,0,0,0,0,1,0] => [1,2,3,4,6,5]
[1,1,1,1,1,0,0,0,0,1,0,0] => [1,2,3,6,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,6,2,3,4,5]
[1,1,1,1,1,0,1,0,0,0,0,0] => [6,1,2,3,4,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,3,4,5,6,7,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,3,4,5,6,1,7]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,3,4,5,1,7,6]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,3,4,5,7,1,6]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,3,4,5,1,6,7]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [2,3,4,1,6,7,5]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [2,3,4,1,6,5,7]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,3,4,6,1,7,5]
[1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,3,4,6,7,1,5]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,3,4,6,1,5,7]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [2,3,4,1,5,7,6]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [2,3,4,1,7,5,6]
[1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [2,3,4,7,1,5,6]
[1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [2,3,4,1,5,6,7]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [2,3,1,5,6,7,4]
[1,0,1,0,1,1,0,0,1,0,1,1,0,0] => [2,3,1,5,6,4,7]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [2,3,1,5,4,7,6]
[1,0,1,0,1,1,0,0,1,1,0,1,0,0] => [2,3,1,5,7,4,6]
[1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [2,3,1,5,4,6,7]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [2,3,5,1,6,7,4]
[1,0,1,0,1,1,0,1,0,0,1,1,0,0] => [2,3,5,1,6,4,7]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [2,3,5,6,1,7,4]
[1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,3,5,6,7,1,4]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [2,3,5,6,1,4,7]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0] => [2,3,5,1,4,7,6]
[1,0,1,0,1,1,0,1,1,0,0,1,0,0] => [2,3,5,1,7,4,6]
[1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [2,3,5,7,1,4,6]
[1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [2,3,5,1,4,6,7]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0] => [2,3,1,4,6,7,5]
[1,0,1,0,1,1,1,0,0,0,1,1,0,0] => [2,3,1,4,6,5,7]
[1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [2,3,1,6,4,7,5]
[1,0,1,0,1,1,1,0,0,1,0,1,0,0] => [2,3,1,6,7,4,5]
[1,0,1,0,1,1,1,0,0,1,1,0,0,0] => [2,3,1,6,4,5,7]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [2,3,6,1,4,7,5]
[1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [2,3,6,1,7,4,5]
[1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [2,3,6,7,1,4,5]
[1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [2,3,6,1,4,5,7]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [2,3,1,4,5,7,6]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0] => [2,3,1,4,7,5,6]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0] => [2,3,1,7,4,5,6]
[1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,3,7,1,4,5,6]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [2,3,1,4,5,6,7]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [2,1,4,5,6,7,3]
[1,0,1,1,0,0,1,0,1,0,1,1,0,0] => [2,1,4,5,6,3,7]
[1,0,1,1,0,0,1,0,1,1,0,0,1,0] => [2,1,4,5,3,7,6]
[1,0,1,1,0,0,1,0,1,1,0,1,0,0] => [2,1,4,5,7,3,6]
[1,0,1,1,0,0,1,0,1,1,1,0,0,0] => [2,1,4,5,3,6,7]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0] => [2,1,4,3,6,7,5]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,1,4,3,6,5,7]
[1,0,1,1,0,0,1,1,0,1,0,0,1,0] => [2,1,4,6,3,7,5]
[1,0,1,1,0,0,1,1,0,1,0,1,0,0] => [2,1,4,6,7,3,5]
[1,0,1,1,0,0,1,1,0,1,1,0,0,0] => [2,1,4,6,3,5,7]
[1,0,1,1,0,0,1,1,1,0,0,0,1,0] => [2,1,4,3,5,7,6]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [2,1,4,3,7,5,6]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0] => [2,1,4,7,3,5,6]
[1,0,1,1,0,0,1,1,1,1,0,0,0,0] => [2,1,4,3,5,6,7]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [2,4,1,5,6,7,3]
[1,0,1,1,0,1,0,0,1,0,1,1,0,0] => [2,4,1,5,6,3,7]
[1,0,1,1,0,1,0,0,1,1,0,0,1,0] => [2,4,1,5,3,7,6]
[1,0,1,1,0,1,0,0,1,1,0,1,0,0] => [2,4,1,5,7,3,6]
[1,0,1,1,0,1,0,0,1,1,1,0,0,0] => [2,4,1,5,3,6,7]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0] => [2,4,5,1,6,7,3]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0] => [2,4,5,1,6,3,7]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [2,4,5,6,1,7,3]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [2,4,5,6,7,1,3]
[1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [2,4,5,6,1,3,7]
[1,0,1,1,0,1,0,1,1,0,0,0,1,0] => [2,4,5,1,3,7,6]
[1,0,1,1,0,1,0,1,1,0,0,1,0,0] => [2,4,5,1,7,3,6]
[1,0,1,1,0,1,0,1,1,0,1,0,0,0] => [2,4,5,7,1,3,6]
[1,0,1,1,0,1,0,1,1,1,0,0,0,0] => [2,4,5,1,3,6,7]
[1,0,1,1,0,1,1,0,0,0,1,0,1,0] => [2,4,1,3,6,7,5]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,4,1,3,6,5,7]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0] => [2,4,1,6,3,7,5]
[1,0,1,1,0,1,1,0,0,1,0,1,0,0] => [2,4,1,6,7,3,5]
[1,0,1,1,0,1,1,0,0,1,1,0,0,0] => [2,4,1,6,3,5,7]
[1,0,1,1,0,1,1,0,1,0,0,0,1,0] => [2,4,6,1,3,7,5]
[1,0,1,1,0,1,1,0,1,0,0,1,0,0] => [2,4,6,1,7,3,5]
[1,0,1,1,0,1,1,0,1,0,1,0,0,0] => [2,4,6,7,1,3,5]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0] => [2,4,6,1,3,5,7]
[1,0,1,1,0,1,1,1,0,0,0,0,1,0] => [2,4,1,3,5,7,6]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [2,4,1,3,7,5,6]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0] => [2,4,1,7,3,5,6]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [2,4,7,1,3,5,6]
[1,0,1,1,0,1,1,1,1,0,0,0,0,0] => [2,4,1,3,5,6,7]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [2,1,3,5,6,7,4]
[1,0,1,1,1,0,0,0,1,0,1,1,0,0] => [2,1,3,5,6,4,7]
[1,0,1,1,1,0,0,0,1,1,0,0,1,0] => [2,1,3,5,4,7,6]
[1,0,1,1,1,0,0,0,1,1,0,1,0,0] => [2,1,3,5,7,4,6]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [2,1,3,5,4,6,7]
[1,0,1,1,1,0,0,1,0,0,1,0,1,0] => [2,1,5,3,6,7,4]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [2,1,5,3,6,4,7]
[1,0,1,1,1,0,0,1,0,1,0,0,1,0] => [2,1,5,6,3,7,4]
[1,0,1,1,1,0,0,1,0,1,0,1,0,0] => [2,1,5,6,7,3,4]
[1,0,1,1,1,0,0,1,0,1,1,0,0,0] => [2,1,5,6,3,4,7]
[1,0,1,1,1,0,0,1,1,0,0,0,1,0] => [2,1,5,3,4,7,6]
[1,0,1,1,1,0,0,1,1,0,0,1,0,0] => [2,1,5,3,7,4,6]
[1,0,1,1,1,0,0,1,1,0,1,0,0,0] => [2,1,5,7,3,4,6]
[1,0,1,1,1,0,0,1,1,1,0,0,0,0] => [2,1,5,3,4,6,7]
[1,0,1,1,1,0,1,0,0,0,1,0,1,0] => [2,5,1,3,6,7,4]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0] => [2,5,1,3,6,4,7]
[1,0,1,1,1,0,1,0,0,1,0,0,1,0] => [2,5,1,6,3,7,4]
[1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [2,5,1,6,7,3,4]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0] => [2,5,1,6,3,4,7]
[1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [2,5,6,1,3,7,4]
[1,0,1,1,1,0,1,0,1,0,0,1,0,0] => [2,5,6,1,7,3,4]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [2,5,6,7,1,3,4]
[1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [2,5,6,1,3,4,7]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0] => [2,5,1,3,4,7,6]
[1,0,1,1,1,0,1,1,0,0,0,1,0,0] => [2,5,1,3,7,4,6]
[1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [2,5,1,7,3,4,6]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [2,5,7,1,3,4,6]
[1,0,1,1,1,0,1,1,1,0,0,0,0,0] => [2,5,1,3,4,6,7]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0] => [2,1,3,4,6,7,5]
[1,0,1,1,1,1,0,0,0,0,1,1,0,0] => [2,1,3,4,6,5,7]
[1,0,1,1,1,1,0,0,0,1,0,0,1,0] => [2,1,3,6,4,7,5]
[1,0,1,1,1,1,0,0,0,1,0,1,0,0] => [2,1,3,6,7,4,5]
[1,0,1,1,1,1,0,0,0,1,1,0,0,0] => [2,1,3,6,4,5,7]
[1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [2,1,6,3,4,7,5]
[1,0,1,1,1,1,0,0,1,0,0,1,0,0] => [2,1,6,3,7,4,5]
[1,0,1,1,1,1,0,0,1,0,1,0,0,0] => [2,1,6,7,3,4,5]
[1,0,1,1,1,1,0,0,1,1,0,0,0,0] => [2,1,6,3,4,5,7]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0] => [2,6,1,3,4,7,5]
[1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [2,6,1,3,7,4,5]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0] => [2,6,1,7,3,4,5]
[1,0,1,1,1,1,0,1,0,1,0,0,0,0] => [2,6,7,1,3,4,5]
[1,0,1,1,1,1,0,1,1,0,0,0,0,0] => [2,6,1,3,4,5,7]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [2,1,3,4,5,7,6]
[1,0,1,1,1,1,1,0,0,0,0,1,0,0] => [2,1,3,4,7,5,6]
[1,0,1,1,1,1,1,0,0,0,1,0,0,0] => [2,1,3,7,4,5,6]
[1,0,1,1,1,1,1,0,0,1,0,0,0,0] => [2,1,7,3,4,5,6]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [2,7,1,3,4,5,6]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,1,3,4,5,6,7]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [1,3,4,5,6,7,2]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [1,3,4,5,6,2,7]
[1,1,0,0,1,0,1,0,1,1,0,0,1,0] => [1,3,4,5,2,7,6]
[1,1,0,0,1,0,1,0,1,1,0,1,0,0] => [1,3,4,5,7,2,6]
[1,1,0,0,1,0,1,0,1,1,1,0,0,0] => [1,3,4,5,2,6,7]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0] => [1,3,4,2,6,7,5]
[1,1,0,0,1,0,1,1,0,0,1,1,0,0] => [1,3,4,2,6,5,7]
[1,1,0,0,1,0,1,1,0,1,0,0,1,0] => [1,3,4,6,2,7,5]
[1,1,0,0,1,0,1,1,0,1,0,1,0,0] => [1,3,4,6,7,2,5]
[1,1,0,0,1,0,1,1,0,1,1,0,0,0] => [1,3,4,6,2,5,7]
[1,1,0,0,1,0,1,1,1,0,0,0,1,0] => [1,3,4,2,5,7,6]
[1,1,0,0,1,0,1,1,1,0,0,1,0,0] => [1,3,4,2,7,5,6]
[1,1,0,0,1,0,1,1,1,0,1,0,0,0] => [1,3,4,7,2,5,6]
[1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [1,3,4,2,5,6,7]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [1,3,2,5,6,7,4]
[1,1,0,0,1,1,0,0,1,0,1,1,0,0] => [1,3,2,5,6,4,7]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [1,3,2,5,4,7,6]
[1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [1,3,2,5,7,4,6]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [1,3,2,5,4,6,7]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [1,3,5,2,6,7,4]
[1,1,0,0,1,1,0,1,0,0,1,1,0,0] => [1,3,5,2,6,4,7]
[1,1,0,0,1,1,0,1,0,1,0,0,1,0] => [1,3,5,6,2,7,4]
[1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [1,3,5,6,7,2,4]
[1,1,0,0,1,1,0,1,0,1,1,0,0,0] => [1,3,5,6,2,4,7]
[1,1,0,0,1,1,0,1,1,0,0,0,1,0] => [1,3,5,2,4,7,6]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0] => [1,3,5,2,7,4,6]
[1,1,0,0,1,1,0,1,1,0,1,0,0,0] => [1,3,5,7,2,4,6]
[1,1,0,0,1,1,0,1,1,1,0,0,0,0] => [1,3,5,2,4,6,7]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0] => [1,3,2,4,6,7,5]
[1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [1,3,2,4,6,5,7]
[1,1,0,0,1,1,1,0,0,1,0,0,1,0] => [1,3,2,6,4,7,5]
[1,1,0,0,1,1,1,0,0,1,0,1,0,0] => [1,3,2,6,7,4,5]
[1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [1,3,2,6,4,5,7]
[1,1,0,0,1,1,1,0,1,0,0,0,1,0] => [1,3,6,2,4,7,5]
[1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [1,3,6,2,7,4,5]
[1,1,0,0,1,1,1,0,1,0,1,0,0,0] => [1,3,6,7,2,4,5]
[1,1,0,0,1,1,1,0,1,1,0,0,0,0] => [1,3,6,2,4,5,7]
[1,1,0,0,1,1,1,1,0,0,0,0,1,0] => [1,3,2,4,5,7,6]
[1,1,0,0,1,1,1,1,0,0,0,1,0,0] => [1,3,2,4,7,5,6]
[1,1,0,0,1,1,1,1,0,0,1,0,0,0] => [1,3,2,7,4,5,6]
[1,1,0,0,1,1,1,1,0,1,0,0,0,0] => [1,3,7,2,4,5,6]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [1,3,2,4,5,6,7]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [3,1,4,5,6,7,2]
[1,1,0,1,0,0,1,0,1,0,1,1,0,0] => [3,1,4,5,6,2,7]
[1,1,0,1,0,0,1,0,1,1,0,0,1,0] => [3,1,4,5,2,7,6]
[1,1,0,1,0,0,1,0,1,1,0,1,0,0] => [3,1,4,5,7,2,6]
[1,1,0,1,0,0,1,0,1,1,1,0,0,0] => [3,1,4,5,2,6,7]
[1,1,0,1,0,0,1,1,0,0,1,0,1,0] => [3,1,4,2,6,7,5]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0] => [3,1,4,2,6,5,7]
[1,1,0,1,0,0,1,1,0,1,0,0,1,0] => [3,1,4,6,2,7,5]
[1,1,0,1,0,0,1,1,0,1,0,1,0,0] => [3,1,4,6,7,2,5]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0] => [3,1,4,6,2,5,7]
[1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [3,1,4,2,5,7,6]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0] => [3,1,4,2,7,5,6]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0] => [3,1,4,7,2,5,6]
[1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [3,1,4,2,5,6,7]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0] => [3,4,1,5,6,7,2]
[1,1,0,1,0,1,0,0,1,0,1,1,0,0] => [3,4,1,5,6,2,7]
[1,1,0,1,0,1,0,0,1,1,0,0,1,0] => [3,4,1,5,2,7,6]
[1,1,0,1,0,1,0,0,1,1,0,1,0,0] => [3,4,1,5,7,2,6]
[1,1,0,1,0,1,0,0,1,1,1,0,0,0] => [3,4,1,5,2,6,7]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [3,4,5,1,6,7,2]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0] => [3,4,5,1,6,2,7]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,4,5,6,1,7,2]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,4,5,6,7,1,2]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [3,4,5,6,1,2,7]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0] => [3,4,5,1,2,7,6]
[1,1,0,1,0,1,0,1,1,0,0,1,0,0] => [3,4,5,1,7,2,6]
[1,1,0,1,0,1,0,1,1,0,1,0,0,0] => [3,4,5,7,1,2,6]
[1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [3,4,5,1,2,6,7]
[1,1,0,1,0,1,1,0,0,0,1,0,1,0] => [3,4,1,2,6,7,5]
[1,1,0,1,0,1,1,0,0,0,1,1,0,0] => [3,4,1,2,6,5,7]
[1,1,0,1,0,1,1,0,0,1,0,0,1,0] => [3,4,1,6,2,7,5]
[1,1,0,1,0,1,1,0,0,1,0,1,0,0] => [3,4,1,6,7,2,5]
[1,1,0,1,0,1,1,0,0,1,1,0,0,0] => [3,4,1,6,2,5,7]
[1,1,0,1,0,1,1,0,1,0,0,0,1,0] => [3,4,6,1,2,7,5]
[1,1,0,1,0,1,1,0,1,0,0,1,0,0] => [3,4,6,1,7,2,5]
[1,1,0,1,0,1,1,0,1,0,1,0,0,0] => [3,4,6,7,1,2,5]
[1,1,0,1,0,1,1,0,1,1,0,0,0,0] => [3,4,6,1,2,5,7]
[1,1,0,1,0,1,1,1,0,0,0,0,1,0] => [3,4,1,2,5,7,6]
[1,1,0,1,0,1,1,1,0,0,0,1,0,0] => [3,4,1,2,7,5,6]
[1,1,0,1,0,1,1,1,0,0,1,0,0,0] => [3,4,1,7,2,5,6]
[1,1,0,1,0,1,1,1,0,1,0,0,0,0] => [3,4,7,1,2,5,6]
[1,1,0,1,0,1,1,1,1,0,0,0,0,0] => [3,4,1,2,5,6,7]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [3,1,2,5,6,7,4]
[1,1,0,1,1,0,0,0,1,0,1,1,0,0] => [3,1,2,5,6,4,7]
[1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [3,1,2,5,4,7,6]
[1,1,0,1,1,0,0,0,1,1,0,1,0,0] => [3,1,2,5,7,4,6]
[1,1,0,1,1,0,0,0,1,1,1,0,0,0] => [3,1,2,5,4,6,7]
[1,1,0,1,1,0,0,1,0,0,1,0,1,0] => [3,1,5,2,6,7,4]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0] => [3,1,5,2,6,4,7]
[1,1,0,1,1,0,0,1,0,1,0,0,1,0] => [3,1,5,6,2,7,4]
[1,1,0,1,1,0,0,1,0,1,0,1,0,0] => [3,1,5,6,7,2,4]
[1,1,0,1,1,0,0,1,0,1,1,0,0,0] => [3,1,5,6,2,4,7]
[1,1,0,1,1,0,0,1,1,0,0,0,1,0] => [3,1,5,2,4,7,6]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0] => [3,1,5,2,7,4,6]
[1,1,0,1,1,0,0,1,1,0,1,0,0,0] => [3,1,5,7,2,4,6]
[1,1,0,1,1,0,0,1,1,1,0,0,0,0] => [3,1,5,2,4,6,7]
[1,1,0,1,1,0,1,0,0,0,1,0,1,0] => [3,5,1,2,6,7,4]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0] => [3,5,1,2,6,4,7]
[1,1,0,1,1,0,1,0,0,1,0,0,1,0] => [3,5,1,6,2,7,4]
[1,1,0,1,1,0,1,0,0,1,0,1,0,0] => [3,5,1,6,7,2,4]
[1,1,0,1,1,0,1,0,0,1,1,0,0,0] => [3,5,1,6,2,4,7]
[1,1,0,1,1,0,1,0,1,0,0,0,1,0] => [3,5,6,1,2,7,4]
[1,1,0,1,1,0,1,0,1,0,0,1,0,0] => [3,5,6,1,7,2,4]
[1,1,0,1,1,0,1,0,1,0,1,0,0,0] => [3,5,6,7,1,2,4]
[1,1,0,1,1,0,1,0,1,1,0,0,0,0] => [3,5,6,1,2,4,7]
[1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [3,5,1,2,4,7,6]
[1,1,0,1,1,0,1,1,0,0,0,1,0,0] => [3,5,1,2,7,4,6]
[1,1,0,1,1,0,1,1,0,0,1,0,0,0] => [3,5,1,7,2,4,6]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [3,5,7,1,2,4,6]
[1,1,0,1,1,0,1,1,1,0,0,0,0,0] => [3,5,1,2,4,6,7]
[1,1,0,1,1,1,0,0,0,0,1,0,1,0] => [3,1,2,4,6,7,5]
[1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [3,1,2,4,6,5,7]
[1,1,0,1,1,1,0,0,0,1,0,0,1,0] => [3,1,2,6,4,7,5]
[1,1,0,1,1,1,0,0,0,1,0,1,0,0] => [3,1,2,6,7,4,5]
[1,1,0,1,1,1,0,0,0,1,1,0,0,0] => [3,1,2,6,4,5,7]
[1,1,0,1,1,1,0,0,1,0,0,0,1,0] => [3,1,6,2,4,7,5]
[1,1,0,1,1,1,0,0,1,0,0,1,0,0] => [3,1,6,2,7,4,5]
[1,1,0,1,1,1,0,0,1,0,1,0,0,0] => [3,1,6,7,2,4,5]
[1,1,0,1,1,1,0,0,1,1,0,0,0,0] => [3,1,6,2,4,5,7]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [3,6,1,2,4,7,5]
[1,1,0,1,1,1,0,1,0,0,0,1,0,0] => [3,6,1,2,7,4,5]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [3,6,1,7,2,4,5]
[1,1,0,1,1,1,0,1,0,1,0,0,0,0] => [3,6,7,1,2,4,5]
[1,1,0,1,1,1,0,1,1,0,0,0,0,0] => [3,6,1,2,4,5,7]
[1,1,0,1,1,1,1,0,0,0,0,0,1,0] => [3,1,2,4,5,7,6]
[1,1,0,1,1,1,1,0,0,0,0,1,0,0] => [3,1,2,4,7,5,6]
[1,1,0,1,1,1,1,0,0,0,1,0,0,0] => [3,1,2,7,4,5,6]
[1,1,0,1,1,1,1,0,0,1,0,0,0,0] => [3,1,7,2,4,5,6]
[1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [3,7,1,2,4,5,6]
[1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [3,1,2,4,5,6,7]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [1,2,4,5,6,7,3]
[1,1,1,0,0,0,1,0,1,0,1,1,0,0] => [1,2,4,5,6,3,7]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0] => [1,2,4,5,3,7,6]
[1,1,1,0,0,0,1,0,1,1,0,1,0,0] => [1,2,4,5,7,3,6]
[1,1,1,0,0,0,1,0,1,1,1,0,0,0] => [1,2,4,5,3,6,7]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0] => [1,2,4,3,6,7,5]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [1,2,4,3,6,5,7]
[1,1,1,0,0,0,1,1,0,1,0,0,1,0] => [1,2,4,6,3,7,5]
[1,1,1,0,0,0,1,1,0,1,0,1,0,0] => [1,2,4,6,7,3,5]
[1,1,1,0,0,0,1,1,0,1,1,0,0,0] => [1,2,4,6,3,5,7]
[1,1,1,0,0,0,1,1,1,0,0,0,1,0] => [1,2,4,3,5,7,6]
[1,1,1,0,0,0,1,1,1,0,0,1,0,0] => [1,2,4,3,7,5,6]
[1,1,1,0,0,0,1,1,1,0,1,0,0,0] => [1,2,4,7,3,5,6]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [1,2,4,3,5,6,7]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0] => [1,4,2,5,6,7,3]
[1,1,1,0,0,1,0,0,1,0,1,1,0,0] => [1,4,2,5,6,3,7]
[1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [1,4,2,5,3,7,6]
[1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [1,4,2,5,7,3,6]
[1,1,1,0,0,1,0,0,1,1,1,0,0,0] => [1,4,2,5,3,6,7]
[1,1,1,0,0,1,0,1,0,0,1,0,1,0] => [1,4,5,2,6,7,3]
[1,1,1,0,0,1,0,1,0,0,1,1,0,0] => [1,4,5,2,6,3,7]
[1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [1,4,5,6,2,7,3]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [1,4,5,6,7,2,3]
[1,1,1,0,0,1,0,1,0,1,1,0,0,0] => [1,4,5,6,2,3,7]
[1,1,1,0,0,1,0,1,1,0,0,0,1,0] => [1,4,5,2,3,7,6]
[1,1,1,0,0,1,0,1,1,0,0,1,0,0] => [1,4,5,2,7,3,6]
[1,1,1,0,0,1,0,1,1,0,1,0,0,0] => [1,4,5,7,2,3,6]
[1,1,1,0,0,1,0,1,1,1,0,0,0,0] => [1,4,5,2,3,6,7]
[1,1,1,0,0,1,1,0,0,0,1,0,1,0] => [1,4,2,3,6,7,5]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0] => [1,4,2,3,6,5,7]
[1,1,1,0,0,1,1,0,0,1,0,0,1,0] => [1,4,2,6,3,7,5]
[1,1,1,0,0,1,1,0,0,1,0,1,0,0] => [1,4,2,6,7,3,5]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,4,2,6,3,5,7]
[1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [1,4,6,2,3,7,5]
[1,1,1,0,0,1,1,0,1,0,0,1,0,0] => [1,4,6,2,7,3,5]
[1,1,1,0,0,1,1,0,1,0,1,0,0,0] => [1,4,6,7,2,3,5]
[1,1,1,0,0,1,1,0,1,1,0,0,0,0] => [1,4,6,2,3,5,7]
[1,1,1,0,0,1,1,1,0,0,0,0,1,0] => [1,4,2,3,5,7,6]
[1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [1,4,2,3,7,5,6]
[1,1,1,0,0,1,1,1,0,0,1,0,0,0] => [1,4,2,7,3,5,6]
[1,1,1,0,0,1,1,1,0,1,0,0,0,0] => [1,4,7,2,3,5,6]
[1,1,1,0,0,1,1,1,1,0,0,0,0,0] => [1,4,2,3,5,6,7]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0] => [4,1,2,5,6,7,3]
[1,1,1,0,1,0,0,0,1,0,1,1,0,0] => [4,1,2,5,6,3,7]
[1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [4,1,2,5,3,7,6]
[1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [4,1,2,5,7,3,6]
[1,1,1,0,1,0,0,0,1,1,1,0,0,0] => [4,1,2,5,3,6,7]
[1,1,1,0,1,0,0,1,0,0,1,0,1,0] => [4,1,5,2,6,7,3]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0] => [4,1,5,2,6,3,7]
[1,1,1,0,1,0,0,1,0,1,0,0,1,0] => [4,1,5,6,2,7,3]
[1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [4,1,5,6,7,2,3]
[1,1,1,0,1,0,0,1,0,1,1,0,0,0] => [4,1,5,6,2,3,7]
[1,1,1,0,1,0,0,1,1,0,0,0,1,0] => [4,1,5,2,3,7,6]
[1,1,1,0,1,0,0,1,1,0,0,1,0,0] => [4,1,5,2,7,3,6]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [4,1,5,7,2,3,6]
[1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [4,1,5,2,3,6,7]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0] => [4,5,1,2,6,7,3]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0] => [4,5,1,2,6,3,7]
[1,1,1,0,1,0,1,0,0,1,0,0,1,0] => [4,5,1,6,2,7,3]
[1,1,1,0,1,0,1,0,0,1,0,1,0,0] => [4,5,1,6,7,2,3]
[1,1,1,0,1,0,1,0,0,1,1,0,0,0] => [4,5,1,6,2,3,7]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [4,5,6,1,2,7,3]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0] => [4,5,6,1,7,2,3]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [4,5,6,7,1,2,3]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [4,5,6,1,2,3,7]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0] => [4,5,1,2,3,7,6]
[1,1,1,0,1,0,1,1,0,0,0,1,0,0] => [4,5,1,2,7,3,6]
[1,1,1,0,1,0,1,1,0,0,1,0,0,0] => [4,5,1,7,2,3,6]
[1,1,1,0,1,0,1,1,0,1,0,0,0,0] => [4,5,7,1,2,3,6]
[1,1,1,0,1,0,1,1,1,0,0,0,0,0] => [4,5,1,2,3,6,7]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0] => [4,1,2,3,6,7,5]
[1,1,1,0,1,1,0,0,0,0,1,1,0,0] => [4,1,2,3,6,5,7]
[1,1,1,0,1,1,0,0,0,1,0,0,1,0] => [4,1,2,6,3,7,5]
[1,1,1,0,1,1,0,0,0,1,0,1,0,0] => [4,1,2,6,7,3,5]
[1,1,1,0,1,1,0,0,0,1,1,0,0,0] => [4,1,2,6,3,5,7]
[1,1,1,0,1,1,0,0,1,0,0,0,1,0] => [4,1,6,2,3,7,5]
[1,1,1,0,1,1,0,0,1,0,0,1,0,0] => [4,1,6,2,7,3,5]
[1,1,1,0,1,1,0,0,1,0,1,0,0,0] => [4,1,6,7,2,3,5]
[1,1,1,0,1,1,0,0,1,1,0,0,0,0] => [4,1,6,2,3,5,7]
[1,1,1,0,1,1,0,1,0,0,0,0,1,0] => [4,6,1,2,3,7,5]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [4,6,1,2,7,3,5]
[1,1,1,0,1,1,0,1,0,0,1,0,0,0] => [4,6,1,7,2,3,5]
[1,1,1,0,1,1,0,1,0,1,0,0,0,0] => [4,6,7,1,2,3,5]
[1,1,1,0,1,1,0,1,1,0,0,0,0,0] => [4,6,1,2,3,5,7]
[1,1,1,0,1,1,1,0,0,0,0,0,1,0] => [4,1,2,3,5,7,6]
[1,1,1,0,1,1,1,0,0,0,0,1,0,0] => [4,1,2,3,7,5,6]
[1,1,1,0,1,1,1,0,0,0,1,0,0,0] => [4,1,2,7,3,5,6]
[1,1,1,0,1,1,1,0,0,1,0,0,0,0] => [4,1,7,2,3,5,6]
[1,1,1,0,1,1,1,0,1,0,0,0,0,0] => [4,7,1,2,3,5,6]
[1,1,1,0,1,1,1,1,0,0,0,0,0,0] => [4,1,2,3,5,6,7]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [1,2,3,5,6,7,4]
[1,1,1,1,0,0,0,0,1,0,1,1,0,0] => [1,2,3,5,6,4,7]
[1,1,1,1,0,0,0,0,1,1,0,0,1,0] => [1,2,3,5,4,7,6]
[1,1,1,1,0,0,0,0,1,1,0,1,0,0] => [1,2,3,5,7,4,6]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [1,2,3,5,4,6,7]
[1,1,1,1,0,0,0,1,0,0,1,0,1,0] => [1,2,5,3,6,7,4]
[1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [1,2,5,3,6,4,7]
[1,1,1,1,0,0,0,1,0,1,0,0,1,0] => [1,2,5,6,3,7,4]
[1,1,1,1,0,0,0,1,0,1,0,1,0,0] => [1,2,5,6,7,3,4]
[1,1,1,1,0,0,0,1,0,1,1,0,0,0] => [1,2,5,6,3,4,7]
[1,1,1,1,0,0,0,1,1,0,0,0,1,0] => [1,2,5,3,4,7,6]
[1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [1,2,5,3,7,4,6]
[1,1,1,1,0,0,0,1,1,0,1,0,0,0] => [1,2,5,7,3,4,6]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [1,2,5,3,4,6,7]
[1,1,1,1,0,0,1,0,0,0,1,0,1,0] => [1,5,2,3,6,7,4]
[1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [1,5,2,3,6,4,7]
[1,1,1,1,0,0,1,0,0,1,0,0,1,0] => [1,5,2,6,3,7,4]
[1,1,1,1,0,0,1,0,0,1,0,1,0,0] => [1,5,2,6,7,3,4]
[1,1,1,1,0,0,1,0,0,1,1,0,0,0] => [1,5,2,6,3,4,7]
[1,1,1,1,0,0,1,0,1,0,0,0,1,0] => [1,5,6,2,3,7,4]
[1,1,1,1,0,0,1,0,1,0,0,1,0,0] => [1,5,6,2,7,3,4]
[1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [1,5,6,7,2,3,4]
[1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [1,5,6,2,3,4,7]
[1,1,1,1,0,0,1,1,0,0,0,0,1,0] => [1,5,2,3,4,7,6]
[1,1,1,1,0,0,1,1,0,0,0,1,0,0] => [1,5,2,3,7,4,6]
[1,1,1,1,0,0,1,1,0,0,1,0,0,0] => [1,5,2,7,3,4,6]
[1,1,1,1,0,0,1,1,0,1,0,0,0,0] => [1,5,7,2,3,4,6]
[1,1,1,1,0,0,1,1,1,0,0,0,0,0] => [1,5,2,3,4,6,7]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0] => [5,1,2,3,6,7,4]
[1,1,1,1,0,1,0,0,0,0,1,1,0,0] => [5,1,2,3,6,4,7]
[1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [5,1,2,6,3,7,4]
[1,1,1,1,0,1,0,0,0,1,0,1,0,0] => [5,1,2,6,7,3,4]
[1,1,1,1,0,1,0,0,0,1,1,0,0,0] => [5,1,2,6,3,4,7]
[1,1,1,1,0,1,0,0,1,0,0,0,1,0] => [5,1,6,2,3,7,4]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [5,1,6,2,7,3,4]
[1,1,1,1,0,1,0,0,1,0,1,0,0,0] => [5,1,6,7,2,3,4]
[1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [5,1,6,2,3,4,7]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0] => [5,6,1,2,3,7,4]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0] => [5,6,1,2,7,3,4]
[1,1,1,1,0,1,0,1,0,0,1,0,0,0] => [5,6,1,7,2,3,4]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0] => [5,6,7,1,2,3,4]
[1,1,1,1,0,1,0,1,1,0,0,0,0,0] => [5,6,1,2,3,4,7]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0] => [5,1,2,3,4,7,6]
[1,1,1,1,0,1,1,0,0,0,0,1,0,0] => [5,1,2,3,7,4,6]
[1,1,1,1,0,1,1,0,0,0,1,0,0,0] => [5,1,2,7,3,4,6]
[1,1,1,1,0,1,1,0,0,1,0,0,0,0] => [5,1,7,2,3,4,6]
[1,1,1,1,0,1,1,0,1,0,0,0,0,0] => [5,7,1,2,3,4,6]
[1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [5,1,2,3,4,6,7]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [1,2,3,4,6,7,5]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [1,2,3,4,6,5,7]
[1,1,1,1,1,0,0,0,0,1,0,0,1,0] => [1,2,3,6,4,7,5]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [1,2,3,6,7,4,5]
[1,1,1,1,1,0,0,0,0,1,1,0,0,0] => [1,2,3,6,4,5,7]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0] => [1,2,6,3,4,7,5]
[1,1,1,1,1,0,0,0,1,0,0,1,0,0] => [1,2,6,3,7,4,5]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0] => [1,2,6,7,3,4,5]
[1,1,1,1,1,0,0,0,1,1,0,0,0,0] => [1,2,6,3,4,5,7]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [1,6,2,3,4,7,5]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [1,6,2,3,7,4,5]
[1,1,1,1,1,0,0,1,0,0,1,0,0,0] => [1,6,2,7,3,4,5]
[1,1,1,1,1,0,0,1,0,1,0,0,0,0] => [1,6,7,2,3,4,5]
[1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [1,6,2,3,4,5,7]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [6,1,2,3,4,7,5]
[1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [6,1,2,3,7,4,5]
[1,1,1,1,1,0,1,0,0,0,1,0,0,0] => [6,1,2,7,3,4,5]
[1,1,1,1,1,0,1,0,0,1,0,0,0,0] => [6,1,7,2,3,4,5]
[1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [6,7,1,2,3,4,5]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [6,1,2,3,4,5,7]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [1,2,3,4,5,7,6]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0] => [1,2,3,4,7,5,6]
[1,1,1,1,1,1,0,0,0,0,1,0,0,0] => [1,2,3,7,4,5,6]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [1,2,7,3,4,5,6]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [1,7,2,3,4,5,6]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [7,1,2,3,4,5,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,3,4,5,6,7,8,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,3,4,5,6,7,1,8]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,3,4,5,6,1,8,7]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,3,4,5,6,8,1,7]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,3,4,5,6,1,7,8]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [2,3,4,5,1,7,8,6]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [2,3,4,5,1,7,6,8]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,3,4,5,7,1,8,6]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,3,4,5,7,8,1,6]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,3,4,5,7,1,6,8]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [2,3,4,5,1,6,8,7]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [2,3,4,5,1,8,6,7]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [2,3,4,5,8,1,6,7]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [2,3,4,5,1,6,7,8]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [2,3,4,1,6,7,8,5]
[1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0] => [2,3,4,1,6,7,5,8]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [2,3,4,1,6,5,8,7]
[1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,0] => [2,3,4,1,6,8,5,7]
[1,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [2,3,4,1,6,5,7,8]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [2,3,4,6,1,7,8,5]
[1,0,1,0,1,0,1,1,0,1,0,0,1,1,0,0] => [2,3,4,6,1,7,5,8]
[1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [2,3,4,6,7,1,8,5]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,3,4,6,7,8,1,5]
[1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [2,3,4,6,7,1,5,8]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,0] => [2,3,4,6,1,5,8,7]
[1,0,1,0,1,0,1,1,0,1,1,0,0,1,0,0] => [2,3,4,6,1,8,5,7]
[1,0,1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [2,3,4,6,8,1,5,7]
[1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [2,3,4,6,1,5,7,8]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0] => [2,3,4,1,5,7,8,6]
[1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0] => [2,3,4,1,5,7,6,8]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [2,3,4,1,7,5,8,6]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0] => [2,3,4,1,7,8,5,6]
[1,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0] => [2,3,4,1,7,5,6,8]
[1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [2,3,4,7,1,5,8,6]
[1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [2,3,4,7,1,8,5,6]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [2,3,4,7,8,1,5,6]
[1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [2,3,4,7,1,5,6,8]
[1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [2,3,4,1,5,6,8,7]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0] => [2,3,4,1,5,8,6,7]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0] => [2,3,4,1,8,5,6,7]
[1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,3,4,8,1,5,6,7]
[1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [2,3,4,1,5,6,7,8]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [2,3,1,5,6,7,8,4]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,0] => [2,3,1,5,6,7,4,8]
[1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0] => [2,3,1,5,6,4,8,7]
[1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0] => [2,3,1,5,6,8,4,7]
[1,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0] => [2,3,1,5,6,4,7,8]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0] => [2,3,1,5,4,7,8,6]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,3,1,5,4,7,6,8]
[1,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0] => [2,3,1,5,7,4,8,6]
[1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0] => [2,3,1,5,7,8,4,6]
[1,0,1,0,1,1,0,0,1,1,0,1,1,0,0,0] => [2,3,1,5,7,4,6,8]
[1,0,1,0,1,1,0,0,1,1,1,0,0,0,1,0] => [2,3,1,5,4,6,8,7]
[1,0,1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [2,3,1,5,4,8,6,7]
[1,0,1,0,1,1,0,0,1,1,1,0,1,0,0,0] => [2,3,1,5,8,4,6,7]
[1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0] => [2,3,1,5,4,6,7,8]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [2,3,5,1,6,7,8,4]
[1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0] => [2,3,5,1,6,7,4,8]
[1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0] => [2,3,5,1,6,4,8,7]
[1,0,1,0,1,1,0,1,0,0,1,1,0,1,0,0] => [2,3,5,1,6,8,4,7]
[1,0,1,0,1,1,0,1,0,0,1,1,1,0,0,0] => [2,3,5,1,6,4,7,8]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0] => [2,3,5,6,1,7,8,4]
[1,0,1,0,1,1,0,1,0,1,0,0,1,1,0,0] => [2,3,5,6,1,7,4,8]
[1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [2,3,5,6,7,1,8,4]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [2,3,5,6,7,8,1,4]
[1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [2,3,5,6,7,1,4,8]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0] => [2,3,5,6,1,4,8,7]
[1,0,1,0,1,1,0,1,0,1,1,0,0,1,0,0] => [2,3,5,6,1,8,4,7]
[1,0,1,0,1,1,0,1,0,1,1,0,1,0,0,0] => [2,3,5,6,8,1,4,7]
[1,0,1,0,1,1,0,1,0,1,1,1,0,0,0,0] => [2,3,5,6,1,4,7,8]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0] => [2,3,5,1,4,7,8,6]
[1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,3,5,1,4,7,6,8]
[1,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0] => [2,3,5,1,7,4,8,6]
[1,0,1,0,1,1,0,1,1,0,0,1,0,1,0,0] => [2,3,5,1,7,8,4,6]
[1,0,1,0,1,1,0,1,1,0,0,1,1,0,0,0] => [2,3,5,1,7,4,6,8]
[1,0,1,0,1,1,0,1,1,0,1,0,0,0,1,0] => [2,3,5,7,1,4,8,6]
[1,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0] => [2,3,5,7,1,8,4,6]
[1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,0] => [2,3,5,7,8,1,4,6]
[1,0,1,0,1,1,0,1,1,0,1,1,0,0,0,0] => [2,3,5,7,1,4,6,8]
[1,0,1,0,1,1,0,1,1,1,0,0,0,0,1,0] => [2,3,5,1,4,6,8,7]
[1,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [2,3,5,1,4,8,6,7]
[1,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0] => [2,3,5,1,8,4,6,7]
[1,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [2,3,5,8,1,4,6,7]
[1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0] => [2,3,5,1,4,6,7,8]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [2,3,1,4,6,7,8,5]
[1,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0] => [2,3,1,4,6,7,5,8]
[1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0] => [2,3,1,4,6,5,8,7]
[1,0,1,0,1,1,1,0,0,0,1,1,0,1,0,0] => [2,3,1,4,6,8,5,7]
[1,0,1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [2,3,1,4,6,5,7,8]
[1,0,1,0,1,1,1,0,0,1,0,0,1,0,1,0] => [2,3,1,6,4,7,8,5]
[1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [2,3,1,6,4,7,5,8]
[1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0] => [2,3,1,6,7,4,8,5]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0] => [2,3,1,6,7,8,4,5]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,0,0] => [2,3,1,6,7,4,5,8]
[1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,0] => [2,3,1,6,4,5,8,7]
[1,0,1,0,1,1,1,0,0,1,1,0,0,1,0,0] => [2,3,1,6,4,8,5,7]
[1,0,1,0,1,1,1,0,0,1,1,0,1,0,0,0] => [2,3,1,6,8,4,5,7]
[1,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0] => [2,3,1,6,4,5,7,8]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0] => [2,3,6,1,4,7,8,5]
[1,0,1,0,1,1,1,0,1,0,0,0,1,1,0,0] => [2,3,6,1,4,7,5,8]
[1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,0] => [2,3,6,1,7,4,8,5]
[1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [2,3,6,1,7,8,4,5]
[1,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0] => [2,3,6,1,7,4,5,8]
[1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [2,3,6,7,1,4,8,5]
[1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,0] => [2,3,6,7,1,8,4,5]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [2,3,6,7,8,1,4,5]
[1,0,1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [2,3,6,7,1,4,5,8]
[1,0,1,0,1,1,1,0,1,1,0,0,0,0,1,0] => [2,3,6,1,4,5,8,7]
[1,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0] => [2,3,6,1,4,8,5,7]
[1,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [2,3,6,1,8,4,5,7]
[1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [2,3,6,8,1,4,5,7]
[1,0,1,0,1,1,1,0,1,1,1,0,0,0,0,0] => [2,3,6,1,4,5,7,8]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0] => [2,3,1,4,5,7,8,6]
[1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0] => [2,3,1,4,5,7,6,8]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,0] => [2,3,1,4,7,5,8,6]
[1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0] => [2,3,1,4,7,8,5,6]
[1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0] => [2,3,1,4,7,5,6,8]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [2,3,1,7,4,5,8,6]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0] => [2,3,1,7,4,8,5,6]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,0] => [2,3,1,7,8,4,5,6]
[1,0,1,0,1,1,1,1,0,0,1,1,0,0,0,0] => [2,3,1,7,4,5,6,8]
[1,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0] => [2,3,7,1,4,5,8,6]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [2,3,7,1,4,8,5,6]
[1,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0] => [2,3,7,1,8,4,5,6]
[1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,0] => [2,3,7,8,1,4,5,6]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,0,0] => [2,3,7,1,4,5,6,8]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [2,3,1,4,5,6,8,7]
[1,0,1,0,1,1,1,1,1,0,0,0,0,1,0,0] => [2,3,1,4,5,8,6,7]
[1,0,1,0,1,1,1,1,1,0,0,0,1,0,0,0] => [2,3,1,4,8,5,6,7]
[1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0] => [2,3,1,8,4,5,6,7]
[1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [2,3,8,1,4,5,6,7]
[1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,3,1,4,5,6,7,8]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,5,6,7,8,3]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [2,1,4,5,6,7,3,8]
[1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0] => [2,1,4,5,6,3,8,7]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0] => [2,1,4,5,6,8,3,7]
[1,0,1,1,0,0,1,0,1,0,1,1,1,0,0,0] => [2,1,4,5,6,3,7,8]
[1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0] => [2,1,4,5,3,7,8,6]
[1,0,1,1,0,0,1,0,1,1,0,0,1,1,0,0] => [2,1,4,5,3,7,6,8]
[1,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0] => [2,1,4,5,7,3,8,6]
[1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0] => [2,1,4,5,7,8,3,6]
[1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,0] => [2,1,4,5,7,3,6,8]
[1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0] => [2,1,4,5,3,6,8,7]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0] => [2,1,4,5,3,8,6,7]
[1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0] => [2,1,4,5,8,3,6,7]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [2,1,4,5,3,6,7,8]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [2,1,4,3,6,7,8,5]
[1,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0] => [2,1,4,3,6,7,5,8]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,4,3,6,5,8,7]
[1,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [2,1,4,3,6,8,5,7]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [2,1,4,3,6,5,7,8]
[1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [2,1,4,6,3,7,8,5]
[1,0,1,1,0,0,1,1,0,1,0,0,1,1,0,0] => [2,1,4,6,3,7,5,8]
[1,0,1,1,0,0,1,1,0,1,0,1,0,0,1,0] => [2,1,4,6,7,3,8,5]
[1,0,1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [2,1,4,6,7,8,3,5]
[1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0] => [2,1,4,6,7,3,5,8]
[1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,0] => [2,1,4,6,3,5,8,7]
[1,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0] => [2,1,4,6,3,8,5,7]
[1,0,1,1,0,0,1,1,0,1,1,0,1,0,0,0] => [2,1,4,6,8,3,5,7]
[1,0,1,1,0,0,1,1,0,1,1,1,0,0,0,0] => [2,1,4,6,3,5,7,8]
[1,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0] => [2,1,4,3,5,7,8,6]
[1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [2,1,4,3,5,7,6,8]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0] => [2,1,4,3,7,5,8,6]
[1,0,1,1,0,0,1,1,1,0,0,1,0,1,0,0] => [2,1,4,3,7,8,5,6]
[1,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [2,1,4,3,7,5,6,8]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,0] => [2,1,4,7,3,5,8,6]
[1,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [2,1,4,7,3,8,5,6]
[1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,0] => [2,1,4,7,8,3,5,6]
[1,0,1,1,0,0,1,1,1,0,1,1,0,0,0,0] => [2,1,4,7,3,5,6,8]
[1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0] => [2,1,4,3,5,6,8,7]
[1,0,1,1,0,0,1,1,1,1,0,0,0,1,0,0] => [2,1,4,3,5,8,6,7]
[1,0,1,1,0,0,1,1,1,1,0,0,1,0,0,0] => [2,1,4,3,8,5,6,7]
[1,0,1,1,0,0,1,1,1,1,0,1,0,0,0,0] => [2,1,4,8,3,5,6,7]
[1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [2,1,4,3,5,6,7,8]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,4,1,5,6,7,8,3]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0] => [2,4,1,5,6,7,3,8]
[1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,0] => [2,4,1,5,6,3,8,7]
[1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0] => [2,4,1,5,6,8,3,7]
[1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,0] => [2,4,1,5,6,3,7,8]
[1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0] => [2,4,1,5,3,7,8,6]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0] => [2,4,1,5,3,7,6,8]
[1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0] => [2,4,1,5,7,3,8,6]
[1,0,1,1,0,1,0,0,1,1,0,1,0,1,0,0] => [2,4,1,5,7,8,3,6]
[1,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0] => [2,4,1,5,7,3,6,8]
[1,0,1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [2,4,1,5,3,6,8,7]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,0,0] => [2,4,1,5,3,8,6,7]
[1,0,1,1,0,1,0,0,1,1,1,0,1,0,0,0] => [2,4,1,5,8,3,6,7]
[1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [2,4,1,5,3,6,7,8]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0] => [2,4,5,1,6,7,8,3]
[1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,0] => [2,4,5,1,6,7,3,8]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,0] => [2,4,5,1,6,3,8,7]
[1,0,1,1,0,1,0,1,0,0,1,1,0,1,0,0] => [2,4,5,1,6,8,3,7]
[1,0,1,1,0,1,0,1,0,0,1,1,1,0,0,0] => [2,4,5,1,6,3,7,8]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,4,5,6,1,7,8,3]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,0,0] => [2,4,5,6,1,7,3,8]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,4,5,6,7,1,8,3]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,4,5,6,7,8,1,3]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,4,5,6,7,1,3,8]
[1,0,1,1,0,1,0,1,0,1,1,0,0,0,1,0] => [2,4,5,6,1,3,8,7]
[1,0,1,1,0,1,0,1,0,1,1,0,0,1,0,0] => [2,4,5,6,1,8,3,7]
[1,0,1,1,0,1,0,1,0,1,1,0,1,0,0,0] => [2,4,5,6,8,1,3,7]
[1,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [2,4,5,6,1,3,7,8]
[1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0] => [2,4,5,1,3,7,8,6]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,0] => [2,4,5,1,3,7,6,8]
[1,0,1,1,0,1,0,1,1,0,0,1,0,0,1,0] => [2,4,5,1,7,3,8,6]
[1,0,1,1,0,1,0,1,1,0,0,1,0,1,0,0] => [2,4,5,1,7,8,3,6]
[1,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0] => [2,4,5,1,7,3,6,8]
[1,0,1,1,0,1,0,1,1,0,1,0,0,0,1,0] => [2,4,5,7,1,3,8,6]
[1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,0] => [2,4,5,7,1,8,3,6]
[1,0,1,1,0,1,0,1,1,0,1,0,1,0,0,0] => [2,4,5,7,8,1,3,6]
[1,0,1,1,0,1,0,1,1,0,1,1,0,0,0,0] => [2,4,5,7,1,3,6,8]
[1,0,1,1,0,1,0,1,1,1,0,0,0,0,1,0] => [2,4,5,1,3,6,8,7]
[1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,0] => [2,4,5,1,3,8,6,7]
[1,0,1,1,0,1,0,1,1,1,0,0,1,0,0,0] => [2,4,5,1,8,3,6,7]
[1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,0] => [2,4,5,8,1,3,6,7]
[1,0,1,1,0,1,0,1,1,1,1,0,0,0,0,0] => [2,4,5,1,3,6,7,8]
[1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [2,4,1,3,6,7,8,5]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0] => [2,4,1,3,6,7,5,8]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [2,4,1,3,6,5,8,7]
[1,0,1,1,0,1,1,0,0,0,1,1,0,1,0,0] => [2,4,1,3,6,8,5,7]
[1,0,1,1,0,1,1,0,0,0,1,1,1,0,0,0] => [2,4,1,3,6,5,7,8]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,0] => [2,4,1,6,3,7,8,5]
[1,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0] => [2,4,1,6,3,7,5,8]
[1,0,1,1,0,1,1,0,0,1,0,1,0,0,1,0] => [2,4,1,6,7,3,8,5]
[1,0,1,1,0,1,1,0,0,1,0,1,0,1,0,0] => [2,4,1,6,7,8,3,5]
[1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0] => [2,4,1,6,7,3,5,8]
[1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,0] => [2,4,1,6,3,5,8,7]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0] => [2,4,1,6,3,8,5,7]
[1,0,1,1,0,1,1,0,0,1,1,0,1,0,0,0] => [2,4,1,6,8,3,5,7]
[1,0,1,1,0,1,1,0,0,1,1,1,0,0,0,0] => [2,4,1,6,3,5,7,8]
[1,0,1,1,0,1,1,0,1,0,0,0,1,0,1,0] => [2,4,6,1,3,7,8,5]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,0,0] => [2,4,6,1,3,7,5,8]
[1,0,1,1,0,1,1,0,1,0,0,1,0,0,1,0] => [2,4,6,1,7,3,8,5]
[1,0,1,1,0,1,1,0,1,0,0,1,0,1,0,0] => [2,4,6,1,7,8,3,5]
[1,0,1,1,0,1,1,0,1,0,0,1,1,0,0,0] => [2,4,6,1,7,3,5,8]
[1,0,1,1,0,1,1,0,1,0,1,0,0,0,1,0] => [2,4,6,7,1,3,8,5]
[1,0,1,1,0,1,1,0,1,0,1,0,0,1,0,0] => [2,4,6,7,1,8,3,5]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0] => [2,4,6,7,8,1,3,5]
[1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0] => [2,4,6,7,1,3,5,8]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [2,4,6,1,3,5,8,7]
[1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,0] => [2,4,6,1,3,8,5,7]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0] => [2,4,6,1,8,3,5,7]
[1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [2,4,6,8,1,3,5,7]
[1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0] => [2,4,6,1,3,5,7,8]
[1,0,1,1,0,1,1,1,0,0,0,0,1,0,1,0] => [2,4,1,3,5,7,8,6]
[1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [2,4,1,3,5,7,6,8]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0] => [2,4,1,3,7,5,8,6]
[1,0,1,1,0,1,1,1,0,0,0,1,0,1,0,0] => [2,4,1,3,7,8,5,6]
[1,0,1,1,0,1,1,1,0,0,0,1,1,0,0,0] => [2,4,1,3,7,5,6,8]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,0] => [2,4,1,7,3,5,8,6]
[1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0] => [2,4,1,7,3,8,5,6]
[1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0] => [2,4,1,7,8,3,5,6]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,0] => [2,4,1,7,3,5,6,8]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [2,4,7,1,3,5,8,6]
[1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0] => [2,4,7,1,3,8,5,6]
[1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [2,4,7,1,8,3,5,6]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,0,0] => [2,4,7,8,1,3,5,6]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,0,0] => [2,4,7,1,3,5,6,8]
[1,0,1,1,0,1,1,1,1,0,0,0,0,0,1,0] => [2,4,1,3,5,6,8,7]
[1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0] => [2,4,1,3,5,8,6,7]
[1,0,1,1,0,1,1,1,1,0,0,0,1,0,0,0] => [2,4,1,3,8,5,6,7]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0] => [2,4,1,8,3,5,6,7]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [2,4,8,1,3,5,6,7]
[1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [2,4,1,3,5,6,7,8]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,1,3,5,6,7,8,4]
[1,0,1,1,1,0,0,0,1,0,1,0,1,1,0,0] => [2,1,3,5,6,7,4,8]
[1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0] => [2,1,3,5,6,4,8,7]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,0,0] => [2,1,3,5,6,8,4,7]
[1,0,1,1,1,0,0,0,1,0,1,1,1,0,0,0] => [2,1,3,5,6,4,7,8]
[1,0,1,1,1,0,0,0,1,1,0,0,1,0,1,0] => [2,1,3,5,4,7,8,6]
[1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,1,3,5,4,7,6,8]
[1,0,1,1,1,0,0,0,1,1,0,1,0,0,1,0] => [2,1,3,5,7,4,8,6]
[1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0] => [2,1,3,5,7,8,4,6]
[1,0,1,1,1,0,0,0,1,1,0,1,1,0,0,0] => [2,1,3,5,7,4,6,8]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0] => [2,1,3,5,4,6,8,7]
[1,0,1,1,1,0,0,0,1,1,1,0,0,1,0,0] => [2,1,3,5,4,8,6,7]
[1,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0] => [2,1,3,5,8,4,6,7]
[1,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [2,1,3,5,4,6,7,8]
[1,0,1,1,1,0,0,1,0,0,1,0,1,0,1,0] => [2,1,5,3,6,7,8,4]
[1,0,1,1,1,0,0,1,0,0,1,0,1,1,0,0] => [2,1,5,3,6,7,4,8]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [2,1,5,3,6,4,8,7]
[1,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [2,1,5,3,6,8,4,7]
[1,0,1,1,1,0,0,1,0,0,1,1,1,0,0,0] => [2,1,5,3,6,4,7,8]
[1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0] => [2,1,5,6,3,7,8,4]
[1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0] => [2,1,5,6,3,7,4,8]
[1,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [2,1,5,6,7,3,8,4]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [2,1,5,6,7,8,3,4]
[1,0,1,1,1,0,0,1,0,1,0,1,1,0,0,0] => [2,1,5,6,7,3,4,8]
[1,0,1,1,1,0,0,1,0,1,1,0,0,0,1,0] => [2,1,5,6,3,4,8,7]
[1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,0] => [2,1,5,6,3,8,4,7]
[1,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0] => [2,1,5,6,8,3,4,7]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,0,0] => [2,1,5,6,3,4,7,8]
[1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,0] => [2,1,5,3,4,7,8,6]
[1,0,1,1,1,0,0,1,1,0,0,0,1,1,0,0] => [2,1,5,3,4,7,6,8]
[1,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0] => [2,1,5,3,7,4,8,6]
[1,0,1,1,1,0,0,1,1,0,0,1,0,1,0,0] => [2,1,5,3,7,8,4,6]
[1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,1,5,3,7,4,6,8]
[1,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [2,1,5,7,3,4,8,6]
[1,0,1,1,1,0,0,1,1,0,1,0,0,1,0,0] => [2,1,5,7,3,8,4,6]
[1,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0] => [2,1,5,7,8,3,4,6]
[1,0,1,1,1,0,0,1,1,0,1,1,0,0,0,0] => [2,1,5,7,3,4,6,8]
[1,0,1,1,1,0,0,1,1,1,0,0,0,0,1,0] => [2,1,5,3,4,6,8,7]
[1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [2,1,5,3,4,8,6,7]
[1,0,1,1,1,0,0,1,1,1,0,0,1,0,0,0] => [2,1,5,3,8,4,6,7]
[1,0,1,1,1,0,0,1,1,1,0,1,0,0,0,0] => [2,1,5,8,3,4,6,7]
[1,0,1,1,1,0,0,1,1,1,1,0,0,0,0,0] => [2,1,5,3,4,6,7,8]
[1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0] => [2,5,1,3,6,7,8,4]
[1,0,1,1,1,0,1,0,0,0,1,0,1,1,0,0] => [2,5,1,3,6,7,4,8]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [2,5,1,3,6,4,8,7]
[1,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [2,5,1,3,6,8,4,7]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0] => [2,5,1,3,6,4,7,8]
[1,0,1,1,1,0,1,0,0,1,0,0,1,0,1,0] => [2,5,1,6,3,7,8,4]
[1,0,1,1,1,0,1,0,0,1,0,0,1,1,0,0] => [2,5,1,6,3,7,4,8]
[1,0,1,1,1,0,1,0,0,1,0,1,0,0,1,0] => [2,5,1,6,7,3,8,4]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [2,5,1,6,7,8,3,4]
[1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0] => [2,5,1,6,7,3,4,8]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,0] => [2,5,1,6,3,4,8,7]
[1,0,1,1,1,0,1,0,0,1,1,0,0,1,0,0] => [2,5,1,6,3,8,4,7]
[1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [2,5,1,6,8,3,4,7]
[1,0,1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [2,5,1,6,3,4,7,8]
[1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0] => [2,5,6,1,3,7,8,4]
[1,0,1,1,1,0,1,0,1,0,0,0,1,1,0,0] => [2,5,6,1,3,7,4,8]
[1,0,1,1,1,0,1,0,1,0,0,1,0,0,1,0] => [2,5,6,1,7,3,8,4]
[1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0] => [2,5,6,1,7,8,3,4]
[1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0] => [2,5,6,1,7,3,4,8]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [2,5,6,7,1,3,8,4]
[1,0,1,1,1,0,1,0,1,0,1,0,0,1,0,0] => [2,5,6,7,1,8,3,4]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,5,6,7,8,1,3,4]
[1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [2,5,6,7,1,3,4,8]
[1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,0] => [2,5,6,1,3,4,8,7]
[1,0,1,1,1,0,1,0,1,1,0,0,0,1,0,0] => [2,5,6,1,3,8,4,7]
[1,0,1,1,1,0,1,0,1,1,0,0,1,0,0,0] => [2,5,6,1,8,3,4,7]
[1,0,1,1,1,0,1,0,1,1,0,1,0,0,0,0] => [2,5,6,8,1,3,4,7]
[1,0,1,1,1,0,1,0,1,1,1,0,0,0,0,0] => [2,5,6,1,3,4,7,8]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,0] => [2,5,1,3,4,7,8,6]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,0,0] => [2,5,1,3,4,7,6,8]
[1,0,1,1,1,0,1,1,0,0,0,1,0,0,1,0] => [2,5,1,3,7,4,8,6]
[1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0] => [2,5,1,3,7,8,4,6]
[1,0,1,1,1,0,1,1,0,0,0,1,1,0,0,0] => [2,5,1,3,7,4,6,8]
[1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0] => [2,5,1,7,3,4,8,6]
[1,0,1,1,1,0,1,1,0,0,1,0,0,1,0,0] => [2,5,1,7,3,8,4,6]
[1,0,1,1,1,0,1,1,0,0,1,0,1,0,0,0] => [2,5,1,7,8,3,4,6]
[1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0] => [2,5,1,7,3,4,6,8]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0] => [2,5,7,1,3,4,8,6]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [2,5,7,1,3,8,4,6]
[1,0,1,1,1,0,1,1,0,1,0,0,1,0,0,0] => [2,5,7,1,8,3,4,6]
[1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,0] => [2,5,7,8,1,3,4,6]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0] => [2,5,7,1,3,4,6,8]
[1,0,1,1,1,0,1,1,1,0,0,0,0,0,1,0] => [2,5,1,3,4,6,8,7]
[1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,0] => [2,5,1,3,4,8,6,7]
[1,0,1,1,1,0,1,1,1,0,0,0,1,0,0,0] => [2,5,1,3,8,4,6,7]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0] => [2,5,1,8,3,4,6,7]
[1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0] => [2,5,8,1,3,4,6,7]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,0,0] => [2,5,1,3,4,6,7,8]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [2,1,3,4,6,7,8,5]
[1,0,1,1,1,1,0,0,0,0,1,0,1,1,0,0] => [2,1,3,4,6,7,5,8]
[1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0] => [2,1,3,4,6,5,8,7]
[1,0,1,1,1,1,0,0,0,0,1,1,0,1,0,0] => [2,1,3,4,6,8,5,7]
[1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [2,1,3,4,6,5,7,8]
[1,0,1,1,1,1,0,0,0,1,0,0,1,0,1,0] => [2,1,3,6,4,7,8,5]
[1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [2,1,3,6,4,7,5,8]
[1,0,1,1,1,1,0,0,0,1,0,1,0,0,1,0] => [2,1,3,6,7,4,8,5]
[1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0] => [2,1,3,6,7,8,4,5]
[1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,0] => [2,1,3,6,7,4,5,8]
[1,0,1,1,1,1,0,0,0,1,1,0,0,0,1,0] => [2,1,3,6,4,5,8,7]
[1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [2,1,3,6,4,8,5,7]
[1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,0] => [2,1,3,6,8,4,5,7]
[1,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [2,1,3,6,4,5,7,8]
[1,0,1,1,1,1,0,0,1,0,0,0,1,0,1,0] => [2,1,6,3,4,7,8,5]
[1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [2,1,6,3,4,7,5,8]
[1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0] => [2,1,6,3,7,4,8,5]
[1,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0] => [2,1,6,3,7,8,4,5]
[1,0,1,1,1,1,0,0,1,0,0,1,1,0,0,0] => [2,1,6,3,7,4,5,8]
[1,0,1,1,1,1,0,0,1,0,1,0,0,0,1,0] => [2,1,6,7,3,4,8,5]
[1,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0] => [2,1,6,7,3,8,4,5]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [2,1,6,7,8,3,4,5]
[1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [2,1,6,7,3,4,5,8]
[1,0,1,1,1,1,0,0,1,1,0,0,0,0,1,0] => [2,1,6,3,4,5,8,7]
[1,0,1,1,1,1,0,0,1,1,0,0,0,1,0,0] => [2,1,6,3,4,8,5,7]
[1,0,1,1,1,1,0,0,1,1,0,0,1,0,0,0] => [2,1,6,3,8,4,5,7]
[1,0,1,1,1,1,0,0,1,1,0,1,0,0,0,0] => [2,1,6,8,3,4,5,7]
[1,0,1,1,1,1,0,0,1,1,1,0,0,0,0,0] => [2,1,6,3,4,5,7,8]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,0] => [2,6,1,3,4,7,8,5]
[1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0] => [2,6,1,3,4,7,5,8]
[1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [2,6,1,3,7,4,8,5]
[1,0,1,1,1,1,0,1,0,0,0,1,0,1,0,0] => [2,6,1,3,7,8,4,5]
[1,0,1,1,1,1,0,1,0,0,0,1,1,0,0,0] => [2,6,1,3,7,4,5,8]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0] => [2,6,1,7,3,4,8,5]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [2,6,1,7,3,8,4,5]
[1,0,1,1,1,1,0,1,0,0,1,0,1,0,0,0] => [2,6,1,7,8,3,4,5]
[1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [2,6,1,7,3,4,5,8]
[1,0,1,1,1,1,0,1,0,1,0,0,0,0,1,0] => [2,6,7,1,3,4,8,5]
[1,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0] => [2,6,7,1,3,8,4,5]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,0] => [2,6,7,1,8,3,4,5]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0] => [2,6,7,8,1,3,4,5]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,0,0] => [2,6,7,1,3,4,5,8]
[1,0,1,1,1,1,0,1,1,0,0,0,0,0,1,0] => [2,6,1,3,4,5,8,7]
[1,0,1,1,1,1,0,1,1,0,0,0,0,1,0,0] => [2,6,1,3,4,8,5,7]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,0] => [2,6,1,3,8,4,5,7]
[1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,0] => [2,6,1,8,3,4,5,7]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0] => [2,6,8,1,3,4,5,7]
[1,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [2,6,1,3,4,5,7,8]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [2,1,3,4,5,7,8,6]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [2,1,3,4,5,7,6,8]
[1,0,1,1,1,1,1,0,0,0,0,1,0,0,1,0] => [2,1,3,4,7,5,8,6]
[1,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [2,1,3,4,7,8,5,6]
[1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0] => [2,1,3,4,7,5,6,8]
[1,0,1,1,1,1,1,0,0,0,1,0,0,0,1,0] => [2,1,3,7,4,5,8,6]
[1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0] => [2,1,3,7,4,8,5,6]
[1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,0] => [2,1,3,7,8,4,5,6]
[1,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0] => [2,1,3,7,4,5,6,8]
[1,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [2,1,7,3,4,5,8,6]
[1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [2,1,7,3,4,8,5,6]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,0] => [2,1,7,3,8,4,5,6]
[1,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0] => [2,1,7,8,3,4,5,6]
[1,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [2,1,7,3,4,5,6,8]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [2,7,1,3,4,5,8,6]
[1,0,1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [2,7,1,3,4,8,5,6]
[1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,0] => [2,7,1,3,8,4,5,6]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,0] => [2,7,1,8,3,4,5,6]
[1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [2,7,8,1,3,4,5,6]
[1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [2,7,1,3,4,5,6,8]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [2,1,3,4,5,6,8,7]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,0,0] => [2,1,3,4,5,8,6,7]
[1,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0] => [2,1,3,4,8,5,6,7]
[1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [2,1,3,8,4,5,6,7]
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [2,1,8,3,4,5,6,7]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,8,1,3,4,5,6,7]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,1,3,4,5,6,7,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,3,4,5,6,7,8,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [1,3,4,5,6,7,2,8]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,3,4,5,6,2,8,7]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [1,3,4,5,6,8,2,7]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0] => [1,3,4,5,6,2,7,8]
[1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0] => [1,3,4,5,2,7,8,6]
[1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0] => [1,3,4,5,2,7,6,8]
[1,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [1,3,4,5,7,2,8,6]
[1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0] => [1,3,4,5,7,8,2,6]
[1,1,0,0,1,0,1,0,1,1,0,1,1,0,0,0] => [1,3,4,5,7,2,6,8]
[1,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0] => [1,3,4,5,2,6,8,7]
[1,1,0,0,1,0,1,0,1,1,1,0,0,1,0,0] => [1,3,4,5,2,8,6,7]
[1,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0] => [1,3,4,5,8,2,6,7]
[1,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [1,3,4,5,2,6,7,8]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0] => [1,3,4,2,6,7,8,5]
[1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0] => [1,3,4,2,6,7,5,8]
[1,1,0,0,1,0,1,1,0,0,1,1,0,0,1,0] => [1,3,4,2,6,5,8,7]
[1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0] => [1,3,4,2,6,8,5,7]
[1,1,0,0,1,0,1,1,0,0,1,1,1,0,0,0] => [1,3,4,2,6,5,7,8]
[1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0] => [1,3,4,6,2,7,8,5]
[1,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0] => [1,3,4,6,2,7,5,8]
[1,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0] => [1,3,4,6,7,2,8,5]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [1,3,4,6,7,8,2,5]
[1,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0] => [1,3,4,6,7,2,5,8]
[1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,0] => [1,3,4,6,2,5,8,7]
[1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0] => [1,3,4,6,2,8,5,7]
[1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0] => [1,3,4,6,8,2,5,7]
[1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,0] => [1,3,4,6,2,5,7,8]
[1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,0] => [1,3,4,2,5,7,8,6]
[1,1,0,0,1,0,1,1,1,0,0,0,1,1,0,0] => [1,3,4,2,5,7,6,8]
[1,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0] => [1,3,4,2,7,5,8,6]
[1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0] => [1,3,4,2,7,8,5,6]
[1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0] => [1,3,4,2,7,5,6,8]
[1,1,0,0,1,0,1,1,1,0,1,0,0,0,1,0] => [1,3,4,7,2,5,8,6]
[1,1,0,0,1,0,1,1,1,0,1,0,0,1,0,0] => [1,3,4,7,2,8,5,6]
[1,1,0,0,1,0,1,1,1,0,1,0,1,0,0,0] => [1,3,4,7,8,2,5,6]
[1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0] => [1,3,4,7,2,5,6,8]
[1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [1,3,4,2,5,6,8,7]
[1,1,0,0,1,0,1,1,1,1,0,0,0,1,0,0] => [1,3,4,2,5,8,6,7]
[1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0] => [1,3,4,2,8,5,6,7]
[1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [1,3,4,8,2,5,6,7]
[1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [1,3,4,2,5,6,7,8]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [1,3,2,5,6,7,8,4]
[1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0] => [1,3,2,5,6,7,4,8]
[1,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0] => [1,3,2,5,6,4,8,7]
[1,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0] => [1,3,2,5,6,8,4,7]
[1,1,0,0,1,1,0,0,1,0,1,1,1,0,0,0] => [1,3,2,5,6,4,7,8]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0] => [1,3,2,5,4,7,8,6]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,3,2,5,4,7,6,8]
[1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0] => [1,3,2,5,7,4,8,6]
[1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [1,3,2,5,7,8,4,6]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [1,3,2,5,7,4,6,8]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [1,3,2,5,4,6,8,7]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [1,3,2,5,4,8,6,7]
[1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0] => [1,3,2,5,8,4,6,7]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [1,3,2,5,4,6,7,8]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0] => [1,3,5,2,6,7,8,4]
[1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,0] => [1,3,5,2,6,7,4,8]
[1,1,0,0,1,1,0,1,0,0,1,1,0,0,1,0] => [1,3,5,2,6,4,8,7]
[1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0] => [1,3,5,2,6,8,4,7]
[1,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0] => [1,3,5,2,6,4,7,8]
[1,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0] => [1,3,5,6,2,7,8,4]
[1,1,0,0,1,1,0,1,0,1,0,0,1,1,0,0] => [1,3,5,6,2,7,4,8]
[1,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [1,3,5,6,7,2,8,4]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [1,3,5,6,7,8,2,4]
[1,1,0,0,1,1,0,1,0,1,0,1,1,0,0,0] => [1,3,5,6,7,2,4,8]
[1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,0] => [1,3,5,6,2,4,8,7]
[1,1,0,0,1,1,0,1,0,1,1,0,0,1,0,0] => [1,3,5,6,2,8,4,7]
[1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [1,3,5,6,8,2,4,7]
[1,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0] => [1,3,5,6,2,4,7,8]
[1,1,0,0,1,1,0,1,1,0,0,0,1,0,1,0] => [1,3,5,2,4,7,8,6]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [1,3,5,2,4,7,6,8]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,0] => [1,3,5,2,7,4,8,6]
[1,1,0,0,1,1,0,1,1,0,0,1,0,1,0,0] => [1,3,5,2,7,8,4,6]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [1,3,5,2,7,4,6,8]
[1,1,0,0,1,1,0,1,1,0,1,0,0,0,1,0] => [1,3,5,7,2,4,8,6]
[1,1,0,0,1,1,0,1,1,0,1,0,0,1,0,0] => [1,3,5,7,2,8,4,6]
[1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0] => [1,3,5,7,8,2,4,6]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [1,3,5,7,2,4,6,8]
[1,1,0,0,1,1,0,1,1,1,0,0,0,0,1,0] => [1,3,5,2,4,6,8,7]
[1,1,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [1,3,5,2,4,8,6,7]
[1,1,0,0,1,1,0,1,1,1,0,0,1,0,0,0] => [1,3,5,2,8,4,6,7]
[1,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0] => [1,3,5,8,2,4,6,7]
[1,1,0,0,1,1,0,1,1,1,1,0,0,0,0,0] => [1,3,5,2,4,6,7,8]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [1,3,2,4,6,7,8,5]
[1,1,0,0,1,1,1,0,0,0,1,0,1,1,0,0] => [1,3,2,4,6,7,5,8]
[1,1,0,0,1,1,1,0,0,0,1,1,0,0,1,0] => [1,3,2,4,6,5,8,7]
[1,1,0,0,1,1,1,0,0,0,1,1,0,1,0,0] => [1,3,2,4,6,8,5,7]
[1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [1,3,2,4,6,5,7,8]
[1,1,0,0,1,1,1,0,0,1,0,0,1,0,1,0] => [1,3,2,6,4,7,8,5]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [1,3,2,6,4,7,5,8]
[1,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [1,3,2,6,7,4,8,5]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0] => [1,3,2,6,7,8,4,5]
[1,1,0,0,1,1,1,0,0,1,0,1,1,0,0,0] => [1,3,2,6,7,4,5,8]
[1,1,0,0,1,1,1,0,0,1,1,0,0,0,1,0] => [1,3,2,6,4,5,8,7]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [1,3,2,6,4,8,5,7]
[1,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0] => [1,3,2,6,8,4,5,7]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,0] => [1,3,2,6,4,5,7,8]
[1,1,0,0,1,1,1,0,1,0,0,0,1,0,1,0] => [1,3,6,2,4,7,8,5]
[1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0] => [1,3,6,2,4,7,5,8]
[1,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0] => [1,3,6,2,7,4,8,5]
[1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0] => [1,3,6,2,7,8,4,5]
[1,1,0,0,1,1,1,0,1,0,0,1,1,0,0,0] => [1,3,6,2,7,4,5,8]
[1,1,0,0,1,1,1,0,1,0,1,0,0,0,1,0] => [1,3,6,7,2,4,8,5]
[1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0] => [1,3,6,7,2,8,4,5]
[1,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [1,3,6,7,8,2,4,5]
[1,1,0,0,1,1,1,0,1,0,1,1,0,0,0,0] => [1,3,6,7,2,4,5,8]
[1,1,0,0,1,1,1,0,1,1,0,0,0,0,1,0] => [1,3,6,2,4,5,8,7]
[1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0] => [1,3,6,2,4,8,5,7]
[1,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [1,3,6,2,8,4,5,7]
[1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0] => [1,3,6,8,2,4,5,7]
[1,1,0,0,1,1,1,0,1,1,1,0,0,0,0,0] => [1,3,6,2,4,5,7,8]
[1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0] => [1,3,2,4,5,7,8,6]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [1,3,2,4,5,7,6,8]
[1,1,0,0,1,1,1,1,0,0,0,1,0,0,1,0] => [1,3,2,4,7,5,8,6]
[1,1,0,0,1,1,1,1,0,0,0,1,0,1,0,0] => [1,3,2,4,7,8,5,6]
[1,1,0,0,1,1,1,1,0,0,0,1,1,0,0,0] => [1,3,2,4,7,5,6,8]
[1,1,0,0,1,1,1,1,0,0,1,0,0,0,1,0] => [1,3,2,7,4,5,8,6]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [1,3,2,7,4,8,5,6]
[1,1,0,0,1,1,1,1,0,0,1,0,1,0,0,0] => [1,3,2,7,8,4,5,6]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,0,0] => [1,3,2,7,4,5,6,8]
[1,1,0,0,1,1,1,1,0,1,0,0,0,0,1,0] => [1,3,7,2,4,5,8,6]
[1,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0] => [1,3,7,2,4,8,5,6]
[1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0] => [1,3,7,2,8,4,5,6]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0] => [1,3,7,8,2,4,5,6]
[1,1,0,0,1,1,1,1,0,1,1,0,0,0,0,0] => [1,3,7,2,4,5,6,8]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [1,3,2,4,5,6,8,7]
[1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,0] => [1,3,2,4,5,8,6,7]
[1,1,0,0,1,1,1,1,1,0,0,0,1,0,0,0] => [1,3,2,4,8,5,6,7]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,0,0] => [1,3,2,8,4,5,6,7]
[1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [1,3,8,2,4,5,6,7]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [1,3,2,4,5,6,7,8]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [3,1,4,5,6,7,8,2]
[1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [3,1,4,5,6,7,2,8]
[1,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0] => [3,1,4,5,6,2,8,7]
[1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0] => [3,1,4,5,6,8,2,7]
[1,1,0,1,0,0,1,0,1,0,1,1,1,0,0,0] => [3,1,4,5,6,2,7,8]
[1,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0] => [3,1,4,5,2,7,8,6]
[1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0] => [3,1,4,5,2,7,6,8]
[1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [3,1,4,5,7,2,8,6]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0] => [3,1,4,5,7,8,2,6]
[1,1,0,1,0,0,1,0,1,1,0,1,1,0,0,0] => [3,1,4,5,7,2,6,8]
[1,1,0,1,0,0,1,0,1,1,1,0,0,0,1,0] => [3,1,4,5,2,6,8,7]
[1,1,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [3,1,4,5,2,8,6,7]
[1,1,0,1,0,0,1,0,1,1,1,0,1,0,0,0] => [3,1,4,5,8,2,6,7]
[1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0] => [3,1,4,5,2,6,7,8]
[1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0] => [3,1,4,2,6,7,8,5]
[1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0] => [3,1,4,2,6,7,5,8]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,4,2,6,5,8,7]
[1,1,0,1,0,0,1,1,0,0,1,1,0,1,0,0] => [3,1,4,2,6,8,5,7]
[1,1,0,1,0,0,1,1,0,0,1,1,1,0,0,0] => [3,1,4,2,6,5,7,8]
[1,1,0,1,0,0,1,1,0,1,0,0,1,0,1,0] => [3,1,4,6,2,7,8,5]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,0] => [3,1,4,6,2,7,5,8]
[1,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [3,1,4,6,7,2,8,5]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0] => [3,1,4,6,7,8,2,5]
[1,1,0,1,0,0,1,1,0,1,0,1,1,0,0,0] => [3,1,4,6,7,2,5,8]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [3,1,4,6,2,5,8,7]
[1,1,0,1,0,0,1,1,0,1,1,0,0,1,0,0] => [3,1,4,6,2,8,5,7]
[1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0] => [3,1,4,6,8,2,5,7]
[1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0] => [3,1,4,6,2,5,7,8]
[1,1,0,1,0,0,1,1,1,0,0,0,1,0,1,0] => [3,1,4,2,5,7,8,6]
[1,1,0,1,0,0,1,1,1,0,0,0,1,1,0,0] => [3,1,4,2,5,7,6,8]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [3,1,4,2,7,5,8,6]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0] => [3,1,4,2,7,8,5,6]
[1,1,0,1,0,0,1,1,1,0,0,1,1,0,0,0] => [3,1,4,2,7,5,6,8]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,0] => [3,1,4,7,2,5,8,6]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [3,1,4,7,2,8,5,6]
[1,1,0,1,0,0,1,1,1,0,1,0,1,0,0,0] => [3,1,4,7,8,2,5,6]
[1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,0] => [3,1,4,7,2,5,6,8]
[1,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [3,1,4,2,5,6,8,7]
[1,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0] => [3,1,4,2,5,8,6,7]
[1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0] => [3,1,4,2,8,5,6,7]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0] => [3,1,4,8,2,5,6,7]
[1,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0] => [3,1,4,2,5,6,7,8]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [3,4,1,5,6,7,8,2]
[1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0] => [3,4,1,5,6,7,2,8]
[1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0] => [3,4,1,5,6,2,8,7]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0] => [3,4,1,5,6,8,2,7]
[1,1,0,1,0,1,0,0,1,0,1,1,1,0,0,0] => [3,4,1,5,6,2,7,8]
[1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [3,4,1,5,2,7,8,6]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [3,4,1,5,2,7,6,8]
[1,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0] => [3,4,1,5,7,2,8,6]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0] => [3,4,1,5,7,8,2,6]
[1,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0] => [3,4,1,5,7,2,6,8]
[1,1,0,1,0,1,0,0,1,1,1,0,0,0,1,0] => [3,4,1,5,2,6,8,7]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0] => [3,4,1,5,2,8,6,7]
[1,1,0,1,0,1,0,0,1,1,1,0,1,0,0,0] => [3,4,1,5,8,2,6,7]
[1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0] => [3,4,1,5,2,6,7,8]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [3,4,5,1,6,7,8,2]
[1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0] => [3,4,5,1,6,7,2,8]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [3,4,5,1,6,2,8,7]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [3,4,5,1,6,8,2,7]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0] => [3,4,5,1,6,2,7,8]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [3,4,5,6,1,7,8,2]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [3,4,5,6,1,7,2,8]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,4,5,6,7,1,8,2]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,4,5,6,7,8,1,2]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [3,4,5,6,7,1,2,8]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [3,4,5,6,1,2,8,7]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [3,4,5,6,1,8,2,7]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [3,4,5,6,8,1,2,7]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [3,4,5,6,1,2,7,8]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0] => [3,4,5,1,2,7,8,6]
[1,1,0,1,0,1,0,1,1,0,0,0,1,1,0,0] => [3,4,5,1,2,7,6,8]
[1,1,0,1,0,1,0,1,1,0,0,1,0,0,1,0] => [3,4,5,1,7,2,8,6]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [3,4,5,1,7,8,2,6]
[1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [3,4,5,1,7,2,6,8]
[1,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0] => [3,4,5,7,1,2,8,6]
[1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0] => [3,4,5,7,1,8,2,6]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [3,4,5,7,8,1,2,6]
[1,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0] => [3,4,5,7,1,2,6,8]
[1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0] => [3,4,5,1,2,6,8,7]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0] => [3,4,5,1,2,8,6,7]
[1,1,0,1,0,1,0,1,1,1,0,0,1,0,0,0] => [3,4,5,1,8,2,6,7]
[1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0] => [3,4,5,8,1,2,6,7]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0] => [3,4,5,1,2,6,7,8]
[1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0] => [3,4,1,2,6,7,8,5]
[1,1,0,1,0,1,1,0,0,0,1,0,1,1,0,0] => [3,4,1,2,6,7,5,8]
[1,1,0,1,0,1,1,0,0,0,1,1,0,0,1,0] => [3,4,1,2,6,5,8,7]
[1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,0] => [3,4,1,2,6,8,5,7]
[1,1,0,1,0,1,1,0,0,0,1,1,1,0,0,0] => [3,4,1,2,6,5,7,8]
[1,1,0,1,0,1,1,0,0,1,0,0,1,0,1,0] => [3,4,1,6,2,7,8,5]
[1,1,0,1,0,1,1,0,0,1,0,0,1,1,0,0] => [3,4,1,6,2,7,5,8]
[1,1,0,1,0,1,1,0,0,1,0,1,0,0,1,0] => [3,4,1,6,7,2,8,5]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [3,4,1,6,7,8,2,5]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0] => [3,4,1,6,7,2,5,8]
[1,1,0,1,0,1,1,0,0,1,1,0,0,0,1,0] => [3,4,1,6,2,5,8,7]
[1,1,0,1,0,1,1,0,0,1,1,0,0,1,0,0] => [3,4,1,6,2,8,5,7]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,0] => [3,4,1,6,8,2,5,7]
[1,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0] => [3,4,1,6,2,5,7,8]
[1,1,0,1,0,1,1,0,1,0,0,0,1,0,1,0] => [3,4,6,1,2,7,8,5]
[1,1,0,1,0,1,1,0,1,0,0,0,1,1,0,0] => [3,4,6,1,2,7,5,8]
[1,1,0,1,0,1,1,0,1,0,0,1,0,0,1,0] => [3,4,6,1,7,2,8,5]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [3,4,6,1,7,8,2,5]
[1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,0] => [3,4,6,1,7,2,5,8]
[1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0] => [3,4,6,7,1,2,8,5]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0] => [3,4,6,7,1,8,2,5]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [3,4,6,7,8,1,2,5]
[1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,0] => [3,4,6,7,1,2,5,8]
[1,1,0,1,0,1,1,0,1,1,0,0,0,0,1,0] => [3,4,6,1,2,5,8,7]
[1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,0] => [3,4,6,1,2,8,5,7]
[1,1,0,1,0,1,1,0,1,1,0,0,1,0,0,0] => [3,4,6,1,8,2,5,7]
[1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0] => [3,4,6,8,1,2,5,7]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,0,0] => [3,4,6,1,2,5,7,8]
[1,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0] => [3,4,1,2,5,7,8,6]
[1,1,0,1,0,1,1,1,0,0,0,0,1,1,0,0] => [3,4,1,2,5,7,6,8]
[1,1,0,1,0,1,1,1,0,0,0,1,0,0,1,0] => [3,4,1,2,7,5,8,6]
[1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0] => [3,4,1,2,7,8,5,6]
[1,1,0,1,0,1,1,1,0,0,0,1,1,0,0,0] => [3,4,1,2,7,5,6,8]
[1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0] => [3,4,1,7,2,5,8,6]
[1,1,0,1,0,1,1,1,0,0,1,0,0,1,0,0] => [3,4,1,7,2,8,5,6]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [3,4,1,7,8,2,5,6]
[1,1,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [3,4,1,7,2,5,6,8]
[1,1,0,1,0,1,1,1,0,1,0,0,0,0,1,0] => [3,4,7,1,2,5,8,6]
[1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [3,4,7,1,2,8,5,6]
[1,1,0,1,0,1,1,1,0,1,0,0,1,0,0,0] => [3,4,7,1,8,2,5,6]
[1,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [3,4,7,8,1,2,5,6]
[1,1,0,1,0,1,1,1,0,1,1,0,0,0,0,0] => [3,4,7,1,2,5,6,8]
[1,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0] => [3,4,1,2,5,6,8,7]
[1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0] => [3,4,1,2,5,8,6,7]
[1,1,0,1,0,1,1,1,1,0,0,0,1,0,0,0] => [3,4,1,2,8,5,6,7]
[1,1,0,1,0,1,1,1,1,0,0,1,0,0,0,0] => [3,4,1,8,2,5,6,7]
[1,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [3,4,8,1,2,5,6,7]
[1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [3,4,1,2,5,6,7,8]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [3,1,2,5,6,7,8,4]
[1,1,0,1,1,0,0,0,1,0,1,0,1,1,0,0] => [3,1,2,5,6,7,4,8]
[1,1,0,1,1,0,0,0,1,0,1,1,0,0,1,0] => [3,1,2,5,6,4,8,7]
[1,1,0,1,1,0,0,0,1,0,1,1,0,1,0,0] => [3,1,2,5,6,8,4,7]
[1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,0] => [3,1,2,5,6,4,7,8]
[1,1,0,1,1,0,0,0,1,1,0,0,1,0,1,0] => [3,1,2,5,4,7,8,6]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [3,1,2,5,4,7,6,8]
[1,1,0,1,1,0,0,0,1,1,0,1,0,0,1,0] => [3,1,2,5,7,4,8,6]
[1,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0] => [3,1,2,5,7,8,4,6]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [3,1,2,5,7,4,6,8]
[1,1,0,1,1,0,0,0,1,1,1,0,0,0,1,0] => [3,1,2,5,4,6,8,7]
[1,1,0,1,1,0,0,0,1,1,1,0,0,1,0,0] => [3,1,2,5,4,8,6,7]
[1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0] => [3,1,2,5,8,4,6,7]
[1,1,0,1,1,0,0,0,1,1,1,1,0,0,0,0] => [3,1,2,5,4,6,7,8]
[1,1,0,1,1,0,0,1,0,0,1,0,1,0,1,0] => [3,1,5,2,6,7,8,4]
[1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0] => [3,1,5,2,6,7,4,8]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [3,1,5,2,6,4,8,7]
[1,1,0,1,1,0,0,1,0,0,1,1,0,1,0,0] => [3,1,5,2,6,8,4,7]
[1,1,0,1,1,0,0,1,0,0,1,1,1,0,0,0] => [3,1,5,2,6,4,7,8]
[1,1,0,1,1,0,0,1,0,1,0,0,1,0,1,0] => [3,1,5,6,2,7,8,4]
[1,1,0,1,1,0,0,1,0,1,0,0,1,1,0,0] => [3,1,5,6,2,7,4,8]
[1,1,0,1,1,0,0,1,0,1,0,1,0,0,1,0] => [3,1,5,6,7,2,8,4]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [3,1,5,6,7,8,2,4]
[1,1,0,1,1,0,0,1,0,1,0,1,1,0,0,0] => [3,1,5,6,7,2,4,8]
[1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0] => [3,1,5,6,2,4,8,7]
[1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0] => [3,1,5,6,2,8,4,7]
[1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0] => [3,1,5,6,8,2,4,7]
[1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0] => [3,1,5,6,2,4,7,8]
[1,1,0,1,1,0,0,1,1,0,0,0,1,0,1,0] => [3,1,5,2,4,7,8,6]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [3,1,5,2,4,7,6,8]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0] => [3,1,5,2,7,4,8,6]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [3,1,5,2,7,8,4,6]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [3,1,5,2,7,4,6,8]
[1,1,0,1,1,0,0,1,1,0,1,0,0,0,1,0] => [3,1,5,7,2,4,8,6]
[1,1,0,1,1,0,0,1,1,0,1,0,0,1,0,0] => [3,1,5,7,2,8,4,6]
[1,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [3,1,5,7,8,2,4,6]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [3,1,5,7,2,4,6,8]
[1,1,0,1,1,0,0,1,1,1,0,0,0,0,1,0] => [3,1,5,2,4,6,8,7]
[1,1,0,1,1,0,0,1,1,1,0,0,0,1,0,0] => [3,1,5,2,4,8,6,7]
[1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,0] => [3,1,5,2,8,4,6,7]
[1,1,0,1,1,0,0,1,1,1,0,1,0,0,0,0] => [3,1,5,8,2,4,6,7]
[1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0] => [3,1,5,2,4,6,7,8]
[1,1,0,1,1,0,1,0,0,0,1,0,1,0,1,0] => [3,5,1,2,6,7,8,4]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,0,0] => [3,5,1,2,6,7,4,8]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,0] => [3,5,1,2,6,4,8,7]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [3,5,1,2,6,8,4,7]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0] => [3,5,1,2,6,4,7,8]
[1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,0] => [3,5,1,6,2,7,8,4]
[1,1,0,1,1,0,1,0,0,1,0,0,1,1,0,0] => [3,5,1,6,2,7,4,8]
[1,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0] => [3,5,1,6,7,2,8,4]
[1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0] => [3,5,1,6,7,8,2,4]
[1,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0] => [3,5,1,6,7,2,4,8]
[1,1,0,1,1,0,1,0,0,1,1,0,0,0,1,0] => [3,5,1,6,2,4,8,7]
[1,1,0,1,1,0,1,0,0,1,1,0,0,1,0,0] => [3,5,1,6,2,8,4,7]
[1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,0] => [3,5,1,6,8,2,4,7]
[1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [3,5,1,6,2,4,7,8]
[1,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0] => [3,5,6,1,2,7,8,4]
[1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0] => [3,5,6,1,2,7,4,8]
[1,1,0,1,1,0,1,0,1,0,0,1,0,0,1,0] => [3,5,6,1,7,2,8,4]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,0] => [3,5,6,1,7,8,2,4]
[1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,0] => [3,5,6,1,7,2,4,8]
[1,1,0,1,1,0,1,0,1,0,1,0,0,0,1,0] => [3,5,6,7,1,2,8,4]
[1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0] => [3,5,6,7,1,8,2,4]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [3,5,6,7,8,1,2,4]
[1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [3,5,6,7,1,2,4,8]
[1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,0] => [3,5,6,1,2,4,8,7]
[1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0] => [3,5,6,1,2,8,4,7]
[1,1,0,1,1,0,1,0,1,1,0,0,1,0,0,0] => [3,5,6,1,8,2,4,7]
[1,1,0,1,1,0,1,0,1,1,0,1,0,0,0,0] => [3,5,6,8,1,2,4,7]
[1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,0] => [3,5,6,1,2,4,7,8]
[1,1,0,1,1,0,1,1,0,0,0,0,1,0,1,0] => [3,5,1,2,4,7,8,6]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [3,5,1,2,4,7,6,8]
[1,1,0,1,1,0,1,1,0,0,0,1,0,0,1,0] => [3,5,1,2,7,4,8,6]
[1,1,0,1,1,0,1,1,0,0,0,1,0,1,0,0] => [3,5,1,2,7,8,4,6]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [3,5,1,2,7,4,6,8]
[1,1,0,1,1,0,1,1,0,0,1,0,0,0,1,0] => [3,5,1,7,2,4,8,6]
[1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,0] => [3,5,1,7,2,8,4,6]
[1,1,0,1,1,0,1,1,0,0,1,0,1,0,0,0] => [3,5,1,7,8,2,4,6]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [3,5,1,7,2,4,6,8]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0] => [3,5,7,1,2,4,8,6]
[1,1,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [3,5,7,1,2,8,4,6]
[1,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [3,5,7,1,8,2,4,6]
[1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [3,5,7,8,1,2,4,6]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [3,5,7,1,2,4,6,8]
[1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0] => [3,5,1,2,4,6,8,7]
[1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [3,5,1,2,4,8,6,7]
[1,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0] => [3,5,1,2,8,4,6,7]
[1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [3,5,1,8,2,4,6,7]
[1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0] => [3,5,8,1,2,4,6,7]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [3,5,1,2,4,6,7,8]
[1,1,0,1,1,1,0,0,0,0,1,0,1,0,1,0] => [3,1,2,4,6,7,8,5]
[1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,0] => [3,1,2,4,6,7,5,8]
[1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0] => [3,1,2,4,6,5,8,7]
[1,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [3,1,2,4,6,8,5,7]
[1,1,0,1,1,1,0,0,0,0,1,1,1,0,0,0] => [3,1,2,4,6,5,7,8]
[1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,0] => [3,1,2,6,4,7,8,5]
[1,1,0,1,1,1,0,0,0,1,0,0,1,1,0,0] => [3,1,2,6,4,7,5,8]
[1,1,0,1,1,1,0,0,0,1,0,1,0,0,1,0] => [3,1,2,6,7,4,8,5]
[1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [3,1,2,6,7,8,4,5]
[1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0] => [3,1,2,6,7,4,5,8]
[1,1,0,1,1,1,0,0,0,1,1,0,0,0,1,0] => [3,1,2,6,4,5,8,7]
[1,1,0,1,1,1,0,0,0,1,1,0,0,1,0,0] => [3,1,2,6,4,8,5,7]
[1,1,0,1,1,1,0,0,0,1,1,0,1,0,0,0] => [3,1,2,6,8,4,5,7]
[1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0] => [3,1,2,6,4,5,7,8]
[1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,0] => [3,1,6,2,4,7,8,5]
[1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0] => [3,1,6,2,4,7,5,8]
[1,1,0,1,1,1,0,0,1,0,0,1,0,0,1,0] => [3,1,6,2,7,4,8,5]
[1,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0] => [3,1,6,2,7,8,4,5]
[1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,0] => [3,1,6,2,7,4,5,8]
[1,1,0,1,1,1,0,0,1,0,1,0,0,0,1,0] => [3,1,6,7,2,4,8,5]
[1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0] => [3,1,6,7,2,8,4,5]
[1,1,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [3,1,6,7,8,2,4,5]
[1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0] => [3,1,6,7,2,4,5,8]
[1,1,0,1,1,1,0,0,1,1,0,0,0,0,1,0] => [3,1,6,2,4,5,8,7]
[1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0] => [3,1,6,2,4,8,5,7]
[1,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0] => [3,1,6,2,8,4,5,7]
[1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0] => [3,1,6,8,2,4,5,7]
[1,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [3,1,6,2,4,5,7,8]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [3,6,1,2,4,7,8,5]
[1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,0] => [3,6,1,2,4,7,5,8]
[1,1,0,1,1,1,0,1,0,0,0,1,0,0,1,0] => [3,6,1,2,7,4,8,5]
[1,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0] => [3,6,1,2,7,8,4,5]
[1,1,0,1,1,1,0,1,0,0,0,1,1,0,0,0] => [3,6,1,2,7,4,5,8]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0] => [3,6,1,7,2,4,8,5]
[1,1,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [3,6,1,7,2,8,4,5]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,0,0] => [3,6,1,7,8,2,4,5]
[1,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0] => [3,6,1,7,2,4,5,8]
[1,1,0,1,1,1,0,1,0,1,0,0,0,0,1,0] => [3,6,7,1,2,4,8,5]
[1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0] => [3,6,7,1,2,8,4,5]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [3,6,7,1,8,2,4,5]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [3,6,7,8,1,2,4,5]
[1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,0] => [3,6,7,1,2,4,5,8]
[1,1,0,1,1,1,0,1,1,0,0,0,0,0,1,0] => [3,6,1,2,4,5,8,7]
[1,1,0,1,1,1,0,1,1,0,0,0,0,1,0,0] => [3,6,1,2,4,8,5,7]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [3,6,1,2,8,4,5,7]
[1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [3,6,1,8,2,4,5,7]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [3,6,8,1,2,4,5,7]
[1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0] => [3,6,1,2,4,5,7,8]
[1,1,0,1,1,1,1,0,0,0,0,0,1,0,1,0] => [3,1,2,4,5,7,8,6]
[1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0] => [3,1,2,4,5,7,6,8]
[1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,0] => [3,1,2,4,7,5,8,6]
[1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0] => [3,1,2,4,7,8,5,6]
[1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0] => [3,1,2,4,7,5,6,8]
[1,1,0,1,1,1,1,0,0,0,1,0,0,0,1,0] => [3,1,2,7,4,5,8,6]
[1,1,0,1,1,1,1,0,0,0,1,0,0,1,0,0] => [3,1,2,7,4,8,5,6]
[1,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0] => [3,1,2,7,8,4,5,6]
[1,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [3,1,2,7,4,5,6,8]
[1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,0] => [3,1,7,2,4,5,8,6]
[1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0] => [3,1,7,2,4,8,5,6]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [3,1,7,2,8,4,5,6]
[1,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0] => [3,1,7,8,2,4,5,6]
[1,1,0,1,1,1,1,0,0,1,1,0,0,0,0,0] => [3,1,7,2,4,5,6,8]
[1,1,0,1,1,1,1,0,1,0,0,0,0,0,1,0] => [3,7,1,2,4,5,8,6]
[1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0] => [3,7,1,2,4,8,5,6]
[1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0] => [3,7,1,2,8,4,5,6]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [3,7,1,8,2,4,5,6]
[1,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [3,7,8,1,2,4,5,6]
[1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0] => [3,7,1,2,4,5,6,8]
[1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [3,1,2,4,5,6,8,7]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [3,1,2,4,5,8,6,7]
[1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0] => [3,1,2,4,8,5,6,7]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0] => [3,1,2,8,4,5,6,7]
[1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0] => [3,1,8,2,4,5,6,7]
[1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [3,8,1,2,4,5,6,7]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [3,1,2,4,5,6,7,8]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [1,2,4,5,6,7,8,3]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0] => [1,2,4,5,6,7,3,8]
[1,1,1,0,0,0,1,0,1,0,1,1,0,0,1,0] => [1,2,4,5,6,3,8,7]
[1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,0] => [1,2,4,5,6,8,3,7]
[1,1,1,0,0,0,1,0,1,0,1,1,1,0,0,0] => [1,2,4,5,6,3,7,8]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,0] => [1,2,4,5,3,7,8,6]
[1,1,1,0,0,0,1,0,1,1,0,0,1,1,0,0] => [1,2,4,5,3,7,6,8]
[1,1,1,0,0,0,1,0,1,1,0,1,0,0,1,0] => [1,2,4,5,7,3,8,6]
[1,1,1,0,0,0,1,0,1,1,0,1,0,1,0,0] => [1,2,4,5,7,8,3,6]
[1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0] => [1,2,4,5,7,3,6,8]
[1,1,1,0,0,0,1,0,1,1,1,0,0,0,1,0] => [1,2,4,5,3,6,8,7]
[1,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [1,2,4,5,3,8,6,7]
[1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,0] => [1,2,4,5,8,3,6,7]
[1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0] => [1,2,4,5,3,6,7,8]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0] => [1,2,4,3,6,7,8,5]
[1,1,1,0,0,0,1,1,0,0,1,0,1,1,0,0] => [1,2,4,3,6,7,5,8]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [1,2,4,3,6,5,8,7]
[1,1,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [1,2,4,3,6,8,5,7]
[1,1,1,0,0,0,1,1,0,0,1,1,1,0,0,0] => [1,2,4,3,6,5,7,8]
[1,1,1,0,0,0,1,1,0,1,0,0,1,0,1,0] => [1,2,4,6,3,7,8,5]
[1,1,1,0,0,0,1,1,0,1,0,0,1,1,0,0] => [1,2,4,6,3,7,5,8]
[1,1,1,0,0,0,1,1,0,1,0,1,0,0,1,0] => [1,2,4,6,7,3,8,5]
[1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,0] => [1,2,4,6,7,8,3,5]
[1,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0] => [1,2,4,6,7,3,5,8]
[1,1,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [1,2,4,6,3,5,8,7]
[1,1,1,0,0,0,1,1,0,1,1,0,0,1,0,0] => [1,2,4,6,3,8,5,7]
[1,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [1,2,4,6,8,3,5,7]
[1,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0] => [1,2,4,6,3,5,7,8]
[1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0] => [1,2,4,3,5,7,8,6]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [1,2,4,3,5,7,6,8]
[1,1,1,0,0,0,1,1,1,0,0,1,0,0,1,0] => [1,2,4,3,7,5,8,6]
[1,1,1,0,0,0,1,1,1,0,0,1,0,1,0,0] => [1,2,4,3,7,8,5,6]
[1,1,1,0,0,0,1,1,1,0,0,1,1,0,0,0] => [1,2,4,3,7,5,6,8]
[1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0] => [1,2,4,7,3,5,8,6]
[1,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [1,2,4,7,3,8,5,6]
[1,1,1,0,0,0,1,1,1,0,1,0,1,0,0,0] => [1,2,4,7,8,3,5,6]
[1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,0] => [1,2,4,7,3,5,6,8]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0] => [1,2,4,3,5,6,8,7]
[1,1,1,0,0,0,1,1,1,1,0,0,0,1,0,0] => [1,2,4,3,5,8,6,7]
[1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,0] => [1,2,4,3,8,5,6,7]
[1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,0] => [1,2,4,8,3,5,6,7]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [1,2,4,3,5,6,7,8]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0] => [1,4,2,5,6,7,8,3]
[1,1,1,0,0,1,0,0,1,0,1,0,1,1,0,0] => [1,4,2,5,6,7,3,8]
[1,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0] => [1,4,2,5,6,3,8,7]
[1,1,1,0,0,1,0,0,1,0,1,1,0,1,0,0] => [1,4,2,5,6,8,3,7]
[1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0] => [1,4,2,5,6,3,7,8]
[1,1,1,0,0,1,0,0,1,1,0,0,1,0,1,0] => [1,4,2,5,3,7,8,6]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,4,2,5,3,7,6,8]
[1,1,1,0,0,1,0,0,1,1,0,1,0,0,1,0] => [1,4,2,5,7,3,8,6]
[1,1,1,0,0,1,0,0,1,1,0,1,0,1,0,0] => [1,4,2,5,7,8,3,6]
[1,1,1,0,0,1,0,0,1,1,0,1,1,0,0,0] => [1,4,2,5,7,3,6,8]
[1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0] => [1,4,2,5,3,6,8,7]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [1,4,2,5,3,8,6,7]
[1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,0] => [1,4,2,5,8,3,6,7]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0] => [1,4,2,5,3,6,7,8]
[1,1,1,0,0,1,0,1,0,0,1,0,1,0,1,0] => [1,4,5,2,6,7,8,3]
[1,1,1,0,0,1,0,1,0,0,1,0,1,1,0,0] => [1,4,5,2,6,7,3,8]
[1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0] => [1,4,5,2,6,3,8,7]
[1,1,1,0,0,1,0,1,0,0,1,1,0,1,0,0] => [1,4,5,2,6,8,3,7]
[1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0] => [1,4,5,2,6,3,7,8]
[1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0] => [1,4,5,6,2,7,8,3]
[1,1,1,0,0,1,0,1,0,1,0,0,1,1,0,0] => [1,4,5,6,2,7,3,8]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [1,4,5,6,7,2,8,3]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,5,6,7,8,2,3]
[1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0] => [1,4,5,6,7,2,3,8]
[1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,0] => [1,4,5,6,2,3,8,7]
[1,1,1,0,0,1,0,1,0,1,1,0,0,1,0,0] => [1,4,5,6,2,8,3,7]
[1,1,1,0,0,1,0,1,0,1,1,0,1,0,0,0] => [1,4,5,6,8,2,3,7]
[1,1,1,0,0,1,0,1,0,1,1,1,0,0,0,0] => [1,4,5,6,2,3,7,8]
[1,1,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [1,4,5,2,3,7,8,6]
[1,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0] => [1,4,5,2,3,7,6,8]
[1,1,1,0,0,1,0,1,1,0,0,1,0,0,1,0] => [1,4,5,2,7,3,8,6]
[1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0] => [1,4,5,2,7,8,3,6]
[1,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0] => [1,4,5,2,7,3,6,8]
[1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0] => [1,4,5,7,2,3,8,6]
[1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,0] => [1,4,5,7,2,8,3,6]
[1,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [1,4,5,7,8,2,3,6]
[1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [1,4,5,7,2,3,6,8]
[1,1,1,0,0,1,0,1,1,1,0,0,0,0,1,0] => [1,4,5,2,3,6,8,7]
[1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [1,4,5,2,3,8,6,7]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,4,5,2,8,3,6,7]
[1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0] => [1,4,5,8,2,3,6,7]
[1,1,1,0,0,1,0,1,1,1,1,0,0,0,0,0] => [1,4,5,2,3,6,7,8]
[1,1,1,0,0,1,1,0,0,0,1,0,1,0,1,0] => [1,4,2,3,6,7,8,5]
[1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,0] => [1,4,2,3,6,7,5,8]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [1,4,2,3,6,5,8,7]
[1,1,1,0,0,1,1,0,0,0,1,1,0,1,0,0] => [1,4,2,3,6,8,5,7]
[1,1,1,0,0,1,1,0,0,0,1,1,1,0,0,0] => [1,4,2,3,6,5,7,8]
[1,1,1,0,0,1,1,0,0,1,0,0,1,0,1,0] => [1,4,2,6,3,7,8,5]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [1,4,2,6,3,7,5,8]
[1,1,1,0,0,1,1,0,0,1,0,1,0,0,1,0] => [1,4,2,6,7,3,8,5]
[1,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0] => [1,4,2,6,7,8,3,5]
[1,1,1,0,0,1,1,0,0,1,0,1,1,0,0,0] => [1,4,2,6,7,3,5,8]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0] => [1,4,2,6,3,5,8,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,4,2,6,3,8,5,7]
[1,1,1,0,0,1,1,0,0,1,1,0,1,0,0,0] => [1,4,2,6,8,3,5,7]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,0,0] => [1,4,2,6,3,5,7,8]
[1,1,1,0,0,1,1,0,1,0,0,0,1,0,1,0] => [1,4,6,2,3,7,8,5]
[1,1,1,0,0,1,1,0,1,0,0,0,1,1,0,0] => [1,4,6,2,3,7,5,8]
[1,1,1,0,0,1,1,0,1,0,0,1,0,0,1,0] => [1,4,6,2,7,3,8,5]
[1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,0] => [1,4,6,2,7,8,3,5]
[1,1,1,0,0,1,1,0,1,0,0,1,1,0,0,0] => [1,4,6,2,7,3,5,8]
[1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0] => [1,4,6,7,2,3,8,5]
[1,1,1,0,0,1,1,0,1,0,1,0,0,1,0,0] => [1,4,6,7,2,8,3,5]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0] => [1,4,6,7,8,2,3,5]
[1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0] => [1,4,6,7,2,3,5,8]
[1,1,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [1,4,6,2,3,5,8,7]
[1,1,1,0,0,1,1,0,1,1,0,0,0,1,0,0] => [1,4,6,2,3,8,5,7]
[1,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0] => [1,4,6,2,8,3,5,7]
[1,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [1,4,6,8,2,3,5,7]
[1,1,1,0,0,1,1,0,1,1,1,0,0,0,0,0] => [1,4,6,2,3,5,7,8]
[1,1,1,0,0,1,1,1,0,0,0,0,1,0,1,0] => [1,4,2,3,5,7,8,6]
[1,1,1,0,0,1,1,1,0,0,0,0,1,1,0,0] => [1,4,2,3,5,7,6,8]
[1,1,1,0,0,1,1,1,0,0,0,1,0,0,1,0] => [1,4,2,3,7,5,8,6]
[1,1,1,0,0,1,1,1,0,0,0,1,0,1,0,0] => [1,4,2,3,7,8,5,6]
[1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0] => [1,4,2,3,7,5,6,8]
[1,1,1,0,0,1,1,1,0,0,1,0,0,0,1,0] => [1,4,2,7,3,5,8,6]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,4,2,7,3,8,5,6]
[1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0] => [1,4,2,7,8,3,5,6]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,0] => [1,4,2,7,3,5,6,8]
[1,1,1,0,0,1,1,1,0,1,0,0,0,0,1,0] => [1,4,7,2,3,5,8,6]
[1,1,1,0,0,1,1,1,0,1,0,0,0,1,0,0] => [1,4,7,2,3,8,5,6]
[1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [1,4,7,2,8,3,5,6]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,0,0] => [1,4,7,8,2,3,5,6]
[1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0] => [1,4,7,2,3,5,6,8]
[1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0] => [1,4,2,3,5,6,8,7]
[1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0] => [1,4,2,3,5,8,6,7]
[1,1,1,0,0,1,1,1,1,0,0,0,1,0,0,0] => [1,4,2,3,8,5,6,7]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,0,0] => [1,4,2,8,3,5,6,7]
[1,1,1,0,0,1,1,1,1,0,1,0,0,0,0,0] => [1,4,8,2,3,5,6,7]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [1,4,2,3,5,6,7,8]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [4,1,2,5,6,7,8,3]
[1,1,1,0,1,0,0,0,1,0,1,0,1,1,0,0] => [4,1,2,5,6,7,3,8]
[1,1,1,0,1,0,0,0,1,0,1,1,0,0,1,0] => [4,1,2,5,6,3,8,7]
[1,1,1,0,1,0,0,0,1,0,1,1,0,1,0,0] => [4,1,2,5,6,8,3,7]
[1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0] => [4,1,2,5,6,3,7,8]
[1,1,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [4,1,2,5,3,7,8,6]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0] => [4,1,2,5,3,7,6,8]
[1,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0] => [4,1,2,5,7,3,8,6]
[1,1,1,0,1,0,0,0,1,1,0,1,0,1,0,0] => [4,1,2,5,7,8,3,6]
[1,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0] => [4,1,2,5,7,3,6,8]
[1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [4,1,2,5,3,6,8,7]
[1,1,1,0,1,0,0,0,1,1,1,0,0,1,0,0] => [4,1,2,5,3,8,6,7]
[1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0] => [4,1,2,5,8,3,6,7]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [4,1,2,5,3,6,7,8]
[1,1,1,0,1,0,0,1,0,0,1,0,1,0,1,0] => [4,1,5,2,6,7,8,3]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0] => [4,1,5,2,6,7,3,8]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0] => [4,1,5,2,6,3,8,7]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0] => [4,1,5,2,6,8,3,7]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,0] => [4,1,5,2,6,3,7,8]
[1,1,1,0,1,0,0,1,0,1,0,0,1,0,1,0] => [4,1,5,6,2,7,8,3]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0] => [4,1,5,6,2,7,3,8]
[1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [4,1,5,6,7,2,8,3]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [4,1,5,6,7,8,2,3]
[1,1,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [4,1,5,6,7,2,3,8]
[1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0] => [4,1,5,6,2,3,8,7]
[1,1,1,0,1,0,0,1,0,1,1,0,0,1,0,0] => [4,1,5,6,2,8,3,7]
[1,1,1,0,1,0,0,1,0,1,1,0,1,0,0,0] => [4,1,5,6,8,2,3,7]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,0,0] => [4,1,5,6,2,3,7,8]
[1,1,1,0,1,0,0,1,1,0,0,0,1,0,1,0] => [4,1,5,2,3,7,8,6]
[1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0] => [4,1,5,2,3,7,6,8]
[1,1,1,0,1,0,0,1,1,0,0,1,0,0,1,0] => [4,1,5,2,7,3,8,6]
[1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [4,1,5,2,7,8,3,6]
[1,1,1,0,1,0,0,1,1,0,0,1,1,0,0,0] => [4,1,5,2,7,3,6,8]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0] => [4,1,5,7,2,3,8,6]
[1,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0] => [4,1,5,7,2,8,3,6]
[1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,0] => [4,1,5,7,8,2,3,6]
[1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0] => [4,1,5,7,2,3,6,8]
[1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0] => [4,1,5,2,3,6,8,7]
[1,1,1,0,1,0,0,1,1,1,0,0,0,1,0,0] => [4,1,5,2,3,8,6,7]
[1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0] => [4,1,5,2,8,3,6,7]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0] => [4,1,5,8,2,3,6,7]
[1,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [4,1,5,2,3,6,7,8]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [4,5,1,2,6,7,8,3]
[1,1,1,0,1,0,1,0,0,0,1,0,1,1,0,0] => [4,5,1,2,6,7,3,8]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0] => [4,5,1,2,6,3,8,7]
[1,1,1,0,1,0,1,0,0,0,1,1,0,1,0,0] => [4,5,1,2,6,8,3,7]
[1,1,1,0,1,0,1,0,0,0,1,1,1,0,0,0] => [4,5,1,2,6,3,7,8]
[1,1,1,0,1,0,1,0,0,1,0,0,1,0,1,0] => [4,5,1,6,2,7,8,3]
[1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0] => [4,5,1,6,2,7,3,8]
[1,1,1,0,1,0,1,0,0,1,0,1,0,0,1,0] => [4,5,1,6,7,2,8,3]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [4,5,1,6,7,8,2,3]
[1,1,1,0,1,0,1,0,0,1,0,1,1,0,0,0] => [4,5,1,6,7,2,3,8]
[1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0] => [4,5,1,6,2,3,8,7]
[1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,0] => [4,5,1,6,2,8,3,7]
[1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0] => [4,5,1,6,8,2,3,7]
[1,1,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [4,5,1,6,2,3,7,8]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [4,5,6,1,2,7,8,3]
[1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [4,5,6,1,2,7,3,8]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [4,5,6,1,7,2,8,3]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [4,5,6,1,7,8,2,3]
[1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [4,5,6,1,7,2,3,8]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [4,5,6,7,1,2,8,3]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [4,5,6,7,1,8,2,3]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [4,5,6,7,8,1,2,3]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [4,5,6,7,1,2,3,8]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [4,5,6,1,2,3,8,7]
[1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,0] => [4,5,6,1,2,8,3,7]
[1,1,1,0,1,0,1,0,1,1,0,0,1,0,0,0] => [4,5,6,1,8,2,3,7]
[1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [4,5,6,8,1,2,3,7]
[1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [4,5,6,1,2,3,7,8]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [4,5,1,2,3,7,8,6]
[1,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0] => [4,5,1,2,3,7,6,8]
[1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0] => [4,5,1,2,7,3,8,6]
[1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [4,5,1,2,7,8,3,6]
[1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0] => [4,5,1,2,7,3,6,8]
[1,1,1,0,1,0,1,1,0,0,1,0,0,0,1,0] => [4,5,1,7,2,3,8,6]
[1,1,1,0,1,0,1,1,0,0,1,0,0,1,0,0] => [4,5,1,7,2,8,3,6]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [4,5,1,7,8,2,3,6]
[1,1,1,0,1,0,1,1,0,0,1,1,0,0,0,0] => [4,5,1,7,2,3,6,8]
[1,1,1,0,1,0,1,1,0,1,0,0,0,0,1,0] => [4,5,7,1,2,3,8,6]
[1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0] => [4,5,7,1,2,8,3,6]
[1,1,1,0,1,0,1,1,0,1,0,0,1,0,0,0] => [4,5,7,1,8,2,3,6]
[1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0] => [4,5,7,8,1,2,3,6]
[1,1,1,0,1,0,1,1,0,1,1,0,0,0,0,0] => [4,5,7,1,2,3,6,8]
[1,1,1,0,1,0,1,1,1,0,0,0,0,0,1,0] => [4,5,1,2,3,6,8,7]
[1,1,1,0,1,0,1,1,1,0,0,0,0,1,0,0] => [4,5,1,2,3,8,6,7]
[1,1,1,0,1,0,1,1,1,0,0,0,1,0,0,0] => [4,5,1,2,8,3,6,7]
[1,1,1,0,1,0,1,1,1,0,0,1,0,0,0,0] => [4,5,1,8,2,3,6,7]
[1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [4,5,8,1,2,3,6,7]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [4,5,1,2,3,6,7,8]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [4,1,2,3,6,7,8,5]
[1,1,1,0,1,1,0,0,0,0,1,0,1,1,0,0] => [4,1,2,3,6,7,5,8]
[1,1,1,0,1,1,0,0,0,0,1,1,0,0,1,0] => [4,1,2,3,6,5,8,7]
[1,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0] => [4,1,2,3,6,8,5,7]
[1,1,1,0,1,1,0,0,0,0,1,1,1,0,0,0] => [4,1,2,3,6,5,7,8]
[1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,0] => [4,1,2,6,3,7,8,5]
[1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0] => [4,1,2,6,3,7,5,8]
[1,1,1,0,1,1,0,0,0,1,0,1,0,0,1,0] => [4,1,2,6,7,3,8,5]
[1,1,1,0,1,1,0,0,0,1,0,1,0,1,0,0] => [4,1,2,6,7,8,3,5]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [4,1,2,6,7,3,5,8]
[1,1,1,0,1,1,0,0,0,1,1,0,0,0,1,0] => [4,1,2,6,3,5,8,7]
[1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0] => [4,1,2,6,3,8,5,7]
[1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0] => [4,1,2,6,8,3,5,7]
[1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0] => [4,1,2,6,3,5,7,8]
[1,1,1,0,1,1,0,0,1,0,0,0,1,0,1,0] => [4,1,6,2,3,7,8,5]
[1,1,1,0,1,1,0,0,1,0,0,0,1,1,0,0] => [4,1,6,2,3,7,5,8]
[1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0] => [4,1,6,2,7,3,8,5]
[1,1,1,0,1,1,0,0,1,0,0,1,0,1,0,0] => [4,1,6,2,7,8,3,5]
[1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0] => [4,1,6,2,7,3,5,8]
[1,1,1,0,1,1,0,0,1,0,1,0,0,0,1,0] => [4,1,6,7,2,3,8,5]
[1,1,1,0,1,1,0,0,1,0,1,0,0,1,0,0] => [4,1,6,7,2,8,3,5]
[1,1,1,0,1,1,0,0,1,0,1,0,1,0,0,0] => [4,1,6,7,8,2,3,5]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [4,1,6,7,2,3,5,8]
[1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [4,1,6,2,3,5,8,7]
[1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0] => [4,1,6,2,3,8,5,7]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0] => [4,1,6,2,8,3,5,7]
[1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0] => [4,1,6,8,2,3,5,7]
[1,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0] => [4,1,6,2,3,5,7,8]
[1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0] => [4,6,1,2,3,7,8,5]
[1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0] => [4,6,1,2,3,7,5,8]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0] => [4,6,1,2,7,3,8,5]
[1,1,1,0,1,1,0,1,0,0,0,1,0,1,0,0] => [4,6,1,2,7,8,3,5]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,0,0] => [4,6,1,2,7,3,5,8]
[1,1,1,0,1,1,0,1,0,0,1,0,0,0,1,0] => [4,6,1,7,2,3,8,5]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,0] => [4,6,1,7,2,8,3,5]
[1,1,1,0,1,1,0,1,0,0,1,0,1,0,0,0] => [4,6,1,7,8,2,3,5]
[1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0] => [4,6,1,7,2,3,5,8]
[1,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0] => [4,6,7,1,2,3,8,5]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0] => [4,6,7,1,2,8,3,5]
[1,1,1,0,1,1,0,1,0,1,0,0,1,0,0,0] => [4,6,7,1,8,2,3,5]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [4,6,7,8,1,2,3,5]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0] => [4,6,7,1,2,3,5,8]
[1,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0] => [4,6,1,2,3,5,8,7]
[1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0] => [4,6,1,2,3,8,5,7]
[1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [4,6,1,2,8,3,5,7]
[1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [4,6,1,8,2,3,5,7]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [4,6,8,1,2,3,5,7]
[1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0] => [4,6,1,2,3,5,7,8]
[1,1,1,0,1,1,1,0,0,0,0,0,1,0,1,0] => [4,1,2,3,5,7,8,6]
[1,1,1,0,1,1,1,0,0,0,0,0,1,1,0,0] => [4,1,2,3,5,7,6,8]
[1,1,1,0,1,1,1,0,0,0,0,1,0,0,1,0] => [4,1,2,3,7,5,8,6]
[1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [4,1,2,3,7,8,5,6]
[1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,0] => [4,1,2,3,7,5,6,8]
[1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,0] => [4,1,2,7,3,5,8,6]
[1,1,1,0,1,1,1,0,0,0,1,0,0,1,0,0] => [4,1,2,7,3,8,5,6]
[1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0] => [4,1,2,7,8,3,5,6]
[1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0] => [4,1,2,7,3,5,6,8]
[1,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [4,1,7,2,3,5,8,6]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [4,1,7,2,3,8,5,6]
[1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [4,1,7,2,8,3,5,6]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [4,1,7,8,2,3,5,6]
[1,1,1,0,1,1,1,0,0,1,1,0,0,0,0,0] => [4,1,7,2,3,5,6,8]
[1,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0] => [4,7,1,2,3,5,8,6]
[1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0] => [4,7,1,2,3,8,5,6]
[1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [4,7,1,2,8,3,5,6]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0] => [4,7,1,8,2,3,5,6]
[1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [4,7,8,1,2,3,5,6]
[1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,0] => [4,7,1,2,3,5,6,8]
[1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0] => [4,1,2,3,5,6,8,7]
[1,1,1,0,1,1,1,1,0,0,0,0,0,1,0,0] => [4,1,2,3,5,8,6,7]
[1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0] => [4,1,2,3,8,5,6,7]
[1,1,1,0,1,1,1,1,0,0,0,1,0,0,0,0] => [4,1,2,8,3,5,6,7]
[1,1,1,0,1,1,1,1,0,0,1,0,0,0,0,0] => [4,1,8,2,3,5,6,7]
[1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0] => [4,8,1,2,3,5,6,7]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [4,1,2,3,5,6,7,8]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [1,2,3,5,6,7,8,4]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,0,0] => [1,2,3,5,6,7,4,8]
[1,1,1,1,0,0,0,0,1,0,1,1,0,0,1,0] => [1,2,3,5,6,4,8,7]
[1,1,1,1,0,0,0,0,1,0,1,1,0,1,0,0] => [1,2,3,5,6,8,4,7]
[1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0] => [1,2,3,5,6,4,7,8]
[1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0] => [1,2,3,5,4,7,8,6]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [1,2,3,5,4,7,6,8]
[1,1,1,1,0,0,0,0,1,1,0,1,0,0,1,0] => [1,2,3,5,7,4,8,6]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,0] => [1,2,3,5,7,8,4,6]
[1,1,1,1,0,0,0,0,1,1,0,1,1,0,0,0] => [1,2,3,5,7,4,6,8]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0] => [1,2,3,5,4,6,8,7]
[1,1,1,1,0,0,0,0,1,1,1,0,0,1,0,0] => [1,2,3,5,4,8,6,7]
[1,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0] => [1,2,3,5,8,4,6,7]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [1,2,3,5,4,6,7,8]
[1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0] => [1,2,5,3,6,7,8,4]
[1,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0] => [1,2,5,3,6,7,4,8]
[1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [1,2,5,3,6,4,8,7]
[1,1,1,1,0,0,0,1,0,0,1,1,0,1,0,0] => [1,2,5,3,6,8,4,7]
[1,1,1,1,0,0,0,1,0,0,1,1,1,0,0,0] => [1,2,5,3,6,4,7,8]
[1,1,1,1,0,0,0,1,0,1,0,0,1,0,1,0] => [1,2,5,6,3,7,8,4]
[1,1,1,1,0,0,0,1,0,1,0,0,1,1,0,0] => [1,2,5,6,3,7,4,8]
[1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0] => [1,2,5,6,7,3,8,4]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [1,2,5,6,7,8,3,4]
[1,1,1,1,0,0,0,1,0,1,0,1,1,0,0,0] => [1,2,5,6,7,3,4,8]
[1,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0] => [1,2,5,6,3,4,8,7]
[1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0] => [1,2,5,6,3,8,4,7]
[1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [1,2,5,6,8,3,4,7]
[1,1,1,1,0,0,0,1,0,1,1,1,0,0,0,0] => [1,2,5,6,3,4,7,8]
[1,1,1,1,0,0,0,1,1,0,0,0,1,0,1,0] => [1,2,5,3,4,7,8,6]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0] => [1,2,5,3,4,7,6,8]
[1,1,1,1,0,0,0,1,1,0,0,1,0,0,1,0] => [1,2,5,3,7,4,8,6]
[1,1,1,1,0,0,0,1,1,0,0,1,0,1,0,0] => [1,2,5,3,7,8,4,6]
[1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [1,2,5,3,7,4,6,8]
[1,1,1,1,0,0,0,1,1,0,1,0,0,0,1,0] => [1,2,5,7,3,4,8,6]
[1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0] => [1,2,5,7,3,8,4,6]
[1,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0] => [1,2,5,7,8,3,4,6]
[1,1,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [1,2,5,7,3,4,6,8]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0] => [1,2,5,3,4,6,8,7]
[1,1,1,1,0,0,0,1,1,1,0,0,0,1,0,0] => [1,2,5,3,4,8,6,7]
[1,1,1,1,0,0,0,1,1,1,0,0,1,0,0,0] => [1,2,5,3,8,4,6,7]
[1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0] => [1,2,5,8,3,4,6,7]
[1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,0] => [1,2,5,3,4,6,7,8]
[1,1,1,1,0,0,1,0,0,0,1,0,1,0,1,0] => [1,5,2,3,6,7,8,4]
[1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0] => [1,5,2,3,6,7,4,8]
[1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [1,5,2,3,6,4,8,7]
[1,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0] => [1,5,2,3,6,8,4,7]
[1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0] => [1,5,2,3,6,4,7,8]
[1,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0] => [1,5,2,6,3,7,8,4]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [1,5,2,6,3,7,4,8]
[1,1,1,1,0,0,1,0,0,1,0,1,0,0,1,0] => [1,5,2,6,7,3,8,4]
[1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,0] => [1,5,2,6,7,8,3,4]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,0] => [1,5,2,6,7,3,4,8]
[1,1,1,1,0,0,1,0,0,1,1,0,0,0,1,0] => [1,5,2,6,3,4,8,7]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,5,2,6,3,8,4,7]
[1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0] => [1,5,2,6,8,3,4,7]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,0,0] => [1,5,2,6,3,4,7,8]
[1,1,1,1,0,0,1,0,1,0,0,0,1,0,1,0] => [1,5,6,2,3,7,8,4]
[1,1,1,1,0,0,1,0,1,0,0,0,1,1,0,0] => [1,5,6,2,3,7,4,8]
[1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0] => [1,5,6,2,7,3,8,4]
[1,1,1,1,0,0,1,0,1,0,0,1,0,1,0,0] => [1,5,6,2,7,8,3,4]
[1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0] => [1,5,6,2,7,3,4,8]
[1,1,1,1,0,0,1,0,1,0,1,0,0,0,1,0] => [1,5,6,7,2,3,8,4]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0] => [1,5,6,7,2,8,3,4]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [1,5,6,7,8,2,3,4]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0] => [1,5,6,7,2,3,4,8]
[1,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0] => [1,5,6,2,3,4,8,7]
[1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0] => [1,5,6,2,3,8,4,7]
[1,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0] => [1,5,6,2,8,3,4,7]
[1,1,1,1,0,0,1,0,1,1,0,1,0,0,0,0] => [1,5,6,8,2,3,4,7]
[1,1,1,1,0,0,1,0,1,1,1,0,0,0,0,0] => [1,5,6,2,3,4,7,8]
[1,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0] => [1,5,2,3,4,7,8,6]
[1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0] => [1,5,2,3,4,7,6,8]
[1,1,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [1,5,2,3,7,4,8,6]
[1,1,1,1,0,0,1,1,0,0,0,1,0,1,0,0] => [1,5,2,3,7,8,4,6]
[1,1,1,1,0,0,1,1,0,0,0,1,1,0,0,0] => [1,5,2,3,7,4,6,8]
[1,1,1,1,0,0,1,1,0,0,1,0,0,0,1,0] => [1,5,2,7,3,4,8,6]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,5,2,7,3,8,4,6]
[1,1,1,1,0,0,1,1,0,0,1,0,1,0,0,0] => [1,5,2,7,8,3,4,6]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [1,5,2,7,3,4,6,8]
[1,1,1,1,0,0,1,1,0,1,0,0,0,0,1,0] => [1,5,7,2,3,4,8,6]
[1,1,1,1,0,0,1,1,0,1,0,0,0,1,0,0] => [1,5,7,2,3,8,4,6]
[1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0] => [1,5,7,2,8,3,4,6]
[1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [1,5,7,8,2,3,4,6]
[1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [1,5,7,2,3,4,6,8]
[1,1,1,1,0,0,1,1,1,0,0,0,0,0,1,0] => [1,5,2,3,4,6,8,7]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,0] => [1,5,2,3,4,8,6,7]
[1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [1,5,2,3,8,4,6,7]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,0,0] => [1,5,2,8,3,4,6,7]
[1,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0] => [1,5,8,2,3,4,6,7]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,0] => [1,5,2,3,4,6,7,8]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0] => [5,1,2,3,6,7,8,4]
[1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0] => [5,1,2,3,6,7,4,8]
[1,1,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [5,1,2,3,6,4,8,7]
[1,1,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [5,1,2,3,6,8,4,7]
[1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0] => [5,1,2,3,6,4,7,8]
[1,1,1,1,0,1,0,0,0,1,0,0,1,0,1,0] => [5,1,2,6,3,7,8,4]
[1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,0] => [5,1,2,6,3,7,4,8]
[1,1,1,1,0,1,0,0,0,1,0,1,0,0,1,0] => [5,1,2,6,7,3,8,4]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [5,1,2,6,7,8,3,4]
[1,1,1,1,0,1,0,0,0,1,0,1,1,0,0,0] => [5,1,2,6,7,3,4,8]
[1,1,1,1,0,1,0,0,0,1,1,0,0,0,1,0] => [5,1,2,6,3,4,8,7]
[1,1,1,1,0,1,0,0,0,1,1,0,0,1,0,0] => [5,1,2,6,3,8,4,7]
[1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [5,1,2,6,8,3,4,7]
[1,1,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [5,1,2,6,3,4,7,8]
[1,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0] => [5,1,6,2,3,7,8,4]
[1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0] => [5,1,6,2,3,7,4,8]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0] => [5,1,6,2,7,3,8,4]
[1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0] => [5,1,6,2,7,8,3,4]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,0] => [5,1,6,2,7,3,4,8]
[1,1,1,1,0,1,0,0,1,0,1,0,0,0,1,0] => [5,1,6,7,2,3,8,4]
[1,1,1,1,0,1,0,0,1,0,1,0,0,1,0,0] => [5,1,6,7,2,8,3,4]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [5,1,6,7,8,2,3,4]
[1,1,1,1,0,1,0,0,1,0,1,1,0,0,0,0] => [5,1,6,7,2,3,4,8]
[1,1,1,1,0,1,0,0,1,1,0,0,0,0,1,0] => [5,1,6,2,3,4,8,7]
[1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0] => [5,1,6,2,3,8,4,7]
[1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0] => [5,1,6,2,8,3,4,7]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [5,1,6,8,2,3,4,7]
[1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [5,1,6,2,3,4,7,8]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0,1,0] => [5,6,1,2,3,7,8,4]
[1,1,1,1,0,1,0,1,0,0,0,0,1,1,0,0] => [5,6,1,2,3,7,4,8]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [5,6,1,2,7,3,8,4]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0] => [5,6,1,2,7,8,3,4]
[1,1,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [5,6,1,2,7,3,4,8]
[1,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0] => [5,6,1,7,2,3,8,4]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [5,6,1,7,2,8,3,4]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [5,6,1,7,8,2,3,4]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [5,6,1,7,2,3,4,8]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [5,6,7,1,2,3,8,4]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [5,6,7,1,2,8,3,4]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [5,6,7,1,8,2,3,4]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [5,6,7,8,1,2,3,4]
[1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0] => [5,6,7,1,2,3,4,8]
[1,1,1,1,0,1,0,1,1,0,0,0,0,0,1,0] => [5,6,1,2,3,4,8,7]
[1,1,1,1,0,1,0,1,1,0,0,0,0,1,0,0] => [5,6,1,2,3,8,4,7]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [5,6,1,2,8,3,4,7]
[1,1,1,1,0,1,0,1,1,0,0,1,0,0,0,0] => [5,6,1,8,2,3,4,7]
[1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,0] => [5,6,8,1,2,3,4,7]
[1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0] => [5,6,1,2,3,4,7,8]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0] => [5,1,2,3,4,7,8,6]
[1,1,1,1,0,1,1,0,0,0,0,0,1,1,0,0] => [5,1,2,3,4,7,6,8]
[1,1,1,1,0,1,1,0,0,0,0,1,0,0,1,0] => [5,1,2,3,7,4,8,6]
[1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,0] => [5,1,2,3,7,8,4,6]
[1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0] => [5,1,2,3,7,4,6,8]
[1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0] => [5,1,2,7,3,4,8,6]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0] => [5,1,2,7,3,8,4,6]
[1,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [5,1,2,7,8,3,4,6]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,0,0] => [5,1,2,7,3,4,6,8]
[1,1,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [5,1,7,2,3,4,8,6]
[1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [5,1,7,2,3,8,4,6]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,0] => [5,1,7,2,8,3,4,6]
[1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0] => [5,1,7,8,2,3,4,6]
[1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [5,1,7,2,3,4,6,8]
[1,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [5,7,1,2,3,4,8,6]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [5,7,1,2,3,8,4,6]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [5,7,1,2,8,3,4,6]
[1,1,1,1,0,1,1,0,1,0,0,1,0,0,0,0] => [5,7,1,8,2,3,4,6]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [5,7,8,1,2,3,4,6]
[1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [5,7,1,2,3,4,6,8]
[1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0] => [5,1,2,3,4,6,8,7]
[1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [5,1,2,3,4,8,6,7]
[1,1,1,1,0,1,1,1,0,0,0,0,1,0,0,0] => [5,1,2,3,8,4,6,7]
[1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0] => [5,1,2,8,3,4,6,7]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0] => [5,1,8,2,3,4,6,7]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0] => [5,8,1,2,3,4,6,7]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0] => [5,1,2,3,4,6,7,8]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0] => [1,2,3,4,6,7,8,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0] => [1,2,3,4,6,7,5,8]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0] => [1,2,3,4,6,5,8,7]
[1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,0] => [1,2,3,4,6,8,5,7]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [1,2,3,4,6,5,7,8]
[1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0] => [1,2,3,6,4,7,8,5]
[1,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0] => [1,2,3,6,4,7,5,8]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0] => [1,2,3,6,7,4,8,5]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [1,2,3,6,7,8,4,5]
[1,1,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [1,2,3,6,7,4,5,8]
[1,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0] => [1,2,3,6,4,5,8,7]
[1,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0] => [1,2,3,6,4,8,5,7]
[1,1,1,1,1,0,0,0,0,1,1,0,1,0,0,0] => [1,2,3,6,8,4,5,7]
[1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0] => [1,2,3,6,4,5,7,8]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0] => [1,2,6,3,4,7,8,5]
[1,1,1,1,1,0,0,0,1,0,0,0,1,1,0,0] => [1,2,6,3,4,7,5,8]
[1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0] => [1,2,6,3,7,4,8,5]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [1,2,6,3,7,8,4,5]
[1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,0] => [1,2,6,3,7,4,5,8]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0] => [1,2,6,7,3,4,8,5]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,0,0] => [1,2,6,7,3,8,4,5]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [1,2,6,7,8,3,4,5]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,0,0] => [1,2,6,7,3,4,5,8]
[1,1,1,1,1,0,0,0,1,1,0,0,0,0,1,0] => [1,2,6,3,4,5,8,7]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,0] => [1,2,6,3,4,8,5,7]
[1,1,1,1,1,0,0,0,1,1,0,0,1,0,0,0] => [1,2,6,3,8,4,5,7]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0] => [1,2,6,8,3,4,5,7]
[1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [1,2,6,3,4,5,7,8]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [1,6,2,3,4,7,8,5]
[1,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [1,6,2,3,4,7,5,8]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [1,6,2,3,7,4,8,5]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,0] => [1,6,2,3,7,8,4,5]
[1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [1,6,2,3,7,4,5,8]
[1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [1,6,2,7,3,4,8,5]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,6,2,7,3,8,4,5]
[1,1,1,1,1,0,0,1,0,0,1,0,1,0,0,0] => [1,6,2,7,8,3,4,5]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,0,0] => [1,6,2,7,3,4,5,8]
[1,1,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [1,6,7,2,3,4,8,5]
[1,1,1,1,1,0,0,1,0,1,0,0,0,1,0,0] => [1,6,7,2,3,8,4,5]
[1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [1,6,7,2,8,3,4,5]
[1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0] => [1,6,7,8,2,3,4,5]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0] => [1,6,7,2,3,4,5,8]
[1,1,1,1,1,0,0,1,1,0,0,0,0,0,1,0] => [1,6,2,3,4,5,8,7]
[1,1,1,1,1,0,0,1,1,0,0,0,0,1,0,0] => [1,6,2,3,4,8,5,7]
[1,1,1,1,1,0,0,1,1,0,0,0,1,0,0,0] => [1,6,2,3,8,4,5,7]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,0,0] => [1,6,2,8,3,4,5,7]
[1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [1,6,8,2,3,4,5,7]
[1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0] => [1,6,2,3,4,5,7,8]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0] => [6,1,2,3,4,7,8,5]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0] => [6,1,2,3,4,7,5,8]
[1,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0] => [6,1,2,3,7,4,8,5]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,0] => [6,1,2,3,7,8,4,5]
[1,1,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [6,1,2,3,7,4,5,8]
[1,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [6,1,2,7,3,4,8,5]
[1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [6,1,2,7,3,8,4,5]
[1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0] => [6,1,2,7,8,3,4,5]
[1,1,1,1,1,0,1,0,0,0,1,1,0,0,0,0] => [6,1,2,7,3,4,5,8]
[1,1,1,1,1,0,1,0,0,1,0,0,0,0,1,0] => [6,1,7,2,3,4,8,5]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [6,1,7,2,3,8,4,5]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [6,1,7,2,8,3,4,5]
[1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0] => [6,1,7,8,2,3,4,5]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0] => [6,1,7,2,3,4,5,8]
[1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0] => [6,7,1,2,3,4,8,5]
[1,1,1,1,1,0,1,0,1,0,0,0,0,1,0,0] => [6,7,1,2,3,8,4,5]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [6,7,1,2,8,3,4,5]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [6,7,1,8,2,3,4,5]
[1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [6,7,8,1,2,3,4,5]
[1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0] => [6,7,1,2,3,4,5,8]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0] => [6,1,2,3,4,5,8,7]
[1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [6,1,2,3,4,8,5,7]
[1,1,1,1,1,0,1,1,0,0,0,0,1,0,0,0] => [6,1,2,3,8,4,5,7]
[1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [6,1,2,8,3,4,5,7]
[1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0] => [6,1,8,2,3,4,5,7]
[1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0] => [6,8,1,2,3,4,5,7]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [6,1,2,3,4,5,7,8]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0] => [1,2,3,4,5,7,8,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [1,2,3,4,5,7,6,8]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0] => [1,2,3,4,7,5,8,6]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0] => [1,2,3,4,7,8,5,6]
[1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [1,2,3,4,7,5,6,8]
[1,1,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [1,2,3,7,4,5,8,6]
[1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [1,2,3,7,4,8,5,6]
[1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [1,2,3,7,8,4,5,6]
[1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [1,2,3,7,4,5,6,8]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0] => [1,2,7,3,4,5,8,6]
[1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,0] => [1,2,7,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,8,4,5,6]
[1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [1,2,7,8,3,4,5,6]
[1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [1,2,7,3,4,5,6,8]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0] => [1,7,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,8,5,6]
[1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0] => [1,7,2,3,8,4,5,6]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0] => [1,7,2,8,3,4,5,6]
[1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [1,7,8,2,3,4,5,6]
[1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0] => [1,7,2,3,4,5,6,8]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [7,1,2,3,4,5,8,6]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0] => [7,1,2,3,4,8,5,6]
[1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0] => [7,1,2,3,8,4,5,6]
[1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [7,1,2,8,3,4,5,6]
[1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0] => [7,1,8,2,3,4,5,6]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [7,8,1,2,3,4,5,6]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [7,1,2,3,4,5,6,8]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [1,2,3,4,5,6,8,7]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [1,2,3,4,5,8,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [1,2,3,4,8,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,8,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [1,8,2,3,4,5,6,7]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [8,1,2,3,4,5,6,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] => [1,2,3,4,5,6,7,9,8]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,1,3,4,5,6,7,8,9]
[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,9,7]
[1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [2,9,1,3,4,5,6,7,8]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,0] => [1,8,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,9,8]
[1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [2,1,9,3,4,5,6,7,8]
[1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [2,8,1,3,4,5,6,7,9]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,1,0] => [1,2,8,3,4,5,6,9,7]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,1,0] => [7,8,1,2,3,4,5,9,6]
[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,9,8]
[1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [2,1,3,9,4,5,6,7,8]
[1,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [2,8,9,1,3,4,5,6,7]
[1,0,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [2,7,1,3,4,5,6,8,9]
[1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,1,0] => [1,2,3,8,4,5,6,9,7]
[1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,1,0] => [1,7,2,3,4,5,6,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,9,8]
[1,0,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0] => [2,1,3,4,9,5,6,7,8]
[1,0,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0] => [2,1,8,3,4,5,6,7,9]
[1,0,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0] => [2,7,9,1,3,4,5,6,8]
[1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0] => [2,6,1,3,4,5,7,8,9]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,1,0] => [1,2,3,4,8,5,6,9,7]
[1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,1,0] => [1,7,8,2,3,4,5,9,6]
[1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,1,0] => [6,1,8,2,3,4,5,9,7]
[1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,1,0] => [6,7,1,2,3,4,5,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,9,8]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [2,1,3,4,5,9,6,7,8]
[1,0,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [2,8,1,3,9,4,5,6,7]
[1,0,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [2,1,8,9,3,4,5,6,7]
[1,0,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0] => [2,7,1,9,3,4,5,6,8]
[1,0,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0] => [2,7,8,1,3,4,5,6,9]
[1,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [2,5,1,3,4,6,7,8,9]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0] => [1,2,3,4,5,8,6,9,7]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,1,0] => [1,7,2,8,3,4,5,9,6]
[1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,1,0] => [1,2,7,3,4,5,6,9,8]
[1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [6,7,8,1,2,3,4,9,5]
[1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,1,0] => [5,7,1,2,3,4,6,9,8]
[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,9,8]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0] => [1,2,3,4,5,6,8,7,9]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [2,1,3,4,5,6,9,7,8]
[1,0,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0] => [2,1,8,3,9,4,5,6,7]
[1,0,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [2,1,3,8,4,5,6,7,9]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [2,7,8,9,1,3,4,5,6]
[1,0,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [2,6,8,1,3,4,5,7,9]
[1,0,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0] => [2,5,9,1,3,4,6,7,8]
[1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,3,2,4,5,6,7,8,9]
[1,0,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,4,1,3,5,6,7,8,9]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0] => [1,2,3,4,5,6,8,9,7]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,1,0] => [7,1,2,3,4,8,5,9,6]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0,1,0] => [6,7,1,8,2,3,4,9,5]
[1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,1,0] => [5,1,2,8,3,4,6,9,7]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,0] => [6,1,7,2,3,4,5,9,8]
[1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,1,0] => [1,6,8,2,3,4,5,9,7]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,1,0] => [5,7,8,1,2,3,4,9,6]
[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,9,8]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0] => [7,1,2,3,4,5,8,6,9]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0] => [2,8,1,3,4,5,9,6,7]
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0] => [2,1,8,3,4,9,5,6,7]
[1,0,1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [2,1,3,8,9,4,5,6,7]
[1,0,1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [2,7,8,1,9,3,4,5,6]
[1,0,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0] => [2,6,1,3,9,4,5,7,8]
[1,0,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0] => [2,7,1,8,3,4,5,6,9]
[1,0,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [2,1,7,9,3,4,5,6,8]
[1,0,1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [2,6,8,9,1,3,4,5,7]
[1,0,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0] => [2,6,7,1,3,4,5,8,9]
[1,1,0,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,3,9,2,4,5,6,7,8]
[1,0,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,4,9,1,3,5,6,7,8]
[1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,3,1,4,5,6,7,8,9]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0] => [7,1,2,3,4,5,8,9,6]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0,1,0] => [6,7,1,2,8,3,4,9,5]
[1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0,1,0] => [4,7,8,1,2,3,5,9,6]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [2,8,1,3,4,5,6,9,7]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,1,0,0] => [1,7,2,3,4,5,8,6,9]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,1,0,0] => [6,1,2,3,4,5,8,7,9]
[1,0,1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [2,7,8,1,3,9,4,5,6]
[1,0,1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [2,6,1,8,3,4,5,7,9]
[1,0,1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [2,5,8,9,1,3,4,6,7]
[1,1,0,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [1,3,2,9,4,5,6,7,8]
[1,0,1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0] => [2,4,1,9,3,5,6,7,8]
[1,1,0,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [1,3,8,2,4,5,6,7,9]
[1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,3,9,1,4,5,6,7,8]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,1,0] => [1,7,2,3,4,5,8,9,6]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,1,0] => [6,1,2,3,4,5,8,9,7]
[1,1,1,1,1,0,1,0,1,0,0,0,0,1,0,0,1,0] => [6,7,1,2,3,8,4,9,5]
[1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [4,1,2,3,8,5,6,9,7]
[1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,1,0] => [1,6,7,8,2,3,4,9,5]
[1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,1,0] => [1,2,6,3,4,5,7,9,8]
[1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,1,0] => [5,6,7,1,2,3,4,9,8]
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0] => [2,1,8,3,4,5,6,9,7]
[1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0] => [2,7,1,3,4,5,6,9,8]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,1,0,0] => [1,2,7,3,4,5,8,6,9]
[1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,1,0,0] => [6,7,1,2,3,4,8,5,9]
[1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,1,0,0] => [5,1,2,3,4,6,8,7,9]
[1,0,1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [2,1,3,4,8,9,5,6,7]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [2,6,8,1,3,9,4,5,7]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0] => [2,5,1,3,4,9,6,7,8]
[1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0] => [2,1,7,8,9,3,4,5,6]
[1,0,1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0] => [2,6,1,8,9,3,4,5,7]
[1,0,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [2,1,3,7,4,5,6,8,9]
[1,0,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0] => [2,6,7,8,1,3,4,5,9]
[1,1,0,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,3,8,9,2,4,5,6,7]
[1,0,1,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [2,4,8,9,1,3,5,6,7]
[1,0,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [2,3,1,9,4,5,6,7,8]
[1,0,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [2,5,6,1,3,4,7,8,9]
[1,1,0,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [1,3,7,2,4,5,6,8,9]
[1,0,1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [2,3,8,1,4,5,6,7,9]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,4,5,6,7,8,9,1,2]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [3,4,5,6,7,8,1,2,9]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [3,4,5,6,7,1,9,2,8]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [3,4,5,6,7,9,1,2,8]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [3,4,5,6,7,1,2,8,9]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [3,4,5,6,1,8,9,2,7]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [3,4,5,6,1,8,2,7,9]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0] => [3,4,5,6,8,1,9,2,7]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [3,4,5,6,8,9,1,2,7]
[1,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0] => [3,4,5,6,8,1,2,7,9]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0] => [3,4,5,6,1,2,9,7,8]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,0] => [3,4,5,6,1,9,2,7,8]
[1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0] => [3,4,5,6,9,1,2,7,8]
[1,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0] => [3,4,5,6,1,2,7,8,9]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [3,4,5,1,7,8,9,2,6]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0] => [3,4,5,1,7,8,2,6,9]
[1,1,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0] => [3,4,5,1,7,2,6,8,9]
[1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [3,4,5,7,1,8,9,2,6]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [3,4,5,7,8,9,1,2,6]
[1,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0,0] => [3,4,5,7,8,1,2,6,9]
[1,1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0,0] => [3,4,5,7,1,2,6,8,9]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0] => [3,4,5,1,2,8,9,6,7]
[1,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [3,4,5,1,8,9,2,6,7]
[1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [3,4,5,8,1,2,9,6,7]
[1,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0,0] => [3,4,5,8,1,9,2,6,7]
[1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [3,4,5,8,9,1,2,6,7]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0] => [3,4,5,1,2,6,9,7,8]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0,0] => [3,4,5,1,2,9,6,7,8]
[1,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [3,4,5,9,1,2,6,7,8]
[1,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [3,4,5,1,2,6,7,8,9]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [3,4,1,6,7,8,9,2,5]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,0,0] => [3,4,1,6,7,8,2,5,9]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0] => [3,4,1,6,7,2,9,5,8]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0] => [3,4,1,6,7,9,2,5,8]
[1,1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [3,4,1,6,2,8,9,5,7]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,0] => [3,4,1,6,8,2,9,5,7]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [3,4,1,6,8,9,2,5,7]
[1,1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0] => [3,4,1,6,2,5,7,8,9]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0] => [3,4,6,1,7,8,9,2,5]
[1,1,0,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [3,4,6,1,7,2,5,8,9]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,0] => [3,4,6,7,1,8,9,2,5]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [3,4,6,7,8,9,1,2,5]
[1,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [3,4,6,7,8,1,2,5,9]
[1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0,0] => [3,4,6,1,2,8,9,5,7]
[1,1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [3,4,6,8,9,1,2,5,7]
[1,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [3,4,6,1,2,5,7,8,9]
[1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [3,4,1,2,7,8,9,5,6]
[1,1,0,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0] => [3,4,1,7,2,8,9,5,6]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [3,4,1,7,8,9,2,5,6]
[1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0] => [3,4,7,1,2,8,9,5,6]
[1,1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0,0] => [3,4,7,1,8,9,2,5,6]
[1,1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [3,4,7,8,1,9,2,5,6]
[1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [3,4,7,8,9,1,2,5,6]
[1,1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0] => [3,4,1,2,5,8,6,7,9]
[1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0] => [3,4,1,2,8,9,5,6,7]
[1,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [3,4,1,2,8,5,6,7,9]
[1,1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0] => [3,4,1,8,9,2,5,6,7]
[1,1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [3,4,8,9,1,2,5,6,7]
[1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [3,4,1,2,5,6,9,7,8]
[1,1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0] => [3,4,1,9,2,5,6,7,8]
[1,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [3,4,9,1,2,5,6,7,8]
[1,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,1,2,5,6,7,8,9]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [3,1,5,6,7,8,9,2,4]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0] => [3,1,5,6,7,8,2,4,9]
[1,1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0,0] => [3,1,5,6,7,9,2,4,8]
[1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0] => [3,1,5,6,2,8,9,4,7]
[1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,0] => [3,1,5,6,8,2,9,4,7]
[1,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [3,1,5,6,8,9,2,4,7]
[1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [3,1,5,6,2,4,9,7,8]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0] => [3,1,5,2,7,8,9,4,6]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0,0] => [3,1,5,2,7,8,4,6,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [3,1,5,2,7,4,9,6,8]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0,0] => [3,1,5,2,7,9,4,6,8]
[1,1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0,0] => [3,1,5,2,7,4,6,8,9]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0] => [3,1,5,7,2,9,4,6,8]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [3,1,5,7,9,2,4,6,8]
[1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [3,1,5,2,8,4,9,6,7]
[1,1,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [3,1,5,8,2,9,4,6,7]
[1,1,0,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0] => [3,1,5,8,2,4,6,7,9]
[1,1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [3,1,5,2,4,6,7,8,9]
[1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [3,5,1,6,7,8,9,2,4]
[1,1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [3,5,1,6,7,8,2,4,9]
[1,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,0] => [3,5,1,6,7,9,2,4,8]
[1,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [3,5,1,6,2,8,9,4,7]
[1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0] => [3,5,1,6,8,2,9,4,7]
[1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [3,5,1,6,2,4,7,8,9]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [3,5,6,1,7,8,9,2,4]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [3,5,6,7,8,1,9,2,4]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [3,5,6,7,8,9,1,2,4]
[1,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [3,5,6,7,8,1,2,4,9]
[1,1,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [3,5,6,7,1,2,4,8,9]
[1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,1,0,0] => [3,5,6,1,2,4,9,7,8]
[1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [3,5,6,1,2,4,7,8,9]
[1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [3,5,1,7,8,2,4,6,9]
[1,1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [3,5,7,8,9,1,2,4,6]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [3,5,7,1,9,2,4,6,8]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [3,5,7,9,1,2,4,6,8]
[1,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [3,5,1,8,2,9,4,6,7]
[1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [3,5,1,2,4,6,7,8,9]
[1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [3,1,2,6,7,8,9,4,5]
[1,1,0,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [3,1,2,6,7,9,4,5,8]
[1,1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0] => [3,1,2,6,8,9,4,5,7]
[1,1,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0] => [3,1,2,6,9,4,5,7,8]
[1,1,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0] => [3,1,6,2,7,9,4,5,8]
[1,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [3,1,6,7,8,9,2,4,5]
[1,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [3,6,1,2,7,8,9,4,5]
[1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [3,6,1,2,7,4,5,8,9]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,0,1,0,0] => [3,6,1,7,8,2,9,4,5]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [3,6,1,7,8,9,2,4,5]
[1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0] => [3,6,7,1,2,8,9,4,5]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [3,6,7,1,8,9,2,4,5]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [3,6,7,8,1,2,9,4,5]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [3,6,7,8,1,9,2,4,5]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [3,6,7,8,9,1,2,4,5]
[1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [3,1,2,4,7,8,9,5,6]
[1,1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0] => [3,1,2,4,7,5,6,8,9]
[1,1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [3,1,2,7,8,9,4,5,6]
[1,1,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [3,1,2,7,4,5,6,8,9]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [3,1,7,2,8,4,9,5,6]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0,0] => [3,1,7,2,8,9,4,5,6]
[1,1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0] => [3,1,7,8,9,2,4,5,6]
[1,1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [3,7,1,2,4,8,5,6,9]
[1,1,0,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0] => [3,7,1,8,9,2,4,5,6]
[1,1,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [3,7,8,1,2,9,4,5,6]
[1,1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [3,7,8,9,1,2,4,5,6]
[1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0] => [3,7,9,1,2,4,5,6,8]
[1,1,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [3,7,1,2,4,5,6,8,9]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0] => [3,1,2,4,5,8,9,6,7]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [3,1,2,4,5,8,6,7,9]
[1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [3,1,2,4,8,5,6,7,9]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0] => [3,1,2,8,4,9,5,6,7]
[1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [3,1,2,8,9,4,5,6,7]
[1,1,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [3,1,2,8,4,5,6,7,9]
[1,1,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [3,1,8,9,2,4,5,6,7]
[1,1,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0] => [3,1,8,2,4,5,6,7,9]
[1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0] => [3,8,1,2,4,5,9,6,7]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [3,8,1,2,9,4,5,6,7]
[1,1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0] => [3,8,1,9,2,4,5,6,7]
[1,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [3,8,9,1,2,4,5,6,7]
[1,1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [3,8,1,2,4,5,6,7,9]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [3,1,2,4,5,6,9,7,8]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [3,1,2,4,5,9,6,7,8]
[1,1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [3,1,2,9,4,5,6,7,8]
[1,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [3,1,9,2,4,5,6,7,8]
[1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [3,9,1,2,4,5,6,7,8]
[1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,1,2,4,5,6,7,8,9]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,5,6,7,8,9,2,3]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,4,5,6,7,8,2,3,9]
[1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [1,4,5,6,7,2,9,3,8]
[1,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,4,5,6,7,9,2,3,8]
[1,1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [1,4,5,6,7,2,3,8,9]
[1,1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [1,4,5,6,2,8,9,3,7]
[1,1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [1,4,5,6,8,9,2,3,7]
[1,1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [1,4,5,7,8,9,2,3,6]
[1,1,1,0,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [1,4,5,8,9,2,3,6,7]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0,0] => [1,4,5,8,2,3,6,7,9]
[1,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [1,4,5,9,2,3,6,7,8]
[1,1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [1,4,5,2,3,6,7,8,9]
[1,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [1,4,2,6,7,8,9,3,5]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [1,4,2,6,3,8,9,5,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,4,2,6,3,8,5,7,9]
[1,1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0,0] => [1,4,2,6,8,3,9,5,7]
[1,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [1,4,2,6,8,3,5,7,9]
[1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,0] => [1,4,6,2,7,8,9,3,5]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [1,4,6,7,8,9,2,3,5]
[1,1,1,0,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [1,4,6,7,8,2,3,5,9]
[1,1,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0,0] => [1,4,6,7,2,3,5,8,9]
[1,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [1,4,6,8,2,3,5,7,9]
[1,1,1,0,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [1,4,6,2,3,5,7,8,9]
[1,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [1,4,2,3,7,8,9,5,6]
[1,1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [1,4,2,7,8,9,3,5,6]
[1,1,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [1,4,7,8,9,2,3,5,6]
[1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,0] => [1,4,2,3,5,8,9,6,7]
[1,1,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,4,8,9,2,3,5,6,7]
[1,1,1,0,0,1,1,1,1,0,1,1,0,0,0,0,0,0] => [1,4,8,2,3,5,6,7,9]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [1,4,2,3,5,6,9,7,8]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,0,0] => [1,4,2,3,5,9,6,7,8]
[1,1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,4,9,2,3,5,6,7,8]
[1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,4,2,3,5,6,7,8,9]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [4,1,5,6,7,8,9,2,3]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0,0] => [4,1,5,6,7,8,2,3,9]
[1,1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0,0] => [4,1,5,6,7,9,2,3,8]
[1,1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [4,1,5,6,8,9,2,3,7]
[1,1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0,0] => [4,1,5,6,2,3,7,8,9]
[1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0,0] => [4,1,5,2,7,8,9,3,6]
[1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [4,1,5,2,8,3,9,6,7]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0,0] => [4,1,5,9,2,3,6,7,8]
[1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [4,1,5,2,3,6,7,8,9]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [4,5,1,6,7,8,9,2,3]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [4,5,1,6,7,8,2,3,9]
[1,1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0,0] => [4,5,1,6,7,9,2,3,8]
[1,1,1,0,1,0,1,0,0,1,0,1,1,1,0,0,0,0] => [4,5,1,6,7,2,3,8,9]
[1,1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0] => [4,5,1,6,8,9,2,3,7]
[1,1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [4,5,1,6,2,3,7,8,9]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [4,5,6,1,7,8,9,2,3]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0,0] => [4,5,6,1,7,8,2,3,9]
[1,1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [4,5,6,1,7,2,3,8,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [4,5,6,7,1,8,9,2,3]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [4,5,6,7,1,8,2,3,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [4,5,6,7,8,1,9,2,3]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [4,5,6,7,8,9,1,2,3]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [4,5,6,7,8,1,2,3,9]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,0] => [4,5,6,7,1,2,9,3,8]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0,0] => [4,5,6,7,1,9,2,3,8]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [4,5,6,7,9,1,2,3,8]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [4,5,6,7,1,2,3,8,9]
[1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [4,5,6,1,2,8,9,3,7]
[1,1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [4,5,6,1,8,9,2,3,7]
[1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0,0] => [4,5,6,8,1,2,9,3,7]
[1,1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0,0] => [4,5,6,8,9,1,2,3,7]
[1,1,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0,0] => [4,5,6,8,1,2,3,7,9]
[1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0,0] => [4,5,6,1,2,3,9,7,8]
[1,1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [4,5,6,9,1,2,3,7,8]
[1,1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [4,5,6,1,2,3,7,8,9]
[1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,0] => [4,5,1,2,7,8,9,3,6]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0,0] => [4,5,1,7,8,9,2,3,6]
[1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,1,0,0] => [4,5,7,1,2,8,9,3,6]
[1,1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0,0] => [4,5,7,8,1,9,2,3,6]
[1,1,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [4,5,7,8,9,1,2,3,6]
[1,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [4,5,7,9,1,2,3,6,8]
[1,1,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [4,5,1,2,3,8,9,6,7]
[1,1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0,0] => [4,5,1,2,8,9,3,6,7]
[1,1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [4,5,8,1,2,9,3,6,7]
[1,1,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [4,5,8,9,1,2,3,6,7]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0,0] => [4,5,1,2,3,6,9,7,8]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0,0] => [4,5,1,2,3,9,6,7,8]
[1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,1,2,3,6,7,8,9]
[1,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [4,1,2,6,7,8,9,3,5]
[1,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [4,1,6,7,8,9,2,3,5]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,0] => [4,1,6,7,2,9,3,5,8]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [4,1,6,2,8,3,9,5,7]
[1,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [4,1,6,2,8,3,5,7,9]
[1,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [4,1,6,8,2,3,5,7,9]
[1,1,1,0,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [4,6,1,2,7,8,9,3,5]
[1,1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [4,6,1,7,8,9,2,3,5]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0,0] => [4,6,7,1,2,8,9,3,5]
[1,1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [4,6,7,1,8,9,2,3,5]
[1,1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [4,6,7,1,8,2,3,5,9]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [4,6,7,8,1,2,9,3,5]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [4,6,7,8,1,9,2,3,5]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [4,6,7,8,9,1,2,3,5]
[1,1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0,0] => [4,6,7,8,1,2,3,5,9]
[1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [4,6,1,8,2,3,9,5,7]
[1,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [4,6,8,9,1,2,3,5,7]
[1,1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0,0] => [4,6,1,2,3,5,7,8,9]
[1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [4,1,2,3,7,8,9,5,6]
[1,1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [4,1,2,3,7,8,5,6,9]
[1,1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [4,1,2,7,8,9,3,5,6]
[1,1,1,0,1,1,1,0,0,0,1,1,0,1,0,0,0,0] => [4,1,2,7,9,3,5,6,8]
[1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [4,1,2,7,3,5,6,8,9]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [4,1,7,2,3,8,5,6,9]
[1,1,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0,0] => [4,7,1,2,8,9,3,5,6]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [4,7,1,8,2,9,3,5,6]
[1,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [4,7,8,1,2,9,3,5,6]
[1,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [4,7,8,1,9,2,3,5,6]
[1,1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [4,7,8,9,1,2,3,5,6]
[1,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,0,0] => [4,7,8,1,2,3,5,6,9]
[1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [4,7,1,2,3,5,9,6,8]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [4,7,1,2,9,3,5,6,8]
[1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [4,7,1,2,3,5,6,8,9]
[1,1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [4,1,2,3,5,8,6,7,9]
[1,1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [4,1,2,3,8,9,5,6,7]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [4,1,2,3,8,5,6,7,9]
[1,1,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [4,1,2,8,3,5,6,7,9]
[1,1,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [4,8,9,1,2,3,5,6,7]
[1,1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [4,8,1,2,3,5,6,7,9]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [4,1,2,3,5,6,9,7,8]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [4,1,2,3,5,9,6,7,8]
[1,1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0,0] => [4,1,2,3,9,5,6,7,8]
[1,1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [4,1,2,9,3,5,6,7,8]
[1,1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [4,1,9,2,3,5,6,7,8]
[1,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [4,9,1,2,3,5,6,7,8]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [4,1,2,3,5,6,7,8,9]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,2,5,6,7,8,9,3,4]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0,0] => [1,2,5,6,7,8,3,4,9]
[1,1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,0,0] => [1,2,5,6,7,9,3,4,8]
[1,1,1,1,0,0,0,1,0,1,0,1,1,1,0,0,0,0] => [1,2,5,6,7,3,4,8,9]
[1,1,1,1,0,0,0,1,0,1,1,0,1,0,1,0,0,0] => [1,2,5,6,8,9,3,4,7]
[1,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,0,0] => [1,2,5,6,9,3,4,7,8]
[1,1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0,0] => [1,2,5,6,3,4,7,8,9]
[1,1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0,0] => [1,2,5,3,7,8,9,4,6]
[1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,2,5,3,7,4,9,6,8]
[1,1,1,1,0,0,0,1,1,0,0,1,1,1,0,0,0,0] => [1,2,5,3,7,4,6,8,9]
[1,1,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0,0] => [1,2,5,7,3,4,6,8,9]
[1,1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,0] => [1,2,5,3,4,8,6,7,9]
[1,1,1,1,0,0,0,1,1,1,0,1,0,1,0,0,0,0] => [1,2,5,8,9,3,4,6,7]
[1,1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,0,0] => [1,2,5,8,3,4,6,7,9]
[1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0,0] => [1,2,5,3,4,6,9,7,8]
[1,1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,0,0] => [1,2,5,9,3,4,6,7,8]
[1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [1,2,5,3,4,6,7,8,9]
[1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,5,2,6,7,8,9,3,4]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0] => [1,5,2,6,3,8,4,7,9]
[1,1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,0] => [1,5,2,6,3,4,7,8,9]
[1,1,1,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0] => [1,5,6,2,7,8,9,3,4]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0] => [1,5,6,7,2,8,9,3,4]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,1,0,0,0] => [1,5,6,7,2,8,3,4,9]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0,0] => [1,5,6,7,8,2,9,3,4]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,5,6,7,8,9,2,3,4]
[1,1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,5,6,7,8,2,3,4,9]
[1,1,1,1,0,0,1,0,1,0,1,1,0,1,0,0,0,0] => [1,5,6,7,9,2,3,4,8]
[1,1,1,1,0,0,1,0,1,0,1,1,1,0,0,0,0,0] => [1,5,6,7,2,3,4,8,9]
[1,1,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0,0] => [1,5,6,2,8,3,4,7,9]
[1,1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,0,0] => [1,5,6,8,2,9,3,4,7]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0,0] => [1,5,6,8,2,3,4,7,9]
[1,1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0,0] => [1,5,6,2,3,9,4,7,8]
[1,1,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0,0] => [1,5,2,7,8,9,3,4,6]
[1,1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0,0] => [1,5,7,8,9,2,3,4,6]
[1,1,1,1,0,0,1,1,1,0,1,0,1,0,0,0,0,0] => [1,5,8,9,2,3,4,6,7]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [1,5,2,3,4,9,6,7,8]
[1,1,1,1,0,0,1,1,1,1,0,0,1,0,0,0,0,0] => [1,5,2,9,3,4,6,7,8]
[1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,0,0,0] => [1,5,9,2,3,4,6,7,8]
[1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0] => [1,5,2,3,4,6,7,8,9]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,0] => [5,1,2,6,7,8,9,3,4]
[1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,0] => [5,1,2,6,9,3,4,7,8]
[1,1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0,0] => [5,1,2,6,3,4,7,8,9]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [5,1,6,2,7,3,9,4,8]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0,0] => [5,1,6,7,8,2,9,3,4]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [5,1,6,7,8,9,2,3,4]
[1,1,1,1,0,1,0,0,1,0,1,1,0,1,0,0,0,0] => [5,1,6,7,9,2,3,4,8]
[1,1,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0,0] => [5,1,6,2,3,4,7,8,9]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,0] => [5,6,1,2,7,8,9,3,4]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,1,0,0,0] => [5,6,1,2,7,8,3,4,9]
[1,1,1,1,0,1,0,1,0,0,0,1,1,0,1,0,0,0] => [5,6,1,2,7,9,3,4,8]
[1,1,1,1,0,1,0,1,0,0,0,1,1,1,0,0,0,0] => [5,6,1,2,7,3,4,8,9]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,1,0,0] => [5,6,1,7,2,8,9,3,4]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0] => [5,6,1,7,2,8,3,4,9]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,1,0,0] => [5,6,1,7,8,2,9,3,4]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0] => [5,6,1,7,8,9,2,3,4]
[1,1,1,1,0,1,0,1,0,0,1,1,1,0,0,0,0,0] => [5,6,1,7,2,3,4,8,9]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,0] => [5,6,7,1,2,8,9,3,4]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0,0] => [5,6,7,1,2,8,3,4,9]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0,0] => [5,6,7,1,8,2,9,3,4]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0] => [5,6,7,1,8,9,2,3,4]
[1,1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0,0] => [5,6,7,1,8,2,3,4,9]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0] => [5,6,7,8,1,2,9,3,4]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [5,6,7,8,1,9,2,3,4]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [5,6,7,8,9,1,2,3,4]
[1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [5,6,7,8,1,2,3,4,9]
[1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0,0] => [5,6,7,1,2,3,9,4,8]
[1,1,1,1,0,1,0,1,0,1,1,0,0,1,0,0,0,0] => [5,6,7,1,9,2,3,4,8]
[1,1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0] => [5,6,7,9,1,2,3,4,8]
[1,1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0,0] => [5,6,7,1,2,3,4,8,9]
[1,1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,0] => [5,6,1,2,3,8,9,4,7]
[1,1,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0,0] => [5,6,1,2,3,8,4,7,9]
[1,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,0] => [5,6,1,8,9,2,3,4,7]
[1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,1,0,0] => [5,6,8,1,2,3,9,4,7]
[1,1,1,1,0,1,0,1,1,0,1,0,0,1,0,0,0,0] => [5,6,8,1,9,2,3,4,7]
[1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0,0] => [5,6,8,9,1,2,3,4,7]
[1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,1,0,0] => [5,6,1,2,3,4,9,7,8]
[1,1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0] => [5,6,9,1,2,3,4,7,8]
[1,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0] => [5,6,1,2,3,4,7,8,9]
[1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0,0] => [5,1,2,3,7,8,9,4,6]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [5,1,7,2,8,3,9,4,6]
[1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0] => [5,1,7,8,2,3,4,6,9]
[1,1,1,1,0,1,1,0,1,0,0,1,0,1,0,0,0,0] => [5,7,1,8,9,2,3,4,6]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0] => [5,7,8,1,2,9,3,4,6]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0] => [5,7,8,9,1,2,3,4,6]
[1,1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,0] => [5,7,8,1,2,3,4,6,9]
[1,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0,0] => [5,7,1,2,3,4,6,8,9]
[1,1,1,1,0,1,1,1,0,0,0,0,0,1,1,0,0,0] => [5,1,2,3,4,8,6,7,9]
[1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,0,0] => [5,1,2,8,3,4,9,6,7]
[1,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0,0] => [5,1,2,8,9,3,4,6,7]
[1,1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,0] => [5,1,2,8,3,4,6,7,9]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [5,1,8,2,3,9,4,6,7]
[1,1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,0] => [5,1,8,9,2,3,4,6,7]
[1,1,1,1,0,1,1,1,0,0,1,1,0,0,0,0,0,0] => [5,1,8,2,3,4,6,7,9]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0,0] => [5,8,1,2,3,4,9,6,7]
[1,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,0] => [5,8,1,2,9,3,4,6,7]
[1,1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0,0] => [5,8,9,1,2,3,4,6,7]
[1,1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,0,0] => [5,8,1,2,3,4,6,7,9]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0,0] => [5,1,2,3,4,6,9,7,8]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,1,0,0,0] => [5,1,2,3,4,9,6,7,8]
[1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0] => [5,1,2,3,9,4,6,7,8]
[1,1,1,1,0,1,1,1,1,0,0,1,0,0,0,0,0,0] => [5,1,9,2,3,4,6,7,8]
[1,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0,0] => [5,9,1,2,3,4,6,7,8]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0] => [5,1,2,3,4,6,7,8,9]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,0] => [1,2,3,6,7,8,9,4,5]
[1,1,1,1,1,0,0,0,0,1,0,1,1,0,1,0,0,0] => [1,2,3,6,7,9,4,5,8]
[1,1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0,0] => [1,2,3,6,7,4,5,8,9]
[1,1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,0] => [1,2,3,6,4,8,9,5,7]
[1,1,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,0] => [1,2,3,6,9,4,5,7,8]
[1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0] => [1,2,3,6,4,5,7,8,9]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0,0] => [1,2,6,3,7,8,9,4,5]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,0,1,0,0] => [1,2,6,7,3,8,9,4,5]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0,0] => [1,2,6,7,8,3,9,4,5]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0,0] => [1,2,6,7,8,9,3,4,5]
[1,1,1,1,1,0,0,0,1,0,1,0,1,1,0,0,0,0] => [1,2,6,7,8,3,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,3,4,5,8,9]
[1,1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,0,0] => [1,2,6,3,8,4,5,7,9]
[1,1,1,1,1,0,0,0,1,1,1,0,0,0,1,0,0,0] => [1,2,6,3,4,9,5,7,8]
[1,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0,0] => [1,2,6,9,3,4,5,7,8]
[1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0] => [1,2,6,3,4,5,7,8,9]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,1,0,0] => [1,6,2,3,7,8,9,4,5]
[1,1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0,0] => [1,6,2,3,7,4,5,8,9]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0,0] => [1,6,2,7,3,8,9,4,5]
[1,1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0,0] => [1,6,7,8,2,9,3,4,5]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [1,6,7,8,9,2,3,4,5]
[1,1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0,0] => [1,6,7,8,2,3,4,5,9]
[1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0,0] => [1,6,2,8,3,4,5,7,9]
[1,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,0,0] => [1,6,8,9,2,3,4,5,7]
[1,1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0] => [1,6,8,2,3,4,5,7,9]
[1,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0,0] => [1,6,2,3,9,4,5,7,8]
[1,1,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0,0] => [1,6,9,2,3,4,5,7,8]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,0] => [6,1,2,3,7,8,9,4,5]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0] => [6,1,2,3,7,8,4,5,9]
[1,1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0,0] => [6,1,2,3,7,4,5,8,9]
[1,1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0,0] => [6,1,2,7,8,9,3,4,5]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [6,1,7,2,8,3,9,4,5]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,0] => [6,1,7,2,8,9,3,4,5]
[1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0,0] => [6,1,7,8,9,2,3,4,5]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0] => [6,1,7,2,3,9,4,5,8]
[1,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,0] => [6,1,7,9,2,3,4,5,8]
[1,1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,0,0] => [6,1,7,2,3,4,5,8,9]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0,0] => [6,7,1,2,8,3,9,4,5]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0,0] => [6,7,1,2,8,9,3,4,5]
[1,1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0,0] => [6,7,1,8,9,2,3,4,5]
[1,1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,0] => [6,7,1,8,2,3,4,5,9]
[1,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,0] => [6,7,8,1,2,9,3,4,5]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [6,7,8,1,9,2,3,4,5]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [6,7,8,9,1,2,3,4,5]
[1,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [6,7,8,1,2,3,4,5,9]
[1,1,1,1,1,0,1,0,1,1,0,0,1,0,0,0,0,0] => [6,7,1,9,2,3,4,5,8]
[1,1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,0,0] => [6,7,9,1,2,3,4,5,8]
[1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0] => [6,7,1,2,3,4,5,8,9]
[1,1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0,0] => [6,1,8,9,2,3,4,5,7]
[1,1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0] => [6,1,8,2,3,4,5,7,9]
[1,1,1,1,1,0,1,1,0,1,0,0,1,0,0,0,0,0] => [6,8,1,9,2,3,4,5,7]
[1,1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,0] => [6,8,9,1,2,3,4,5,7]
[1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0] => [6,8,1,2,3,4,5,7,9]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0] => [6,1,2,3,4,5,9,7,8]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0] => [6,1,2,3,4,9,5,7,8]
[1,1,1,1,1,0,1,1,1,0,0,0,0,1,0,0,0,0] => [6,1,2,3,9,4,5,7,8]
[1,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,0] => [6,1,2,9,3,4,5,7,8]
[1,1,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0] => [6,1,9,2,3,4,5,7,8]
[1,1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,0] => [6,9,1,2,3,4,5,7,8]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0] => [6,1,2,3,4,5,7,8,9]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,0] => [1,2,3,4,7,8,9,5,6]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0,0] => [1,2,3,4,7,8,5,6,9]
[1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0,0] => [1,2,3,4,7,5,9,6,8]
[1,1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,0,0] => [1,2,3,4,7,9,5,6,8]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,0] => [1,2,3,4,7,5,6,8,9]
[1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,0] => [1,2,3,7,4,8,9,5,6]
[1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0,0] => [1,2,3,7,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,3,7,9,4,5,6,8]
[1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0] => [1,2,3,7,4,5,6,8,9]
[1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0,0] => [1,2,7,3,4,8,9,5,6]
[1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,0] => [1,2,7,3,8,4,9,5,6]
[1,1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0,0] => [1,2,7,8,9,3,4,5,6]
[1,1,1,1,1,1,0,0,0,1,0,1,1,0,0,0,0,0] => [1,2,7,8,3,4,5,6,9]
[1,1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,0,0] => [1,2,7,3,4,9,5,6,8]
[1,1,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0,0] => [1,2,7,9,3,4,5,6,8]
[1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0] => [1,2,7,3,4,5,6,8,9]
[1,1,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0,0] => [1,7,2,3,4,8,5,6,9]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0] => [1,7,2,8,3,9,4,5,6]
[1,1,1,1,1,1,0,0,1,0,0,1,1,0,0,0,0,0] => [1,7,2,8,3,4,5,6,9]
[1,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0,0] => [1,7,8,2,9,3,4,5,6]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0] => [1,7,8,9,2,3,4,5,6]
[1,1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,0] => [1,7,8,2,3,4,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,9,6,8]
[1,1,1,1,1,1,0,0,1,1,0,0,1,0,0,0,0,0] => [1,7,2,9,3,4,5,6,8]
[1,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0] => [1,7,9,2,3,4,5,6,8]
[1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0] => [1,7,2,3,4,5,6,8,9]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,0] => [7,1,2,3,4,8,9,5,6]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0,0] => [7,1,2,3,4,8,5,6,9]
[1,1,1,1,1,1,0,1,0,0,0,1,1,0,0,0,0,0] => [7,1,2,8,3,4,5,6,9]
[1,1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,0] => [7,1,8,2,3,9,4,5,6]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0] => [7,1,8,2,9,3,4,5,6]
[1,1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0,0] => [7,1,8,9,2,3,4,5,6]
[1,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,0] => [7,1,8,2,3,4,5,6,9]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0,0] => [7,8,1,2,3,4,9,5,6]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,1,0,0,0] => [7,8,1,2,3,9,4,5,6]
[1,1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0,0] => [7,8,1,2,9,3,4,5,6]
[1,1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0,0] => [7,8,1,9,2,3,4,5,6]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [7,8,9,1,2,3,4,5,6]
[1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0] => [7,8,1,2,3,4,5,6,9]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,0] => [7,1,2,3,4,5,9,6,8]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,0,0] => [7,1,2,3,4,9,5,6,8]
[1,1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,0,0] => [7,1,2,9,3,4,5,6,8]
[1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0] => [7,1,9,2,3,4,5,6,8]
[1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0] => [7,9,1,2,3,4,5,6,8]
[1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0] => [7,1,2,3,4,5,6,8,9]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,0] => [1,2,3,4,5,8,9,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0] => [1,2,3,4,5,8,6,7,9]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,0] => [1,2,3,4,8,5,9,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0,0] => [1,2,3,4,8,9,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [1,2,3,4,8,5,6,7,9]
[1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,1,0,0] => [1,2,3,8,4,5,9,6,7]
[1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0] => [1,2,3,8,4,5,6,7,9]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0,0] => [1,2,8,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,9,5,6,7]
[1,1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0] => [1,2,8,9,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0] => [1,2,8,3,4,5,6,7,9]
[1,1,1,1,1,1,1,0,0,1,0,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,1,0,0,0,0,1,0,0,0] => [1,8,2,3,4,9,5,6,7]
[1,1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0,0] => [1,8,2,3,9,4,5,6,7]
[1,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0] => [1,8,2,9,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0] => [1,8,9,2,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,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,0,1,0,0] => [8,1,2,3,4,5,9,6,7]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,0] => [8,1,2,3,4,9,5,6,7]
[1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0] => [8,1,2,3,9,4,5,6,7]
[1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0] => [8,1,2,9,3,4,5,6,7]
[1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0] => [8,1,9,2,3,4,5,6,7]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [8,9,1,2,3,4,5,6,7]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [8,1,2,3,4,5,6,7,9]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [1,2,3,4,5,6,9,7,8]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [1,2,3,4,5,9,6,7,8]
[1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0] => [1,2,3,4,9,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,9,4,5,6,7,8]
[1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [1,2,9,3,4,5,6,7,8]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [1,9,2,3,4,5,6,7,8]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [9,1,2,3,4,5,6,7,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,3,4,5,6,7,8,9,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,3,4,5,6,7,8,1,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,3,4,5,6,7,9,1,8]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,3,4,5,6,8,9,1,7]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,3,4,5,7,8,9,1,6]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [2,3,4,6,7,8,9,1,5]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,5,6,7,8,9,1,4]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,4,5,6,7,8,9,1,3]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,3,4,5,6,7,1,8,9]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [2,3,4,5,6,1,9,7,8]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0] => [2,3,4,5,1,8,9,6,7]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0] => [2,3,4,1,7,8,9,5,6]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [2,3,1,6,7,8,9,4,5]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [2,1,5,6,7,8,9,3,4]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [2,3,4,5,6,9,1,7,8]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [2,3,4,5,8,1,9,6,7]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [2,3,4,5,6,1,7,8,9]
[1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [2,3,4,7,1,8,9,5,6]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0] => [2,3,4,5,1,6,9,7,8]
[1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [2,3,6,1,7,8,9,4,5]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0] => [2,3,4,1,5,8,9,6,7]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [2,5,1,6,7,8,9,3,4]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [2,3,4,5,8,9,1,6,7]
[1,0,1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [2,3,4,5,8,1,6,7,9]
[1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0] => [2,3,6,7,1,8,9,4,5]
[1,0,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,3,4,5,9,1,6,7,8]
[1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [2,5,6,1,7,8,9,3,4]
[1,0,1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0] => [2,3,6,1,4,8,9,5,7]
[1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [2,3,4,8,1,5,9,6,7]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,1,0,0] => [2,3,7,1,4,8,9,5,6]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [2,3,4,7,8,9,1,5,6]
[1,0,1,0,1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [2,3,4,7,8,1,5,6,9]
[1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [2,3,4,5,1,6,7,8,9]
[1,0,1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [2,3,4,7,9,1,5,6,8]
[1,0,1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [2,5,6,1,3,8,9,4,7]
[1,0,1,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [2,3,1,4,5,8,9,6,7]
[1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [2,3,6,8,1,4,9,5,7]
[1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0] => [2,3,7,8,1,4,9,5,6]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,6,7,8,9,1,4,5]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [2,5,6,7,8,1,9,3,4]
[1,0,1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [2,3,6,7,8,1,4,5,9]
[1,0,1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0] => [2,3,4,1,9,5,6,7,8]
[1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [2,5,1,3,4,8,9,6,7]
[1,0,1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0] => [2,5,6,8,1,3,9,4,7]
[1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [2,3,1,8,4,5,9,6,7]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [2,6,7,8,1,3,9,4,5]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,5,6,7,8,9,1,3,4]
[1,0,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [2,5,6,7,8,1,3,4,9]
[1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [2,3,4,9,1,5,6,7,8]
[1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [2,3,8,1,4,5,9,6,7]
[1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,3,4,1,5,6,7,8,9]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [2,5,1,8,3,4,9,6,7]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0] => [2,1,3,4,5,8,9,6,7]
[1,0,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [2,5,7,8,9,1,3,4,6]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [2,6,7,8,9,1,3,4,5]
[1,0,1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0] => [2,3,6,9,1,4,5,7,8]
[1,0,1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [2,3,1,4,9,5,6,7,8]
[1,0,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [2,3,8,9,1,4,5,6,7]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,3,4,5,6,7,1,9,8]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [2,3,4,5,6,1,8,9,7]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [2,3,4,5,6,1,8,7,9]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [2,3,4,5,6,1,7,9,8]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [2,3,4,5,1,7,8,9,6]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0] => [2,3,4,5,1,7,8,6,9]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [2,3,4,5,1,7,6,9,8]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [2,3,4,5,1,7,6,8,9]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0] => [2,3,4,5,1,6,8,9,7]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0] => [2,3,4,5,1,6,8,7,9]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [2,3,4,5,1,6,7,9,8]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [2,3,4,1,6,7,8,9,5]
[1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0] => [2,3,4,1,6,7,5,9,8]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0] => [2,3,4,1,6,5,8,9,7]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,3,4,1,6,5,8,7,9]
[1,0,1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0] => [2,3,4,1,6,5,7,8,9]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [2,3,4,1,5,7,8,9,6]
[1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0] => [2,3,4,1,5,7,6,9,8]
[1,0,1,0,1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [2,3,4,1,5,7,6,8,9]
[1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [2,3,4,1,5,6,7,9,8]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,3,1,5,6,7,8,9,4]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [2,3,1,5,6,7,8,4,9]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0] => [2,3,1,5,6,7,4,9,8]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,1,0,0,0] => [2,3,1,5,6,7,4,8,9]
[1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,1,0,0] => [2,3,1,5,6,4,8,7,9]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [2,3,1,5,4,7,8,9,6]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,3,1,5,4,7,6,9,8]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [2,3,1,5,4,7,6,8,9]
[1,0,1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [2,3,1,5,4,6,8,7,9]
[1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0] => [2,3,1,5,4,6,7,9,8]
[1,0,1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [2,3,1,5,4,6,7,8,9]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,3,1,4,6,7,8,9,5]
[1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,3,1,4,6,5,8,7,9]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [2,3,1,4,5,7,8,9,6]
[1,0,1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [2,3,1,4,5,7,6,8,9]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [2,3,1,4,5,6,8,9,7]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [2,3,1,4,5,6,8,7,9]
[1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [2,3,1,4,5,6,7,9,8]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,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,1,0,0] => [2,1,4,5,6,7,8,3,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,1,4,5,6,7,3,9,8]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,1,4,5,6,7,3,8,9]
[1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0] => [2,1,4,5,6,3,8,9,7]
[1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0] => [2,1,4,5,3,7,8,9,6]
[1,0,1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [2,1,4,5,3,6,7,8,9]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [2,1,4,3,6,7,8,9,5]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0] => [2,1,4,3,6,7,8,5,9]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0] => [2,1,4,3,6,5,8,9,7]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,1,4,3,6,5,8,7,9]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [2,1,4,3,6,5,7,9,8]
[1,0,1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [2,1,4,3,6,5,7,8,9]
[1,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [2,1,4,3,5,7,8,9,6]
[1,0,1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [2,1,4,3,5,7,6,8,9]
[1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [2,1,4,3,5,6,7,9,8]
[1,0,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,1,4,3,5,6,7,8,9]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,3,5,6,7,8,9,4]
[1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,3,5,4,7,6,9,8]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0] => [2,1,3,5,4,6,8,9,7]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [2,1,3,5,4,6,8,7,9]
[1,0,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [2,1,3,5,4,6,7,8,9]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [2,1,3,4,6,7,8,9,5]
[1,0,1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0] => [2,1,3,4,6,7,5,8,9]
[1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0] => [2,1,3,4,6,5,8,9,7]
[1,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [2,1,3,4,6,5,7,8,9]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0] => [2,1,3,4,5,7,8,9,6]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [2,1,3,4,5,7,6,8,9]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0] => [2,1,3,4,5,6,8,9,7]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [2,1,3,4,5,6,8,7,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,3,4,5,6,7,8,9,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [1,3,4,5,6,7,8,2,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,3,4,5,6,7,2,9,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [1,3,4,5,6,7,2,8,9]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [1,3,4,5,6,2,8,9,7]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [1,3,4,5,6,2,8,7,9]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [1,3,4,5,6,2,7,9,8]
[1,1,0,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [1,3,4,5,6,2,7,8,9]
[1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [1,3,4,5,2,7,8,9,6]
[1,1,0,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [1,3,4,5,2,7,6,8,9]
[1,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [1,3,4,5,2,6,7,9,8]
[1,1,0,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [1,3,4,5,2,6,7,8,9]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [1,3,4,2,6,7,8,9,5]
[1,1,0,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,3,4,2,6,5,8,7,9]
[1,1,0,0,1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [1,3,4,2,5,7,6,8,9]
[1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [1,3,4,2,5,6,7,9,8]
[1,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [1,3,4,2,5,6,7,8,9]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [1,3,2,5,6,7,8,9,4]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [1,3,2,5,6,7,8,4,9]
[1,1,0,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [1,3,2,5,6,4,7,8,9]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [1,3,2,5,4,7,8,9,6]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0] => [1,3,2,5,4,7,8,6,9]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [1,3,2,5,4,7,6,9,8]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [1,3,2,5,4,7,6,8,9]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0] => [1,3,2,5,4,6,8,9,7]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [1,3,2,5,4,6,8,7,9]
[1,1,0,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [1,3,2,5,4,6,7,8,9]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [1,3,2,4,6,7,8,9,5]
[1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0] => [1,3,2,4,6,5,7,9,8]
[1,1,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [1,3,2,4,6,5,7,8,9]
[1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [1,3,2,4,5,7,8,9,6]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [1,3,2,4,5,7,6,8,9]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [1,3,2,4,5,6,8,9,7]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [1,3,2,4,5,6,8,7,9]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [1,3,2,4,5,6,7,9,8]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,2,4,5,6,7,8,9,3]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [1,2,4,5,6,7,8,3,9]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,2,4,5,6,7,3,9,8]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,1,0,0,0] => [1,2,4,5,6,7,3,8,9]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,0] => [1,2,4,5,3,7,8,6,9]
[1,1,1,0,0,0,1,0,1,1,0,0,1,1,0,0,1,0] => [1,2,4,5,3,7,6,9,8]
[1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [1,2,4,5,3,6,7,9,8]
[1,1,1,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [1,2,4,5,3,6,7,8,9]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [1,2,4,3,6,7,8,9,5]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,2,4,3,6,5,8,7,9]
[1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [1,2,4,3,5,7,8,9,6]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [1,2,4,3,5,7,6,8,9]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [1,2,4,3,5,6,8,7,9]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [1,2,4,3,5,6,7,9,8]
[1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [1,2,4,3,5,6,7,8,9]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [1,2,3,5,6,7,8,9,4]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,1,0,0] => [1,2,3,5,6,7,8,4,9]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,1,0,0,0] => [1,2,3,5,6,7,4,8,9]
[1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0,1,0] => [1,2,3,5,6,4,7,9,8]
[1,1,1,1,0,0,0,0,1,0,1,1,1,1,0,0,0,0] => [1,2,3,5,6,4,7,8,9]
[1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,1,0] => [1,2,3,5,4,7,8,9,6]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0,1,0] => [1,2,3,5,4,7,6,9,8]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,1,0,0,0] => [1,2,3,5,4,7,6,8,9]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0,1,0] => [1,2,3,5,4,6,8,9,7]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,1,0,0] => [1,2,3,5,4,6,8,7,9]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [1,2,3,5,4,6,7,9,8]
[1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [1,2,3,5,4,6,7,8,9]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0] => [1,2,3,4,6,7,8,9,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,1,0,0] => [1,2,3,4,6,7,8,5,9]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0,1,0] => [1,2,3,4,6,7,5,9,8]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,0,0,0] => [1,2,3,4,6,7,5,8,9]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0,1,0] => [1,2,3,4,6,5,8,9,7]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,1,0] => [1,2,3,4,6,5,7,9,8]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [1,2,3,4,6,5,7,8,9]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0] => [1,2,3,4,5,7,8,9,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0] => [1,2,3,4,5,7,8,6,9]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,1,0] => [1,2,3,4,5,7,6,9,8]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0] => [1,2,3,4,5,7,6,8,9]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,1,4,5,6,7,8,9,2]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [3,4,1,5,6,7,8,9,2]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [3,4,5,1,6,7,8,9,2]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [3,4,5,6,1,7,8,9,2]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [3,4,5,6,7,1,8,9,2]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,4,5,6,7,8,1,9,2]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [3,1,2,5,6,7,8,9,4]
[1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [3,4,1,2,6,7,8,9,5]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0] => [3,4,5,1,2,7,8,9,6]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0] => [3,4,5,6,1,2,8,9,7]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [3,4,5,6,7,1,2,9,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [1,3,4,5,6,7,9,2,8]
[1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [3,1,4,5,6,7,9,2,8]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,1,4,5,6,7,9,3,8]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [3,1,4,5,6,7,8,2,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [4,5,6,7,8,1,2,9,3]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [4,5,6,7,1,2,8,9,3]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [4,5,6,1,2,7,8,9,3]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [4,5,1,2,6,7,8,9,3]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [4,1,2,5,6,7,8,9,3]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,1,0] => [1,2,3,4,7,5,8,9,6]
[1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,1,0] => [1,2,3,6,4,7,8,9,5]
[1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0,1,0] => [1,2,5,3,6,7,8,9,4]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [1,4,2,5,6,7,8,9,3]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [4,5,6,7,1,2,8,3,9]
[1,1,0,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,6,7,8,9,2,4,5]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [3,5,6,7,8,1,2,9,4]
[1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [3,1,4,2,5,6,7,8,9]
[1,1,1,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [4,1,2,5,3,6,7,8,9]
[1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,0] => [5,1,2,3,6,4,7,8,9]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,0,0,0] => [6,1,2,3,4,7,5,8,9]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,4,5,1,6,7,8,9,3]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,3,5,1,6,7,8,9,4]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0] => [3,4,5,1,6,7,8,2,9]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [1,3,5,2,6,7,8,9,4]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [2,1,6,7,8,9,3,4,5]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [1,4,5,6,7,8,2,9,3]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,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,0,1,1,0,0] => [3,4,5,6,7,1,8,2,9]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,5,6,7,8,9,2,4]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0] => [3,4,5,6,1,7,2,8,9]
[1,1,0,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0] => [3,4,5,1,6,2,7,8,9]
[1,1,0,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0] => [3,4,1,5,9,2,6,7,8]
[1,1,0,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0] => [3,1,4,8,9,2,5,6,7]
[1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0] => [1,3,7,8,9,2,4,5,6]
[1,1,0,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [1,3,5,2,4,6,7,8,9]
[1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [4,1,2,3,5,6,8,7,9]
[1,1,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,0] => [1,2,4,7,3,5,6,8,9]
[1,1,1,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0] => [5,1,2,3,4,7,6,8,9]
[1,1,1,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0] => [1,2,3,5,9,4,6,7,8]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0] => [1,2,3,4,5,7,9,6,8]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,1,0,0,0] => [1,2,3,4,6,9,5,7,8]
[1,1,1,0,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [1,2,4,9,3,5,6,7,8]
[1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0] => [2,3,1,5,6,8,9,4,7]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,1,0,0] => [1,2,3,4,7,5,8,6,9]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0] => [1,3,2,4,5,9,6,7,8]
[1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,0,0] => [1,2,6,3,4,7,5,8,9]
[1,1,1,0,0,0,1,1,1,1,1,0,0,1,0,0,0,0] => [1,2,4,3,9,5,6,7,8]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [2,3,4,5,7,8,1,9,6]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [2,3,4,5,7,1,8,9,6]
[1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [1,3,4,5,7,8,9,2,6]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,1,0,0] => [2,3,4,5,7,1,8,6,9]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [3,4,5,6,1,7,2,9,8]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [3,4,5,1,6,2,8,9,7]
[1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0] => [3,4,1,5,2,7,8,9,6]
[1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [3,1,4,2,6,7,8,9,5]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,2,5,4,7,6,9,8]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [3,1,5,2,4,7,6,9,8]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0] => [3,1,5,2,7,4,6,9,8]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [3,1,5,2,7,4,8,6,9]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [3,1,5,2,6,4,8,7,9]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,1,4,2,6,5,8,7,9]
[1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [3,1,6,2,4,7,5,9,8]
[1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,0,1,0] => [3,1,5,2,8,4,6,9,7]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0,1,0] => [3,1,5,2,7,4,8,9,6]
[1,1,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [3,1,5,2,6,4,9,7,8]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [3,1,4,2,7,5,8,6,9]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [2,1,5,3,6,4,8,7,9]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0] => [3,4,1,5,6,8,9,2,7]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [5,6,7,8,1,2,3,9,4]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [4,5,6,7,1,2,3,9,8]
[1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [3,1,4,5,6,7,2,9,8]
[1,0,1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [2,3,5,1,4,6,7,8,9]
[1,0,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0] => [2,3,4,6,1,5,7,8,9]
[1,0,1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [2,3,4,5,7,1,6,8,9]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,3,4,5,6,8,1,7,9]
[1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [1,2,4,6,7,8,9,3,5]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,1,0,0] => [1,2,3,5,7,8,9,4,6]
[1,1,1,1,0,1,0,0,0,0,1,1,0,1,0,1,0,0] => [5,1,2,3,6,8,9,4,7]
[1,1,1,1,0,1,0,1,0,0,0,0,1,1,0,1,0,0] => [5,6,1,2,3,7,9,4,8]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,1,0,0] => [5,6,7,1,2,3,8,4,9]
[1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0] => [3,4,6,7,1,2,8,9,5]
[1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0] => [3,4,1,5,6,2,8,9,7]
[1,1,1,0,0,0,1,1,1,1,0,1,0,1,0,0,0,0] => [1,2,4,8,9,3,5,6,7]
[1,1,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,0] => [1,2,4,8,3,9,5,6,7]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,0,1,0] => [1,2,3,5,7,8,4,9,6]
[1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,0] => [2,1,3,5,7,8,9,4,6]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,1,0] => [6,1,2,3,4,7,8,9,5]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0] => [5,1,2,3,6,7,8,9,4]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,1,0,0] => [6,1,2,3,4,7,9,5,8]
[1,0,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [2,1,5,3,4,6,7,8,9]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,1,0,0] => [4,1,2,5,6,7,8,3,9]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,1,0,0] => [5,1,2,3,6,7,8,4,9]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,1,0,0] => [6,1,2,3,4,7,8,5,9]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [2,3,4,5,8,1,6,9,7]
[1,0,1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [2,4,5,6,1,8,9,3,7]
[1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0] => [2,3,6,7,1,4,8,9,5]
[1,0,1,0,1,1,0,1,1,0,0,1,0,1,0,1,0,0] => [2,3,5,1,7,8,9,4,6]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,4,1,5,6,7,8,9,3]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [3,1,4,6,7,8,9,2,5]
[1,0,1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0] => [2,1,6,7,8,3,4,5,9]
[1,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [2,3,1,7,8,4,5,6,9]
[1,0,1,0,1,0,1,1,1,1,0,0,1,1,0,0,0,0] => [2,3,4,1,8,5,6,7,9]
[1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [2,5,6,1,3,7,8,9,4]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0] => [2,3,6,1,4,7,8,9,5]
[1,1,1,0,1,0,1,0,0,0,1,1,1,0,1,0,0,0] => [4,5,1,2,6,9,3,7,8]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,3,4,5,6,8,1,9,7]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [2,3,4,6,7,8,1,5,9]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0] => [3,4,5,6,1,7,8,2,9]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [2,4,5,6,7,1,8,3,9]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,5,6,7,8,1,4,9]
[1,1,1,0,1,0,0,1,0,0,1,0,1,0,1,0,1,0] => [4,1,5,2,6,7,8,9,3]
[1,0,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0] => [2,3,1,4,5,8,6,7,9]
[1,0,1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0] => [2,4,1,3,5,6,8,7,9]
[1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,0,1,0] => [1,3,2,4,5,8,6,9,7]
[1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0,1,0] => [1,4,2,3,5,6,8,9,7]
[1,1,0,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [1,3,5,2,4,7,8,9,6]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,0] => [1,3,2,5,7,4,6,9,8]
[1,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [4,1,2,3,6,5,8,7,9]
[1,1,0,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [3,1,4,9,2,5,6,7,8]
[1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [1,3,8,2,4,5,6,9,7]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0,1,0] => [1,5,6,7,2,3,4,9,8]
[1,1,0,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0] => [3,1,4,6,7,2,5,8,9]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,3,5,6,7,8,2,4,9]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,4,5,6,7,8,1,9,3]
[1,0,1,0,1,1,0,1,0,0,1,1,0,1,0,1,0,0] => [2,3,5,1,6,8,9,4,7]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [2,4,5,6,1,7,9,3,8]
[1,1,1,0,1,0,1,0,1,0,0,0,1,1,1,0,0,0] => [4,5,6,1,2,7,3,8,9]
[1,1,1,0,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [4,5,1,2,6,3,7,8,9]
[1,1,0,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0] => [3,4,1,5,2,6,7,8,9]
[1,0,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [2,3,5,1,6,4,7,8,9]
[1,0,1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [2,3,5,9,1,4,6,7,8]
[1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0,1,0] => [2,3,5,1,4,6,7,9,8]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0,1,0] => [3,4,5,6,1,8,2,9,7]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0] => [3,4,5,6,8,1,2,9,7]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0] => [3,4,5,1,6,8,2,9,7]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0] => [3,4,5,6,1,2,7,9,8]
[1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0,1,0] => [2,5,6,1,7,8,3,9,4]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [2,6,7,8,1,3,4,9,5]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [1,3,4,6,7,8,9,2,5]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [1,3,4,5,6,8,2,9,7]
[1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [3,1,4,5,6,8,2,9,7]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,1,4,5,6,8,3,9,7]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [2,3,4,5,7,9,1,6,8]
[1,0,1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,0] => [2,3,4,6,8,9,1,5,7]
[1,0,1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0] => [2,3,5,7,8,9,1,4,6]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,4,6,7,8,9,1,3,5]
[1,1,1,0,1,0,0,0,1,0,1,1,1,0,1,0,0,0] => [4,1,2,5,6,9,3,7,8]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [3,4,5,6,1,7,9,2,8]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,0] => [5,1,2,3,4,7,8,6,9]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,0,1,0,0] => [1,2,3,5,6,7,9,4,8]
[1,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0,1,0] => [6,1,2,3,7,4,8,9,5]
[1,1,1,1,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [5,1,2,3,7,4,8,9,6]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0,1,0] => [1,2,3,6,7,4,8,9,5]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0] => [5,6,7,1,2,3,8,9,4]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0,1,0] => [5,6,1,2,7,3,8,9,4]
[1,1,1,1,0,1,0,0,0,1,0,0,1,0,1,0,1,0] => [5,1,2,6,3,7,8,9,4]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0] => [3,6,1,2,8,4,5,9,7]
[1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0] => [3,4,1,5,6,7,2,9,8]
[1,0,1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [2,1,4,9,3,5,6,7,8]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,1,4,5,9,3,6,7,8]
[1,0,1,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0] => [2,1,4,5,6,9,3,7,8]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [1,3,2,5,4,7,9,6,8]
[1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [1,3,2,5,7,4,8,9,6]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [4,1,5,2,6,3,8,7,9]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [4,1,2,5,3,7,6,9,8]
[1,1,1,0,0,1,1,0,0,0,1,1,1,1,0,0,0,0] => [1,4,2,3,6,5,7,8,9]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,1,0,0] => [1,2,4,3,5,6,9,7,8]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,1,0,0] => [2,3,4,5,7,1,9,6,8]
[1,0,1,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0] => [2,3,4,6,1,9,5,7,8]
[1,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0] => [2,3,5,1,9,4,6,7,8]
[1,0,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [2,4,5,1,3,6,7,8,9]
[1,1,0,1,0,1,0,1,1,0,0,0,1,1,1,0,0,0] => [3,4,5,1,2,7,6,8,9]
[1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,1,0,0] => [3,4,5,1,2,6,8,7,9]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0] => [3,4,5,1,2,6,7,9,8]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,1,0] => [5,6,7,1,8,2,3,9,4]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [4,6,7,8,1,2,3,9,5]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0,1,0] => [1,2,7,3,4,5,8,9,6]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,0] => [2,3,4,5,7,1,6,9,8]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [2,3,4,6,1,7,8,9,5]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [1,3,4,5,6,8,9,2,7]
[1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,4,1,3,6,7,8,9,5]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [2,3,5,1,4,7,8,9,6]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0] => [2,3,4,6,1,5,8,9,7]
[1,1,1,1,1,0,0,1,0,0,0,0,1,1,1,0,0,0] => [1,6,2,3,4,7,5,8,9]
[1,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0] => [3,1,4,5,2,7,8,9,6]
[1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [1,4,5,6,2,7,8,9,3]
[1,1,0,1,0,1,1,0,0,1,0,1,0,0,1,0,1,0] => [3,4,1,6,7,2,8,9,5]
[1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [1,3,4,8,2,5,9,6,7]
[1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,0,0] => [1,2,4,5,8,3,9,6,7]
[1,1,1,1,0,0,0,0,1,0,1,1,0,1,0,1,0,0] => [1,2,3,5,6,8,9,4,7]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0] => [3,4,1,5,7,8,9,2,6]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0] => [2,3,4,5,1,8,6,7,9]
[1,0,1,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [2,3,1,4,7,5,6,8,9]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0] => [2,3,4,1,5,8,6,7,9]
[1,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0,1,0] => [1,5,2,3,4,7,8,9,6]
[1,1,0,0,1,1,1,1,0,0,1,0,0,0,1,0,1,0] => [1,3,2,7,4,5,8,9,6]
[1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0,1,0] => [1,3,2,5,8,4,6,9,7]
[1,1,0,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0] => [3,1,5,2,6,7,8,9,4]
[1,1,1,0,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [1,4,5,2,6,7,8,9,3]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [4,5,6,1,2,3,8,9,7]
[1,0,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0] => [2,1,3,4,7,5,6,8,9]
[1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0] => [2,4,1,5,3,7,8,9,6]
[1,1,0,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0] => [3,1,4,6,2,7,8,9,5]
[1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [1,3,4,6,2,7,8,9,5]
[1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,1,0] => [1,2,3,6,4,5,7,9,8]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [2,4,5,6,7,9,1,3,8]
[1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,3,5,6,7,1,8,9,4]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [2,3,1,6,7,8,4,9,5]
[1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0] => [2,3,4,6,7,1,8,9,5]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0] => [2,3,4,1,7,8,5,9,6]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [2,5,6,7,1,3,8,9,4]
[1,0,1,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0] => [2,1,4,6,7,3,8,9,5]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0,1,0] => [2,1,6,7,8,3,4,9,5]
[1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0,1,0] => [2,1,3,5,7,8,4,9,6]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,0] => [1,2,5,3,4,7,6,8,9]
[1,0,1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [2,1,3,6,4,8,5,7,9]
[1,1,1,1,0,1,0,0,0,0,1,1,0,0,1,1,0,0] => [5,1,2,3,6,4,8,7,9]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [2,1,3,4,5,8,6,7,9]
[1,0,1,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [2,3,5,6,7,1,4,8,9]
[1,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [3,1,4,5,9,2,6,7,8]
[1,1,0,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [1,3,4,5,9,2,6,7,8]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0] => [2,4,5,6,1,7,8,3,9]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [3,6,7,8,1,2,4,9,5]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,1,0] => [5,6,7,1,2,8,3,9,4]
[1,0,1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [2,4,7,8,9,1,3,5,6]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [1,4,2,5,3,7,6,9,8]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [1,4,2,6,3,7,5,9,8]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0] => [1,4,2,6,3,8,5,9,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [1,4,2,6,3,5,8,7,9]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [1,4,2,3,6,5,8,7,9]
[1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [4,1,2,6,3,7,5,9,8]
[1,1,1,0,0,1,1,0,1,1,0,0,0,1,0,0,1,0] => [1,4,6,2,3,8,5,9,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0,1,0] => [1,4,2,6,3,5,8,9,7]
[1,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [1,4,2,3,6,8,5,7,9]
[1,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [1,2,4,6,3,5,8,7,9]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,4,1,3,6,5,8,7,9]
[1,1,0,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0] => [3,6,1,2,4,5,8,9,7]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,0,0,1,0] => [3,6,1,7,8,2,4,9,5]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0] => [3,6,1,7,2,4,8,9,5]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0] => [3,6,1,2,4,7,8,9,5]
[1,1,0,1,0,1,1,1,1,0,0,0,1,0,0,0,1,0] => [3,4,1,2,8,5,6,9,7]
[1,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0,1,0] => [3,4,1,2,5,6,8,9,7]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0,1,0] => [3,4,1,7,8,2,5,9,6]
[1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0,1,0] => [3,4,1,7,2,5,8,9,6]
[1,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0,1,0] => [3,4,1,2,5,7,8,9,6]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0] => [3,4,5,7,8,1,2,9,6]
[1,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0,1,0] => [3,4,5,7,1,2,8,9,6]
[1,1,0,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [1,3,4,5,7,2,6,8,9]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [4,1,5,6,7,8,2,9,3]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,5,6,7,8,2,9,4]
[1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0,1,0] => [2,3,4,6,1,5,7,9,8]
[1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [2,4,1,3,5,6,7,9,8]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [2,4,5,6,7,1,3,9,8]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [3,4,1,5,6,7,8,2,9]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [2,3,1,7,8,9,4,5,6]
[1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0] => [3,4,5,1,6,7,2,9,8]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [3,4,1,5,6,8,2,9,7]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0] => [3,1,4,5,7,8,2,9,6]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [1,3,4,6,7,8,2,9,5]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,3,5,6,7,8,1,9,4]
[1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0] => [3,4,1,5,6,7,9,2,8]
[1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0] => [3,1,4,5,6,8,9,2,7]
[1,1,1,0,1,0,1,0,0,1,0,0,1,0,1,0,1,0] => [4,5,1,6,2,7,8,9,3]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0,1,0] => [4,5,6,1,7,2,8,9,3]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [4,5,6,7,1,8,2,9,3]
[1,1,0,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [3,1,4,5,2,6,7,8,9]
[1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [3,4,1,2,5,6,7,9,8]
[1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,1,0] => [1,2,3,4,7,5,6,9,8]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [2,6,7,8,1,9,3,4,5]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [2,3,4,5,1,8,6,9,7]
[1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0] => [2,3,4,7,1,5,8,9,6]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [2,3,4,1,8,5,6,9,7]
[1,1,1,0,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [4,1,2,3,5,7,6,8,9]
[1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,1,0,0] => [1,2,3,4,6,8,9,5,7]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,1,0,0] => [1,2,3,4,6,5,9,7,8]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [2,4,5,6,7,1,9,3,8]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [1,4,2,3,5,6,7,9,8]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [2,6,7,1,8,9,3,4,5]
[1,1,0,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [1,3,2,4,7,5,6,8,9]
[1,1,0,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [3,1,2,4,6,5,7,8,9]
[1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0] => [3,1,2,6,4,5,7,9,8]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,1,0,0] => [1,2,4,3,5,7,9,6,8]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [1,3,5,6,7,8,2,9,4]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [2,1,4,3,6,5,9,7,8]
[1,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [2,1,4,3,7,5,9,6,8]
[1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [2,1,5,3,7,4,9,6,8]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0] => [1,3,5,2,7,4,9,6,8]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0] => [1,3,2,5,7,4,9,6,8]
[1,0,1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0] => [2,1,4,7,3,5,9,6,8]
[1,0,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0] => [2,5,1,3,7,4,9,6,8]
[1,0,1,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0] => [2,3,5,1,7,4,9,6,8]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,0,0] => [3,1,2,5,7,4,9,6,8]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,0,0] => [1,3,5,2,4,7,9,6,8]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0] => [2,3,4,5,1,9,6,7,8]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0] => [1,2,3,4,6,7,9,5,8]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [1,2,4,5,6,7,9,3,8]
[1,1,1,1,0,1,0,1,0,0,0,0,1,1,1,0,0,0] => [5,6,1,2,3,7,4,8,9]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0,1,0] => [5,1,2,6,7,8,3,9,4]
[1,0,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [2,4,1,6,7,8,9,3,5]
[1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [1,3,2,5,7,8,9,4,6]
[1,0,1,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [2,1,4,7,8,9,3,5,6]
[1,1,1,1,0,1,0,0,1,0,1,1,0,0,0,0,1,0] => [5,1,6,7,2,3,4,9,8]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [1,3,4,5,6,9,2,7,8]
[1,1,1,0,1,0,0,0,1,0,1,0,1,1,0,0,1,0] => [4,1,2,5,6,7,3,9,8]
[1,0,1,0,1,1,0,1,1,0,1,0,0,0,1,0,1,0] => [2,3,5,7,1,4,8,9,6]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [4,5,1,2,6,3,8,9,7]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [3,1,4,5,7,8,9,2,6]
[1,0,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [2,1,4,6,7,8,9,3,5]
[1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [2,3,1,5,7,8,9,4,6]
[1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0] => [2,3,4,1,6,8,9,5,7]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,0] => [2,3,4,5,1,7,9,6,8]
[1,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,0] => [2,3,4,1,7,5,6,9,8]
[1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [2,3,5,1,4,7,6,9,8]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,1,0] => [2,1,4,3,7,5,8,9,6]
[1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,0,1,0] => [2,1,5,3,4,7,8,9,6]
[1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,1,4,5,7,8,9,3,6]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,4,5,6,7,1,8,9,3]
[1,1,0,1,1,0,0,1,0,0,1,1,0,1,1,0,0,0] => [3,1,5,2,6,8,4,7,9]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [3,1,4,6,8,2,5,7,9]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [2,4,6,8,1,3,5,7,9]
[1,1,0,1,1,0,0,1,1,0,0,0,1,0,1,0,1,0] => [3,1,5,2,4,7,8,9,6]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,1,0,0,0] => [3,1,4,2,7,8,5,6,9]
[1,0,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [2,1,5,6,8,3,4,7,9]
[1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [2,4,1,3,5,6,9,7,8]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,0] => [2,3,5,6,1,7,8,4,9]
[1,1,1,0,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [4,1,2,3,6,5,7,8,9]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,1,0] => [1,5,6,7,8,2,3,9,4]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [2,3,4,5,7,8,1,6,9]
[1,1,0,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [3,5,1,2,6,7,8,9,4]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [4,5,1,6,7,8,2,9,3]
[1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0] => [2,4,1,3,5,8,6,7,9]
[1,0,1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0] => [2,5,1,3,8,4,6,7,9]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0] => [2,7,1,3,4,5,8,6,9]
[1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [1,3,8,2,4,5,9,6,7]
[1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [2,3,8,1,4,5,6,9,7]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0] => [2,7,1,3,4,5,8,9,6]
[1,1,0,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0] => [3,7,1,2,4,5,8,6,9]
[1,0,1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [2,3,1,6,4,5,9,7,8]
[1,1,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,0] => [5,1,2,3,6,9,4,7,8]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0] => [2,1,4,5,3,8,6,7,9]
[1,0,1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,3,1,6,4,8,5,7,9]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [2,1,4,3,7,5,8,6,9]
[1,1,0,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0] => [3,4,1,5,6,2,7,8,9]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [1,4,5,6,7,2,8,9,3]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [4,1,2,3,6,7,8,9,5]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [4,5,1,2,3,7,8,9,6]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,3,4,6,1,5,8,7,9]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [2,3,4,1,7,5,8,6,9]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [2,3,1,7,4,5,8,6,9]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,0] => [2,3,5,6,1,4,8,7,9]
[1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,1,0,0] => [2,3,6,1,7,4,8,5,9]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [2,3,1,4,7,5,8,6,9]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [2,5,6,7,8,1,3,9,4]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [2,3,6,7,8,1,4,9,5]
[1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [4,7,1,2,8,3,5,9,6]
[1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [2,4,1,5,6,8,3,9,7]
[1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0] => [2,3,1,5,6,8,4,9,7]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0] => [2,4,1,5,6,7,3,9,8]
[1,1,1,0,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [1,2,4,7,8,9,3,5,6]
[1,1,1,1,0,0,1,0,1,0,1,0,0,0,1,0,1,0] => [1,5,6,7,2,3,8,9,4]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0] => [3,1,4,6,2,7,5,8,9]
[1,1,0,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [1,3,2,4,7,5,8,6,9]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,0] => [1,3,2,6,4,7,5,8,9]
[1,1,0,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [1,3,5,2,6,4,7,8,9]
[1,0,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0] => [2,3,6,1,4,7,5,8,9]
[1,0,1,1,1,1,1,0,0,0,1,0,0,0,1,1,0,0] => [2,1,3,7,4,5,8,6,9]
[1,0,1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0] => [2,1,6,3,4,7,5,8,9]
[1,0,1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [2,5,1,3,6,4,7,8,9]
[1,1,0,1,0,1,0,0,1,1,1,0,1,0,1,0,0,0] => [3,4,1,5,8,9,2,6,7]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [3,4,1,5,7,8,2,9,6]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [3,1,4,6,7,8,2,9,5]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,1,0] => [3,4,5,1,6,2,7,9,8]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [3,4,1,5,2,8,6,9,7]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [3,1,4,2,7,8,5,9,6]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [1,3,2,6,7,8,4,9,5]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,5,6,7,8,3,9,4]
[1,1,0,1,0,1,0,0,1,1,1,0,1,0,0,0,1,0] => [3,4,1,5,8,2,6,9,7]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0] => [3,1,4,7,2,8,5,9,6]
[1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [3,4,1,5,2,6,7,9,8]
[1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0,1,0] => [1,3,6,2,7,8,4,9,5]
[1,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0,1,0] => [3,1,4,2,5,8,6,9,7]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [2,5,1,6,7,8,3,9,4]
[1,1,0,0,1,1,1,1,0,0,0,1,0,1,0,0,1,0] => [1,3,2,4,7,8,5,9,6]
[1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0] => [2,1,3,6,7,8,4,9,5]
[1,1,1,0,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [4,1,6,2,3,7,5,9,8]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0,1,0] => [4,1,6,2,8,3,5,9,7]
[1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [4,1,6,2,3,8,5,9,7]
[1,0,1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [2,4,5,6,1,8,3,7,9]
[1,0,1,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0] => [2,1,5,6,3,8,4,7,9]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,1,0,0] => [3,4,5,6,1,2,8,7,9]
[1,1,0,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0] => [1,3,5,6,2,8,4,7,9]
[1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [2,5,6,7,1,3,4,9,8]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,1,0,0] => [1,2,3,5,4,6,9,7,8]
[1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [2,5,1,3,6,7,8,9,4]
[1,1,0,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [3,1,4,5,6,2,7,8,9]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,0] => [1,2,5,3,4,7,6,9,8]
[1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0,1,0] => [1,5,2,3,4,7,6,9,8]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,0] => [3,5,1,2,4,7,6,9,8]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0] => [1,5,2,6,3,7,4,9,8]
[1,1,0,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0] => [3,5,1,6,2,7,4,9,8]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [2,5,6,7,1,3,8,4,9]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,1,0,0] => [4,5,6,1,2,7,8,3,9]
[1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0] => [4,1,5,6,7,2,8,9,3]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0,1,0] => [3,4,6,7,1,8,2,9,5]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0,1,0] => [3,4,5,1,7,8,2,9,6]
[1,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [1,3,5,6,7,2,8,9,4]
[1,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [3,1,4,2,5,6,7,9,8]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0,1,0] => [4,1,2,5,3,6,7,9,8]
[1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0,1,0] => [5,1,2,3,6,4,7,9,8]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0,1,0] => [6,1,2,3,4,7,5,9,8]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [1,4,2,5,3,6,7,9,8]
[1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0] => [1,5,2,3,6,4,7,9,8]
[1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [2,4,1,5,3,6,7,9,8]
[1,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0,1,0] => [1,6,2,3,4,7,5,9,8]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [2,5,1,3,6,4,7,9,8]
[1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [2,6,1,3,4,7,5,9,8]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0] => [3,4,5,1,6,8,9,2,7]
[1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0,1,0] => [4,5,6,1,2,7,3,9,8]
[1,0,1,1,1,1,0,0,1,0,1,1,0,1,0,0,0,0] => [2,1,6,7,9,3,4,5,8]
[1,1,1,0,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [1,2,4,5,7,8,9,3,6]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,1,4,5,6,8,9,3,7]
[1,0,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [2,4,5,6,7,1,3,8,9]
[1,0,1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [2,4,5,6,8,9,1,3,7]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0] => [1,3,5,2,7,4,8,6,9]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [1,3,5,2,4,7,6,9,8]
[1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,1,0] => [4,1,6,2,7,3,5,9,8]
[1,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0,1,0] => [1,4,6,2,8,3,5,9,7]
[1,1,0,0,1,1,0,1,1,0,0,1,0,1,0,0,1,0] => [1,3,5,2,7,8,4,9,6]
[1,1,1,0,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [1,4,2,5,7,3,6,9,8]
[1,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,1,0] => [1,4,5,2,3,7,6,9,8]
[1,0,1,0,1,1,0,1,0,1,0,1,1,0,1,0,0,0] => [2,3,5,6,7,9,1,4,8]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0] => [2,4,8,1,3,5,9,6,7]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0,1,0] => [1,2,5,3,4,6,8,9,7]
[1,1,0,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [3,1,2,4,5,7,6,8,9]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [1,4,5,6,7,2,8,3,9]
[1,1,0,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0] => [3,1,5,6,7,2,8,9,4]
[1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [2,1,4,3,6,8,5,7,9]
[1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [2,1,4,6,3,8,5,7,9]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,4,1,6,3,8,5,7,9]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,3,2,6,4,8,5,7,9]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [1,3,2,5,4,8,6,7,9]
[1,0,1,1,0,0,1,1,0,1,1,1,0,0,1,0,0,0] => [2,1,4,6,3,9,5,7,8]
[1,0,1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,0] => [2,4,1,7,3,8,5,6,9]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,0] => [1,4,2,5,3,8,6,7,9]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0] => [1,3,2,5,4,8,6,9,7]
[1,1,0,1,0,1,0,1,1,0,0,1,0,0,1,0,1,0] => [3,4,5,1,7,2,8,9,6]
[1,1,0,1,0,1,1,0,0,1,0,0,1,0,1,0,1,0] => [3,4,1,6,2,7,8,9,5]
[1,0,1,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [2,3,4,6,9,1,5,7,8]
[1,0,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [2,1,6,8,9,3,4,5,7]
[1,0,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [2,1,7,8,3,9,4,5,6]
[1,0,1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [2,1,6,8,3,4,5,7,9]
[1,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [1,2,4,6,8,3,5,7,9]
[1,0,1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [2,5,6,7,1,8,3,4,9]
[1,0,1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [2,4,6,7,8,1,3,5,9]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0] => [2,1,6,7,8,3,9,4,5]
[1,0,1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0] => [2,1,5,7,8,9,3,4,6]
[1,1,0,0,1,1,1,1,0,0,0,1,1,0,0,0,1,0] => [1,3,2,4,7,5,6,9,8]
[1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0] => [1,5,2,3,6,4,8,7,9]
[1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,1,0,0] => [1,2,4,7,3,5,8,6,9]
[1,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [2,1,5,3,7,4,8,6,9]
[1,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0,1,0] => [5,6,1,7,2,3,8,9,4]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0,1,0] => [5,6,1,7,8,2,3,9,4]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [3,1,5,7,2,4,6,9,8]
[1,1,0,1,0,0,1,1,1,0,1,0,1,1,0,0,0,0] => [3,1,4,7,8,2,5,6,9]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [3,5,1,2,6,4,7,8,9]
[1,1,1,0,0,1,1,0,0,1,0,1,1,0,0,0,1,0] => [1,4,2,6,7,3,5,9,8]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,0,1,0] => [1,5,2,6,7,3,4,9,8]
[1,0,1,1,1,0,1,0,0,1,1,0,0,1,1,0,0,0] => [2,5,1,6,3,8,4,7,9]
[1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0] => [1,5,6,2,3,8,4,9,7]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0] => [2,1,4,5,8,3,6,7,9]
[1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0,1,0] => [1,3,6,2,4,8,5,9,7]
[1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [2,4,1,6,3,5,8,7,9]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,4,1,5,3,7,6,9,8]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0] => [2,4,1,7,3,5,8,6,9]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0] => [2,4,1,7,3,9,5,6,8]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [2,4,7,1,3,9,5,6,8]
[1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0,1,0] => [4,5,6,1,7,2,3,9,8]
[1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [3,5,6,7,1,2,4,9,8]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0,1,0] => [1,5,6,7,2,8,3,9,4]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0,1,0] => [1,4,6,7,8,2,3,9,5]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0] => [5,6,1,2,3,7,8,9,4]
[1,1,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,0] => [1,4,6,2,7,3,8,5,9]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,0] => [1,4,2,6,3,7,5,8,9]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [1,4,2,5,3,8,6,9,7]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [1,3,2,6,4,7,5,9,8]
[1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,1,4,6,3,5,8,7,9]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0] => [2,3,5,6,1,4,8,9,7]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0] => [2,3,5,1,6,7,8,4,9]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0] => [4,5,6,1,7,8,2,9,3]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,1,0,0] => [4,5,6,1,7,2,8,3,9]
[1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [1,3,6,2,7,8,9,4,5]
[1,1,0,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [1,3,2,7,8,9,4,5,6]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [4,1,7,2,3,8,5,9,6]
[1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,1,0] => [4,1,2,6,3,8,5,9,7]
[1,0,1,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0] => [2,4,5,1,6,8,3,7,9]
[1,0,1,1,0,1,0,0,1,0,1,1,0,1,1,0,0,0] => [2,4,1,5,6,8,3,7,9]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,1,4,5,6,8,3,7,9]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,1,0] => [4,6,7,1,2,3,5,9,8]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,1,0] => [5,6,1,7,2,3,4,9,8]
[1,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,0] => [2,3,7,1,4,5,8,9,6]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [1,6,2,7,3,8,4,9,5]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0] => [1,5,2,6,3,7,9,4,8]
[1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [1,4,2,5,8,3,9,6,7]
[1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [1,3,7,2,8,4,9,5,6]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,1,7,3,8,4,9,5,6]
[1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [3,1,4,2,8,5,9,6,7]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [4,1,5,2,6,3,9,7,8]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [5,1,6,2,7,3,8,4,9]
[1,1,1,0,0,1,0,0,1,1,0,1,1,0,0,1,0,0] => [1,4,2,5,7,3,9,6,8]
[1,1,0,0,1,1,1,0,1,1,0,0,1,0,0,1,0,0] => [1,3,6,2,8,4,9,5,7]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [2,6,7,1,8,3,9,4,5]
[1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [1,2,4,3,8,5,9,6,7]
[1,1,1,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [4,1,5,2,7,3,8,6,9]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,1,0,0] => [4,5,1,2,6,3,8,7,9]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0] => [3,1,2,4,5,8,6,9,7]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [3,1,2,5,7,4,6,9,8]
[1,0,1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [2,5,6,7,1,8,3,9,4]
[1,0,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0] => [2,5,1,3,8,9,4,6,7]
[1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0] => [2,4,1,3,5,8,9,6,7]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,4,1,5,2,7,6,9,8]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [1,3,4,5,6,2,9,7,8]
[1,1,1,0,1,0,0,0,1,1,0,1,0,1,0,1,0,0] => [4,1,2,5,7,8,9,3,6]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0] => [2,4,1,7,3,5,9,6,8]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,1,0,0] => [2,4,1,3,7,5,8,6,9]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [2,4,5,1,6,3,8,7,9]
[1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0] => [5,1,2,7,3,4,8,6,9]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0] => [5,6,1,2,7,3,8,4,9]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [3,4,5,1,6,2,8,7,9]
[1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0,1,0] => [3,1,4,5,2,7,6,9,8]
[1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [2,4,5,8,1,3,9,6,7]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0] => [2,4,7,8,1,3,9,5,6]
[1,1,0,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0] => [1,3,2,8,9,4,5,6,7]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [1,3,2,6,7,8,9,4,5]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,0,0,1,0] => [1,2,6,7,3,8,4,9,5]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,0,1,0] => [1,6,2,3,7,8,4,9,5]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,0,1,0] => [1,2,6,3,7,8,4,9,5]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0,1,0] => [1,2,3,6,7,8,4,9,5]
[1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,1,0] => [1,6,2,7,3,4,8,9,5]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0,1,0] => [1,2,6,7,3,4,8,9,5]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0,1,0,1,0] => [1,6,2,3,7,4,8,9,5]
[1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,1,0] => [1,2,6,3,7,4,8,9,5]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,0,1,0] => [1,6,2,3,4,7,8,9,5]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0,1,0] => [1,2,6,3,4,7,8,9,5]
[1,0,1,0,1,1,1,1,0,0,1,1,0,1,0,0,0,0] => [2,3,1,7,9,4,5,6,8]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [5,7,1,2,3,8,4,9,6]
[1,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0] => [3,1,4,6,7,2,8,9,5]
[1,1,0,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [3,4,1,2,5,7,9,6,8]
[1,1,0,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0] => [3,4,1,5,7,2,6,8,9]
[1,1,0,1,1,0,0,1,1,1,0,0,0,0,1,1,0,0] => [3,1,5,2,4,6,8,7,9]
[1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0] => [3,1,2,4,7,5,8,6,9]
[1,1,0,0,1,1,0,1,1,1,0,0,0,1,0,1,0,0] => [1,3,5,2,4,8,9,6,7]
[1,1,0,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [1,3,5,6,7,2,4,8,9]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [1,3,2,6,4,5,9,7,8]
[1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [1,3,2,4,5,8,9,6,7]
[1,1,0,0,1,1,0,1,0,1,1,1,1,0,0,0,0,0] => [1,3,5,6,2,4,7,8,9]
[1,1,1,0,1,0,0,0,1,1,1,0,1,0,1,0,0,0] => [4,1,2,5,8,9,3,6,7]
[1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0] => [2,3,4,1,6,7,9,5,8]
[1,1,1,1,1,0,0,0,1,0,0,0,1,1,0,0,1,0] => [1,2,6,3,4,7,5,9,8]
[1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,0,1,0] => [5,1,2,6,3,7,4,9,8]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0] => [5,1,6,2,7,3,8,9,4]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [2,4,1,8,3,9,5,6,7]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [2,4,6,1,9,3,5,7,8]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0] => [2,3,1,7,4,8,5,9,6]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [3,1,7,2,8,4,5,9,6]
[1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [5,1,2,6,3,7,9,4,8]
[1,1,1,1,0,0,0,1,0,0,1,1,0,1,0,1,0,0] => [1,2,5,3,6,8,9,4,7]
[1,1,1,0,0,1,0,0,1,1,0,1,0,1,0,1,0,0] => [1,4,2,5,7,8,9,3,6]
[1,1,0,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [3,4,1,2,6,5,8,7,9]
[1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,2,5,3,6,4,8,7,9]
[1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [2,5,6,1,3,4,8,9,7]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [2,5,1,3,4,7,8,9,6]
[1,0,1,0,1,0,1,1,0,1,0,1,1,0,1,0,0,0] => [2,3,4,6,7,9,1,5,8]
[1,0,1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,0] => [2,3,5,6,9,1,4,7,8]
[1,0,1,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [2,4,5,9,1,3,6,7,8]
[1,1,0,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0] => [3,1,2,4,6,5,7,9,8]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,1,0,0,0] => [1,3,5,2,4,7,6,8,9]
[1,1,0,1,1,1,0,0,0,1,1,0,0,0,1,0,1,0] => [3,1,2,6,4,5,8,9,7]
[1,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [1,2,4,3,6,8,5,7,9]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,0] => [1,3,5,2,7,4,6,9,8]
[1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [4,1,2,5,3,6,8,7,9]
[1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [1,2,4,5,6,8,3,9,7]
[1,0,1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,0] => [2,3,5,6,1,4,9,7,8]
[1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [2,4,1,3,5,7,9,6,8]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,0] => [2,4,5,1,3,7,9,6,8]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [2,3,4,7,8,1,5,9,6]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,0,0,0] => [1,4,2,5,3,6,7,8,9]
[1,1,1,1,0,0,0,1,0,0,1,1,1,1,0,0,0,0] => [1,2,5,3,6,4,7,8,9]
[1,1,1,1,1,0,0,0,0,1,0,0,1,1,1,0,0,0] => [1,2,3,6,4,7,5,8,9]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [5,1,2,7,3,8,4,9,6]
[1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [3,1,6,2,4,8,5,9,7]
[1,0,1,1,1,1,0,0,1,0,0,1,1,0,0,0,1,0] => [2,1,6,3,7,4,5,9,8]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0,1,0] => [3,1,5,2,6,4,8,9,7]
[1,1,1,1,0,0,0,0,1,1,0,1,1,1,0,0,0,0] => [1,2,3,5,7,4,6,8,9]
[1,1,1,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0] => [1,4,2,3,5,7,6,8,9]
[1,1,1,1,1,0,0,0,1,1,0,0,0,0,1,1,0,0] => [1,2,6,3,4,5,8,7,9]
[1,1,0,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [1,3,2,8,4,5,6,7,9]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0,1,0] => [2,4,6,7,8,1,3,9,5]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0] => [2,3,1,5,6,7,9,4,8]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0] => [3,4,5,1,6,2,9,7,8]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0] => [2,4,5,6,1,7,3,8,9]
[1,0,1,1,0,1,0,1,0,0,1,0,1,1,1,0,0,0] => [2,4,5,1,6,7,3,8,9]
[1,0,1,1,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [2,6,7,1,3,8,4,5,9]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,1,0,0,0] => [2,4,1,5,6,7,3,8,9]
[1,0,1,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0] => [2,5,1,3,6,8,4,7,9]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0] => [2,1,3,5,6,8,4,7,9]
[1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0] => [3,7,1,2,4,8,5,9,6]
[1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0] => [3,1,5,2,6,7,4,9,8]
[1,1,0,1,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [3,4,7,1,2,5,8,9,6]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [2,6,1,3,8,9,4,5,7]
[1,0,1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [2,6,1,7,8,9,3,4,5]
[1,0,1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [2,4,6,1,3,5,7,8,9]
[1,0,1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,0] => [2,4,6,7,1,3,5,8,9]
[1,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [2,4,6,8,9,1,3,5,7]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0] => [1,2,3,4,5,6,7,8,10,9]
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,1,3,4,5,6,7,8,9,10]
[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,10,8]
[1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [2,10,1,3,4,5,6,7,8,9]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,1,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,0,1,0] => [8,1,2,3,4,5,6,7,10,9]
[1,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [2,1,10,3,4,5,6,7,8,9]
[1,0,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [2,9,1,3,4,5,6,7,8,10]
[1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,1,0] => [1,2,9,3,4,5,6,7,10,8]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,1,0] => [8,9,1,2,3,4,5,6,10,7]
[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,10,9]
[1,0,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [2,1,3,10,4,5,6,7,8,9]
[1,0,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [2,9,10,1,3,4,5,6,7,8]
[1,0,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0] => [2,8,1,3,4,5,6,7,9,10]
[1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,1,0] => [1,2,3,9,4,5,6,7,10,8]
[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,10,9]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [2,1,3,4,10,5,6,7,8,9]
[1,0,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0] => [2,1,9,3,4,5,6,7,8,10]
[1,0,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0] => [2,7,1,3,4,5,6,8,9,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,1,0] => [1,2,3,4,9,5,6,7,10,8]
[1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,1,0] => [1,8,9,2,3,4,5,6,10,7]
[1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,1,0] => [7,8,1,2,3,4,5,6,10,9]
[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,10,9]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0] => [2,1,3,4,5,10,6,7,8,9]
[1,0,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0] => [2,1,9,10,3,4,5,6,7,8]
[1,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0] => [2,8,1,10,3,4,5,6,7,9]
[1,0,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0] => [2,8,9,1,3,4,5,6,7,10]
[1,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,6,1,3,4,5,7,8,9,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,1,0] => [1,2,3,4,5,9,6,7,10,8]
[1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,1,0] => [1,2,8,3,4,5,6,7,10,9]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0,1,0] => [7,8,9,1,2,3,4,5,10,6]
[1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,1,0] => [1,7,2,3,4,5,6,8,10,9]
[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,10,9]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [2,1,3,4,5,6,10,7,8,9]
[1,0,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0] => [2,1,3,9,4,5,6,7,8,10]
[1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [2,8,9,10,1,3,4,5,6,7]
[1,0,1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0] => [2,7,9,1,3,4,5,6,8,10]
[1,0,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,5,1,3,4,6,7,8,9,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0] => [1,2,3,4,5,6,9,7,10,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,10,9]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0] => [1,2,3,4,5,6,7,9,8,10]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [2,1,3,4,5,6,7,10,8,9]
[1,0,1,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,0] => [2,7,1,3,10,4,5,6,8,9]
[1,0,1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0] => [2,7,8,1,3,4,5,6,9,10]
[1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,3,2,4,5,6,7,8,9,10]
[1,0,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,4,1,3,5,6,7,8,9,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,1,0] => [1,2,3,4,5,6,7,9,10,8]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0,1,0] => [8,1,2,3,4,5,9,6,10,7]
[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,10,9]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,1,0,0] => [8,1,2,3,4,5,6,9,7,10]
[1,1,0,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [1,3,10,2,4,5,6,7,8,9]
[1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [2,4,10,1,3,5,6,7,8,9]
[1,0,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,3,1,4,5,6,7,8,9,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,3,4,5,6,7,8,9,10,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,3,4,5,6,7,8,9,1,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,3,4,5,6,7,8,10,1,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,3,4,5,6,7,9,10,1,8]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,3,4,5,6,8,9,10,1,7]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [2,3,4,5,7,8,9,10,1,6]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,4,6,7,8,9,10,1,5]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,5,6,7,8,9,10,1,4]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,4,5,6,7,8,9,10,1,3]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,4,5,6,7,8,9,10,1,2]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,3,4,5,6,7,8,1,9,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [2,3,4,5,6,7,1,10,8,9]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,1,5,6,7,8,9,10,3,4]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,5,6,7,8,9,10,2,3]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [2,3,4,5,6,7,10,1,8,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [2,3,4,5,6,7,1,8,9,10]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [4,1,5,6,7,8,9,10,2,3]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,2,5,6,7,8,9,10,3,4]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [2,3,4,5,6,9,10,1,7,8]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [2,3,4,5,6,9,1,7,8,10]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,3,4,5,6,10,1,7,8,9]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [4,5,1,6,7,8,9,10,2,3]
[1,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [4,1,2,6,7,8,9,10,3,5]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [5,1,2,6,7,8,9,10,3,4]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [2,3,4,5,8,9,10,1,6,7]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [2,3,4,5,8,9,1,6,7,10]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [2,3,4,5,6,1,7,8,9,10]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [4,5,6,1,7,8,9,10,2,3]
[1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [4,5,1,2,7,8,9,10,3,6]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,2,3,6,7,8,9,10,4,5]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,0] => [5,6,1,2,7,8,9,10,3,4]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,4,7,8,9,10,1,5,6]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [2,3,4,7,8,9,1,5,6,10]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [4,5,6,7,1,8,9,10,2,3]
[1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,0] => [4,5,6,1,2,8,9,10,3,7]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,0] => [5,6,7,1,2,8,9,10,3,4]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,6,7,8,9,10,1,4,5]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [2,3,6,7,8,9,1,4,5,10]
[1,0,1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [2,3,4,5,10,1,6,7,8,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [4,5,6,7,8,1,9,10,2,3]
[1,0,1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,3,4,5,1,6,7,8,9,10]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [4,5,6,7,1,2,9,10,3,8]
[1,0,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [2,3,6,1,9,4,5,10,7,8]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,0] => [6,1,2,3,7,8,9,10,4,5]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0,0] => [1,2,3,4,7,8,9,10,5,6]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,0] => [5,6,7,8,1,2,9,10,3,4]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,5,6,7,8,9,10,1,3,4]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [4,5,6,7,8,9,1,10,2,3]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [2,5,6,7,8,9,1,3,4,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,0] => [4,5,6,7,8,1,2,10,3,9]
[1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [4,5,6,1,2,3,9,10,7,8]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0] => [4,6,7,8,9,1,2,10,3,5]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [2,6,7,8,9,10,1,3,4,5]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0] => [5,6,7,8,9,1,2,10,3,4]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,3,4,5,6,7,8,1,10,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [2,3,4,5,6,7,1,9,10,8]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [2,3,4,5,6,7,1,9,8,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [2,3,4,5,6,7,1,8,10,9]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [2,3,4,5,6,1,8,9,10,7]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [2,3,4,5,6,1,8,7,10,9]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [2,3,4,5,6,1,7,8,10,9]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [2,3,4,5,1,7,8,9,10,6]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,3,4,5,1,7,6,9,8,10]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [2,3,4,5,1,6,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,3,4,5,1,6,7,8,10,9]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,3,4,1,6,7,8,9,10,5]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [2,3,4,1,6,7,8,9,5,10]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [2,3,4,1,6,5,8,9,10,7]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,3,4,1,6,5,8,7,10,9]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,3,4,1,5,7,8,9,10,6]
[1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0] => [2,3,4,1,5,6,8,7,10,9]
[1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [2,3,4,1,5,6,7,8,10,9]
[1,0,1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,3,4,1,5,6,7,8,9,10]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,3,1,5,6,7,8,9,10,4]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [2,3,1,5,4,7,8,9,10,6]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,3,1,5,4,7,6,9,8,10]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [2,3,1,4,6,7,8,9,10,5]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [2,3,1,4,5,7,8,9,10,6]
[1,0,1,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [2,3,1,4,5,7,6,8,9,10]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0] => [2,3,1,4,5,6,8,9,10,7]
[1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [2,3,1,4,5,6,7,9,8,10]
[1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [2,3,1,4,5,6,7,8,10,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,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,1,0,0] => [2,1,4,5,6,7,8,9,3,10]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,1,4,5,6,7,8,3,10,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,1,4,5,6,7,8,3,9,10]
[1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0] => [2,1,4,5,3,6,8,9,7,10]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,3,6,7,8,9,10,5]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [2,1,4,3,6,5,8,9,10,7]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,4,3,6,5,8,7,10,9]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [2,1,4,3,6,5,8,7,9,10]
[1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,1,4,3,5,7,6,9,8,10]
[1,0,1,1,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [2,1,4,3,5,7,6,8,9,10]
[1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [2,1,4,3,5,6,8,9,10,7]
[1,0,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,1,4,3,5,6,7,8,9,10]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,3,5,6,7,8,9,10,4]
[1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,1,3,5,4,7,6,9,8,10]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [2,1,3,5,4,6,8,7,9,10]
[1,0,1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,1,3,5,4,6,7,8,9,10]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,3,4,6,7,8,9,10,5]
[1,0,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [2,1,3,4,6,5,7,8,9,10]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0] => [2,1,3,4,5,7,8,9,10,6]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [2,1,3,4,5,7,6,8,9,10]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0] => [2,1,3,4,5,6,8,9,10,7]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0] => [2,1,3,4,5,6,7,9,10,8]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0] => [2,1,3,4,5,6,7,9,8,10]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,3,4,5,6,7,8,9,10,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [1,3,4,5,6,7,8,9,2,10]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,3,4,5,6,7,8,2,10,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [1,3,4,5,6,7,8,2,9,10]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [1,3,4,5,6,7,2,9,10,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [1,3,4,5,6,7,2,8,10,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [1,3,4,5,6,7,2,8,9,10]
[1,1,0,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [1,3,4,5,6,2,7,8,9,10]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [1,3,4,2,6,7,8,9,10,5]
[1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0,1,1,0,0] => [1,3,4,2,5,6,8,9,7,10]
[1,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [1,3,4,2,5,6,7,8,10,9]
[1,1,0,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,3,4,2,5,6,7,8,9,10]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,3,2,5,6,7,8,9,10,4]
[1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0] => [1,3,2,5,6,7,4,9,8,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [1,3,2,5,4,7,8,9,10,6]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0] => [1,3,2,5,4,7,8,6,10,9]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0] => [1,3,2,5,4,7,6,9,10,8]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,3,2,5,4,7,6,9,8,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [1,3,2,5,4,7,6,8,10,9]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [1,3,2,5,4,7,6,8,9,10]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [1,3,2,5,4,6,8,9,10,7]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [1,3,2,5,4,6,8,7,9,10]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [1,3,2,4,6,7,8,9,10,5]
[1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [1,3,2,4,6,5,7,9,8,10]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0] => [1,3,2,4,5,7,6,8,10,9]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [1,3,2,4,5,7,6,8,9,10]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0] => [1,3,2,4,5,6,7,9,10,8]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [1,3,2,4,5,6,7,9,8,10]
[1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [1,3,2,4,5,6,7,8,10,9]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,2,4,5,6,7,8,9,10,3]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [1,2,4,5,6,7,8,9,3,10]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,2,4,5,6,7,8,3,10,9]
[1,1,1,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [1,2,4,5,3,6,7,8,10,9]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [1,2,4,3,6,7,8,9,10,5]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [1,2,4,3,6,5,8,7,10,9]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [1,2,4,3,6,5,8,7,9,10]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [1,2,4,3,5,7,6,9,8,10]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [1,2,4,3,5,7,6,8,9,10]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [1,2,4,3,5,6,8,7,9,10]
[1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [1,2,4,3,5,6,7,8,10,9]
[1,1,1,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,2,4,3,5,6,7,8,9,10]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,2,3,5,6,7,8,9,10,4]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [1,2,3,5,6,7,8,9,4,10]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [1,2,3,5,6,7,4,8,9,10]
[1,1,1,1,0,0,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [1,2,3,5,6,4,7,8,10,9]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,2,3,5,4,7,6,9,8,10]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [1,2,3,5,4,7,6,8,9,10]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [1,2,3,5,4,6,8,7,9,10]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,0,1,0] => [1,2,3,5,4,6,7,9,10,8]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [1,2,3,5,4,6,7,9,8,10]
[1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [1,2,3,5,4,6,7,8,10,9]
[1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [1,2,3,5,4,6,7,8,9,10]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [1,2,3,4,6,7,8,9,10,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,1,0,0] => [1,2,3,4,6,7,8,9,5,10]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,0,0,0,1,0] => [1,2,3,4,6,7,5,8,10,9]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,1,0,0,0,0] => [1,2,3,4,6,7,5,8,9,10]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,1,0,0,1,0] => [1,2,3,4,6,5,8,7,10,9]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [1,2,3,4,6,5,7,8,10,9]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [1,2,3,4,6,5,7,8,9,10]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0] => [1,2,3,4,5,7,8,9,10,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,1,0,0] => [1,2,3,4,5,7,8,9,6,10]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,1,0] => [1,2,3,4,5,7,8,6,10,9]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,1,0,0,0] => [1,2,3,4,5,7,8,6,9,10]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,1,0] => [1,2,3,4,5,7,6,8,10,9]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0] => [1,2,3,4,5,7,6,8,9,10]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0,1,0] => [1,2,3,4,5,6,8,9,10,7]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,1,0,0] => [1,2,3,4,5,6,8,9,7,10]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,1,0] => [1,2,3,4,5,6,8,7,10,9]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,0,0] => [1,2,3,4,5,6,8,7,9,10]
[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,4,5,6,7,8,9,10,2]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,4,1,5,6,7,8,9,10,2]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [3,4,5,1,6,7,8,9,10,2]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [3,4,5,6,1,7,8,9,10,2]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [3,4,5,6,7,1,8,9,10,2]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [3,4,5,6,7,8,1,9,10,2]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,4,5,6,7,8,9,1,10,2]
[1,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [6,7,8,9,1,2,3,4,5,10]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,7,8,9,10,2,3,4,5,6]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [5,6,7,8,9,1,2,3,4,10]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,6,7,8,9,10,2,3,4,5]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [3,4,5,6,7,8,9,1,2,10]
[1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0] => [9,1,2,3,4,5,6,7,8,10]
[1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0] => [1,10,2,3,4,5,6,7,8,9]
[1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0] => [8,9,1,2,3,4,5,6,7,10]
[1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0] => [1,9,10,2,3,4,5,6,7,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [1,3,4,5,6,7,8,10,2,9]
[1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [3,1,2,4,5,6,7,8,9,10]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0] => [1,2,3,4,5,6,7,10,8,9]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0,0] => [9,1,2,3,4,5,6,10,7,8]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0] => [10,1,2,3,4,5,6,7,8,9]
[1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0] => [8,1,2,3,4,5,6,7,9,10]
[1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0] => [7,1,2,3,4,5,6,8,9,10]
[1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [6,1,2,3,4,5,7,8,9,10]
[1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [5,1,2,3,4,6,7,8,9,10]
[1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [4,1,2,3,5,6,7,8,9,10]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [3,5,6,7,8,9,10,1,2,4]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [2,3,4,5,6,8,1,9,10,7]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [2,3,4,5,6,8,9,1,10,7]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [3,5,6,1,7,8,9,10,2,4]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [3,4,6,1,7,8,9,10,2,5]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [3,4,5,1,7,8,9,10,2,6]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [2,7,8,9,10,1,3,4,5,6]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [3,4,5,6,7,8,1,2,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0] => [3,4,5,6,7,10,1,2,8,9]
[1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [3,4,5,6,9,10,1,2,7,8]
[1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [3,4,5,8,9,10,1,2,6,7]
[1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [3,4,7,8,9,10,1,2,5,6]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [3,6,7,8,9,10,1,2,4,5]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [5,6,7,8,9,10,1,2,3,4]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0] => [1,2,3,4,5,6,10,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,4,5,10,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,10,4,5,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,10,3,4,5,6,7,8,9]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,3,5,1,6,7,8,9,10,4]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,4,5,1,6,7,8,9,10,3]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [3,4,5,6,8,9,10,1,2,7]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0] => [3,4,5,6,8,9,1,10,2,7]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [3,4,5,6,8,1,9,10,2,7]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [3,4,5,6,1,8,9,10,2,7]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,1,0,0] => [8,9,1,2,3,4,5,10,6,7]
[1,1,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [3,9,10,1,2,4,5,6,7,8]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,1,2,5,4,7,6,9,8,10]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [3,1,5,2,4,7,6,9,8,10]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [3,1,5,2,7,4,6,9,8,10]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [3,1,5,2,7,4,9,6,8,10]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0] => [3,1,5,2,7,4,9,6,10,8]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [3,1,5,2,7,4,8,6,10,9]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,5,2,6,4,8,7,10,9]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,4,2,6,5,8,7,10,9]
[1,1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,4,1,2,5,6,7,8,9,10]
[1,1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,5,1,2,6,7,8,9,10]
[1,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [3,4,5,6,1,2,7,8,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0] => [3,4,5,6,7,1,2,8,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [3,4,5,6,7,8,10,1,2,9]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [3,4,5,6,7,9,10,1,2,8]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [3,4,5,7,8,9,10,1,2,6]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [3,4,6,7,8,9,10,1,2,5]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [4,5,6,7,8,9,10,1,2,3]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,0] => [3,4,5,6,7,1,10,2,8,9]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [3,4,5,6,1,9,10,2,7,8]
[1,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [3,4,5,1,8,9,10,2,6,7]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [3,4,1,7,8,9,10,2,5,6]
[1,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [3,1,6,7,8,9,10,2,4,5]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,5,6,7,8,9,10,2,3,4]
[1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0] => [1,9,2,3,4,5,6,7,8,10]
[1,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,0] => [1,2,9,3,4,5,6,7,8,10]
[1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0] => [1,2,8,3,4,5,6,7,9,10]
[1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0] => [1,2,3,8,4,5,6,7,9,10]
[1,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0] => [1,2,3,7,4,5,6,8,9,10]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0] => [1,2,3,4,7,5,6,8,9,10]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [2,4,6,8,10,1,3,5,7,9]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0] => [2,4,6,9,1,10,3,5,7,8]
[1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [2,4,7,1,8,10,3,5,6,9]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [2,4,7,9,1,3,10,5,6,8]
[1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [2,4,8,1,9,3,10,5,6,7]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [2,5,1,6,8,10,3,4,7,9]
[1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [2,5,1,6,9,3,10,4,7,8]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [2,5,7,1,3,8,10,4,6,9]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0] => [2,6,1,7,3,8,10,4,5,9]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [2,5,7,9,1,3,4,10,6,8]
[1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [2,5,8,1,9,3,4,10,6,7]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [2,6,1,7,9,3,4,10,5,8]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [2,6,8,1,3,9,4,10,5,7]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [2,7,1,8,3,9,4,10,5,6]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [3,1,4,6,8,10,2,5,7,9]
[1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [3,1,4,6,9,2,10,5,7,8]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [3,1,4,7,2,8,10,5,6,9]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [3,1,4,7,9,2,5,10,6,8]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [3,1,4,8,2,9,5,10,6,7]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [3,5,1,2,6,8,10,4,7,9]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [3,5,1,2,6,9,4,10,7,8]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0] => [4,1,5,2,6,8,10,3,7,9]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [4,1,5,2,6,9,3,10,7,8]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [3,5,7,1,2,4,8,10,6,9]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [3,6,1,7,2,4,8,10,5,9]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [4,1,5,7,2,3,8,10,6,9]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [4,6,1,2,7,3,8,10,5,9]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0] => [5,1,6,2,7,3,8,10,4,9]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [3,5,7,9,1,2,4,6,10,8]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0] => [3,5,8,1,9,2,4,6,10,7]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [3,6,1,7,9,2,4,5,10,8]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0] => [3,6,8,1,2,9,4,5,10,7]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0] => [3,7,1,8,2,9,4,5,10,6]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0] => [4,1,5,7,9,2,3,6,10,8]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0] => [4,1,5,8,2,9,3,6,10,7]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0] => [4,6,1,2,7,9,3,5,10,8]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0] => [5,1,6,2,7,9,3,4,10,8]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [4,6,8,1,2,3,9,5,10,7]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0] => [4,7,1,8,2,3,9,5,10,6]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0] => [5,1,6,8,2,3,9,4,10,7]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0] => [5,7,1,2,8,3,9,4,10,6]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [6,1,7,2,8,3,9,4,10,5]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [4,5,6,7,8,9,1,2,10,3]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [6,7,8,9,1,2,3,4,10,5]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [5,6,7,8,9,1,2,3,10,4]
[1,1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,0] => [8,10,1,2,3,4,5,6,7,9]
[1,1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [3,10,1,2,4,5,6,7,8,9]
[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,10,7,8]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0,0] => [8,1,2,3,4,5,6,10,7,9]
[1,1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [3,1,10,2,4,5,6,7,8,9]
[1,1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [3,9,1,2,4,5,6,7,8,10]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [3,1,4,5,6,7,8,9,2,10]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [6,7,8,9,10,1,2,3,4,5]
[1,1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0,0] => [1,8,9,10,2,3,4,5,6,7]
[1,1,1,0,0,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,2,4,9,10,3,5,6,7,8]
[1,1,1,1,0,0,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [1,2,3,5,8,9,10,4,6,7]
[1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0,0] => [9,1,10,2,3,4,5,6,7,8]
[1,1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [3,7,8,9,10,1,2,4,5,6]
[1,1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [3,8,9,10,1,2,4,5,6,7]
[1,0,1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [2,3,10,1,4,5,6,7,8,9]
[1,0,1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,3,4,10,1,5,6,7,8,9]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0] => [1,2,3,4,5,8,6,7,9,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0] => [1,2,3,4,5,9,6,7,8,10]
[1,1,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [5,10,1,2,3,4,6,7,8,9]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,0] => [3,1,2,4,5,6,9,10,7,8]
[1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [3,4,1,2,5,8,9,10,6,7]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [3,4,1,6,7,8,9,10,2,5]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,5,6,7,8,9,10,2,4]
[1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [9,10,1,2,3,4,5,6,7,8]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [4,5,6,7,8,9,1,2,3,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [3,4,5,6,7,1,9,10,2,8]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0] => [3,4,5,6,7,1,2,10,8,9]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0] => [3,4,5,6,1,7,9,10,2,8]
[1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,0] => [3,6,7,1,2,8,9,10,4,5]
[1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [3,4,7,1,2,8,9,10,5,6]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [3,4,5,1,2,8,9,10,6,7]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,3,4,5,6,7,9,1,10,8]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,4,5,6,7,8,1,9,10,3]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,3,5,6,7,8,9,1,10,4]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [2,3,5,1,6,7,8,9,4,10]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [2,4,5,1,6,7,8,9,3,10]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [3,4,5,1,6,7,8,9,2,10]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [7,8,9,10,1,2,3,4,5,6]
[1,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0,0] => [8,9,10,1,2,3,4,5,6,7]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0,0,0] => [8,9,1,2,3,4,10,5,6,7]
[1,1,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [4,9,10,1,2,3,5,6,7,8]
[1,1,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0,0] => [5,6,7,8,1,2,3,4,9,10]
[1,1,1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0] => [5,6,7,1,2,3,4,8,9,10]
[1,1,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,1,2,3,7,8,9,10]
[1,1,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [4,5,1,2,3,6,7,8,9,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0] => [1,2,3,4,5,6,9,7,8,10]
[1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [1,2,3,6,4,5,7,8,9,10]
[1,1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,2,5,3,4,6,7,8,9,10]
[1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,4,2,3,5,6,7,8,9,10]
[1,1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [3,1,2,10,4,5,6,7,8,9]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0] => [5,1,2,3,4,10,6,7,8,9]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [4,5,6,1,7,8,9,2,10,3]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [3,5,6,1,7,8,9,2,10,4]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [3,4,6,1,7,8,9,2,10,5]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0,1,0] => [3,4,5,1,7,8,9,2,10,6]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [5,7,8,9,10,1,2,3,4,6]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0,0] => [7,8,9,1,10,2,3,4,5,6]
[1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [4,7,8,9,10,1,2,3,5,6]
[1,1,1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0,0,0] => [7,8,1,9,10,2,3,4,5,6]
[1,1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0,0,0] => [7,1,8,9,10,2,3,4,5,6]
[1,1,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0,0] => [1,9,2,10,3,4,5,6,7,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [1,3,4,5,6,7,9,2,10,8]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [4,5,6,7,8,1,2,9,10,3]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [4,5,6,7,1,2,8,9,10,3]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [4,5,6,1,2,7,8,9,10,3]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [4,5,1,2,6,7,8,9,10,3]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [4,1,2,5,6,7,8,9,10,3]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [3,4,5,6,7,8,1,9,2,10]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,1,0,1,0] => [6,1,2,3,4,7,8,9,10,5]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0] => [7,1,2,3,4,5,8,9,10,6]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0] => [5,6,7,8,1,2,3,9,10,4]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0] => [5,6,7,8,1,9,10,2,3,4]
[1,1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0] => [5,6,7,8,10,1,2,3,4,9]
[1,1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0] => [5,6,1,2,3,4,7,8,9,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0] => [1,3,2,5,4,7,9,6,10,8]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [4,1,2,5,3,7,6,9,8,10]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [6,7,8,9,1,10,2,3,4,5]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,0,0] => [7,8,9,1,2,10,3,4,5,6]
[1,1,1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [5,8,9,10,1,2,3,4,6,7]
[1,0,1,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0] => [2,6,7,1,3,4,5,8,9,10]
[1,0,1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [2,5,6,1,3,4,7,8,9,10]
[1,0,1,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,4,5,1,3,6,7,8,9,10]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [2,3,4,5,7,1,8,9,10,6]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,3,4,6,1,7,8,9,10,5]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,4,1,5,6,7,8,9,10,3]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [6,1,2,3,4,7,5,8,9,10]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,4,5,6,7,8,9,1,10,3]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,4,5,6,1,7,8,9,10,3]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,3,5,6,1,7,8,9,10,4]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,3,4,5,6,7,9,1,8,10]
[1,1,1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0,0] => [6,7,8,10,1,2,3,4,5,9]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,0] => [6,7,8,9,1,2,3,10,4,5]
[1,1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0,0,0] => [6,7,9,10,1,2,3,4,5,8]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0,0] => [6,7,8,9,1,2,10,3,4,5]
[1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [6,8,9,10,1,2,3,4,5,7]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [1,3,5,2,6,7,8,9,10,4]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [1,6,7,8,9,2,3,4,5,10]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,3,4,6,7,8,1,9,10,5]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [2,3,4,1,7,8,9,5,10,6]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,3,5,6,7,8,1,9,10,4]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [2,3,1,6,7,8,9,4,10,5]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0] => [1,2,5,3,4,6,8,7,9,10]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [2,3,5,6,7,8,1,4,9,10]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,1,0,0,0,0] => [2,3,4,5,7,8,1,6,9,10]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [2,4,5,6,7,8,1,9,3,10]
[1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [2,3,4,1,6,8,5,9,10,7]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,1,0,0] => [1,8,2,3,4,5,6,9,7,10]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,4,2,5,3,7,6,9,8,10]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,4,2,6,3,7,5,9,8,10]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [1,4,2,6,3,8,5,9,7,10]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,4,2,6,3,8,5,10,7,9]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0] => [1,4,2,6,3,8,5,7,10,9]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [1,4,2,6,3,5,8,7,10,9]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [1,4,2,3,6,5,8,7,10,9]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [1,4,5,6,7,8,9,2,10,3]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,3,5,1,4,7,8,9,10,6]
[1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,4,5,1,3,7,8,9,10,6]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [3,4,5,1,2,7,8,9,10,6]
[1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [2,1,7,8,9,10,3,4,5,6]
[1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0,0] => [3,1,2,8,9,10,4,5,6,7]
[1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [3,4,1,2,8,9,10,5,6,7]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [4,5,1,2,3,9,10,6,7,8]
[1,1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0,1,0,0] => [5,6,7,1,2,3,4,10,8,9]
[1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,1,0] => [5,6,7,8,1,2,3,4,10,9]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0] => [3,4,5,6,1,7,8,2,10,9]
[1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [3,4,5,1,6,7,9,2,10,8]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0] => [3,4,1,5,6,8,9,2,10,7]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [3,1,4,5,7,8,9,2,10,6]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [1,3,4,6,7,8,9,2,10,5]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0,1,0] => [8,1,2,3,4,5,6,9,10,7]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0,0] => [8,1,2,3,4,5,9,10,6,7]
[1,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0] => [1,8,2,3,4,5,6,7,9,10]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,0] => [2,1,3,4,5,8,6,7,9,10]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [2,1,3,4,5,9,6,7,8,10]
[1,1,1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0,0,0] => [1,6,8,9,10,2,3,4,5,7]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [2,3,4,5,6,1,9,7,10,8]
[1,1,0,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,6,7,8,9,10,2,4,5]
[1,1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0,0] => [1,2,7,3,4,5,6,8,9,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [4,5,6,7,8,10,1,2,3,9]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [5,1,6,7,8,9,10,2,3,4]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [3,4,5,6,7,8,1,10,2,9]
[1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,5,2,3,4,6,7,8,9,10]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,1,1,0,0,0,0] => [1,2,3,5,4,9,6,7,8,10]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,1,0,0,0] => [1,2,3,4,6,5,10,7,8,9]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,1,1,0,0,0,0] => [1,2,3,4,6,9,5,7,8,10]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0] => [1,2,4,3,5,9,6,7,8,10]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,4,5,6,7,8,9,1,3,10]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0,0] => [9,1,2,3,4,5,10,6,7,8]
[1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [4,10,1,2,3,5,6,7,8,9]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0,0] => [1,2,3,4,5,6,9,10,7,8]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,0] => [1,2,3,4,5,8,9,10,6,7]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [1,3,2,5,4,7,6,10,8,9]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [1,3,2,5,4,8,6,10,7,9]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,3,2,6,4,8,5,10,7,9]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [2,4,1,6,3,8,5,10,7,9]
[1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0] => [2,1,4,6,3,8,5,10,7,9]
[1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0] => [2,1,4,3,6,8,5,10,7,9]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [2,1,4,3,6,5,8,10,7,9]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0] => [2,6,1,3,4,7,8,9,10,5]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [2,3,6,1,4,7,8,9,10,5]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,1,2,5,6,7,8,9,10,4]
[1,1,1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0,0,0] => [1,2,7,8,9,10,3,4,5,6]
[1,1,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [5,1,7,8,9,10,2,3,4,6]
[1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,0,0] => [5,1,6,8,9,10,2,3,4,7]
[1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,1,0,0,0,0] => [5,1,2,6,9,10,3,4,7,8]
[1,1,1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,0,0,0] => [7,8,10,1,2,3,4,5,6,9]
[1,1,1,0,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [1,4,10,2,3,5,6,7,8,9]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0,0] => [3,4,5,1,2,8,6,10,7,9]
[1,1,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [3,1,5,2,4,8,9,10,6,7]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [1,3,5,6,7,8,9,2,10,4]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,4,2,5,6,7,8,9,10,3]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [1,3,5,7,9,2,4,6,8,10]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [3,1,2,5,7,9,4,6,8,10]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [3,1,5,2,4,7,9,6,8,10]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0,1,0] => [3,1,5,2,7,4,6,9,10,8]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [3,1,5,2,7,4,9,10,6,8]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,0] => [3,1,5,2,7,8,10,4,6,9]
[1,1,0,1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0,0] => [3,1,5,6,8,10,2,4,7,9]
[1,1,0,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [3,4,6,8,10,1,2,5,7,9]
[1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0] => [4,6,8,10,1,2,3,5,7,9]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [3,4,5,6,7,8,1,2,10,9]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [1,5,6,7,8,9,2,3,10,4]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,0] => [7,1,8,2,9,3,10,4,5,6]
[1,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [4,1,6,7,8,9,10,2,3,5]
[1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [3,1,2,6,7,8,9,10,4,5]
[1,1,0,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [1,3,9,2,4,5,6,7,10,8]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0] => [2,8,1,3,4,5,6,9,7,10]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0,0] => [4,5,6,7,9,10,1,2,3,8]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [4,6,7,8,9,10,1,2,3,5]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [4,5,6,7,8,1,2,3,9,10]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [4,5,6,7,10,1,2,3,8,9]
[1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,1,5,3,7,4,9,6,8,10]
[1,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,1,4,3,7,5,9,6,8,10]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [2,1,4,3,6,5,9,7,8,10]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [1,3,4,5,6,8,9,10,2,7]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,3,4,5,7,1,6,9,8,10]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [2,3,4,5,1,8,6,9,7,10]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [2,3,4,6,1,5,8,7,10,9]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [2,3,4,1,7,5,8,6,10,9]
[1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [3,1,2,4,5,6,7,10,8,9]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [2,5,6,7,8,9,1,3,10,4]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [2,3,6,7,8,9,1,4,10,5]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [1,2,4,5,6,7,9,3,10,8]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [4,5,6,7,8,1,9,2,3,10]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,4,6,7,8,9,10,2,3,5]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,5,2,6,3,7,4,9,8,10]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,3,2,6,4,7,5,9,8,10]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [1,3,2,7,4,8,5,9,6,10]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [1,4,2,7,3,8,5,9,6,10]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [1,5,2,7,3,8,4,9,6,10]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [1,6,2,7,3,8,4,9,5,10]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [1,3,2,5,4,8,6,9,7,10]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [1,4,2,5,3,8,6,9,7,10]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [1,5,2,6,3,8,4,9,7,10]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [1,3,2,6,4,8,5,9,7,10]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [1,3,2,5,4,9,6,10,7,8]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [1,4,2,5,3,9,6,10,7,8]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,5,2,6,3,9,4,10,7,8]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,3,2,6,4,9,5,10,7,8]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,4,2,6,3,9,5,10,7,8]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,5,2,7,3,9,4,10,6,8]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,6,2,7,3,9,4,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,8,3,9,4,10,6,7]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,6,2,8,3,9,4,10,5,7]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,3,2,7,4,9,5,10,6,8]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,4,2,7,3,9,5,10,6,8]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,7,2,8,3,9,4,10,5,6]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,3,2,8,4,9,5,10,6,7]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,4,2,8,3,9,5,10,6,7]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [1,4,2,5,3,7,6,10,8,9]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [1,5,2,6,3,7,4,10,8,9]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [1,3,2,6,4,7,5,10,8,9]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [1,4,2,6,3,7,5,10,8,9]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,3,2,7,4,8,5,10,6,9]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,4,2,7,3,8,5,10,6,9]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,5,2,7,3,8,4,10,6,9]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,6,2,7,3,8,4,10,5,9]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [1,4,2,5,3,8,6,10,7,9]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,5,2,6,3,8,4,10,7,9]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [3,4,5,6,7,1,8,2,10,9]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0] => [3,4,5,6,1,7,9,2,10,8]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [3,4,5,1,6,8,9,2,10,7]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [3,4,1,5,7,8,9,2,10,6]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,4,6,7,8,9,2,10,5]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,1,0] => [3,4,5,6,1,7,2,8,10,9]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [3,4,5,1,6,2,9,7,10,8]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [3,4,1,5,2,8,9,6,10,7]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [3,1,4,2,7,8,9,5,10,6]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [1,3,2,6,7,8,9,4,10,5]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,5,6,7,8,9,3,10,4]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,1,5,6,7,8,9,10,2,4]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0,0] => [4,5,6,7,1,9,2,3,8,10]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,0] => [1,5,6,7,2,9,3,4,8,10]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [1,5,2,7,3,9,4,6,8,10]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0] => [7,1,2,3,4,5,6,9,8,10]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [5,7,8,9,1,10,2,3,4,6]
[1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0] => [5,6,8,9,1,2,10,3,4,7]
[1,1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0,1,0,0] => [5,6,7,9,1,2,3,10,4,8]
[1,1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,1,0,0,0] => [5,6,9,1,2,3,10,4,7,8]
[1,1,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0,0,0] => [5,8,9,1,2,10,3,4,6,7]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0,0] => [1,2,3,4,5,9,6,10,7,8]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,1,0,0] => [1,2,3,4,8,5,9,10,6,7]
[1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,1,0,0] => [1,2,3,7,4,8,9,10,5,6]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,2,6,3,7,8,9,10,4,5]
[1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,5,2,6,7,8,9,10,3,4]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,1,0,0] => [5,6,7,8,1,9,2,10,3,4]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [6,7,1,8,2,9,3,10,4,5]
[1,1,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [4,1,10,2,3,5,6,7,8,9]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [4,1,2,3,5,6,7,10,8,9]
[1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0] => [8,1,10,2,3,4,5,6,7,9]
[1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,0,0] => [7,1,2,10,3,4,5,6,8,9]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [6,1,2,3,10,4,5,7,8,9]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [1,2,5,3,4,7,6,9,8,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [5,6,7,8,9,1,10,2,3,4]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [4,5,6,7,8,1,2,9,3,10]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0,0] => [7,8,9,1,2,3,4,10,5,6]
[1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [1,4,2,3,5,6,7,10,8,9]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0] => [3,1,2,4,5,6,9,7,8,10]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,5,6,7,8,9,2,3,4,10]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,4,1,5,3,7,6,9,8,10]
[1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [3,1,4,2,5,6,7,8,10,9]
[1,1,1,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [4,1,2,5,3,6,7,8,10,9]
[1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [5,1,2,3,6,4,7,8,10,9]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,0,0,0,1,0] => [6,1,2,3,4,7,5,8,10,9]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0,1,0] => [7,1,2,3,4,5,8,6,10,9]
[1,1,0,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0] => [3,1,9,10,2,4,5,6,7,8]
[1,1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0] => [3,1,8,9,10,2,4,5,6,7]
[1,1,0,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [3,1,7,8,9,10,2,4,5,6]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [1,5,6,7,8,9,2,10,3,4]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [1,4,5,6,7,8,2,9,3,10]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [2,5,7,9,1,3,4,6,10,8]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [2,1,4,5,8,10,3,6,7,9]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [2,4,7,9,1,3,5,10,6,8]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [2,6,8,1,3,4,9,5,10,7]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0] => [2,4,1,6,7,10,3,5,8,9]
[1,0,1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,1,0] => [2,1,5,6,9,3,4,7,10,8]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0] => [2,4,7,1,3,5,8,9,6,10]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,1,0] => [2,6,1,3,4,7,8,5,10,9]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [2,4,6,9,1,3,10,5,7,8]
[1,0,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [2,5,8,1,3,9,4,6,10,7]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [2,1,4,5,9,3,6,10,7,8]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [2,4,8,1,3,9,5,10,6,7]
[1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0] => [2,7,1,3,8,4,9,5,10,6]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [2,4,6,1,8,9,3,5,7,10]
[1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,1,0] => [2,5,1,7,8,3,4,6,10,9]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,0,0,0] => [2,1,4,5,3,8,9,6,7,10]
[1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0] => [2,4,1,7,8,3,5,10,6,9]
[1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0] => [2,1,6,7,3,4,9,5,10,8]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0] => [2,4,1,3,6,7,9,5,8,10]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,1,0] => [2,1,3,5,6,8,4,7,10,9]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0] => [2,4,1,6,3,7,8,5,9,10]
[1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,1,0] => [2,1,5,3,6,7,4,8,10,9]
[1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [2,4,6,1,3,8,9,5,7,10]
[1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0] => [2,5,1,3,7,8,4,6,10,9]
[1,0,1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0] => [2,4,1,3,7,8,5,10,6,9]
[1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,1,0] => [2,1,3,6,7,4,9,5,10,8]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [2,4,6,8,1,10,3,5,7,9]
[1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [2,5,7,1,9,3,4,6,10,8]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [2,1,4,5,8,3,10,6,7,9]
[1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [2,4,7,1,9,3,5,10,6,8]
[1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,1,0] => [2,6,1,8,3,4,9,5,10,7]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [2,4,1,6,7,3,10,5,8,9]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0] => [2,1,5,6,3,9,4,7,10,8]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0] => [2,4,1,7,3,5,8,9,6,10]
[1,0,1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0] => [2,1,6,3,4,7,8,5,10,9]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [2,4,6,1,9,3,10,5,7,8]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [2,5,1,8,3,9,4,6,10,7]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0] => [2,1,4,5,3,9,6,10,7,8]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,4,1,8,3,9,5,10,6,7]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [2,1,7,3,8,4,9,5,10,6]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [3,6,7,8,9,1,10,2,4,5]
[1,1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [3,4,7,8,1,9,10,2,5,6]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [3,4,1,6,7,9,10,2,5,8]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [3,1,5,6,7,8,10,2,4,9]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,4,5,6,7,8,9,2,3,10]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,1,0,0] => [1,2,3,4,5,6,8,10,7,9]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,1,0,1,0,0] => [1,2,3,4,5,7,9,10,6,8]
[1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,1,0,1,0,0] => [1,2,3,4,6,8,9,10,5,7]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [1,2,3,5,7,8,9,10,4,6]
[1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,2,4,6,7,8,9,10,3,5]
[1,1,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0,0] => [7,8,9,1,2,3,4,5,6,10]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,1,4,5,6,7,8,10,3,9]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [2,4,5,6,7,8,1,10,3,9]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [2,4,5,6,7,8,10,1,3,9]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [1,3,5,2,4,7,6,9,8,10]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [1,3,2,5,7,4,6,9,8,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [1,3,2,5,4,7,9,6,8,10]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,0] => [1,3,2,5,7,4,9,6,10,8]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [1,3,5,2,7,4,8,6,10,9]
[1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0] => [3,9,1,2,4,5,6,10,7,8]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0] => [2,8,1,3,4,5,6,9,10,7]
[1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [2,3,9,1,4,5,6,7,10,8]
[1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0] => [2,9,1,3,4,5,6,7,10,8]
[1,0,1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [2,3,9,1,4,5,6,7,8,10]
[1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [4,1,5,2,3,6,7,8,9,10]
[1,1,1,1,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [5,1,2,6,3,4,7,8,9,10]
[1,1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0] => [6,1,2,3,7,4,5,8,9,10]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,0,0,0,0] => [7,1,2,3,4,8,5,6,9,10]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0,0] => [8,1,2,3,4,5,9,6,7,10]
[1,1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0,0] => [7,9,1,2,3,4,5,6,8,10]
[1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0] => [4,1,2,6,3,7,5,9,8,10]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0,0] => [4,1,2,3,8,5,6,10,7,9]
[1,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0,0] => [4,1,6,2,8,3,5,10,7,9]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [1,3,2,5,7,4,9,6,8,10]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,3,5,2,7,4,9,6,8,10]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,1,0,0] => [1,5,6,2,7,3,4,10,8,9]
[1,0,1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0] => [2,1,8,9,10,3,4,5,6,7]
[1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [2,5,7,9,1,3,4,6,8,10]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0] => [3,4,5,6,1,7,8,10,2,9]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0] => [3,4,5,6,1,7,8,9,2,10]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0] => [5,6,1,2,3,7,8,9,10,4]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [2,6,7,8,9,1,3,4,5,10]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,1,6,7,8,9,10,3,4,5]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,5,3,6,4,8,7,10,9]
[1,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,0] => [4,6,1,2,3,8,10,5,7,9]
[1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [4,6,1,2,3,8,5,9,10,7]
[1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,0] => [3,6,1,2,8,10,4,5,7,9]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,1,0] => [3,6,1,2,8,4,5,9,10,7]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [2,6,1,3,8,4,9,5,10,7]
[1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,1,0] => [4,1,5,2,3,7,9,6,10,8]
[1,1,1,0,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0] => [4,1,5,2,3,7,8,10,6,9]
[1,1,0,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [3,5,1,8,10,2,4,6,7,9]
[1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [3,1,4,2,7,9,5,6,10,8]
[1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [3,5,1,8,2,4,6,9,10,7]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [2,5,1,8,3,4,9,6,10,7]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [3,1,4,2,7,5,8,10,6,9]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [2,4,1,8,3,9,5,6,10,7]
[1,0,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,3,1,8,4,9,5,10,6,7]
[1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,1,0,0,1,0] => [3,6,1,2,4,7,9,5,10,8]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,1,0,0] => [3,6,1,2,4,7,8,10,5,9]
[1,0,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0] => [2,6,1,3,7,9,4,5,10,8]
[1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [2,6,1,3,7,4,8,10,5,9]
[1,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [7,1,2,8,3,9,4,10,5,6]
[1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,0] => [3,5,7,10,1,2,4,6,8,9]
[1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [3,1,4,6,9,2,5,7,10,8]
[1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0,1,0] => [2,5,1,6,9,3,4,7,10,8]
[1,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [3,1,4,5,9,2,6,10,7,8]
[1,0,1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0] => [2,4,1,5,9,3,6,10,7,8]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0,1,0] => [3,5,7,1,2,4,6,9,10,8]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0] => [2,5,7,1,3,4,9,6,10,8]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,0,0] => [3,1,4,6,2,5,8,10,7,9]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0] => [2,4,7,1,3,9,5,6,10,8]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0] => [2,3,7,1,4,9,5,10,6,8]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0] => [2,5,1,6,3,4,8,10,7,9]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0] => [6,1,7,2,3,9,4,10,5,8]
[1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,1,0,0,0] => [3,1,4,5,2,8,10,6,7,9]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0] => [2,4,1,5,3,8,10,6,7,9]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [2,4,6,1,9,3,5,7,10,8]
[1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0] => [5,1,6,2,9,3,4,10,7,8]
[1,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [2,3,5,1,9,4,10,6,7,8]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [4,1,5,2,9,3,10,6,7,8]
[1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [4,5,6,9,10,1,2,3,7,8]
[1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [4,5,8,9,10,1,2,3,6,7]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [4,5,6,7,1,8,2,3,9,10]
[1,1,1,0,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [4,5,6,1,7,2,3,8,9,10]
[1,1,1,0,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0,0] => [4,5,1,6,10,2,3,7,8,9]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [4,1,5,9,10,2,3,6,7,8]
[1,1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [1,4,8,9,10,2,3,5,6,7]
[1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [3,6,1,9,2,4,10,5,7,8]
[1,1,0,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,0] => [3,6,1,8,10,2,4,5,7,9]
[1,1,0,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [3,1,6,2,4,5,10,7,8,9]
[1,1,0,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,0] => [3,6,8,1,9,2,4,5,7,10]
[1,1,0,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0] => [3,1,6,9,2,4,5,7,8,10]
[1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [3,5,7,8,1,2,10,4,6,9]
[1,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [3,5,7,1,8,2,4,6,9,10]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,0] => [3,1,2,7,9,4,10,5,6,8]
[1,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [3,5,1,8,9,2,10,4,6,7]
[1,1,0,1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0,0] => [3,1,8,2,4,9,5,6,7,10]
[1,1,0,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,0] => [3,1,7,9,2,10,4,5,6,8]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [3,5,1,2,4,9,6,7,8,10]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,0] => [3,7,1,8,2,10,4,5,6,9]
[1,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [3,5,8,1,2,10,4,6,7,9]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [1,4,5,8,2,3,10,6,7,9]
[1,1,1,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [1,4,5,2,8,3,6,7,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,7,9,2,10,3,6,8]
[1,1,1,0,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [1,4,5,2,3,9,6,7,8,10]
[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,10,3,6,8,9]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,5,2,6,7,3,10,4,8,9]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [1,5,2,6,7,9,3,4,8,10]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [4,1,2,6,7,3,10,5,8,9]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [4,1,2,6,7,9,3,5,8,10]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [5,1,2,7,3,8,9,4,6,10]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [1,5,2,3,4,8,9,6,7,10]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0,0] => [4,6,1,7,2,8,9,3,5,10]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0] => [1,2,6,3,4,8,9,5,7,10]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,0] => [4,1,7,2,3,8,9,5,6,10]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,0] => [5,1,8,2,3,9,4,10,6,7]
[1,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [5,1,7,9,2,3,4,10,6,8]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [1,5,2,3,4,9,6,10,7,8]
[1,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0] => [5,7,1,8,2,3,4,10,6,9]
[1,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [1,5,8,2,3,4,6,10,7,9]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,0] => [4,6,7,1,2,9,3,10,5,8]
[1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0] => [4,6,1,7,2,3,5,10,8,9]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0] => [1,2,6,8,3,9,4,10,5,7]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0] => [4,1,7,8,2,9,3,10,5,6]
[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,4,5,10,6,9]
[1,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,1,0,0] => [1,6,8,2,9,3,4,10,5,7]
[1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,1,0,0] => [6,1,7,2,9,3,4,10,5,8]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,0] => [4,7,1,2,9,3,5,10,6,8]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0] => [1,6,2,7,3,9,4,5,8,10]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [2,1,5,6,3,9,4,7,8,10]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,0,1,1,0,0,0] => [2,1,5,6,3,4,9,7,8,10]
[1,0,1,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [2,1,5,6,7,3,9,4,8,10]
[1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,0] => [2,1,5,6,3,8,9,4,7,10]
[1,0,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,0,0] => [2,1,5,6,8,3,4,10,7,9]
[1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,1,0,0] => [3,1,5,2,6,7,4,9,8,10]
[1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0] => [1,3,5,2,6,7,4,9,8,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [3,4,5,6,7,1,9,2,8,10]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0] => [1,2,3,4,5,8,10,6,7,9]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,1,0,0,0,0] => [1,2,3,4,7,10,5,6,8,9]
[1,1,1,1,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0] => [1,2,3,6,10,4,5,7,8,9]
[1,1,1,1,0,0,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,2,5,10,3,4,6,7,8,9]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [1,3,2,5,7,9,4,6,8,10]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [1,3,5,2,4,7,9,6,8,10]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [1,3,5,2,7,4,6,9,8,10]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [1,3,5,7,2,4,6,9,8,10]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [1,3,5,2,7,9,4,6,8,10]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [1,3,5,7,2,4,9,6,8,10]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [1,3,5,7,2,9,4,6,8,10]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [3,1,2,5,4,7,9,6,8,10]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [3,1,2,5,7,4,6,9,8,10]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [3,1,2,5,7,4,9,6,8,10]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [3,5,1,2,4,7,6,9,8,10]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0] => [3,5,1,2,4,7,9,6,8,10]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [3,1,5,7,2,4,6,9,8,10]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0] => [3,5,1,2,7,4,6,9,8,10]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0] => [3,5,1,7,2,4,6,9,8,10]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0] => [3,5,7,1,2,4,6,9,8,10]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [3,1,5,2,7,9,4,6,8,10]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [3,1,5,7,2,4,9,6,8,10]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [3,1,5,7,2,9,4,6,8,10]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [3,1,5,7,9,2,4,6,8,10]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [3,5,1,2,7,4,9,6,8,10]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [3,5,1,2,7,9,4,6,8,10]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0] => [3,5,1,7,2,4,9,6,8,10]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0] => [3,5,7,1,2,4,9,6,8,10]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [3,5,1,7,2,9,4,6,8,10]
[1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [3,5,1,7,9,2,4,6,8,10]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0] => [3,5,7,1,2,9,4,6,8,10]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [3,5,7,1,9,2,4,6,8,10]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [3,5,7,9,1,2,4,6,8,10]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [2,4,1,3,6,5,8,7,10,9]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [2,4,1,7,3,5,8,6,10,9]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [1,6,7,8,9,2,3,4,10,5]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [4,5,6,7,8,1,2,3,10,9]
[1,1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0,0] => [1,2,5,3,4,8,6,7,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [3,4,5,6,7,1,8,10,2,9]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [1,4,5,6,7,8,2,9,10,3]
[1,1,1,0,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [1,4,6,2,3,5,7,8,9,10]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0] => [5,1,2,3,4,6,9,7,8,10]
[1,1,1,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,0,0] => [1,2,5,8,3,4,6,7,9,10]
[1,1,1,1,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0,0] => [6,1,2,3,4,8,5,7,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0] => [3,4,5,6,7,9,1,10,2,8]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0] => [3,4,5,6,7,9,1,2,8,10]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0] => [5,6,7,1,8,9,10,2,3,4]
[1,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [1,3,5,6,2,7,8,9,10,4]
[1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,1,4,6,3,7,8,9,10,5]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0] => [4,1,6,2,8,3,9,5,10,7]
[1,1,1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,0] => [4,7,10,1,2,3,5,6,8,9]
[1,1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0] => [4,7,1,10,2,3,5,6,8,9]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [4,1,7,2,3,8,5,9,6,10]
[1,1,1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0] => [5,6,7,10,1,2,3,4,8,9]
[1,1,1,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0,0] => [5,6,9,10,1,2,3,4,7,8]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,1,0,0,0] => [5,6,7,1,2,8,10,3,4,9]
[1,1,1,1,0,1,0,1,0,0,0,1,1,1,1,0,0,0,0,0] => [5,6,1,2,7,3,4,8,9,10]
[1,1,1,0,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [1,4,9,10,2,3,5,6,7,8]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,5,6,7,8,9,1,4,10]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,4,6,7,8,9,1,5,10]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [2,3,4,5,7,8,9,1,6,10]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [2,3,4,5,6,8,9,1,7,10]
[1,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0,1,0] => [6,7,8,1,2,3,4,5,10,9]
[1,1,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0] => [8,1,9,2,3,4,5,6,7,10]
[1,1,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0,0] => [1,8,10,2,3,4,5,6,7,9]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [2,4,5,6,7,8,1,3,9,10]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [5,7,8,9,1,2,3,4,10,6]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0,1,0] => [6,7,8,1,9,2,3,4,10,5]
[1,0,1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0] => [2,6,8,9,10,1,3,4,5,7]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [2,7,8,9,1,10,3,4,5,6]
[1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,7,8,9,10,4,6]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [1,3,2,5,4,7,9,10,6,8]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [4,5,6,7,1,9,10,2,3,8]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0,0] => [4,5,6,7,9,1,10,2,3,8]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0] => [4,5,6,7,1,2,10,3,8,9]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0,0] => [4,5,6,7,9,1,2,3,8,10]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [4,5,6,1,7,8,9,2,3,10]
[1,1,1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0,0] => [6,7,1,8,9,10,2,3,4,5]
[1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,4,6,2,7,8,9,10,3,5]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [3,1,5,2,7,8,9,10,4,6]
[1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [1,3,6,2,9,10,4,5,7,8]
[1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [1,3,7,8,2,4,10,5,6,9]
[1,1,0,0,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [1,3,8,9,10,2,4,5,6,7]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,0] => [4,1,2,5,3,7,10,6,8,9]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0] => [4,1,7,8,2,3,5,9,6,10]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0] => [5,6,1,2,8,3,4,9,7,10]
[1,1,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,4,5,2,3,6,7,8,9,10]
[1,1,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [4,1,5,6,10,2,3,7,8,9]
[1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,0,0,0,0,0] => [1,2,3,6,7,4,5,8,9,10]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,1,0,0,0] => [6,1,2,3,7,8,10,4,5,9]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0] => [1,2,3,4,5,8,9,6,7,10]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0,0,0] => [6,7,8,1,9,2,3,4,5,10]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0,0] => [6,7,8,1,9,10,2,3,4,5]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [4,5,6,7,8,1,9,2,10,3]
[1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0] => [2,6,1,3,4,10,5,7,8,9]
[1,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [2,5,1,3,4,6,10,7,8,9]
[1,0,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [2,4,1,3,5,6,7,10,8,9]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,4,5,1,6,2,8,7,10,9]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,6,7,8,9,10,3,4,5]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0,1,0] => [2,4,1,7,3,9,5,6,10,8]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [2,4,1,7,3,9,5,6,8,10]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [2,4,1,7,3,5,9,6,10,8]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [2,4,1,3,7,5,8,6,10,9]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,4,5,1,6,3,8,7,10,9]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [1,4,5,6,7,8,2,10,3,9]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,4,5,6,7,8,10,2,3,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0,0] => [4,5,6,7,8,1,10,2,3,9]
[1,1,0,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [1,3,2,10,4,5,6,7,8,9]
[1,0,1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [2,3,1,4,10,5,6,7,8,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [1,3,4,5,6,7,9,10,2,8]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [4,1,5,6,7,8,10,2,3,9]
[1,1,0,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [1,3,9,10,2,4,5,6,7,8]
[1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,3,7,8,9,10,2,4,5,6]
[1,1,1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [5,7,8,9,1,2,3,4,6,10]
[1,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [1,3,8,2,9,4,5,10,6,7]
[1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [1,3,5,6,8,2,9,10,4,7]
[1,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [1,3,5,8,10,2,4,6,7,9]
[1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [1,5,2,3,8,4,9,10,6,7]
[1,1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [1,5,2,3,7,8,10,4,6,9]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0] => [1,4,5,7,2,3,10,6,8,9]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [1,5,2,8,9,3,4,6,10,7]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0] => [1,7,2,8,3,4,9,5,10,6]
[1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0] => [1,4,5,7,2,8,9,3,10,6]
[1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [1,4,7,9,2,3,5,6,10,8]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0] => [1,6,7,2,3,9,4,5,10,8]
[1,0,1,0,1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0] => [2,3,1,5,8,4,9,10,6,7]
[1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [2,3,1,5,7,8,10,4,6,9]
[1,0,1,0,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [2,3,1,7,4,5,10,6,8,9]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0,1,0] => [2,3,1,7,4,8,9,5,10,6]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0] => [2,3,1,6,7,9,4,5,10,8]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,1,0,1,0,0,0] => [2,5,1,3,4,7,10,6,8,9]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [2,5,1,3,4,9,6,7,10,8]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,0,0,1,0] => [4,1,2,5,3,9,6,7,10,8]
[1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [2,5,1,6,7,3,4,9,10,8]
[1,0,1,1,0,1,0,1,1,0,1,1,0,0,0,0,1,0,1,0] => [2,4,5,7,1,3,6,9,10,8]
[1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,1,0,1,0] => [4,1,2,7,3,5,6,9,10,8]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [4,1,5,6,2,7,3,9,10,8]
[1,1,0,1,0,1,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [3,4,6,1,2,7,5,9,10,8]
[1,0,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,0] => [2,5,1,8,9,3,4,6,7,10]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0] => [2,7,1,8,3,4,9,5,6,10]
[1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0] => [2,4,5,7,1,8,9,3,6,10]
[1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [2,4,7,9,1,3,5,6,8,10]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [2,6,7,1,3,9,4,5,8,10]
[1,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [4,1,2,7,3,8,9,5,6,10]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [4,1,5,6,2,9,3,7,8,10]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0] => [3,4,6,1,2,9,5,7,8,10]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [6,1,7,2,3,8,4,9,5,10]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0] => [3,4,6,1,7,8,2,9,5,10]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,0] => [3,6,8,1,2,4,5,9,7,10]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0] => [1,4,2,5,3,6,7,9,10,8]
[1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [1,3,4,6,2,5,7,9,8,10]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [1,4,5,2,6,3,7,8,10,9]
[1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [3,1,4,6,2,5,7,9,8,10]
[1,1,1,0,1,0,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [4,1,2,5,6,3,7,8,10,9]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0,1,0] => [3,5,1,2,6,4,7,8,10,9]
[1,1,1,0,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [1,2,4,5,7,3,6,10,8,9]
[1,1,1,0,1,0,0,0,1,0,1,1,1,1,0,0,0,1,0,0] => [4,1,2,5,6,3,7,10,8,9]
[1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0,1,1,0,0] => [3,1,5,6,2,4,7,9,8,10]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0] => [1,4,5,2,6,3,7,10,8,9]
[1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,0] => [3,5,1,6,2,4,7,9,8,10]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,1,0,1,0,0] => [1,4,2,5,3,6,9,10,7,8]
[1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [4,1,5,2,3,6,8,10,7,9]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,1,0,0,1,0] => [1,6,2,3,4,7,8,5,10,9]
[1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0,1,0] => [3,1,7,2,4,5,8,6,10,9]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,1,0,1,0,0] => [1,6,2,3,4,7,8,10,5,9]
[1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [3,1,7,2,4,8,5,9,6,10]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [1,6,2,3,7,4,8,10,5,9]
[1,1,0,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [1,3,4,2,8,9,5,6,7,10]
[1,1,0,1,0,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [3,1,4,2,8,9,5,6,7,10]
[1,1,0,0,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [1,3,4,8,2,9,5,6,7,10]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [3,1,4,8,2,9,5,6,7,10]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0,1,0] => [1,2,6,7,3,9,4,5,10,8]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,0,1,0] => [5,1,2,7,3,9,4,6,10,8]
[1,1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0,0,1,0] => [1,2,6,7,9,3,4,5,10,8]
[1,1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0,1,0] => [5,1,7,2,8,3,4,6,10,9]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [1,6,2,7,9,3,4,5,10,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,8,9,6,7,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,4,9,10,7,8]
[1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [1,4,5,7,2,3,9,6,8,10]
[1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [4,1,5,7,2,3,9,6,8,10]
[1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0,1,0,0] => [5,1,2,6,7,3,4,10,8,9]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [4,6,1,2,7,3,5,10,8,9]
[1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0] => [1,2,5,6,8,3,10,4,7,9]
[1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [5,1,2,6,7,3,10,4,8,9]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,0] => [4,1,6,7,2,3,9,5,8,10]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0] => [1,5,6,2,7,3,10,4,8,9]
[1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0,0] => [4,6,1,7,2,3,9,5,8,10]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,0,0,0] => [1,5,2,6,3,9,10,4,7,8]
[1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,0] => [5,1,6,2,3,8,10,4,7,9]
[1,1,1,1,1,1,1,1,0,0,0,0,0,1,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,0,0,0,1,1,0,0,0,0,0,0] => [1,2,3,9,4,5,6,7,8,10]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,0,0] => [1,9,2,3,4,5,10,6,7,8]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,0,0] => [8,1,2,3,4,5,10,6,7,9]
[1,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0] => [8,1,9,2,10,3,4,5,6,7]
[1,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0] => [3,1,8,2,9,4,10,5,6,7]
[1,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,0] => [3,5,1,9,2,10,4,6,7,8]
[1,1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,0] => [3,5,7,1,10,2,4,6,8,9]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [4,5,6,7,1,2,3,9,10,8]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [4,5,6,1,2,3,8,9,10,7]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [4,5,1,2,3,7,8,9,10,6]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [4,1,2,3,6,7,8,9,10,5]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [2,3,4,5,6,8,10,1,7,9]
[1,0,1,0,1,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [2,3,4,5,7,10,1,6,8,9]
[1,0,1,0,1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [2,3,4,6,10,1,5,7,8,9]
[1,0,1,0,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,3,5,10,1,4,6,7,8,9]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,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,0,0,0,0,1,0,1,0] => [1,2,3,6,4,5,7,9,10,8]
[1,1,0,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0] => [1,3,2,4,7,5,6,8,10,9]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,1,1,0,0,0] => [1,3,2,5,4,6,9,7,8,10]
[1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [1,5,2,3,4,7,6,9,8,10]
[1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [1,2,4,3,8,5,6,9,7,10]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0] => [1,2,4,3,5,7,10,6,8,9]
[1,1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0,0] => [7,8,1,2,3,4,5,6,9,10]
[1,1,1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,0,0] => [1,8,9,2,3,4,5,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,4,5,6,7,9,2,10,8]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,1,4,5,6,7,9,3,10,8]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [3,1,4,5,6,7,8,2,10,9]
[1,0,1,0,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,3,5,1,4,6,7,8,9,10]
[1,0,1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [2,3,5,8,1,10,4,6,7,9]
[1,0,1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [2,3,6,8,1,4,10,5,7,9]
[1,0,1,0,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0] => [2,3,5,1,6,4,10,7,8,9]
[1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [2,4,1,5,8,3,10,6,7,9]
[1,0,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [2,3,5,7,1,4,6,10,8,9]
[1,0,1,0,1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [2,3,4,1,7,5,6,10,8,9]
[1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [2,4,1,5,7,3,6,10,8,9]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [2,3,4,1,5,8,6,10,7,9]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [2,3,1,5,4,7,6,10,8,9]
[1,1,0,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [3,1,4,5,8,2,10,6,7,9]
[1,1,0,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [3,1,4,5,7,2,6,10,8,9]
[1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [3,1,4,5,2,7,6,10,8,9]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [3,5,1,2,6,7,4,10,8,9]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [4,1,5,2,6,7,3,10,8,9]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0] => [2,4,6,8,1,3,5,7,10,9]
[1,0,1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [2,3,6,1,8,4,5,7,10,9]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [2,5,1,6,8,3,4,7,10,9]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [2,4,6,1,3,7,5,8,10,9]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [2,4,1,5,3,7,6,8,10,9]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [3,1,4,6,8,2,5,7,10,9]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [3,1,4,6,2,7,5,8,10,9]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [3,5,1,2,6,8,4,7,10,9]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [4,1,5,2,6,8,3,7,10,9]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [2,5,7,1,3,4,8,6,10,9]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [2,3,1,7,4,5,8,6,10,9]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [3,1,4,7,2,5,8,6,10,9]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [2,3,1,4,7,5,8,6,10,9]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [2,3,4,5,6,9,1,7,10,8]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [2,3,4,5,8,9,1,6,10,7]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [2,3,4,7,8,9,1,5,10,6]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [3,5,1,2,6,4,8,10,7,9]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0] => [4,1,5,2,6,3,8,10,7,9]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [4,1,5,6,7,8,9,2,3,10]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [3,1,5,6,7,8,9,2,4,10]
[1,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0,0] => [6,1,2,8,3,9,4,10,5,7]
[1,1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,1,0,0] => [5,1,7,2,3,9,4,10,6,8]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [5,1,7,2,8,3,9,4,10,6]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,4,6,7,8,9,10,1,3,5]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [3,7,1,8,2,9,4,10,5,6]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [3,4,5,6,1,7,2,9,8,10]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,4,1,5,2,7,6,9,8,10]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [2,5,6,7,8,1,9,3,4,10]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0] => [2,4,5,6,1,7,9,3,8,10]
[1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,1,1,0,0,0] => [2,4,5,1,6,7,9,3,8,10]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,4,1,5,6,7,9,3,8,10]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,1,4,5,6,7,9,3,8,10]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [4,1,2,3,5,6,10,7,8,9]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,1,0,0,0] => [5,6,7,8,1,2,9,3,4,10]
[1,1,1,0,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,4,7,8,9,10,2,3,5,6]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [2,1,4,3,6,9,5,10,7,8]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [2,1,4,7,3,5,8,10,6,9]
[1,0,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [2,1,4,7,9,3,5,10,6,8]
[1,0,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [2,1,4,8,3,9,5,10,6,7]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [2,5,1,3,6,4,8,10,7,9]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [2,5,1,3,6,9,4,10,7,8]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [2,5,7,1,3,4,8,10,6,9]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [2,6,1,7,3,4,8,10,5,9]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [3,1,4,2,6,5,8,10,7,9]
[1,1,0,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [3,1,4,2,6,9,5,10,7,8]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [3,1,4,7,2,5,8,10,6,9]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [3,5,7,9,1,2,4,10,6,8]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [3,5,8,1,9,2,4,10,6,7]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [3,6,1,7,9,2,4,10,5,8]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [3,6,8,1,2,9,4,10,5,7]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [4,1,5,7,9,2,3,10,6,8]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [4,1,5,8,2,9,3,10,6,7]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0,0] => [4,6,1,2,7,9,3,10,5,8]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0] => [5,1,6,2,7,9,3,10,4,8]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [4,6,8,1,2,3,9,10,5,7]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0,0] => [4,7,1,8,2,3,9,10,5,6]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,1,0,0] => [5,1,6,8,2,3,9,10,4,7]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,1,0,0] => [5,7,1,2,8,3,9,10,4,6]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0] => [6,1,7,2,8,3,9,10,4,5]
[1,0,1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [2,4,6,1,3,5,7,8,9,10]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0] => [2,4,6,8,1,3,5,7,9,10]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [3,5,6,7,8,9,1,2,4,10]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0] => [1,2,3,4,5,6,7,8,9,11,10]
[1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [2,1,3,4,5,6,7,8,9,10,11]
[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,11,9]
[1,0,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0] => [2,11,1,3,4,5,6,7,8,9,10]
[1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0] => [1,10,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,11,10]
[1,0,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0] => [2,1,11,3,4,5,6,7,8,9,10]
[1,0,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0] => [2,10,1,3,4,5,6,7,8,9,11]
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0] => [2,1,3,11,4,5,6,7,8,9,10]
[1,0,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0] => [2,9,1,3,4,5,6,7,8,10,11]
[1,0,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,8,1,3,4,5,6,7,9,10,11]
[1,0,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,7,1,3,4,5,6,8,9,10,11]
[1,0,1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,6,1,3,4,5,7,8,9,10,11]
[1,0,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,5,1,3,4,6,7,8,9,10,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,3,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,1,1,0,0] => [2,3,4,5,6,7,8,9,10,1,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,3,4,5,6,7,8,9,11,1,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,3,4,5,6,7,8,10,11,1,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,3,4,5,6,7,9,10,11,1,8]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,4,5,6,7,8,9,10,11,1,3]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,4,5,6,7,8,9,10,11,1,2]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,3,4,5,6,7,8,9,1,10,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,5,6,7,8,9,10,11,2,3]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [2,3,4,5,6,7,8,11,1,9,10]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [4,1,5,6,7,8,9,10,11,2,3]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,2,5,6,7,8,9,10,11,3,4]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,3,4,5,6,7,11,1,8,9,10]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [4,5,1,6,7,8,9,10,11,2,3]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [4,5,6,1,7,8,9,10,11,2,3]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,2,3,6,7,8,9,10,11,4,5]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [4,5,6,7,1,8,9,10,11,2,3]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [2,3,4,5,6,11,1,7,8,9,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [4,5,6,7,8,1,9,10,11,2,3]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,2,3,4,7,8,9,10,11,5,6]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [6,7,8,9,10,1,2,3,4,5,11]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,7,8,9,10,11,2,3,4,5,6]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,3,4,5,6,7,8,9,10,11,2]
[1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0] => [10,1,2,3,4,5,6,7,8,9,11]
[1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0] => [1,11,2,3,4,5,6,7,8,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,2,3,4,5,6,7,8,11,9,10]
[1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0] => [11,1,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,0] => [10,1,2,3,4,5,6,7,11,8,9]
[1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0] => [3,11,1,2,4,5,6,7,8,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [3,4,5,6,7,8,9,10,1,2,11]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [3,4,5,6,7,8,9,11,1,2,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [3,4,5,6,7,8,10,11,1,2,9]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [3,4,5,6,7,9,10,11,1,2,8]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [3,4,5,6,8,9,10,11,1,2,7]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [3,4,5,7,8,9,10,11,1,2,6]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [3,4,6,7,8,9,10,11,1,2,5]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [3,5,6,7,8,9,10,11,1,2,4]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [4,5,6,7,8,9,10,11,1,2,3]
[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] => [1,3,2,4,5,6,7,8,9,10,11]
[1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [3,1,2,4,5,6,7,8,9,10,11]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,1,4,5,6,7,8,9,10,11,2]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0] => [1,2,3,4,5,6,7,8,10,9,11]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [3,4,5,6,7,1,9,10,11,2,8]
[1,1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0,0] => [10,11,1,2,3,4,5,6,7,8,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [2,3,4,5,6,7,8,1,9,11,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,3,4,5,6,7,8,9,1,11,10]
[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,11,10]
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0] => [2,1,3,4,5,6,7,8,11,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,4,5,6,7,8,9,10,1,11,2]
[1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0] => [1,2,11,3,4,5,6,7,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] => [9,10,1,2,3,4,5,11,6,7,8]
[1,1,1,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [4,10,11,1,2,3,5,6,7,8,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,5,6,7,8,9,10,11,3]
[1,0,1,0,1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,3,4,5,11,1,6,7,8,9,10]
[1,0,1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [2,3,4,5,1,6,7,8,9,11,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [5,6,7,8,9,10,11,1,2,3,4]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,3,4,5,6,7,8,10,1,11,9]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0] => [2,1,3,4,5,6,8,9,10,11,7]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0] => [7,1,2,3,4,5,8,9,10,11,6]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,1,4,3,6,5,8,7,10,9,11]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [1,3,2,5,4,7,6,9,11,8,10]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0,0,0] => [7,8,9,10,1,11,2,3,4,5,6]
[1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [6,8,9,10,11,1,2,3,4,5,7]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [4,5,6,7,8,9,10,1,2,11,3]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,5,6,7,8,9,10,11,1,3,4]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,1,0] => [1,2,3,4,5,6,7,8,10,11,9]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [6,7,8,9,10,1,2,3,4,11,5]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [4,5,6,7,8,9,1,10,11,2,3]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [4,5,6,7,8,9,10,1,11,2,3]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [1,2,3,4,5,7,6,8,9,10,11]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [3,4,5,1,7,8,9,10,11,2,6]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [6,7,8,9,10,11,1,2,3,4,5]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,3,4,6,7,8,9,1,10,11,5]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [2,3,4,1,7,8,9,10,5,11,6]
[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,11,10]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,1,0] => [7,8,9,10,1,2,3,4,5,11,6]
[1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [2,8,9,10,11,1,3,4,5,6,7]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [3,4,5,6,7,9,1,10,11,2,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [1,3,4,5,6,7,2,8,9,10,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [2,3,4,5,6,7,8,1,10,11,9]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [3,4,5,6,7,1,2,8,9,10,11]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [1,2,3,4,5,7,8,9,10,11,6]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0] => [3,4,5,1,2,6,9,7,11,8,10]
[1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [3,1,5,2,4,6,9,10,11,7,8]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [2,7,8,9,10,11,1,3,4,5,6]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,5,6,7,8,9,10,11,2,3,4]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [4,5,6,7,8,9,10,1,2,3,11]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [4,6,7,8,9,10,11,1,2,3,5]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [4,5,6,7,8,9,1,2,3,10,11]
[1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0] => [9,1,2,3,4,5,6,7,8,10,11]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [2,3,4,5,7,1,6,9,8,11,10]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [2,3,4,5,1,8,6,9,7,11,10]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [1,3,4,5,6,7,8,10,2,11,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,3,4,5,6,7,8,9,2,11,10]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,2,4,5,6,7,8,9,10,11,3]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [3,4,5,6,7,8,9,1,10,11,2]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [3,4,5,6,7,8,1,9,2,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,4,5,6,7,1,8,10,2,11,9]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [3,4,5,6,1,7,9,10,2,11,8]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [3,4,5,1,6,8,9,10,2,11,7]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,4,1,5,7,8,9,10,2,11,6]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,1,4,6,7,8,9,10,2,11,5]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [1,3,5,6,7,8,9,10,2,11,4]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,4,5,6,7,8,9,10,1,11,3]
[1,0,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,3,1,4,5,6,7,8,9,10,11]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,1,0,0] => [1,2,3,4,5,6,7,10,11,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,2,3,4,5,6,9,10,11,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,2,3,4,5,8,9,10,11,6,7]
[1,1,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0] => [3,1,11,2,4,5,6,7,8,9,10]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,5,2,4,7,6,9,8,11,10]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,1,2,5,4,7,6,9,8,11,10]
[1,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [4,1,2,3,5,6,7,8,9,10,11]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0] => [1,2,3,4,5,6,7,11,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] => [5,6,7,8,9,1,2,3,4,10,11]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [1,6,7,8,9,10,2,3,4,5,11]
[1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [1,3,2,4,5,6,7,8,9,11,10]
[1,1,1,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [1,2,4,3,5,6,7,8,9,11,10]
[1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [1,2,3,5,4,6,7,8,9,11,10]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [1,2,3,4,6,5,7,8,9,11,10]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [1,2,3,4,5,7,6,8,9,11,10]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0] => [1,2,3,4,5,6,8,7,9,11,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,1,0] => [1,2,3,4,5,6,7,9,8,11,10]
[1,1,0,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [3,10,11,1,2,4,5,6,7,8,9]
[1,1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0,0] => [3,9,10,11,1,2,4,5,6,7,8]
[1,1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [3,8,9,10,11,1,2,4,5,6,7]
[1,1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [3,7,8,9,10,11,1,2,4,5,6]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [3,6,7,8,9,10,11,1,2,4,5]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [3,4,5,6,7,8,9,1,10,2,11]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [1,3,4,5,6,7,8,9,10,2,11]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,1,4,5,6,7,8,9,10,3,11]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,4,5,6,7,8,9,10,1,3,11]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [1,2,3,4,6,5,7,8,9,10,11]
[1,0,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [2,3,11,1,4,5,6,7,8,9,10]
[1,1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,4,2,3,5,6,7,8,9,10,11]
[1,1,1,1,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,2,5,3,4,6,7,8,9,10,11]
[1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,2,3,6,4,5,7,8,9,10,11]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [1,2,3,4,7,5,6,8,9,10,11]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0] => [1,2,3,4,5,8,6,7,9,10,11]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0] => [1,2,3,4,5,6,9,7,8,10,11]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0] => [1,2,3,4,5,6,7,10,8,9,11]
[1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0] => [1,10,2,3,4,5,6,7,8,9,11]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [7,8,9,10,11,1,2,3,4,5,6]
[1,0,1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,0] => [2,1,8,9,10,11,3,4,5,6,7]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [2,6,7,8,9,10,1,3,4,5,11]
[1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [2,1,7,8,9,10,11,3,4,5,6]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [4,5,6,7,8,11,1,2,3,9,10]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [4,5,6,7,10,11,1,2,3,8,9]
[1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [4,5,6,9,10,11,1,2,3,7,8]
[1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [4,5,8,9,10,11,1,2,3,6,7]
[1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [4,7,8,9,10,11,1,2,3,5,6]
[1,0,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,4,1,3,5,6,7,8,9,10,11]
[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,4,5,6,11,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,5,11,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,11,5,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,11,4,5,6,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,6,7,8,9,1,2,3,4,11,10]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [1,6,7,8,9,10,2,3,4,11,5]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [1,4,2,5,3,7,6,9,8,11,10]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [1,2,3,5,4,6,7,9,8,10,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [2,3,4,5,6,7,1,9,10,11,8]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [2,3,4,5,6,7,9,1,10,11,8]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [2,3,4,5,6,7,9,10,1,11,8]
[1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [3,5,6,7,1,8,9,10,11,2,4]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [3,4,6,7,1,8,9,10,11,2,5]
[1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [3,4,5,7,1,8,9,10,11,2,6]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [3,4,5,6,1,8,9,10,11,2,7]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [5,6,7,8,9,10,1,2,3,11,4]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [5,6,7,8,9,10,1,11,2,3,4]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [5,6,7,8,9,10,1,2,3,4,11]
[1,1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0] => [5,6,7,8,11,1,2,3,4,9,10]
[1,1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0,0] => [5,6,7,10,11,1,2,3,4,8,9]
[1,1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [5,6,9,10,11,1,2,3,4,7,8]
[1,1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [5,8,9,10,11,1,2,3,4,6,7]
[1,1,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0] => [1,2,10,3,4,5,6,7,8,9,11]
[1,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0,1,0] => [6,7,8,9,1,2,3,4,5,11,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,3,4,5,6,7,8,10,1,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,3,4,5,6,7,9,10,1,8,11]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [2,3,4,5,6,8,9,10,1,7,11]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,4,5,7,8,9,10,1,6,11]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,4,6,7,8,9,10,1,5,11]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,5,6,7,8,9,10,1,4,11]
[1,1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0] => [9,10,1,2,3,4,5,6,7,8,11]
[1,1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0,0] => [1,10,11,2,3,4,5,6,7,8,9]
[1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0] => [3,1,2,4,5,6,7,8,11,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0] => [3,4,5,6,7,9,10,1,11,2,8]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [5,6,7,1,8,9,10,11,2,3,4]
[1,1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [4,6,7,1,8,9,10,11,2,3,5]
[1,1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [4,5,7,1,8,9,10,11,2,3,6]
[1,1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [4,5,6,1,8,9,10,11,2,3,7]
[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,6,7,8,9,10,2,3,11]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0] => [2,1,3,4,5,6,7,8,10,9,11]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0] => [10,1,2,3,4,5,6,11,7,8,9]
[1,0,1,0,1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [2,3,4,11,1,5,6,7,8,9,10]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0,0] => [7,8,9,10,1,2,3,4,5,6,11]
[1,1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,8,9,10,11,2,3,4,5,6,7]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [2,1,3,4,5,7,6,8,9,10,11]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [1,2,3,4,6,7,5,8,9,10,11]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [1,3,2,4,5,6,8,7,9,10,11]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [1,2,3,4,6,5,8,7,9,10,11]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [1,2,3,4,6,5,7,8,10,9,11]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [1,2,4,3,5,6,8,7,9,10,11]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [1,2,3,5,4,6,8,7,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,6,7,8,9,11,2,3,10]
[1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [8,1,2,3,4,5,6,7,9,10,11]
[1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [7,1,2,3,4,5,6,8,9,10,11]
[1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [6,1,2,3,4,5,7,8,9,10,11]
[1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [5,1,2,3,4,6,7,8,9,10,11]
[1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0] => [1,2,3,4,5,6,7,8,9,10,12,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,12,10]
[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,12,1,3,4,5,6,7,8,9,10,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,4,5,6,7,8,9,10,11,12,1,3]
[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,3,4,5,6,7,8,9,10,1,11,12]
[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,5,6,7,8,9,10,11,12,2,3]
[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,4,6,8,10,12,1,3,5,7,9,11]
[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,4,6,8,11,1,12,3,5,7,9,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,4,6,9,1,10,12,3,5,7,8,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,4,6,9,11,1,3,12,5,7,8,10]
[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,4,6,10,1,11,3,12,5,7,8,9]
[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,4,7,1,8,10,12,3,5,6,9,11]
[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,4,7,1,8,11,3,12,5,6,9,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,4,7,9,1,3,10,12,5,6,8,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,4,8,1,9,3,10,12,5,6,7,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,4,7,9,11,1,3,5,12,6,8,10]
[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,4,7,10,1,11,3,5,12,6,8,9]
[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,4,8,1,9,11,3,5,12,6,7,10]
[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,4,8,10,1,3,11,5,12,6,7,9]
[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,4,9,1,10,3,11,5,12,6,7,8]
[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,5,1,6,8,10,12,3,4,7,9,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,5,1,6,8,11,3,12,4,7,9,10]
[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,5,1,6,9,3,10,12,4,7,8,11]
[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,5,1,6,9,11,3,4,12,7,8,10]
[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,5,1,6,10,3,11,4,12,7,8,9]
[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,5,7,1,3,8,10,12,4,6,9,11]
[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,5,7,1,3,8,11,4,12,6,9,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,6,1,7,3,8,10,12,4,5,9,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,6,1,7,3,8,11,4,12,5,9,10]
[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,5,7,9,1,3,4,10,12,6,8,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,5,8,1,9,3,4,10,12,6,7,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,6,1,7,9,3,4,10,12,5,8,11]
[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,6,8,1,3,9,4,10,12,5,7,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,7,1,8,3,9,4,10,12,5,6,11]
[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,5,7,9,11,1,3,4,6,12,8,10]
[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,5,7,10,1,11,3,4,6,12,8,9]
[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,5,8,1,9,11,3,4,6,12,7,10]
[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,5,8,10,1,3,11,4,6,12,7,9]
[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,5,9,1,10,3,11,4,6,12,7,8]
[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,6,1,7,9,11,3,4,5,12,8,10]
[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,6,1,7,10,3,11,4,5,12,8,9]
[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,6,8,1,3,9,11,4,5,12,7,10]
[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,7,1,8,3,9,11,4,5,12,6,10]
[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,6,8,10,1,3,4,11,5,12,7,9]
[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,6,9,1,10,3,4,11,5,12,7,8]
[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,7,1,8,10,3,4,11,5,12,6,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,7,9,1,3,10,4,11,5,12,6,8]
[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,8,1,9,3,10,4,11,5,12,6,7]
[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,1,4,6,8,10,12,2,5,7,9,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,1,4,6,8,11,2,12,5,7,9,10]
[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,1,4,6,9,2,10,12,5,7,8,11]
[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,1,4,6,9,11,2,5,12,7,8,10]
[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,1,4,6,10,2,11,5,12,7,8,9]
[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,1,4,7,2,8,10,12,5,6,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,1,4,7,2,8,11,5,12,6,9,10]
[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,1,4,7,9,2,5,10,12,6,8,11]
[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,1,4,8,2,9,5,10,12,6,7,11]
[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,1,4,7,9,11,2,5,6,12,8,10]
[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,1,4,7,10,2,11,5,6,12,8,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,1,4,8,2,9,11,5,6,12,7,10]
[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,1,4,8,10,2,5,11,6,12,7,9]
[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,1,4,9,2,10,5,11,6,12,7,8]
[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,5,1,2,6,8,10,12,4,7,9,11]
[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,5,1,2,6,8,11,4,12,7,9,10]
[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,5,1,2,6,9,4,10,12,7,8,11]
[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,5,1,2,6,9,11,4,7,12,8,10]
[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,5,1,2,6,10,4,11,7,12,8,9]
[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,1,5,2,6,8,10,12,3,7,9,11]
[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,1,5,2,6,8,11,3,12,7,9,10]
[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,1,5,2,6,9,3,10,12,7,8,11]
[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,1,5,2,6,9,11,3,7,12,8,10]
[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,1,5,2,6,10,3,11,7,12,8,9]
[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,5,7,1,2,4,8,10,12,6,9,11]
[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,5,7,1,2,4,8,11,6,12,9,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,6,1,7,2,4,8,10,12,5,9,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,6,1,7,2,4,8,11,5,12,9,10]
[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,1,5,7,2,3,8,10,12,6,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,1,5,7,2,3,8,11,6,12,9,10]
[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,6,1,2,7,3,8,10,12,5,9,11]
[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,6,1,2,7,3,8,11,5,12,9,10]
[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,1,6,2,7,3,8,10,12,4,9,11]
[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,1,6,2,7,3,8,11,4,12,9,10]
[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,5,7,9,1,2,4,6,10,12,8,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,5,8,1,9,2,4,6,10,12,7,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,6,1,7,9,2,4,5,10,12,8,11]
[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,6,8,1,2,9,4,5,10,12,7,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,7,1,8,2,9,4,5,10,12,6,11]
[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,1,5,7,9,2,3,6,10,12,8,11]
[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,1,5,8,2,9,3,6,10,12,7,11]
[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,6,1,2,7,9,3,5,10,12,8,11]
[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,1,6,2,7,9,3,4,10,12,8,11]
[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,6,8,1,2,3,9,5,10,12,7,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,7,1,8,2,3,9,5,10,12,6,11]
[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,1,6,8,2,3,9,4,10,12,7,11]
[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,7,1,2,8,3,9,4,10,12,6,11]
[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,1,7,2,8,3,9,4,10,12,5,11]
[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,5,7,9,11,1,2,4,6,8,12,10]
[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,5,7,10,1,11,2,4,6,8,12,9]
[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,5,8,1,9,11,2,4,6,7,12,10]
[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,5,8,10,1,2,11,4,6,7,12,9]
[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,5,9,1,10,2,11,4,6,7,12,8]
[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,6,1,7,9,11,2,4,5,8,12,10]
[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,6,1,7,10,2,11,4,5,8,12,9]
[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,6,8,1,2,9,11,4,5,7,12,10]
[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,7,1,8,2,9,11,4,5,6,12,10]
[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,6,8,10,1,2,4,11,5,7,12,9]
[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,6,9,1,10,2,4,11,5,7,12,8]
[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,7,1,8,10,2,4,11,5,6,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,7,9,1,2,10,4,11,5,6,12,8]
[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,8,1,9,2,10,4,11,5,6,12,7]
[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,5,7,9,11,2,3,6,8,12,10]
[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,5,7,10,2,11,3,6,8,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,5,8,2,9,11,3,6,7,12,10]
[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,5,8,10,2,3,11,6,7,12,9]
[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,5,9,2,10,3,11,6,7,12,8]
[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,6,1,2,7,9,11,3,5,8,12,10]
[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,6,1,2,7,10,3,11,5,8,12,9]
[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,6,2,7,9,11,3,4,8,12,10]
[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,6,2,7,10,3,11,4,8,12,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,6,8,1,2,3,9,11,5,7,12,10]
[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,7,1,8,2,3,9,11,5,6,12,10]
[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,6,8,2,3,9,11,4,7,12,10]
[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,7,1,2,8,3,9,11,4,6,12,10]
[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,7,2,8,3,9,11,4,5,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,6,8,10,1,2,3,5,11,7,12,9]
[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,6,9,1,10,2,3,5,11,7,12,8]
[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,7,1,8,10,2,3,5,11,6,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,7,9,1,2,10,3,5,11,6,12,8]
[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,8,1,9,2,10,3,5,11,6,12,7]
[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,6,8,10,2,3,4,11,7,12,9]
[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,6,9,2,10,3,4,11,7,12,8]
[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,7,1,2,8,10,3,4,11,6,12,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,7,2,8,10,3,4,11,5,12,9]
[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,7,9,1,2,3,10,4,11,6,12,8]
[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,8,1,9,2,3,10,4,11,6,12,7]
[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,7,9,2,3,10,4,11,5,12,8]
[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,8,1,2,9,3,10,4,11,5,12,7]
[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,8,2,9,3,10,4,11,5,12,6]
[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,2,3,4,5,6,7,8,9,12,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] => [3,1,2,4,5,6,7,8,9,10,11,12]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [4,5,6,7,8,9,10,11,12,1,2,3]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [3,4,5,6,7,8,9,10,11,1,2,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] => [1,2,4,5,6,7,8,9,10,11,12,3]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,3,2,5,4,7,6,9,8,11,10,12]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,4,2,5,3,7,6,9,8,11,10,12]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,5,2,6,3,7,4,9,8,11,10,12]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,3,2,6,4,7,5,9,8,11,10,12]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,4,2,6,3,7,5,9,8,11,10,12]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,3,2,7,4,8,5,9,6,11,10,12]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,4,2,7,3,8,5,9,6,11,10,12]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,5,2,7,3,8,4,9,6,11,10,12]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,6,2,7,3,8,4,9,5,11,10,12]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,3,2,5,4,8,6,9,7,11,10,12]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,4,2,5,3,8,6,9,7,11,10,12]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,5,2,6,3,8,4,9,7,11,10,12]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,3,2,6,4,8,5,9,7,11,10,12]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,4,2,6,3,8,5,9,7,11,10,12]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [1,3,2,5,4,9,6,10,7,11,8,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] => [1,4,2,5,3,9,6,10,7,11,8,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] => [1,5,2,6,3,9,4,10,7,11,8,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] => [1,3,2,6,4,9,5,10,7,11,8,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] => [1,4,2,6,3,9,5,10,7,11,8,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] => [1,5,2,7,3,9,4,10,6,11,8,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] => [1,6,2,7,3,9,4,10,5,11,8,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] => [1,5,2,8,3,9,4,10,6,11,7,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] => [1,6,2,8,3,9,4,10,5,11,7,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] => [1,3,2,7,4,9,5,10,6,11,8,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] => [1,4,2,7,3,9,5,10,6,11,8,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] => [1,7,2,8,3,9,4,10,5,11,6,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] => [1,3,2,8,4,9,5,10,6,11,7,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] => [1,4,2,8,3,9,5,10,6,11,7,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] => [1,3,2,5,4,7,6,10,8,11,9,12]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [1,4,2,5,3,7,6,10,8,11,9,12]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [1,5,2,6,3,7,4,10,8,11,9,12]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [1,3,2,6,4,7,5,10,8,11,9,12]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [1,4,2,6,3,7,5,10,8,11,9,12]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [1,3,2,7,4,8,5,10,6,11,9,12]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [1,4,2,7,3,8,5,10,6,11,9,12]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [1,5,2,7,3,8,4,10,6,11,9,12]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [1,6,2,7,3,8,4,10,5,11,9,12]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [1,3,2,5,4,8,6,10,7,11,9,12]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [1,4,2,5,3,8,6,10,7,11,9,12]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [1,5,2,6,3,8,4,10,7,11,9,12]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [1,3,2,6,4,8,5,10,7,11,9,12]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [1,4,2,6,3,8,5,10,7,11,9,12]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [1,3,2,5,4,7,6,11,8,12,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] => [1,4,2,5,3,7,6,11,8,12,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] => [1,5,2,6,3,7,4,11,8,12,9,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] => [1,3,2,6,4,7,5,11,8,12,9,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] => [1,4,2,6,3,7,5,11,8,12,9,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] => [1,3,2,7,4,8,5,11,6,12,9,10]
[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,7,3,8,5,11,6,12,9,10]
[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,7,3,8,4,11,6,12,9,10]
[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,3,8,4,11,5,12,9,10]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,3,2,5,4,8,6,11,7,12,9,10]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,4,2,5,3,8,6,11,7,12,9,10]
[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,3,8,4,11,7,12,9,10]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [1,3,2,6,4,8,5,11,7,12,9,10]
[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,6,3,8,5,11,7,12,9,10]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,3,2,7,4,9,5,11,6,12,8,10]
[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,7,3,9,5,11,6,12,8,10]
[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,8,3,9,4,11,5,12,6,10]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,3,2,8,4,9,5,11,6,12,7,10]
[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,8,3,9,5,11,6,12,7,10]
[1,1,0,0,1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,3,2,7,4,10,5,11,6,12,8,9]
[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,7,3,10,5,11,6,12,8,9]
[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,8,3,10,4,11,5,12,6,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] => [1,3,2,8,4,10,5,11,6,12,7,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,8,3,10,5,11,6,12,7,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,7,3,9,4,11,6,12,8,10]
[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,8,3,9,4,11,6,12,7,10]
[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,7,3,9,4,11,5,12,8,10]
[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,8,3,9,4,11,5,12,7,10]
[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,9,3,10,4,11,5,12,6,8]
[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,9,3,10,4,11,5,12,6,7]
[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,7,3,10,4,11,6,12,8,9]
[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,8,3,10,4,11,6,12,7,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,7,3,10,4,11,5,12,8,9]
[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,8,3,10,4,11,5,12,7,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] => [1,3,2,5,4,9,6,11,7,12,8,10]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,4,2,5,3,9,6,11,7,12,8,10]
[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,3,9,4,11,7,12,8,10]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [1,3,2,6,4,9,5,11,7,12,8,10]
[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,6,3,9,5,11,7,12,8,10]
[1,1,0,0,1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,3,2,9,4,10,5,11,6,12,7,8]
[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,9,3,10,5,11,6,12,7,8]
[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,9,3,10,4,11,6,12,7,8]
[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,9,3,10,4,11,5,12,7,8]
[1,1,0,0,1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,3,2,5,4,10,6,11,7,12,8,9]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,4,2,5,3,10,6,11,7,12,8,9]
[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,3,10,4,11,7,12,8,9]
[1,1,0,0,1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,3,2,6,4,10,5,11,7,12,8,9]
[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,6,3,10,5,11,7,12,8,9]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [1,3,2,5,4,7,6,9,8,12,10,11]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [1,4,2,5,3,7,6,9,8,12,10,11]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [1,5,2,6,3,7,4,9,8,12,10,11]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [1,3,2,6,4,7,5,9,8,12,10,11]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [1,4,2,6,3,7,5,9,8,12,10,11]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [1,3,2,7,4,8,5,9,6,12,10,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] => [1,4,2,7,3,8,5,9,6,12,10,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] => [1,5,2,7,3,8,4,9,6,12,10,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] => [1,6,2,7,3,8,4,9,5,12,10,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] => [1,3,2,5,4,8,6,9,7,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] => [1,4,2,5,3,8,6,9,7,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] => [1,5,2,6,3,8,4,9,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] => [1,3,2,6,4,8,5,9,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] => [1,4,2,6,3,8,5,9,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] => [1,3,2,5,4,9,6,10,7,12,8,11]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,4,2,5,3,9,6,10,7,12,8,11]
[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,3,9,4,10,7,12,8,11]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,3,2,6,4,9,5,10,7,12,8,11]
[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,6,3,9,5,10,7,12,8,11]
[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,7,3,9,4,10,6,12,8,11]
[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,3,9,4,10,5,12,8,11]
[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,8,3,9,4,10,6,12,7,11]
[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,8,3,9,4,10,5,12,7,11]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,3,2,7,4,9,5,10,6,12,8,11]
[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,7,3,9,5,10,6,12,8,11]
[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,3,9,4,10,5,12,6,11]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [1,3,2,8,4,9,5,10,6,12,7,11]
[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,8,3,9,5,10,6,12,7,11]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [1,3,2,5,4,7,6,10,8,12,9,11]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [1,4,2,5,3,7,6,10,8,12,9,11]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [1,5,2,6,3,7,4,10,8,12,9,11]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [1,3,2,6,4,7,5,10,8,12,9,11]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [1,4,2,6,3,7,5,10,8,12,9,11]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,3,2,7,4,8,5,10,6,12,9,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,7,3,8,5,10,6,12,9,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,7,3,8,4,10,6,12,9,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,3,8,4,10,5,12,9,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] => [1,3,2,5,4,8,6,10,7,12,9,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] => [1,4,2,5,3,8,6,10,7,12,9,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,3,8,4,10,7,12,9,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] => [1,3,2,6,4,8,5,10,7,12,9,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,6,3,8,5,10,7,12,9,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] => [1,2,3,4,5,6,7,8,9,11,10,12]
[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,12,2,3,4,5,6,7,8,9,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] => [12,1,2,3,4,5,6,7,8,9,10,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,5,7,9,11,1,3,4,6,8,12,10]
[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,1,4,5,8,10,12,3,6,7,9,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,4,7,9,11,1,3,5,6,12,8,10]
[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,6,8,10,1,3,4,5,11,7,12,9]
[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,4,1,6,7,10,12,3,5,8,9,11]
[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,5,6,9,11,3,4,7,8,12,10]
[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,4,7,9,1,3,5,6,10,11,8,12]
[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,6,8,1,3,4,5,9,10,7,12,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,4,6,9,11,1,3,5,12,7,8,10]
[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,5,8,10,1,3,4,11,6,7,12,9]
[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,1,4,5,9,11,3,6,7,12,8,10]
[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,4,8,10,1,3,5,11,6,12,7,9]
[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,7,9,1,3,4,10,5,11,6,12,8]
[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,4,6,1,8,9,12,3,5,7,10,11]
[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,5,1,7,8,11,3,4,6,9,12,10]
[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,1,4,5,3,8,9,12,6,7,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,4,1,7,8,11,3,5,6,12,9,10]
[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,6,7,10,3,4,5,11,8,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,4,1,3,6,7,9,12,5,8,10,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,3,5,6,8,11,4,7,9,12,10]
[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,4,1,6,3,7,8,12,5,9,10,11]
[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,5,3,6,7,11,4,8,9,12,10]
[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,4,6,9,1,3,5,10,11,7,8,12]
[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,5,8,1,3,4,9,10,6,7,12,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,1,4,5,9,3,6,7,10,11,8,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,4,8,1,3,5,9,10,6,12,7,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,7,1,3,4,8,9,5,11,6,12,10]
[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,4,6,8,11,1,3,12,5,7,9,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,5,7,10,1,3,11,4,6,8,12,9]
[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,1,4,5,8,11,3,6,12,7,9,10]
[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,4,7,10,1,3,11,5,6,12,8,9]
[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,6,9,1,3,10,4,5,11,7,12,8]
[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,4,1,6,7,11,3,5,12,8,9,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,5,6,10,3,4,11,7,8,12,9]
[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,4,8,1,3,9,5,6,10,11,7,12]
[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,7,1,3,8,4,5,9,10,6,12,11]
[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,4,6,10,1,3,11,5,12,7,8,9]
[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,5,9,1,3,10,4,11,6,7,12,8]
[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,1,4,5,10,3,6,11,7,12,8,9]
[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,4,9,1,3,10,5,11,6,12,7,8]
[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,8,1,3,9,4,10,5,11,6,12,7]
[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,4,6,8,1,10,11,3,5,7,9,12]
[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,5,7,1,9,10,3,4,6,8,12,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,1,4,5,8,3,10,11,6,7,9,12]
[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,4,7,1,9,10,3,5,6,12,8,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,6,1,8,9,3,4,5,11,7,12,10]
[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,4,1,6,7,3,10,11,5,8,9,12]
[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,5,6,3,9,10,4,7,8,12,11]
[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,4,1,7,8,3,5,6,10,11,9,12]
[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,6,7,3,4,5,9,10,8,12,11]
[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,4,6,1,9,10,3,5,12,7,8,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,5,1,8,9,3,4,11,6,7,12,10]
[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,1,4,5,3,9,10,6,7,12,8,11]
[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,4,1,8,9,3,5,11,6,12,7,10]
[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,7,8,3,4,10,5,11,6,12,9]
[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,4,6,1,3,8,9,11,5,7,10,12]
[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,5,1,3,7,8,10,4,6,9,12,11]
[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,1,4,5,3,6,8,9,11,7,10,12]
[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,4,1,3,7,8,10,5,6,12,9,11]
[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,6,7,9,4,5,11,8,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,4,6,1,8,3,9,10,5,7,11,12]
[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,5,1,7,3,8,9,4,6,10,12,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,1,4,5,3,8,6,9,10,7,11,12]
[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,4,1,7,3,8,9,5,6,12,10,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,6,3,7,8,4,5,11,9,12,10]
[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,4,6,1,3,5,8,9,11,7,10,12]
[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,4,6,1,3,8,5,9,10,7,11,12]
[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,5,1,3,4,7,8,10,6,9,12,11]
[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,5,1,3,7,4,8,9,6,10,12,11]
[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,4,1,3,6,7,5,9,10,8,11,12]
[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,3,5,6,4,8,9,7,10,12,11]
[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,4,1,3,5,7,8,10,6,12,9,11]
[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,4,1,3,7,5,8,9,6,12,10,11]
[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,3,4,6,7,9,5,11,8,12,10]
[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,3,6,4,7,8,5,11,9,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,4,6,8,1,3,10,11,5,7,9,12]
[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,5,7,1,3,9,10,4,6,8,12,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,1,4,5,8,3,6,10,11,7,9,12]
[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,4,7,1,3,9,10,5,6,12,8,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,6,1,3,8,9,4,5,11,7,12,10]
[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,4,1,6,7,3,5,10,11,8,9,12]
[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,5,6,3,4,9,10,7,8,12,11]
[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,4,1,3,7,8,5,6,10,11,9,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,3,6,7,4,5,9,10,8,12,11]
[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,4,6,1,3,9,10,5,12,7,8,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,5,1,3,8,9,4,11,6,7,12,10]
[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,1,4,5,3,6,9,10,7,12,8,11]
[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,4,1,3,8,9,5,11,6,12,7,10]
[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,7,8,4,10,5,11,6,12,9]
[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,4,6,8,10,1,12,3,5,7,9,11]
[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,5,7,9,1,11,3,4,6,8,12,10]
[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,1,4,5,8,10,3,12,6,7,9,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,4,7,9,1,11,3,5,6,12,8,10]
[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,6,8,1,10,3,4,5,11,7,12,9]
[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,4,1,6,7,10,3,12,5,8,9,11]
[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,5,6,9,3,11,4,7,8,12,10]
[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,4,7,1,9,3,5,6,10,11,8,12]
[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,6,1,8,3,4,5,9,10,7,12,11]
[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,4,6,9,1,11,3,5,12,7,8,10]
[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,5,8,1,10,3,4,11,6,7,12,9]
[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,1,4,5,9,3,11,6,7,12,8,10]
[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,4,8,1,10,3,5,11,6,12,7,9]
[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,7,1,9,3,4,10,5,11,6,12,8]
[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,4,6,1,8,9,3,12,5,7,10,11]
[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,5,1,7,8,3,11,4,6,9,12,10]
[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,1,4,5,3,8,9,6,12,7,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,4,1,7,8,3,11,5,6,12,9,10]
[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,6,7,3,10,4,5,11,8,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,4,1,3,6,7,9,5,12,8,10,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,3,5,6,8,4,11,7,9,12,10]
[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,4,1,6,3,7,8,5,12,9,10,11]
[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,5,3,6,7,4,11,8,9,12,10]
[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,4,6,1,9,3,5,10,11,7,8,12]
[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,5,1,8,3,4,9,10,6,7,12,11]
[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,1,4,5,3,9,6,7,10,11,8,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,4,1,8,3,5,9,10,6,12,7,11]
[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,7,3,4,8,9,5,11,6,12,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,4,6,8,1,11,3,12,5,7,9,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,5,7,1,10,3,11,4,6,8,12,9]
[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,1,4,5,8,3,11,6,12,7,9,10]
[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,4,7,1,10,3,11,5,6,12,8,9]
[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,6,1,9,3,10,4,5,11,7,12,8]
[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,4,1,6,7,3,11,5,12,8,9,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,5,6,3,10,4,11,7,8,12,9]
[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,4,1,8,3,9,5,6,10,11,7,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,7,3,8,4,5,9,10,6,12,11]
[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,4,6,1,10,3,11,5,12,7,8,9]
[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,5,1,9,3,10,4,11,6,7,12,8]
[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,1,4,5,3,10,6,11,7,12,8,9]
[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,4,1,9,3,10,5,11,6,12,7,8]
[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,8,3,9,4,10,5,11,6,12,7]
[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,4,5,6,7,8,9,10,11,12,3]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,0,0,1,0,0,0] => [4,1,5,2,9,11,3,6,12,7,8,10]
[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,5,7,1,2,4,6,9,11,8,12,10]
[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,5,7,1,2,4,6,9,10,12,8,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,5,7,1,3,4,9,11,6,8,12,10]
[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,5,7,1,3,4,9,6,10,12,8,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] => [6,8,1,2,3,10,4,11,5,12,7,9]
[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,1,4,6,2,5,8,11,7,12,9,10]
[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,1,4,6,2,5,8,10,12,7,9,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,4,7,1,3,9,11,5,6,8,12,10]
[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,3,7,1,4,9,11,5,6,12,8,10]
[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,4,7,1,3,9,5,6,10,12,8,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] => [5,8,1,2,10,3,4,11,6,12,7,9]
[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,3,7,1,4,9,5,10,12,6,8,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] => [4,8,1,2,10,3,11,5,6,12,7,9]
[1,1,0,1,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0,0,0] => [3,8,1,2,10,4,11,5,12,6,7,9]
[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,5,1,6,3,4,8,11,7,12,9,10]
[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,5,1,6,3,4,8,10,12,7,9,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] => [6,1,7,2,3,9,11,4,5,12,8,10]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,1,1,0,1,0,0,0] => [6,1,7,2,3,9,4,10,12,5,8,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,7,2,3,9,4,10,5,11,12,8]
[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,1,4,5,2,8,11,6,12,7,9,10]
[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,1,4,5,2,8,10,12,6,7,9,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,4,1,5,3,8,11,6,12,7,9,10]
[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,4,1,5,3,8,10,12,6,7,9,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,4,6,1,9,11,3,5,7,8,12,10]
[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,3,6,1,9,11,4,5,7,12,8,10]
[1,1,1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [5,1,6,2,9,11,3,4,7,12,8,10]
[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,3,5,1,9,11,4,6,12,7,8,10]
[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,4,6,1,9,3,5,7,10,12,8,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] => [5,7,1,10,2,3,4,11,6,12,8,9]
[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,3,6,1,9,4,5,10,12,7,8,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] => [4,7,1,10,2,3,11,5,6,12,8,9]
[1,1,0,1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,0,0] => [3,7,1,10,2,4,11,5,12,6,8,9]
[1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0,0] => [5,1,6,2,9,3,4,10,12,7,8,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,6,2,9,3,4,10,7,11,12,8]
[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,3,5,1,9,4,10,12,6,7,8,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] => [4,1,5,2,9,3,10,12,6,7,8,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] => [4,6,1,10,2,11,3,5,7,12,8,9]
[1,1,0,1,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,0] => [3,6,1,10,2,11,4,5,12,7,8,9]
[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,5,2,9,3,10,6,7,11,12,8]
[1,1,0,1,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0,0] => [3,5,1,10,2,11,4,12,6,7,8,9]
[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,4,2,9,5,10,6,11,7,12,8]
[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,4,7,1,3,5,8,11,6,12,9,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,4,7,1,3,5,8,10,12,6,9,11]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,1,0,0,0,1,0,0] => [5,8,1,2,3,9,11,4,6,12,7,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] => [5,8,1,2,3,9,4,10,12,6,7,11]
[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,8,1,2,3,9,4,10,6,11,12,7]
[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,3,7,1,4,8,11,5,12,6,9,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,3,7,1,4,8,10,12,5,6,9,11]
[1,1,1,0,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0,0,1,0,0] => [4,8,1,2,9,11,3,5,6,12,7,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] => [3,8,1,2,9,11,4,5,12,6,7,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] => [4,8,1,2,9,3,5,10,12,6,7,11]
[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,8,1,2,9,3,5,10,6,11,12,7]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0,0,0] => [3,8,1,2,9,4,10,12,5,6,7,11]
[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,8,1,2,9,4,10,5,6,11,12,7]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,0] => [6,1,7,2,3,8,11,4,12,5,9,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] => [6,1,7,2,3,8,10,12,4,5,9,11]
[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,7,2,3,8,10,4,5,11,12,9]
[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,7,2,3,8,4,9,11,5,12,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,1,7,2,3,8,4,9,10,12,5,11]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,1,0,0,0] => [5,7,1,2,3,8,11,4,12,6,9,10]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [5,7,1,2,3,8,10,12,4,6,9,11]
[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,7,1,2,3,8,10,4,6,11,12,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,7,1,2,3,8,4,9,11,6,12,10]
[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,7,1,2,3,8,4,9,10,12,6,11]
[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,1,4,5,7,11,2,12,6,8,9,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,1,4,5,7,10,12,2,6,8,9,11]
[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,4,1,5,7,11,3,12,6,8,9,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,4,1,5,7,10,12,3,6,8,9,11]
[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,3,6,1,7,11,4,12,5,8,9,10]
[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,3,6,1,7,10,12,4,5,8,9,11]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [5,1,6,2,7,11,3,12,4,8,9,10]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [5,1,6,2,7,10,12,3,4,8,9,11]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [4,6,1,2,7,11,3,12,5,8,9,10]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [4,6,1,2,7,10,12,3,5,8,9,11]
[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,4,6,8,11,1,3,5,7,9,12,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,3,6,8,11,1,4,5,7,12,9,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] => [5,1,6,8,11,2,3,4,7,12,9,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,3,5,8,11,1,4,6,12,7,9,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] => [4,1,5,8,11,2,3,6,12,7,9,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] => [4,7,1,8,11,2,3,5,6,12,9,10]
[1,1,0,1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0] => [3,7,1,8,11,2,4,5,12,6,9,10]
[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,6,2,7,10,3,4,8,11,12,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,6,1,2,7,10,3,5,8,11,12,9]
[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,3,5,7,11,1,4,12,6,8,9,10]
[1,1,1,0,1,0,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [4,1,5,7,11,2,3,12,6,8,9,10]
[1,1,0,1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [3,6,1,7,11,2,4,12,5,8,9,10]
[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,5,2,6,10,3,7,11,8,12,9]
[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,5,1,2,6,10,4,7,11,8,12,9]
[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,4,6,8,1,3,5,7,10,12,9,11]
[1,1,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0,0,1,0,0] => [5,7,9,1,2,3,4,11,6,12,8,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,3,6,8,1,4,5,10,12,7,9,11]
[1,1,1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0] => [4,7,9,1,2,3,11,5,6,12,8,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] => [3,7,9,1,2,4,11,5,12,6,8,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] => [5,1,6,8,2,3,4,10,12,7,9,11]
[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,6,8,2,3,4,10,7,11,12,9]
[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,3,5,8,1,4,10,12,6,7,9,11]
[1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,0] => [4,1,5,8,2,3,10,12,6,7,9,11]
[1,1,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0,1,0,0] => [4,6,9,1,2,11,3,5,7,12,8,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] => [3,6,9,1,2,11,4,5,12,7,8,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,5,8,2,3,10,6,7,11,12,9]
[1,1,0,1,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,0,0] => [3,5,9,1,2,11,4,12,6,7,8,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,4,8,2,5,10,6,11,7,12,9]
[1,1,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0,1,1,0,1,0,0,0] => [4,7,1,8,2,3,5,10,12,6,9,11]
[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,7,1,8,2,3,5,10,6,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] => [3,7,1,8,2,4,10,12,5,6,9,11]
[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,7,1,8,2,4,10,5,6,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,7,1,8,3,4,10,5,11,6,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,6,2,7,3,4,9,11,8,12,10]
[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,1,6,2,7,3,4,9,10,12,8,11]
[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,6,1,2,7,3,5,9,11,8,12,10]
[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,6,1,2,7,3,5,9,10,12,8,11]
[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,3,5,7,1,10,12,4,6,8,9,11]
[1,1,1,0,1,0,0,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [4,1,5,7,2,10,12,3,6,8,9,11]
[1,1,0,1,1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [3,6,1,7,2,10,12,4,5,8,9,11]
[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,5,2,6,3,9,11,7,8,12,10]
[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,5,1,2,6,4,9,11,7,8,12,10]
[1,1,1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,0,1,0,0] => [4,6,8,1,11,2,3,5,7,12,9,10]
[1,1,0,1,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,0,0] => [3,6,8,1,11,2,4,5,12,7,9,10]
[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,5,7,2,10,3,6,8,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] => [3,5,8,1,11,2,4,12,6,7,9,10]
[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,4,7,2,10,5,6,11,8,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,6,1,7,2,10,4,5,8,11,12,9]
[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,6,1,7,3,10,4,5,11,8,12,9]
[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,1,5,2,6,3,9,7,10,12,8,11]
[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,5,1,2,6,4,9,7,10,12,8,11]
[1,1,0,1,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0] => [3,5,7,1,11,2,12,4,6,8,9,10]
[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,4,6,2,10,5,11,7,8,12,9]
[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,5,1,6,3,10,4,11,7,8,12,9]
[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,1,4,5,2,10,6,11,7,12,8,9]
[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,4,1,5,3,10,6,11,7,12,8,9]
[1,1,0,1,1,1,0,1,1,1,0,0,1,1,0,0,1,0,1,0,0,0,0,0] => [3,6,1,9,2,11,12,4,5,7,8,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] => [3,6,1,8,2,4,5,7,12,9,10,11]
[1,1,0,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0,0,0] => [3,6,1,9,10,2,12,4,5,7,8,11]
[1,1,0,1,1,1,0,1,1,0,0,1,1,0,1,1,1,0,0,0,0,0,0,0] => [3,6,1,8,10,2,4,5,7,9,11,12]
[1,1,0,1,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,0] => [3,1,6,10,2,11,4,5,12,7,8,9]
[1,1,0,1,1,1,0,0,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0,0] => [3,1,6,2,4,10,12,5,7,8,9,11]
[1,1,0,1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0,0] => [3,6,8,1,9,2,4,5,12,7,10,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] => [3,1,6,9,11,2,4,5,12,7,8,10]
[1,1,0,1,1,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,0,0,0] => [3,6,1,2,10,4,11,5,7,8,9,12]
[1,1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0,0] => [3,6,8,1,10,11,2,4,5,7,9,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] => [3,1,6,2,4,5,11,7,8,9,10,12]
[1,1,0,1,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0,0,0,0] => [3,6,8,9,1,11,2,4,5,7,10,12]
[1,1,0,1,1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0] => [3,1,6,9,2,12,4,5,7,8,10,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] => [3,5,7,8,1,11,2,4,12,6,9,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] => [3,5,7,8,1,10,12,2,4,6,9,11]
[1,1,0,1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [3,5,7,1,8,2,4,6,12,9,10,11]
[1,1,0,1,1,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,0,0,0] => [3,5,7,8,10,1,11,2,4,6,9,12]
[1,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0] => [3,5,7,1,8,11,2,4,6,9,10,12]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [3,1,2,7,9,10,4,5,12,6,8,11]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [3,1,2,7,9,4,10,5,6,8,11,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] => [3,5,1,8,9,10,2,4,12,6,7,11]
[1,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0,0] => [3,5,1,8,9,2,10,4,6,7,11,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] => [3,1,8,2,4,9,11,5,12,6,7,10]
[1,1,0,1,1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,0,1,0,0,0] => [3,1,7,9,2,10,11,4,12,5,6,8]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,1,0,0,1,0,0,0] => [3,5,1,2,4,9,11,6,12,7,8,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] => [3,7,1,8,2,10,11,4,12,5,6,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] => [3,5,8,1,2,10,11,4,12,6,7,9]
[1,1,0,1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,0] => [3,8,1,2,10,4,5,11,6,7,9,12]
[1,1,0,1,1,1,1,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0,0] => [3,1,8,2,10,11,4,12,5,6,7,9]
[1,1,0,1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [3,1,7,2,4,5,6,11,8,9,10,12]
[1,1,0,1,1,1,1,1,0,0,1,0,1,1,0,0,1,0,0,1,0,0,0,0] => [3,1,8,9,2,11,4,12,5,6,7,10]
[1,1,0,1,1,1,1,0,0,1,1,0,1,1,1,0,0,0,0,1,0,0,0,0] => [3,1,7,9,2,4,5,12,6,8,10,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] => [3,5,9,1,10,2,4,11,6,7,8,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] => [3,5,1,2,9,11,4,12,6,7,8,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] => [3,7,1,8,2,4,5,11,6,9,10,12]
[1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,0,0] => [3,5,8,10,1,2,4,11,6,7,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] => [3,1,2,9,4,10,5,12,6,7,8,11]
[1,1,0,1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,0] => [3,7,1,9,10,2,4,12,5,6,8,11]
[1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0,0,0] => [3,5,1,2,4,10,6,12,7,8,9,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] => [3,7,8,1,10,2,4,12,5,6,9,11]
[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,8,2,11,3,6,12,7,9,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,8,2,10,12,3,6,7,9,11]
[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,8,3,6,7,12,9,10,11]
[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,8,10,2,11,3,6,7,9,12]
[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,2,8,11,3,6,7,9,10,12]
[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,7,9,10,2,3,12,6,8,11]
[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,9,2,10,3,6,8,11,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,3,9,11,6,12,7,8,10]
[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,7,2,10,11,3,12,6,8,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,2,10,3,6,11,7,8,9,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,2,9,11,3,12,6,7,8,10]
[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,6,11,8,9,10,12]
[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,9,2,10,3,12,6,7,8,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,10,2,3,12,6,8,9,11]
[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,2,6,7,10,3,4,12,8,9,11]
[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,2,6,7,3,10,4,8,9,11,12]
[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,2,6,7,9,11,3,12,4,8,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,2,6,7,3,4,11,8,9,10,12]
[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,2,6,7,9,3,12,4,8,10,11]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [4,1,2,6,7,10,3,5,12,8,9,11]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [4,1,2,6,7,3,10,5,8,9,11,12]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [4,1,2,6,7,9,11,3,12,5,8,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] => [4,1,2,6,7,3,5,11,8,9,10,12]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [4,1,2,6,7,9,3,12,5,8,10,11]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [5,1,2,7,3,8,9,4,12,6,10,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] => [5,1,2,7,3,8,9,11,4,6,10,12]
[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,2,3,4,8,9,6,12,7,10,11]
[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,2,3,4,8,9,11,6,7,10,12]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [4,6,1,7,2,8,9,3,12,5,10,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] => [4,6,1,7,2,8,9,11,3,5,10,12]
[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,2,6,3,4,8,9,5,12,7,10,11]
[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,2,6,3,4,8,9,11,5,7,10,12]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [4,1,7,2,3,8,9,5,12,6,10,11]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [4,1,7,2,3,8,9,11,5,6,10,12]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [5,1,8,2,3,9,4,10,11,6,7,12]
[1,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0] => [5,1,7,9,2,3,4,10,11,6,8,12]
[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,2,3,4,9,6,10,11,7,8,12]
[1,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,1,0,1,1,0,0,0] => [5,7,1,8,2,3,4,10,11,6,9,12]
[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,8,2,3,4,6,10,11,7,9,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] => [4,6,7,1,2,9,3,10,11,5,8,12]
[1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [4,6,1,7,2,3,5,10,11,8,9,12]
[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,2,6,8,3,9,4,10,11,5,7,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] => [4,1,7,8,2,9,3,10,11,5,6,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,2,3,8,4,5,10,11,6,9,12]
[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,8,2,9,3,4,10,11,5,7,12]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0] => [4,1,2,3,8,5,6,10,11,7,9,12]
[1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,1,0,1,1,0,0,0] => [6,1,7,2,9,3,4,10,11,5,8,12]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,1,1,0,0,0] => [4,7,1,2,9,3,5,10,11,6,8,12]
[1,1,1,1,0,1,1,1,0,0,1,1,0,0,1,0,1,0,0,0,0,1,0,0] => [5,1,8,2,10,11,3,4,6,12,7,9]
[1,1,1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0,0,1,0,0] => [5,1,7,2,3,4,6,11,8,12,9,10]
[1,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0,0,1,0,0] => [5,1,8,9,2,11,3,4,6,12,7,10]
[1,1,1,1,0,1,1,0,0,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0] => [5,1,7,9,2,3,4,6,8,12,10,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,9,2,10,3,4,11,6,12,7,8]
[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,9,11,4,6,7,12,8,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] => [5,7,1,8,2,3,4,11,6,12,9,10]
[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,8,10,2,3,4,11,6,12,7,9]
[1,1,1,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0] => [5,1,2,9,3,10,4,6,7,12,8,11]
[1,1,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0,0] => [5,7,1,9,10,2,3,4,6,12,8,11]
[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,4,10,6,7,8,12,9,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] => [5,7,8,1,10,2,3,4,6,12,9,11]
[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,8,2,11,3,4,6,7,12,9,10]
[1,1,1,0,1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,0] => [4,6,7,1,10,2,3,11,5,12,8,9]
[1,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [4,6,7,1,9,11,2,3,5,12,8,10]
[1,1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [4,6,1,7,2,3,5,11,8,12,9,10]
[1,1,1,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0] => [4,6,7,9,1,10,2,3,5,12,8,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] => [4,6,1,7,10,2,3,5,8,12,9,11]
[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,2,6,8,9,3,4,11,5,12,7,10]
[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,2,6,8,3,9,4,5,7,12,10,11]
[1,1,1,0,1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,0,0,1,0,0] => [4,1,7,8,9,2,3,11,5,12,6,10]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0] => [4,1,7,8,2,9,3,5,6,12,10,11]
[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,10,4,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,8,2,9,10,3,11,4,12,5,7]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0] => [4,1,2,3,8,10,5,11,6,12,7,9]
[1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0] => [6,1,7,2,9,10,3,11,4,12,5,8]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,1,0,0,1,0,0] => [4,7,1,2,9,10,3,11,5,12,6,8]
[1,1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,1,0,0] => [7,1,2,9,3,4,10,5,6,12,8,11]
[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,9,10,3,11,4,5,12,6,8]
[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,4,5,10,7,8,12,9,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,8,2,10,3,11,4,5,12,6,9]
[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,8,2,3,4,11,5,7,12,9,10]
[1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0] => [4,8,1,9,2,3,10,5,6,12,7,11]
[1,1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,0,1,0,0] => [4,1,2,8,10,3,11,5,6,12,7,9]
[1,1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,0,0,1,0,0] => [6,1,7,2,3,4,10,5,8,12,9,11]
[1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,0,1,0,0] => [4,7,9,1,2,3,10,5,6,12,8,11]
[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,2,8,3,9,4,11,5,6,12,7,10]
[1,1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0,0] => [6,1,8,9,2,3,11,4,5,12,7,10]
[1,1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0,0,1,0,0] => [4,1,2,3,9,5,11,6,7,12,8,10]
[1,1,1,1,1,0,1,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,0,0] => [6,7,1,9,2,3,11,4,5,12,8,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] => [1,3,2,5,4,7,6,9,11,8,10,12]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [1,3,2,5,4,7,9,6,8,11,10,12]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [1,3,2,5,4,7,9,6,11,8,10,12]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [1,3,2,5,4,7,9,11,6,8,10,12]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [1,3,2,5,7,4,6,9,8,11,10,12]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [1,3,2,5,7,4,6,9,11,8,10,12]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [1,3,2,5,7,4,9,6,8,11,10,12]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [1,3,2,5,7,9,4,6,8,11,10,12]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,3,2,5,7,4,9,6,11,8,10,12]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [1,3,2,5,7,4,9,11,6,8,10,12]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [1,3,2,5,7,9,4,6,11,8,10,12]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [1,3,2,5,7,9,4,11,6,8,10,12]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [1,3,2,5,7,9,11,4,6,8,10,12]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,3,5,2,4,7,6,9,8,11,10,12]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [1,3,5,2,4,7,6,9,11,8,10,12]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [1,3,5,2,4,7,9,6,8,11,10,12]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [1,3,5,2,4,7,9,6,11,8,10,12]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [1,3,5,2,4,7,9,11,6,8,10,12]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [1,3,5,2,7,4,6,9,8,11,10,12]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [1,3,5,2,7,4,6,9,11,8,10,12]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [1,3,5,7,2,4,6,9,8,11,10,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] => [1,3,5,7,2,4,6,9,11,8,10,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] => [1,3,5,2,7,4,9,6,8,11,10,12]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [1,3,5,2,7,9,4,6,8,11,10,12]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0] => [1,3,5,7,2,4,9,6,8,11,10,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] => [1,3,5,7,2,9,4,6,8,11,10,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] => [1,3,5,7,9,2,4,6,8,11,10,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] => [1,3,5,2,7,4,9,6,11,8,10,12]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [1,3,5,2,7,4,9,11,6,8,10,12]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [1,3,5,2,7,9,4,6,11,8,10,12]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [1,3,5,2,7,9,4,11,6,8,10,12]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [1,3,5,2,7,9,11,4,6,8,10,12]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [1,3,5,7,2,4,9,6,11,8,10,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] => [1,3,5,7,2,4,9,11,6,8,10,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] => [1,3,5,7,2,9,4,6,11,8,10,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] => [1,3,5,7,9,2,4,6,11,8,10,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] => [1,3,5,7,2,9,4,11,6,8,10,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] => [1,3,5,7,2,9,11,4,6,8,10,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] => [1,3,5,7,9,2,4,11,6,8,10,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] => [1,3,5,7,9,2,11,4,6,8,10,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] => [1,3,5,7,9,11,2,4,6,8,10,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,1,2,5,4,7,6,9,8,11,10,12]
[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,1,2,5,4,7,6,9,11,8,10,12]
[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,1,2,5,4,7,9,6,8,11,10,12]
[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,1,2,5,4,7,9,6,11,8,10,12]
[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,1,2,5,4,7,9,11,6,8,10,12]
[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,1,2,5,7,4,6,9,8,11,10,12]
[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,1,2,5,7,4,6,9,11,8,10,12]
[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,1,2,5,7,4,9,6,8,11,10,12]
[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,1,2,5,7,9,4,6,8,11,10,12]
[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,1,2,5,7,4,9,6,11,8,10,12]
[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,1,2,5,7,4,9,11,6,8,10,12]
[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,1,2,5,7,9,4,6,11,8,10,12]
[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,1,2,5,7,9,4,11,6,8,10,12]
[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,1,2,5,7,9,11,4,6,8,10,12]
[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,1,5,2,4,7,6,9,8,11,10,12]
[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,1,5,2,4,7,6,9,11,8,10,12]
[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,1,5,2,4,7,9,6,8,11,10,12]
[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,1,5,2,4,7,9,6,11,8,10,12]
[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,1,5,2,4,7,9,11,6,8,10,12]
[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,5,1,2,4,7,6,9,8,11,10,12]
[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,5,1,2,4,7,6,9,11,8,10,12]
[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,5,1,2,4,7,9,6,8,11,10,12]
[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,5,1,2,4,7,9,6,11,8,10,12]
[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,5,1,2,4,7,9,11,6,8,10,12]
[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,1,5,2,7,4,6,9,8,11,10,12]
[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,1,5,2,7,4,6,9,11,8,10,12]
[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,1,5,7,2,4,6,9,8,11,10,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,1,5,7,2,4,6,9,11,8,10,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,5,1,2,7,4,6,9,8,11,10,12]
[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,5,1,2,7,4,6,9,11,8,10,12]
[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,5,1,7,2,4,6,9,8,11,10,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,5,1,7,2,4,6,9,11,8,10,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,5,7,1,2,4,6,9,8,11,10,12]
[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,5,7,1,2,4,6,9,11,8,10,12]
[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,1,5,2,7,4,9,6,8,11,10,12]
[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,1,5,2,7,9,4,6,8,11,10,12]
[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,1,5,7,2,4,9,6,8,11,10,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,1,5,7,2,9,4,6,8,11,10,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,1,5,7,9,2,4,6,8,11,10,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,5,1,2,7,4,9,6,8,11,10,12]
[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,5,1,2,7,9,4,6,8,11,10,12]
[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,5,1,7,2,4,9,6,8,11,10,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,5,7,1,2,4,9,6,8,11,10,12]
[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,5,1,7,2,9,4,6,8,11,10,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,5,1,7,9,2,4,6,8,11,10,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,5,7,1,2,9,4,6,8,11,10,12]
[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,5,7,1,9,2,4,6,8,11,10,12]
[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,5,7,9,1,2,4,6,8,11,10,12]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [3,1,5,2,7,4,9,6,11,8,10,12]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [3,1,5,2,7,4,9,11,6,8,10,12]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [3,1,5,2,7,9,4,6,11,8,10,12]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [3,1,5,2,7,9,4,11,6,8,10,12]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [3,1,5,2,7,9,11,4,6,8,10,12]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [3,1,5,7,2,4,9,6,11,8,10,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] => [3,1,5,7,2,4,9,11,6,8,10,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] => [3,1,5,7,2,9,4,6,11,8,10,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] => [3,1,5,7,9,2,4,6,11,8,10,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] => [3,1,5,7,2,9,4,11,6,8,10,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] => [3,1,5,7,2,9,11,4,6,8,10,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] => [3,1,5,7,9,2,4,11,6,8,10,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] => [3,1,5,7,9,2,11,4,6,8,10,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] => [3,1,5,7,9,11,2,4,6,8,10,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] => [3,5,1,2,7,4,9,6,11,8,10,12]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [3,5,1,2,7,4,9,11,6,8,10,12]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [3,5,1,2,7,9,4,6,11,8,10,12]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [3,5,1,2,7,9,4,11,6,8,10,12]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [3,5,1,2,7,9,11,4,6,8,10,12]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [3,5,1,7,2,4,9,6,11,8,10,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] => [3,5,1,7,2,4,9,11,6,8,10,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] => [3,5,7,1,2,4,9,6,11,8,10,12]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0,0] => [3,5,7,1,2,4,9,11,6,8,10,12]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0] => [3,5,1,7,2,9,4,6,11,8,10,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] => [3,5,1,7,9,2,4,6,11,8,10,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] => [3,5,7,1,2,9,4,6,11,8,10,12]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0,0] => [3,5,7,1,9,2,4,6,11,8,10,12]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0,0] => [3,5,7,9,1,2,4,6,11,8,10,12]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [3,5,1,7,2,9,4,11,6,8,10,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] => [3,5,1,7,2,9,11,4,6,8,10,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] => [3,5,1,7,9,2,4,11,6,8,10,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] => [3,5,1,7,9,2,11,4,6,8,10,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] => [3,5,1,7,9,11,2,4,6,8,10,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] => [3,5,7,1,2,9,4,11,6,8,10,12]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0,0] => [3,5,7,1,2,9,11,4,6,8,10,12]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0,0] => [3,5,7,1,9,2,4,11,6,8,10,12]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0] => [3,5,7,9,1,2,4,11,6,8,10,12]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0,0] => [3,5,7,1,9,2,11,4,6,8,10,12]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0] => [3,5,7,1,9,11,2,4,6,8,10,12]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,0] => [3,5,7,9,1,2,11,4,6,8,10,12]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0] => [3,5,7,9,1,11,2,4,6,8,10,12]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0] => [3,5,7,9,11,1,2,4,6,8,10,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,4,3,6,5,8,7,10,9,12,11]
[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,12,3,4,5,6,7,8,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] => [11,1,2,3,4,5,6,7,8,9,10,12]
[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,8,9,10,11,1,2,3,4,5,12,6]
[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,8,9,10,11,12,1,3,4,5,6,7]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0,0] => [7,8,9,10,11,1,2,3,4,5,6,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] => [1,3,6,2,9,10,4,11,12,5,7,8]
[1,1,0,0,1,1,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0,0] => [1,3,6,2,8,9,11,12,4,5,7,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] => [1,3,8,2,11,4,5,12,6,7,9,10]
[1,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0] => [1,3,8,2,9,4,10,11,5,12,6,7]
[1,1,0,0,1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0] => [1,3,7,2,8,10,11,4,5,12,6,9]
[1,1,0,0,1,1,0,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [1,3,5,6,8,2,11,12,4,7,9,10]
[1,1,0,0,1,1,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [1,3,5,6,10,2,11,4,7,12,8,9]
[1,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [1,3,5,8,10,2,4,6,11,12,7,9]
[1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,1,0,0] => [1,3,7,8,2,4,10,5,11,12,6,9]
[1,1,0,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0,0] => [1,3,5,8,9,2,10,12,4,6,7,11]
[1,1,0,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [1,3,5,7,8,10,12,2,4,6,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] => [1,3,7,10,2,4,12,5,6,8,9,11]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0,0,0] => [1,3,7,8,2,9,10,4,12,5,6,11]
[1,1,0,0,1,1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [1,3,6,7,9,10,2,4,12,5,8,11]
[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,5,2,3,8,4,11,12,6,7,9,10]
[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,10,4,11,6,7,12,8,9]
[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,3,7,8,10,4,11,12,6,9]
[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,2,3,7,10,12,4,6,8,9,11]
[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,5,2,3,9,10,4,6,12,7,8,11]
[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,7,3,10,4,11,12,8,9]
[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,2,6,7,3,9,10,12,4,8,11]
[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,5,7,2,3,10,6,11,12,8,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,7,2,3,9,10,12,6,8,11]
[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,5,2,8,9,3,4,6,12,7,10,11]
[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,2,8,3,4,9,5,12,6,10,11]
[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,7,2,8,9,3,12,6,10,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,7,9,2,3,5,6,12,8,10,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,6,7,2,3,9,4,5,12,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] => [1,5,2,8,9,3,10,11,4,6,12,7]
[1,1,1,1,0,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0,0,1,0] => [1,5,2,7,8,10,11,3,4,6,12,9]
[1,1,1,1,1,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0,1,0] => [1,7,2,10,3,4,11,5,6,8,12,9]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0] => [1,7,2,8,3,9,10,4,11,5,12,6]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [1,6,2,7,9,10,3,4,11,5,12,8]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [1,4,5,7,2,10,11,3,6,8,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] => [1,4,5,9,2,10,3,6,11,7,12,8]
[1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0,1,0] => [1,4,7,9,2,3,5,10,11,6,12,8]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,0] => [1,6,7,2,3,9,4,10,11,5,12,8]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [1,4,7,8,2,9,11,3,5,6,12,10]
[1,1,1,0,0,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [1,4,6,7,9,11,2,3,5,8,12,10]
[1,1,1,1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0,0,1,0] => [1,6,9,2,3,11,4,5,7,8,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] => [1,6,7,2,8,9,3,11,4,5,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] => [1,5,6,8,9,2,3,11,4,7,12,10]
[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,3,1,5,8,4,11,12,6,7,9,10]
[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,3,1,5,10,4,11,6,7,12,8,9]
[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,3,1,5,7,8,10,4,11,12,6,9]
[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,3,1,5,7,10,12,4,6,8,9,11]
[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,3,1,5,9,10,4,6,12,7,8,11]
[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,3,1,7,4,5,10,6,11,12,8,9]
[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,3,1,7,4,5,9,10,12,6,8,11]
[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,3,1,7,4,8,9,5,12,6,10,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,3,1,6,7,9,4,5,12,8,10,11]
[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,3,1,7,4,10,11,5,6,8,12,9]
[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,3,1,9,4,10,5,6,11,7,12,8]
[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,3,1,6,7,9,4,10,11,5,12,8]
[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,3,1,6,9,11,4,5,7,8,12,10]
[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,3,1,8,9,4,5,11,6,7,12,10]
[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,5,1,3,4,7,10,6,11,12,8,9]
[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,5,1,3,4,7,9,10,12,6,8,11]
[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,5,1,3,4,9,6,7,12,8,10,11]
[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,5,1,3,4,9,6,10,11,7,12,8]
[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,5,1,3,4,8,9,11,6,7,12,10]
[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,1,2,5,3,7,10,6,11,12,8,9]
[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,1,2,5,3,7,9,10,12,6,8,11]
[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,1,2,5,3,9,6,7,12,8,10,11]
[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,2,5,3,9,6,10,11,7,12,8]
[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,2,5,3,8,9,11,6,7,12,10]
[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,5,1,6,7,3,4,9,12,8,10,11]
[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,5,1,6,7,3,4,11,8,9,12,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,4,5,7,1,3,6,9,12,8,10,11]
[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,4,5,7,1,3,6,11,8,9,12,10]
[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,1,2,7,3,5,6,9,12,8,10,11]
[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,7,3,5,6,11,8,9,12,10]
[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,1,5,6,2,7,3,9,12,8,10,11]
[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,5,6,2,7,3,11,8,9,12,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,4,6,1,2,7,5,9,12,8,10,11]
[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,4,6,1,2,7,5,11,8,9,12,10]
[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,5,1,8,9,3,4,6,7,11,12,10]
[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,7,1,8,3,4,9,5,6,11,12,10]
[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,4,5,7,1,8,9,3,6,11,12,10]
[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,4,7,9,1,3,5,6,8,11,12,10]
[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,6,7,1,3,9,4,5,8,11,12,10]
[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,2,7,3,8,9,5,6,11,12,10]
[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,2,6,7,9,3,5,8,11,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,5,6,2,9,3,7,8,11,12,10]
[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,4,6,1,2,9,5,7,8,11,12,10]
[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,7,8,2,3,5,9,6,11,12,10]
[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,7,2,3,8,4,9,5,11,12,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,4,6,1,7,8,2,9,5,11,12,10]
[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,6,8,1,2,4,5,9,7,11,12,10]
[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,6,1,2,8,3,4,9,7,11,12,10]
[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,5,1,8,9,3,10,11,4,6,7,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,5,1,7,8,10,11,3,4,6,9,12]
[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,7,1,10,3,4,11,5,6,8,9,12]
[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,7,1,8,3,9,10,4,11,5,6,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,6,1,7,9,10,3,4,11,5,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,4,5,7,1,10,11,3,6,8,9,12]
[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,4,5,9,1,10,3,6,11,7,8,12]
[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,4,7,9,1,3,5,10,11,6,8,12]
[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,6,7,1,3,9,4,10,11,5,8,12]
[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,4,7,8,1,9,11,3,5,6,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,4,6,7,9,11,1,3,5,8,10,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,6,9,1,3,11,4,5,7,8,10,12]
[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,6,7,1,8,9,3,11,4,5,10,12]
[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,5,6,8,9,1,3,11,4,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] => [4,1,2,7,3,10,11,5,6,8,9,12]
[1,1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0] => [4,1,2,9,3,10,5,6,11,7,8,12]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0] => [4,1,2,6,7,9,3,10,11,5,8,12]
[1,1,1,0,1,1,0,0,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [4,1,2,6,9,11,3,5,7,8,10,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] => [4,1,2,8,9,3,5,11,6,7,10,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] => [4,1,5,6,2,9,3,10,11,7,8,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] => [4,1,5,6,2,8,9,11,3,7,10,12]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [3,4,6,1,2,9,5,10,11,7,8,12]
[1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [3,4,6,1,2,8,9,11,5,7,10,12]
[1,1,1,0,1,1,1,0,0,1,0,1,1,1,0,0,0,0,1,1,0,0,0,0] => [4,1,7,8,2,3,5,11,6,9,10,12]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,0] => [6,1,7,2,3,8,4,11,5,9,10,12]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [3,4,6,1,7,8,2,11,5,9,10,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] => [3,6,8,1,2,4,5,11,7,9,10,12]
[1,1,1,1,0,1,0,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,0,0] => [5,6,1,2,8,3,4,11,7,9,10,12]
[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,1,7,8,2,9,10,3,5,11,6,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,1,6,7,9,10,2,3,5,11,8,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,1,9,2,3,10,4,5,7,11,8,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,1,7,2,8,9,3,10,4,11,5,12]
[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,1,6,8,9,2,3,10,4,11,7,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,4,6,1,9,10,2,5,7,11,8,12]
[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,4,8,1,9,2,5,10,6,11,7,12]
[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,6,8,1,2,4,9,10,5,11,7,12]
[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,6,1,2,8,3,9,10,4,11,7,12]
[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,6,7,1,8,10,2,4,5,11,9,12]
[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,5,6,8,10,1,2,4,7,11,9,12]
[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,8,1,2,10,3,4,6,7,11,9,12]
[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,6,1,7,8,2,10,3,4,11,9,12]
[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,5,7,8,1,2,10,3,6,11,9,12]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [1,2,4,5,3,7,8,6,9,10,12,11]
[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,1,2,5,4,7,8,9,6,10,11,12]
[1,1,0,0,1,0,1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [1,3,4,2,7,5,8,6,9,10,12,11]
[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,4,1,2,6,5,8,9,7,10,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,4,2,7,5,8,6,9,10,12,11]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,0] => [1,2,4,5,3,7,8,10,6,9,11,12]
[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,2,3,7,5,6,9,8,11,12,10]
[1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,0] => [1,3,4,2,7,8,5,9,6,10,11,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] => [1,2,4,5,7,3,8,10,6,9,11,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] => [1,2,3,6,7,4,9,5,10,8,12,11]
[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,4,1,2,6,8,5,9,7,10,11,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,2,3,7,5,9,6,10,8,12,11]
[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,1,2,5,7,8,4,9,6,10,11,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] => [1,4,2,5,7,3,8,10,6,9,11,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] => [1,3,4,7,2,5,8,9,6,10,11,12]
[1,1,1,1,1,0,0,0,0,1,0,0,1,1,1,0,1,0,0,0,1,0,1,0] => [1,2,3,6,4,7,10,5,8,11,12,9]
[1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [1,3,4,6,8,2,5,9,7,10,11,12]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,1,1,0,1,0,0,0,1,0] => [1,2,3,6,7,4,8,11,5,9,12,10]
[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,1,4,6,8,2,5,9,7,10,11,12]
[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,2,7,3,5,8,9,6,10,12,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,5,1,2,8,4,6,9,7,10,12,11]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,1,1,0,1,0,0,0,1,0] => [1,2,6,3,4,7,8,11,5,9,12,10]
[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,2,7,4,5,8,11,6,9,12,10]
[1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0] => [1,2,4,5,7,3,9,10,6,8,11,12]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,1,0,0] => [1,2,6,3,4,7,8,5,11,12,9,10]
[1,1,1,0,0,0,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [1,2,4,5,7,9,3,10,6,8,11,12]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [1,2,6,7,3,4,8,9,5,12,10,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,1,2,5,6,9,3,10,7,8,11,12]
[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,1,5,6,2,8,4,9,7,10,11,12]
[1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0] => [1,4,5,6,2,3,8,10,7,9,11,12]
[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,1,2,7,4,8,5,10,6,11,9,12]
[1,1,1,0,0,1,0,1,1,0,0,0,1,1,0,1,0,1,1,1,0,0,0,0] => [1,4,5,2,3,7,9,10,6,8,11,12]
[1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,1,0,0] => [1,2,6,3,7,4,9,5,10,12,8,11]
[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,1,5,6,8,2,4,9,7,10,11,12]
[1,1,1,0,0,1,0,1,0,0,1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [1,4,5,2,6,9,3,10,7,8,11,12]
[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,1,2,7,8,4,9,5,6,11,10,12]
[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,5,1,6,8,2,4,9,7,10,11,12]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [1,4,2,5,3,8,9,6,7,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,1,5,2,3,7,9,10,6,8,11,12]
[1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,1,1,1,0,0,0,1,0,0] => [1,4,2,5,8,3,9,6,7,12,10,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,5,1,6,2,3,8,10,7,9,11,12]
[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,1,5,7,2,3,8,6,9,12,10,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] => [1,3,4,2,9,5,6,7,10,11,8,12]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [1,4,2,5,3,10,6,7,8,11,12,9]
[1,1,0,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [1,3,4,6,2,10,5,7,8,11,9,12]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [1,4,5,2,6,3,11,7,8,9,12,10]
[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,1,4,6,2,10,5,7,8,11,9,12]
[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,2,5,6,3,11,7,8,9,12,10]
[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,5,1,2,6,4,11,7,8,9,12,10]
[1,1,1,0,0,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0] => [1,2,4,5,7,3,11,6,8,12,9,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,1,2,5,6,3,11,7,8,12,9,10]
[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,1,5,6,2,10,4,7,8,11,9,12]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [1,4,5,2,6,3,11,7,8,12,9,10]
[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,5,1,6,2,10,4,7,8,11,9,12]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,0] => [1,4,2,5,3,10,6,7,11,12,8,9]
[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,1,5,2,9,3,6,7,10,12,8,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] => [1,6,7,2,3,4,5,9,10,8,12,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,7,8,2,4,5,6,10,9,12,11]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0] => [1,6,7,2,3,4,5,9,10,12,8,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,1,7,8,2,4,5,10,6,11,9,12]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0,0,1,1,0,1,0,0] => [1,6,7,2,3,4,9,5,10,12,8,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,7,2,3,4,5,9,10,8,12,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,7,1,8,2,4,5,6,10,9,12,11]
[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,1,7,2,3,4,5,9,10,12,8,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,7,1,8,2,4,5,10,6,11,9,12]
[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,1,7,2,3,4,9,5,10,12,8,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] => [1,3,4,2,5,9,10,6,12,7,8,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,1,4,2,5,9,10,6,12,7,8,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] => [1,3,4,8,2,5,10,6,12,7,9,11]
[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,1,4,8,2,5,10,6,12,7,9,11]
[1,1,0,0,1,0,1,1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0,0] => [1,3,4,2,5,9,10,12,6,7,8,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,1,4,2,5,9,10,12,6,7,8,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] => [1,3,4,8,2,10,5,11,6,7,9,12]
[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,1,4,8,2,10,5,11,6,7,9,12]
[1,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [1,3,4,2,9,5,10,12,6,7,8,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,1,4,2,9,5,10,12,6,7,8,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] => [1,5,6,2,3,9,10,4,7,8,12,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] => [1,6,2,7,3,4,10,11,5,8,12,9]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [1,5,6,8,2,3,10,4,7,9,12,11]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,1,0,0,0,1,0] => [1,6,7,2,8,3,4,11,5,9,12,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,6,8,2,3,10,4,7,9,12,11]
[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,7,8,3,4,11,5,9,12,10]
[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,7,1,2,8,3,4,11,6,9,12,10]
[1,1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [1,2,6,7,9,3,11,4,5,8,12,10]
[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,7,8,3,11,4,5,9,12,10]
[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,7,8,2,3,10,4,6,9,12,11]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0,0,1,0] => [1,6,7,2,8,3,11,4,5,9,12,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,7,1,8,2,3,10,4,6,9,12,11]
[1,1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [1,6,2,7,3,10,11,4,5,8,12,9]
[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,7,2,3,9,11,4,5,8,12,10]
[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,2,5,6,3,8,9,4,7,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] => [4,1,2,6,3,8,9,10,5,7,11,12]
[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,5,2,8,3,9,6,7,12,10,11]
[1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,1,0,1,1,1,0,0,0,0] => [4,5,1,2,7,3,9,10,6,8,11,12]
[1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [4,1,5,2,8,3,9,6,7,12,10,11]
[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,2,5,6,3,8,9,11,4,7,10,12]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,0,1,0,0] => [5,1,2,7,3,4,9,6,11,12,8,10]
[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,2,8,9,3,10,6,7,11,12]
[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,2,5,6,8,3,9,11,4,7,10,12]
[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,2,6,7,3,9,4,10,5,12,8,11]
[1,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [4,5,1,2,7,9,3,10,6,8,11,12]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [5,1,2,7,3,9,4,10,6,12,8,11]
[1,1,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [4,1,2,6,8,9,3,10,5,7,11,12]
[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,2,6,8,3,9,11,4,7,10,12]
[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,8,2,3,9,10,6,7,11,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,2,6,3,7,10,4,5,11,12,8,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,9,2,3,10,6,8,11,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,2,6,7,3,8,11,4,5,12,9,10]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [4,1,5,7,9,2,3,10,6,8,11,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] => [5,1,7,2,3,8,9,4,6,12,10,11]
[1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [4,6,1,8,2,3,9,5,7,12,10,11]
[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,3,7,8,11,4,5,12,9,10]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0] => [4,1,7,2,3,8,11,5,6,12,9,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,2,5,6,8,3,10,11,4,7,9,12]
[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,2,3,7,8,4,11,12,5,9,10]
[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,2,5,6,8,10,3,11,4,7,9,12]
[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,3,8,9,4,12,5,10,11]
[1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0] => [5,1,2,6,7,10,3,11,4,8,9,12]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,1,1,1,0,0,0,0] => [4,1,6,7,2,9,3,10,5,8,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,7,2,3,9,11,4,8,10,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] => [4,1,7,2,8,3,10,5,11,6,9,12]
[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,2,3,8,10,11,4,7,9,12]
[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,2,7,3,9,4,10,12,5,8,11]
[1,1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [4,1,6,7,9,2,3,10,5,8,11,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,2,7,10,3,11,4,8,9,12]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0,1,1,0,0,0] => [4,1,7,8,2,9,3,5,11,6,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] => [4,6,1,7,9,2,3,10,5,8,11,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,2,6,3,9,10,4,12,7,8,11]
[1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0] => [5,1,6,2,3,8,10,11,4,7,9,12]
[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,2,6,9,3,10,4,12,7,8,11]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [5,6,1,7,2,3,9,11,4,8,10,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] => [5,1,6,8,2,3,9,4,12,7,10,11]
[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,3,4,5,6,7,8,12,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] => [1,3,4,5,6,7,8,9,10,11,12,2]
[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,8,9,10,11,12,2,3,4,5,6,7]
[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,3,4,5,6,7,8,9,11,1,12,10]
[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,3,4,5,6,7,8,9,10,1,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,3,5,7,10,1,12,4,6,8,9,11]
[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,3,5,8,10,1,4,12,6,7,9,11]
[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,3,4,8,1,10,5,12,6,7,9,11]
[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,3,6,1,7,10,4,12,5,8,9,11]
[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,3,6,8,10,1,4,5,12,7,9,11]
[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,3,4,7,1,9,5,6,12,8,10,11]
[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,3,7,1,8,10,4,5,12,6,9,11]
[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,3,5,7,1,4,8,6,12,9,10,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,3,5,1,6,4,8,7,12,9,10,11]
[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,4,1,5,7,10,3,12,6,8,9,11]
[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,4,1,5,8,10,3,6,12,7,9,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,4,1,5,7,3,8,6,12,9,10,11]
[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,4,6,1,3,7,10,5,12,8,9,11]
[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,5,1,6,3,7,10,4,12,8,9,11]
[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,3,5,7,9,1,4,6,8,12,10,11]
[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,3,4,7,1,10,5,6,8,12,9,11]
[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,3,6,1,7,9,4,5,8,12,10,11]
[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,3,4,6,1,5,9,7,8,12,10,11]
[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,3,4,1,6,5,10,7,8,12,9,11]
[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,4,1,5,7,9,3,6,8,12,10,11]
[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,4,1,5,6,3,9,7,8,12,10,11]
[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,4,6,1,3,7,9,5,8,12,10,11]
[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,5,1,6,3,7,9,4,8,12,10,11]
[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,3,4,6,1,5,7,10,8,12,9,11]
[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,3,4,1,8,5,6,9,7,12,10,11]
[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,4,1,5,6,3,7,10,8,12,9,11]
[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,3,4,1,5,8,6,9,7,12,10,11]
[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,3,1,5,4,7,6,9,8,12,10,11]
[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,1,4,5,7,10,2,12,6,8,9,11]
[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,1,4,5,8,10,2,6,12,7,9,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,1,4,5,7,2,8,6,12,9,10,11]
[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,1,4,6,2,7,10,5,12,8,9,11]
[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,1,4,5,7,9,2,6,8,12,10,11]
[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,1,4,5,6,2,9,7,8,12,10,11]
[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,1,4,6,2,7,9,5,8,12,10,11]
[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,1,4,5,6,2,7,10,8,12,9,11]
[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,1,4,5,2,7,6,9,8,12,10,11]
[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,5,1,2,6,7,10,4,12,8,9,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,5,1,2,6,7,9,4,8,12,10,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,5,1,2,6,7,4,9,8,12,10,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,1,5,2,6,7,10,3,12,8,9,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,1,5,2,6,7,9,3,8,12,10,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,1,5,2,6,7,3,9,8,12,10,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,5,7,1,2,4,8,9,6,12,10,11]
[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,6,1,7,2,4,8,9,5,12,10,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,1,5,7,2,3,8,9,6,12,10,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,6,1,2,7,3,8,9,5,12,10,11]
[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,1,6,2,7,3,8,9,4,12,10,11]
[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,4,6,8,10,1,3,5,7,9,12,11]
[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,3,5,8,1,10,4,6,7,9,12,11]
[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,4,7,1,8,10,3,5,6,9,12,11]
[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,3,6,8,1,4,10,5,7,9,12,11]
[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,3,5,1,7,4,8,6,9,10,12,11]
[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,5,1,6,8,10,3,4,7,9,12,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,4,1,5,8,3,10,6,7,9,12,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,5,7,1,3,8,10,4,6,9,12,11]
[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,6,1,7,3,8,10,4,5,9,12,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,4,6,8,1,3,5,9,7,10,12,11]
[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,3,6,1,8,4,5,9,7,10,12,11]
[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,5,1,6,8,3,4,9,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,4,6,1,3,7,5,9,8,10,12,11]
[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,4,1,5,3,7,6,9,8,10,12,11]
[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,4,6,8,10,2,5,7,9,12,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,4,5,8,2,10,6,7,9,12,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,4,7,2,8,10,5,6,9,12,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,4,6,8,2,5,9,7,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,4,6,2,7,5,9,8,10,12,11]
[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,5,1,2,6,8,10,4,7,9,12,11]
[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,5,1,2,6,8,4,9,7,10,12,11]
[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,5,2,6,8,10,3,7,9,12,11]
[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,5,2,6,8,3,9,7,10,12,11]
[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,5,7,1,2,4,8,10,6,9,12,11]
[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,6,1,7,2,4,8,10,5,9,12,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,5,7,2,3,8,10,6,9,12,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,6,1,2,7,3,8,10,5,9,12,11]
[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,6,2,7,3,8,10,4,9,12,11]
[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,5,7,9,1,3,4,6,10,8,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,3,5,1,8,4,6,7,10,9,12,11]
[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,6,1,7,9,3,4,5,10,8,12,11]
[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,3,6,1,4,9,5,7,10,8,12,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,3,1,5,4,8,6,7,10,9,12,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,4,7,9,2,5,6,10,8,12,11]
[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,4,5,2,9,6,7,10,8,12,11]
[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,5,1,2,6,9,4,7,10,8,12,11]
[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,5,2,6,9,3,7,10,8,12,11]
[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,3,5,1,4,6,9,7,10,8,12,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,3,1,7,4,5,8,6,10,9,12,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,4,5,2,6,9,7,10,8,12,11]
[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,3,1,4,7,5,8,6,10,9,12,11]
[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,5,7,1,2,4,8,6,10,12,9,11]
[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,6,1,7,2,4,8,5,10,12,9,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,1,5,7,2,3,8,6,10,12,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,6,1,2,7,3,8,5,10,12,9,11]
[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,1,6,2,7,3,8,4,10,12,9,11]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [3,4,5,6,7,8,9,10,12,1,2,11]
[1,1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [3,8,1,9,2,10,4,11,5,12,6,7]
[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,4,5,6,7,8,9,10,11,1,12,2]
[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,1,4,3,6,5,8,7,10,12,9,11]
[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,1,4,3,6,5,8,11,7,12,9,10]
[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,1,4,3,6,9,5,7,10,12,8,11]
[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,1,4,3,6,9,11,5,7,12,8,10]
[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,1,4,3,6,10,5,11,7,12,8,9]
[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,1,4,7,3,5,8,6,10,12,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,1,4,7,3,5,8,11,6,12,9,10]
[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,1,4,7,9,3,5,6,10,12,8,11]
[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,1,4,8,3,9,5,6,10,12,7,11]
[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,1,4,7,9,11,3,5,6,12,8,10]
[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,1,4,7,10,3,11,5,6,12,8,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,1,4,8,3,9,11,5,6,12,7,10]
[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,1,4,8,10,3,5,11,6,12,7,9]
[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,1,4,9,3,10,5,11,6,12,7,8]
[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,5,1,3,6,4,8,7,10,12,9,11]
[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,5,1,3,6,4,8,11,7,12,9,10]
[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,5,1,3,6,9,4,7,10,12,8,11]
[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,5,1,3,6,9,11,4,7,12,8,10]
[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,5,1,3,6,10,4,11,7,12,8,9]
[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,5,7,1,3,4,8,6,10,12,9,11]
[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,5,7,1,3,4,8,11,6,12,9,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,6,1,7,3,4,8,5,10,12,9,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,6,1,7,3,4,8,11,5,12,9,10]
[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,5,7,9,1,3,4,6,10,12,8,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,5,8,1,9,3,4,6,10,12,7,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,6,1,7,9,3,4,5,10,12,8,11]
[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,6,8,1,3,9,4,5,10,12,7,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,7,1,8,3,9,4,5,10,12,6,11]
[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,1,4,2,6,5,8,7,10,12,9,11]
[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,1,4,2,6,5,8,11,7,12,9,10]
[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,1,4,2,6,9,5,7,10,12,8,11]
[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,1,4,2,6,9,11,5,7,12,8,10]
[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,1,4,2,6,10,5,11,7,12,8,9]
[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,1,4,7,2,5,8,6,10,12,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,1,4,7,2,5,8,11,6,12,9,10]
[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,1,4,7,9,2,5,6,10,12,8,11]
[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,1,4,8,2,9,5,6,10,12,7,11]
[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,5,1,2,6,4,8,7,10,12,9,11]
[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,5,1,2,6,4,8,11,7,12,9,10]
[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,5,1,2,6,9,4,7,10,12,8,11]
[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,1,5,2,6,3,8,7,10,12,9,11]
[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,1,5,2,6,3,8,11,7,12,9,10]
[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,1,5,2,6,9,3,7,10,12,8,11]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0] => [3,5,7,9,11,1,2,4,6,12,8,10]
[1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0,0] => [3,5,7,10,1,11,2,4,6,12,8,9]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [3,5,8,1,9,11,2,4,6,12,7,10]
[1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0,0] => [3,5,8,10,1,2,11,4,6,12,7,9]
[1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0] => [3,5,9,1,10,2,11,4,6,12,7,8]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [3,6,1,7,9,11,2,4,5,12,8,10]
[1,1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [3,6,1,7,10,2,11,4,5,12,8,9]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,0] => [3,6,8,1,2,9,11,4,5,12,7,10]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [3,7,1,8,2,9,11,4,5,12,6,10]
[1,1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0] => [3,6,8,10,1,2,4,11,5,12,7,9]
[1,1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,0] => [3,6,9,1,10,2,4,11,5,12,7,8]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [3,7,1,8,10,2,4,11,5,12,6,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] => [3,7,9,1,2,10,4,11,5,12,6,8]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [4,1,5,7,9,11,2,3,6,12,8,10]
[1,1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [4,1,5,7,10,2,11,3,6,12,8,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] => [4,1,5,8,2,9,11,3,6,12,7,10]
[1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [4,1,5,8,10,2,3,11,6,12,7,9]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [4,1,5,9,2,10,3,11,6,12,7,8]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [4,6,1,2,7,9,11,3,5,12,8,10]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [4,6,1,2,7,10,3,11,5,12,8,9]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [5,1,6,2,7,9,11,3,4,12,8,10]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [5,1,6,2,7,10,3,11,4,12,8,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] => [4,6,8,1,2,3,9,11,5,12,7,10]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0,1,0,0] => [4,7,1,8,2,3,9,11,5,12,6,10]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0,0] => [5,1,6,8,2,3,9,11,4,12,7,10]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0,1,0,0] => [5,7,1,2,8,3,9,11,4,12,6,10]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0] => [6,1,7,2,8,3,9,11,4,12,5,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] => [4,6,8,10,1,2,3,5,11,12,7,9]
[1,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0,1,0,0] => [4,6,9,1,10,2,3,5,11,12,7,8]
[1,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [4,7,1,8,10,2,3,5,11,12,6,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] => [4,7,9,1,2,10,3,5,11,12,6,8]
[1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0,1,0,0] => [4,8,1,9,2,10,3,5,11,12,6,7]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [5,1,6,8,10,2,3,4,11,12,7,9]
[1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0,0] => [5,1,6,9,2,10,3,4,11,12,7,8]
[1,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,1,0,0] => [5,7,1,2,8,10,3,4,11,12,6,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] => [6,1,7,2,8,10,3,4,11,12,5,9]
[1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,1,0,0] => [5,7,9,1,2,3,10,4,11,12,6,8]
[1,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,0] => [5,8,1,9,2,3,10,4,11,12,6,7]
[1,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,1,0,0] => [6,1,7,9,2,3,10,4,11,12,5,8]
[1,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,1,0,0] => [6,8,1,2,9,3,10,4,11,12,5,7]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0] => [7,1,8,2,9,3,10,4,11,12,5,6]
Identities
click to show experimental identities
(only identities of compositions of up to three maps are shown)
Inverses
Mp00222peaks-to-valleys ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = id : Dyck paths ⟶ Dyck paths
Commutation relations
Mp00028reverse ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00127left-to-right-maxima to Dyck path ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse : Dyck paths ⟶ Dyck paths
Intertwining relations
Mp00066inverse ∘ Mp00064reverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00064reverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00126cactus evacuation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00126cactus evacuation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00112complement ∘ Mp00151to cycle type ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00151to cycle type ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse : Dyck paths ⟶ Set partitions
Mp00104reverse ∘ Mp00114connectivity set ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00114connectivity set ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse : Dyck paths ⟶ Binary words
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
Mp00120Lalanne-Kreweras involution ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00222peaks-to-valleys ∘ Mp00120Lalanne-Kreweras involution : Dyck paths ⟶ Dyck paths
Mp00033to two-row standard tableau ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00226row-to-column-descents ∘ Mp00033to two-row standard tableau : Dyck paths ⟶ Standard tableaux
Mp00112complement ∘ Mp00240weak exceedance partition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00240weak exceedance partition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse : Dyck paths ⟶ Set partitions
Mp00125dual poset ∘ Mp00065permutation poset ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00065permutation poset ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse : Dyck paths ⟶ Posets
Mp00296Knuth-Krattenthaler ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00142promotion ∘ Mp00296Knuth-Krattenthaler : Dyck paths ⟶ Dyck paths
Absorbing relations
Mp00068Simion-Schmidt map ∘ Mp00069complement ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00069complement ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00068Simion-Schmidt map ∘ Mp00064reverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00064reverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00060Robinson-Schensted tableau shape ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse = Mp00060Robinson-Schensted tableau shape ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse = Mp00108cycle type ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Integer partitions
Mp00071descent composition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00132switch returns and last double rise = Mp00071descent composition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Integer compositions
Mp00160graph of inversions ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse = Mp00160graph of inversions ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Graphs
Mp00204LLPS ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00132switch returns and last double rise = Mp00204LLPS ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00124Adin-Bagno-Roichman transformation = Mp00204LLPS ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Integer partitions
Mp00071descent composition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00124Adin-Bagno-Roichman transformation = Mp00071descent composition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Integer compositions
Mp00061to increasing tree ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00132switch returns and last double rise = Mp00061to increasing tree ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Binary trees
Mp00061to increasing tree ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00124Adin-Bagno-Roichman transformation = Mp00061to increasing tree ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Binary trees
Mp00109descent word ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00132switch returns and last double rise = Mp00109descent word ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00124Adin-Bagno-Roichman transformation = Mp00109descent word ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Binary words
Mp00208lattice of intervals ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse = Mp00208lattice of intervals ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Lattices
Mp00086first fundamental transformation ∘ Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00248DEX composition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00132switch returns and last double rise = Mp00248DEX composition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Integer compositions
Mp00209pattern poset ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse = Mp00209pattern poset ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Posets
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00239Corteel ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00080to permutation ∘ Mp00151to cycle type ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00239Corteel ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00239Corteel ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00248DEX composition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00124Adin-Bagno-Roichman transformation = Mp00248DEX composition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Integer compositions
Mp00318dual on components ∘ Mp00160graph of inversions ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00160graph of inversions ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Graphs
Constant maps
Mp00090cycle-as-one-line notation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = const : Dyck paths ⟶ Permutations
Mp00090cycle-as-one-line notation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse ∘ Mp00099bounce path = const : Dyck paths ⟶ Permutations
Mp00090cycle-as-one-line notation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = const : Integer compositions ⟶ Permutations
Mp00114connectivity set ∘ Mp00089Inverse Kreweras complement ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Binary words
Other relations
Mp00064reverse ∘ Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00069complement ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00222peaks-to-valleys = Mp00119to 321-avoiding permutation (Krattenthaler) : Dyck paths ⟶ Permutations
Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00120Lalanne-Kreweras involution = Mp00066inverse ∘ Mp00119to 321-avoiding permutation (Krattenthaler) : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00064reverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00120Lalanne-Kreweras involution = Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00239Corteel ∘ Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00066inverse ∘ Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00235descent views to invisible inversion bottoms ∘ Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00149Lehmer code rotation ∘ Mp00069complement ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00073major-index to inversion-number bijection ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00239Corteel ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation = Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00227Delest-Viennot-inverse : Dyck paths ⟶ Permutations
Mp00204LLPS ∘ Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00204LLPS ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse : Dyck paths ⟶ Integer partitions
Mp00120Lalanne-Kreweras involution ∘ Mp00222peaks-to-valleys ∘ Mp00120Lalanne-Kreweras involution = Mp00127left-to-right-maxima to Dyck path ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00120Lalanne-Kreweras involution : Dyck paths ⟶ Dyck paths
Mp00071descent composition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00101decomposition reverse = Mp00038reverse ∘ Mp00071descent composition ∘ Mp00119to 321-avoiding permutation (Krattenthaler) : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00101decomposition reverse = Mp00038reverse ∘ Mp00071descent composition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Integer compositions
Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00229Delest-Viennot ∘ Mp00099bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot ∘ Mp00099bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00229Delest-Viennot ∘ Mp00099bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00235descent views to invisible inversion bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00227Delest-Viennot-inverse ∘ Mp00122Elizalde-Deutsch bijection = Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00126cactus evacuation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00235descent views to invisible inversion bottoms ∘ Mp00126cactus evacuation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00159Demazure product with inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00239Corteel ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00068Simion-Schmidt map ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00235descent views to invisible inversion bottoms ∘ Mp00068Simion-Schmidt map ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00087inverse first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00204LLPS ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00101decomposition reverse = Mp00204LLPS ∘ Mp00119to 321-avoiding permutation (Krattenthaler) : Dyck paths ⟶ Integer partitions
Mp00060Robinson-Schensted tableau shape ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00060Robinson-Schensted tableau shape ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Integer partitions
Mp00037to partition of connected components ∘ Mp00160graph of inversions ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00040to partition ∘ Mp00100touch composition ∘ Mp00120Lalanne-Kreweras involution : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00108cycle type ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00101decomposition reverse = Mp00204LLPS ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Integer partitions
Mp00127left-to-right-maxima to Dyck path ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00229Delest-Viennot ∘ Mp00099bounce path : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00127left-to-right-maxima to Dyck path ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00239Corteel ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00127left-to-right-maxima to Dyck path ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Dyck paths
Mp00100touch composition ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00100touch composition ∘ Mp00120Lalanne-Kreweras involution : Dyck paths ⟶ Integer compositions
Mp00085Schützenberger involution ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00070Robinson-Schensted recording tableau ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse : Dyck paths ⟶ Standard tableaux
Mp00059Robinson-Schensted insertion tableau ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00070Robinson-Schensted recording tableau ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Standard tableaux
Mp00070Robinson-Schensted recording tableau ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00059Robinson-Schensted insertion tableau ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Standard tableaux
Mp00085Schützenberger involution ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00059Robinson-Schensted insertion tableau ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00028reverse : Dyck paths ⟶ Standard tableaux
Mp00151to cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00151to cycle type ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Set partitions
Mp00151to cycle type ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00138to noncrossing partition ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path : Dyck paths ⟶ Set partitions
Mp00061to increasing tree ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00101decomposition reverse = Mp00072binary search tree: left to right ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00028reverse : Dyck paths ⟶ Binary trees
Mp00061to increasing tree ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00072binary search tree: left to right ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00061to increasing tree ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Binary trees
Mp00061to increasing tree ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00034to binary tree: up step, left tree, down step, right tree ∘ Mp00229Delest-Viennot ∘ Mp00099bounce path : Dyck paths ⟶ Binary trees
Mp00065permutation poset ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00065permutation poset ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Posets
Mp00063to alternating sign matrix ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00035to alternating sign matrix ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path : Dyck paths ⟶ Alternating sign matrices
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 ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00160graph of inversions ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Graphs
Mp00109descent word ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00101decomposition reverse = Mp00104reverse ∘ Mp00109descent word ∘ Mp00119to 321-avoiding permutation (Krattenthaler) : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00109descent word ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00120Lalanne-Kreweras involution = Mp00114connectivity set ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot = Mp00114connectivity set ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00088Kreweras complement ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00114connectivity set ∘ Mp00067Foata bijection ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00131descent bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00109descent word ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00227Delest-Viennot-inverse = Mp00114connectivity set ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00130descent tops ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00104reverse ∘ Mp00109descent word ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00130descent tops ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00109descent word ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00101decomposition reverse = Mp00104reverse ∘ Mp00109descent word ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Binary words
Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00231bounce path ∘ Mp00039complement : Integer compositions ⟶ Permutations
Mp00066inverse ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00231bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path ∘ Mp00039complement : Integer compositions ⟶ Permutations
Mp00072binary search tree: left to right ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00020to Tamari-corresponding Dyck path = Mp00061to increasing tree ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00012to Dyck path: up step, left tree, down step, right tree : Binary trees ⟶ Binary trees
Mp00149Lehmer code rotation ∘ Mp00069complement ∘ Mp00073major-index to inversion-number bijection ∘ Mp00025to 132-avoiding permutation = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00040to partition ∘ Mp00071descent composition ∘ Mp00064reverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00204LLPS ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Integer partitions
Mp00071descent composition ∘ Mp00066inverse ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00240weak exceedance partition ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00151to cycle type ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Set partitions
Mp00217Wachs-White-rho ∘ Mp00240weak exceedance partition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot : Dyck paths ⟶ Set partitions
Mp00115Kasraoui-Zeng ∘ Mp00240weak exceedance partition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot : Dyck paths ⟶ Set partitions
Mp00164Chen Deng Du Stanley Yan ∘ Mp00240weak exceedance partition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot : Dyck paths ⟶ Set partitions
Mp00240weak exceedance partition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00227Delest-Viennot-inverse = Mp00115Kasraoui-Zeng ∘ Mp00151to cycle type ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Set partitions
Mp00072binary search tree: left to right ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00028reverse ∘ Mp00101decomposition reverse = Mp00061to increasing tree ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Binary trees
Mp00074to graph ∘ Mp00065permutation poset ∘ Mp00064reverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00160graph of inversions ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Graphs
Mp00208lattice of intervals ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00208lattice of intervals ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Lattices
Mp00086first fundamental transformation ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00231bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path ∘ Mp00039complement : Integer compositions ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path ∘ Mp00039complement : Integer compositions ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00229Delest-Viennot ∘ Mp00231bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot ∘ Mp00231bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00229Delest-Viennot ∘ Mp00231bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00087inverse first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00231bounce path ∘ Mp00039complement : Integer compositions ⟶ Permutations
Mp00149Lehmer code rotation ∘ Mp00069complement ∘ Mp00073major-index to inversion-number bijection ∘ Mp00014to 132-avoiding permutation = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00012to Dyck path: up step, left tree, down step, right tree : Binary trees ⟶ Permutations
Mp00241invert Laguerre heap ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00023to non-crossing permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00024to 321-avoiding permutation ∘ Mp00142promotion ∘ Mp00296Knuth-Krattenthaler = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00241invert Laguerre heap ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot : Dyck paths ⟶ Permutations
Mp00159Demazure product with inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00227Delest-Viennot-inverse ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00241invert Laguerre heap ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00023to non-crossing permutation = Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00227Delest-Viennot-inverse : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00252restriction ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00235descent views to invisible inversion bottoms ∘ Mp00252restriction ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00079shape ∘ Mp00240weak exceedance partition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00040to partition ∘ Mp00102rise composition ∘ Mp00032inverse zeta map : Dyck paths ⟶ Integer partitions
Mp00127left-to-right-maxima to Dyck path ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00127left-to-right-maxima to Dyck path ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Dyck paths
Mp00295valley composition ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00295valley composition ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00294peak composition ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00031to 312-avoiding permutation = Mp00248DEX composition ∘ Mp00088Kreweras complement ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Integer compositions
Mp00314Foata bijection ∘ Mp00248DEX composition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00315inverse Foata bijection ∘ Mp00248DEX composition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Integer compositions
Mp00294peak composition ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00295valley composition ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00240weak exceedance partition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00138to noncrossing partition ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path : Dyck paths ⟶ Set partitions
Mp00115Kasraoui-Zeng ∘ Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot = Mp00240weak exceedance partition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Set partitions
Mp00209pattern poset ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00209pattern poset ∘ Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Posets
Mp00159Demazure product with inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00239Corteel ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00086first fundamental transformation ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00023to non-crossing permutation ∘ Mp00231bounce path ∘ Mp00039complement : Integer compositions ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path ∘ Mp00039complement : Integer compositions ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path ∘ Mp00039complement : Integer compositions ⟶ Permutations
Mp00108cycle type ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00040to partition ∘ Mp00039complement : Integer compositions ⟶ Integer partitions
Mp00127left-to-right-maxima to Dyck path ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00229Delest-Viennot ∘ Mp00231bounce path : Integer compositions ⟶ Dyck paths
Mp00151to cycle type ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00138to noncrossing partition ∘ Mp00231bounce path ∘ Mp00039complement : Integer compositions ⟶ Set partitions
Mp00061to increasing tree ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00034to binary tree: up step, left tree, down step, right tree ∘ Mp00229Delest-Viennot ∘ Mp00231bounce path : Integer compositions ⟶ Binary trees
Mp00063to alternating sign matrix ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00035to alternating sign matrix ∘ Mp00231bounce path ∘ Mp00039complement : Integer compositions ⟶ Alternating sign matrices
Mp00130descent tops ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00109descent word ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path : Integer compositions ⟶ Binary words
Mp00114connectivity set ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00109descent word ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Binary words
Description
The Billey-Jockusch-Stanley bijection to 321-avoiding permutations.
References
[1] Billey, S. C., Jockusch, W., Stanley, R. P. Some combinatorial properties of Schubert polynomials MathSciNet:1241505
[2] Callan, D. Bijections from Dyck paths to 321-avoiding permutations revisited arXiv:0711.2684
[2] Callan, D. Bijections from Dyck paths to 321-avoiding permutations revisited arXiv:0711.2684
Properties
injective, graded
Sage code
def mapping(P):
"""
sage: sorted([mapping(D) for D in DyckWords(7)]) == sorted(Permutations(7, avoiding=[3,2,1]))
True
"""
n = (len(P)//2)
a = P.rise_composition()
A = [1+sum(a[:i]) for i in range(1,len(a))]
d = P.reverse().rise_composition().reversed()
D = [sum(d[:i])-1 for i in range(1,len(a))]
pi = [None]*n
rest = list(range(1, n+1))
for (e,f) in zip(A, D):
pi[f] = e
rest.remove(e)
i = 0
for e in rest:
while pi[i] is not None:
i += 1
pi[i] = e
return Permutation(pi)
Weight
26
Created
Jan 29, 2020 at 13:27 by FindStatCrew
Updated
Jan 29, 2020 at 13:27 by Martin Rubey
searching the database
Sorry, this map was not found in the database.