Identifier
Images
[] => []
[1,0] => [1]
[1,0,1,0] => [1,2]
[1,1,0,0] => [2,1]
[1,0,1,0,1,0] => [1,2,3]
[1,0,1,1,0,0] => [1,3,2]
[1,1,0,0,1,0] => [2,1,3]
[1,1,0,1,0,0] => [2,3,1]
[1,1,1,0,0,0] => [3,2,1]
[1,0,1,0,1,0,1,0] => [1,2,3,4]
[1,0,1,0,1,1,0,0] => [1,2,4,3]
[1,0,1,1,0,0,1,0] => [1,3,2,4]
[1,0,1,1,0,1,0,0] => [1,3,4,2]
[1,0,1,1,1,0,0,0] => [1,4,3,2]
[1,1,0,0,1,0,1,0] => [2,1,3,4]
[1,1,0,0,1,1,0,0] => [2,1,4,3]
[1,1,0,1,0,0,1,0] => [2,3,1,4]
[1,1,0,1,0,1,0,0] => [2,3,4,1]
[1,1,0,1,1,0,0,0] => [2,4,3,1]
[1,1,1,0,0,0,1,0] => [3,2,1,4]
[1,1,1,0,0,1,0,0] => [3,2,4,1]
[1,1,1,0,1,0,0,0] => [3,4,2,1]
[1,1,1,1,0,0,0,0] => [4,3,2,1]
[1,0,1,0,1,0,1,0,1,0] => [1,2,3,4,5]
[1,0,1,0,1,0,1,1,0,0] => [1,2,3,5,4]
[1,0,1,0,1,1,0,0,1,0] => [1,2,4,3,5]
[1,0,1,0,1,1,0,1,0,0] => [1,2,4,5,3]
[1,0,1,0,1,1,1,0,0,0] => [1,2,5,4,3]
[1,0,1,1,0,0,1,0,1,0] => [1,3,2,4,5]
[1,0,1,1,0,0,1,1,0,0] => [1,3,2,5,4]
[1,0,1,1,0,1,0,0,1,0] => [1,3,4,2,5]
[1,0,1,1,0,1,0,1,0,0] => [1,3,4,5,2]
[1,0,1,1,0,1,1,0,0,0] => [1,3,5,4,2]
[1,0,1,1,1,0,0,0,1,0] => [1,4,3,2,5]
[1,0,1,1,1,0,0,1,0,0] => [1,4,3,5,2]
[1,0,1,1,1,0,1,0,0,0] => [1,4,5,3,2]
[1,0,1,1,1,1,0,0,0,0] => [1,5,4,3,2]
[1,1,0,0,1,0,1,0,1,0] => [2,1,3,4,5]
[1,1,0,0,1,0,1,1,0,0] => [2,1,3,5,4]
[1,1,0,0,1,1,0,0,1,0] => [2,1,4,3,5]
[1,1,0,0,1,1,0,1,0,0] => [2,1,4,5,3]
[1,1,0,0,1,1,1,0,0,0] => [2,1,5,4,3]
[1,1,0,1,0,0,1,0,1,0] => [2,3,1,4,5]
[1,1,0,1,0,0,1,1,0,0] => [2,3,1,5,4]
[1,1,0,1,0,1,0,0,1,0] => [2,3,4,1,5]
[1,1,0,1,0,1,0,1,0,0] => [2,3,4,5,1]
[1,1,0,1,0,1,1,0,0,0] => [2,3,5,4,1]
[1,1,0,1,1,0,0,0,1,0] => [2,4,3,1,5]
[1,1,0,1,1,0,0,1,0,0] => [2,4,3,5,1]
[1,1,0,1,1,0,1,0,0,0] => [2,4,5,3,1]
[1,1,0,1,1,1,0,0,0,0] => [2,5,4,3,1]
[1,1,1,0,0,0,1,0,1,0] => [3,2,1,4,5]
[1,1,1,0,0,0,1,1,0,0] => [3,2,1,5,4]
[1,1,1,0,0,1,0,0,1,0] => [3,2,4,1,5]
[1,1,1,0,0,1,0,1,0,0] => [3,2,4,5,1]
[1,1,1,0,0,1,1,0,0,0] => [3,2,5,4,1]
[1,1,1,0,1,0,0,0,1,0] => [3,4,2,1,5]
[1,1,1,0,1,0,0,1,0,0] => [3,4,2,5,1]
[1,1,1,0,1,0,1,0,0,0] => [3,4,5,2,1]
[1,1,1,0,1,1,0,0,0,0] => [3,5,4,2,1]
[1,1,1,1,0,0,0,0,1,0] => [4,3,2,1,5]
[1,1,1,1,0,0,0,1,0,0] => [4,3,2,5,1]
[1,1,1,1,0,0,1,0,0,0] => [4,3,5,2,1]
[1,1,1,1,0,1,0,0,0,0] => [4,5,3,2,1]
[1,1,1,1,1,0,0,0,0,0] => [5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0] => [1,2,3,4,5,6]
[1,0,1,0,1,0,1,0,1,1,0,0] => [1,2,3,4,6,5]
[1,0,1,0,1,0,1,1,0,0,1,0] => [1,2,3,5,4,6]
[1,0,1,0,1,0,1,1,0,1,0,0] => [1,2,3,5,6,4]
[1,0,1,0,1,0,1,1,1,0,0,0] => [1,2,3,6,5,4]
[1,0,1,0,1,1,0,0,1,0,1,0] => [1,2,4,3,5,6]
[1,0,1,0,1,1,0,0,1,1,0,0] => [1,2,4,3,6,5]
[1,0,1,0,1,1,0,1,0,0,1,0] => [1,2,4,5,3,6]
[1,0,1,0,1,1,0,1,0,1,0,0] => [1,2,4,5,6,3]
[1,0,1,0,1,1,0,1,1,0,0,0] => [1,2,4,6,5,3]
[1,0,1,0,1,1,1,0,0,0,1,0] => [1,2,5,4,3,6]
[1,0,1,0,1,1,1,0,0,1,0,0] => [1,2,5,4,6,3]
[1,0,1,0,1,1,1,0,1,0,0,0] => [1,2,5,6,4,3]
[1,0,1,0,1,1,1,1,0,0,0,0] => [1,2,6,5,4,3]
[1,0,1,1,0,0,1,0,1,0,1,0] => [1,3,2,4,5,6]
[1,0,1,1,0,0,1,0,1,1,0,0] => [1,3,2,4,6,5]
[1,0,1,1,0,0,1,1,0,0,1,0] => [1,3,2,5,4,6]
[1,0,1,1,0,0,1,1,0,1,0,0] => [1,3,2,5,6,4]
[1,0,1,1,0,0,1,1,1,0,0,0] => [1,3,2,6,5,4]
[1,0,1,1,0,1,0,0,1,0,1,0] => [1,3,4,2,5,6]
[1,0,1,1,0,1,0,0,1,1,0,0] => [1,3,4,2,6,5]
[1,0,1,1,0,1,0,1,0,0,1,0] => [1,3,4,5,2,6]
[1,0,1,1,0,1,0,1,0,1,0,0] => [1,3,4,5,6,2]
[1,0,1,1,0,1,0,1,1,0,0,0] => [1,3,4,6,5,2]
[1,0,1,1,0,1,1,0,0,0,1,0] => [1,3,5,4,2,6]
[1,0,1,1,0,1,1,0,0,1,0,0] => [1,3,5,4,6,2]
[1,0,1,1,0,1,1,0,1,0,0,0] => [1,3,5,6,4,2]
[1,0,1,1,0,1,1,1,0,0,0,0] => [1,3,6,5,4,2]
[1,0,1,1,1,0,0,0,1,0,1,0] => [1,4,3,2,5,6]
[1,0,1,1,1,0,0,0,1,1,0,0] => [1,4,3,2,6,5]
[1,0,1,1,1,0,0,1,0,0,1,0] => [1,4,3,5,2,6]
[1,0,1,1,1,0,0,1,0,1,0,0] => [1,4,3,5,6,2]
[1,0,1,1,1,0,0,1,1,0,0,0] => [1,4,3,6,5,2]
[1,0,1,1,1,0,1,0,0,0,1,0] => [1,4,5,3,2,6]
[1,0,1,1,1,0,1,0,0,1,0,0] => [1,4,5,3,6,2]
[1,0,1,1,1,0,1,0,1,0,0,0] => [1,4,5,6,3,2]
>>> Load all 6251 entries. <<<
[1,0,1,1,1,0,1,1,0,0,0,0] => [1,4,6,5,3,2]
[1,0,1,1,1,1,0,0,0,0,1,0] => [1,5,4,3,2,6]
[1,0,1,1,1,1,0,0,0,1,0,0] => [1,5,4,3,6,2]
[1,0,1,1,1,1,0,0,1,0,0,0] => [1,5,4,6,3,2]
[1,0,1,1,1,1,0,1,0,0,0,0] => [1,5,6,4,3,2]
[1,0,1,1,1,1,1,0,0,0,0,0] => [1,6,5,4,3,2]
[1,1,0,0,1,0,1,0,1,0,1,0] => [2,1,3,4,5,6]
[1,1,0,0,1,0,1,0,1,1,0,0] => [2,1,3,4,6,5]
[1,1,0,0,1,0,1,1,0,0,1,0] => [2,1,3,5,4,6]
[1,1,0,0,1,0,1,1,0,1,0,0] => [2,1,3,5,6,4]
[1,1,0,0,1,0,1,1,1,0,0,0] => [2,1,3,6,5,4]
[1,1,0,0,1,1,0,0,1,0,1,0] => [2,1,4,3,5,6]
[1,1,0,0,1,1,0,0,1,1,0,0] => [2,1,4,3,6,5]
[1,1,0,0,1,1,0,1,0,0,1,0] => [2,1,4,5,3,6]
[1,1,0,0,1,1,0,1,0,1,0,0] => [2,1,4,5,6,3]
[1,1,0,0,1,1,0,1,1,0,0,0] => [2,1,4,6,5,3]
[1,1,0,0,1,1,1,0,0,0,1,0] => [2,1,5,4,3,6]
[1,1,0,0,1,1,1,0,0,1,0,0] => [2,1,5,4,6,3]
[1,1,0,0,1,1,1,0,1,0,0,0] => [2,1,5,6,4,3]
[1,1,0,0,1,1,1,1,0,0,0,0] => [2,1,6,5,4,3]
[1,1,0,1,0,0,1,0,1,0,1,0] => [2,3,1,4,5,6]
[1,1,0,1,0,0,1,0,1,1,0,0] => [2,3,1,4,6,5]
[1,1,0,1,0,0,1,1,0,0,1,0] => [2,3,1,5,4,6]
[1,1,0,1,0,0,1,1,0,1,0,0] => [2,3,1,5,6,4]
[1,1,0,1,0,0,1,1,1,0,0,0] => [2,3,1,6,5,4]
[1,1,0,1,0,1,0,0,1,0,1,0] => [2,3,4,1,5,6]
[1,1,0,1,0,1,0,0,1,1,0,0] => [2,3,4,1,6,5]
[1,1,0,1,0,1,0,1,0,0,1,0] => [2,3,4,5,1,6]
[1,1,0,1,0,1,0,1,0,1,0,0] => [2,3,4,5,6,1]
[1,1,0,1,0,1,0,1,1,0,0,0] => [2,3,4,6,5,1]
[1,1,0,1,0,1,1,0,0,0,1,0] => [2,3,5,4,1,6]
[1,1,0,1,0,1,1,0,0,1,0,0] => [2,3,5,4,6,1]
[1,1,0,1,0,1,1,0,1,0,0,0] => [2,3,5,6,4,1]
[1,1,0,1,0,1,1,1,0,0,0,0] => [2,3,6,5,4,1]
[1,1,0,1,1,0,0,0,1,0,1,0] => [2,4,3,1,5,6]
[1,1,0,1,1,0,0,0,1,1,0,0] => [2,4,3,1,6,5]
[1,1,0,1,1,0,0,1,0,0,1,0] => [2,4,3,5,1,6]
[1,1,0,1,1,0,0,1,0,1,0,0] => [2,4,3,5,6,1]
[1,1,0,1,1,0,0,1,1,0,0,0] => [2,4,3,6,5,1]
[1,1,0,1,1,0,1,0,0,0,1,0] => [2,4,5,3,1,6]
[1,1,0,1,1,0,1,0,0,1,0,0] => [2,4,5,3,6,1]
[1,1,0,1,1,0,1,0,1,0,0,0] => [2,4,5,6,3,1]
[1,1,0,1,1,0,1,1,0,0,0,0] => [2,4,6,5,3,1]
[1,1,0,1,1,1,0,0,0,0,1,0] => [2,5,4,3,1,6]
[1,1,0,1,1,1,0,0,0,1,0,0] => [2,5,4,3,6,1]
[1,1,0,1,1,1,0,0,1,0,0,0] => [2,5,4,6,3,1]
[1,1,0,1,1,1,0,1,0,0,0,0] => [2,5,6,4,3,1]
[1,1,0,1,1,1,1,0,0,0,0,0] => [2,6,5,4,3,1]
[1,1,1,0,0,0,1,0,1,0,1,0] => [3,2,1,4,5,6]
[1,1,1,0,0,0,1,0,1,1,0,0] => [3,2,1,4,6,5]
[1,1,1,0,0,0,1,1,0,0,1,0] => [3,2,1,5,4,6]
[1,1,1,0,0,0,1,1,0,1,0,0] => [3,2,1,5,6,4]
[1,1,1,0,0,0,1,1,1,0,0,0] => [3,2,1,6,5,4]
[1,1,1,0,0,1,0,0,1,0,1,0] => [3,2,4,1,5,6]
[1,1,1,0,0,1,0,0,1,1,0,0] => [3,2,4,1,6,5]
[1,1,1,0,0,1,0,1,0,0,1,0] => [3,2,4,5,1,6]
[1,1,1,0,0,1,0,1,0,1,0,0] => [3,2,4,5,6,1]
[1,1,1,0,0,1,0,1,1,0,0,0] => [3,2,4,6,5,1]
[1,1,1,0,0,1,1,0,0,0,1,0] => [3,2,5,4,1,6]
[1,1,1,0,0,1,1,0,0,1,0,0] => [3,2,5,4,6,1]
[1,1,1,0,0,1,1,0,1,0,0,0] => [3,2,5,6,4,1]
[1,1,1,0,0,1,1,1,0,0,0,0] => [3,2,6,5,4,1]
[1,1,1,0,1,0,0,0,1,0,1,0] => [3,4,2,1,5,6]
[1,1,1,0,1,0,0,0,1,1,0,0] => [3,4,2,1,6,5]
[1,1,1,0,1,0,0,1,0,0,1,0] => [3,4,2,5,1,6]
[1,1,1,0,1,0,0,1,0,1,0,0] => [3,4,2,5,6,1]
[1,1,1,0,1,0,0,1,1,0,0,0] => [3,4,2,6,5,1]
[1,1,1,0,1,0,1,0,0,0,1,0] => [3,4,5,2,1,6]
[1,1,1,0,1,0,1,0,0,1,0,0] => [3,4,5,2,6,1]
[1,1,1,0,1,0,1,0,1,0,0,0] => [3,4,5,6,2,1]
[1,1,1,0,1,0,1,1,0,0,0,0] => [3,4,6,5,2,1]
[1,1,1,0,1,1,0,0,0,0,1,0] => [3,5,4,2,1,6]
[1,1,1,0,1,1,0,0,0,1,0,0] => [3,5,4,2,6,1]
[1,1,1,0,1,1,0,0,1,0,0,0] => [3,5,4,6,2,1]
[1,1,1,0,1,1,0,1,0,0,0,0] => [3,5,6,4,2,1]
[1,1,1,0,1,1,1,0,0,0,0,0] => [3,6,5,4,2,1]
[1,1,1,1,0,0,0,0,1,0,1,0] => [4,3,2,1,5,6]
[1,1,1,1,0,0,0,0,1,1,0,0] => [4,3,2,1,6,5]
[1,1,1,1,0,0,0,1,0,0,1,0] => [4,3,2,5,1,6]
[1,1,1,1,0,0,0,1,0,1,0,0] => [4,3,2,5,6,1]
[1,1,1,1,0,0,0,1,1,0,0,0] => [4,3,2,6,5,1]
[1,1,1,1,0,0,1,0,0,0,1,0] => [4,3,5,2,1,6]
[1,1,1,1,0,0,1,0,0,1,0,0] => [4,3,5,2,6,1]
[1,1,1,1,0,0,1,0,1,0,0,0] => [4,3,5,6,2,1]
[1,1,1,1,0,0,1,1,0,0,0,0] => [4,3,6,5,2,1]
[1,1,1,1,0,1,0,0,0,0,1,0] => [4,5,3,2,1,6]
[1,1,1,1,0,1,0,0,0,1,0,0] => [4,5,3,2,6,1]
[1,1,1,1,0,1,0,0,1,0,0,0] => [4,5,3,6,2,1]
[1,1,1,1,0,1,0,1,0,0,0,0] => [4,5,6,3,2,1]
[1,1,1,1,0,1,1,0,0,0,0,0] => [4,6,5,3,2,1]
[1,1,1,1,1,0,0,0,0,0,1,0] => [5,4,3,2,1,6]
[1,1,1,1,1,0,0,0,0,1,0,0] => [5,4,3,2,6,1]
[1,1,1,1,1,0,0,0,1,0,0,0] => [5,4,3,6,2,1]
[1,1,1,1,1,0,0,1,0,0,0,0] => [5,4,6,3,2,1]
[1,1,1,1,1,0,1,0,0,0,0,0] => [5,6,4,3,2,1]
[1,1,1,1,1,1,0,0,0,0,0,0] => [6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,2,3,4,5,6,7]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [1,2,3,4,5,7,6]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,2,3,4,6,5,7]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [1,2,3,4,6,7,5]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [1,2,3,4,7,6,5]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [1,2,3,5,4,6,7]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [1,2,3,5,4,7,6]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [1,2,3,5,6,4,7]
[1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [1,2,3,5,6,7,4]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [1,2,3,5,7,6,4]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [1,2,3,6,5,4,7]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [1,2,3,6,5,7,4]
[1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [1,2,3,6,7,5,4]
[1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [1,2,3,7,6,5,4]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [1,2,4,3,5,6,7]
[1,0,1,0,1,1,0,0,1,0,1,1,0,0] => [1,2,4,3,5,7,6]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [1,2,4,3,6,5,7]
[1,0,1,0,1,1,0,0,1,1,0,1,0,0] => [1,2,4,3,6,7,5]
[1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [1,2,4,3,7,6,5]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [1,2,4,5,3,6,7]
[1,0,1,0,1,1,0,1,0,0,1,1,0,0] => [1,2,4,5,3,7,6]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [1,2,4,5,6,3,7]
[1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [1,2,4,5,6,7,3]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [1,2,4,5,7,6,3]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0] => [1,2,4,6,5,3,7]
[1,0,1,0,1,1,0,1,1,0,0,1,0,0] => [1,2,4,6,5,7,3]
[1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [1,2,4,6,7,5,3]
[1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [1,2,4,7,6,5,3]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0] => [1,2,5,4,3,6,7]
[1,0,1,0,1,1,1,0,0,0,1,1,0,0] => [1,2,5,4,3,7,6]
[1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [1,2,5,4,6,3,7]
[1,0,1,0,1,1,1,0,0,1,0,1,0,0] => [1,2,5,4,6,7,3]
[1,0,1,0,1,1,1,0,0,1,1,0,0,0] => [1,2,5,4,7,6,3]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [1,2,5,6,4,3,7]
[1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [1,2,5,6,4,7,3]
[1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [1,2,5,6,7,4,3]
[1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [1,2,5,7,6,4,3]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [1,2,6,5,4,3,7]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0] => [1,2,6,5,4,7,3]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0] => [1,2,6,5,7,4,3]
[1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [1,2,6,7,5,4,3]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [1,2,7,6,5,4,3]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [1,3,2,4,5,6,7]
[1,0,1,1,0,0,1,0,1,0,1,1,0,0] => [1,3,2,4,5,7,6]
[1,0,1,1,0,0,1,0,1,1,0,0,1,0] => [1,3,2,4,6,5,7]
[1,0,1,1,0,0,1,0,1,1,0,1,0,0] => [1,3,2,4,6,7,5]
[1,0,1,1,0,0,1,0,1,1,1,0,0,0] => [1,3,2,4,7,6,5]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0] => [1,3,2,5,4,6,7]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,3,2,5,4,7,6]
[1,0,1,1,0,0,1,1,0,1,0,0,1,0] => [1,3,2,5,6,4,7]
[1,0,1,1,0,0,1,1,0,1,0,1,0,0] => [1,3,2,5,6,7,4]
[1,0,1,1,0,0,1,1,0,1,1,0,0,0] => [1,3,2,5,7,6,4]
[1,0,1,1,0,0,1,1,1,0,0,0,1,0] => [1,3,2,6,5,4,7]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [1,3,2,6,5,7,4]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0] => [1,3,2,6,7,5,4]
[1,0,1,1,0,0,1,1,1,1,0,0,0,0] => [1,3,2,7,6,5,4]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [1,3,4,2,5,6,7]
[1,0,1,1,0,1,0,0,1,0,1,1,0,0] => [1,3,4,2,5,7,6]
[1,0,1,1,0,1,0,0,1,1,0,0,1,0] => [1,3,4,2,6,5,7]
[1,0,1,1,0,1,0,0,1,1,0,1,0,0] => [1,3,4,2,6,7,5]
[1,0,1,1,0,1,0,0,1,1,1,0,0,0] => [1,3,4,2,7,6,5]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0] => [1,3,4,5,2,6,7]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0] => [1,3,4,5,2,7,6]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [1,3,4,5,6,2,7]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [1,3,4,5,6,7,2]
[1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [1,3,4,5,7,6,2]
[1,0,1,1,0,1,0,1,1,0,0,0,1,0] => [1,3,4,6,5,2,7]
[1,0,1,1,0,1,0,1,1,0,0,1,0,0] => [1,3,4,6,5,7,2]
[1,0,1,1,0,1,0,1,1,0,1,0,0,0] => [1,3,4,6,7,5,2]
[1,0,1,1,0,1,0,1,1,1,0,0,0,0] => [1,3,4,7,6,5,2]
[1,0,1,1,0,1,1,0,0,0,1,0,1,0] => [1,3,5,4,2,6,7]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [1,3,5,4,2,7,6]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0] => [1,3,5,4,6,2,7]
[1,0,1,1,0,1,1,0,0,1,0,1,0,0] => [1,3,5,4,6,7,2]
[1,0,1,1,0,1,1,0,0,1,1,0,0,0] => [1,3,5,4,7,6,2]
[1,0,1,1,0,1,1,0,1,0,0,0,1,0] => [1,3,5,6,4,2,7]
[1,0,1,1,0,1,1,0,1,0,0,1,0,0] => [1,3,5,6,4,7,2]
[1,0,1,1,0,1,1,0,1,0,1,0,0,0] => [1,3,5,6,7,4,2]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0] => [1,3,5,7,6,4,2]
[1,0,1,1,0,1,1,1,0,0,0,0,1,0] => [1,3,6,5,4,2,7]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [1,3,6,5,4,7,2]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0] => [1,3,6,5,7,4,2]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [1,3,6,7,5,4,2]
[1,0,1,1,0,1,1,1,1,0,0,0,0,0] => [1,3,7,6,5,4,2]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [1,4,3,2,5,6,7]
[1,0,1,1,1,0,0,0,1,0,1,1,0,0] => [1,4,3,2,5,7,6]
[1,0,1,1,1,0,0,0,1,1,0,0,1,0] => [1,4,3,2,6,5,7]
[1,0,1,1,1,0,0,0,1,1,0,1,0,0] => [1,4,3,2,6,7,5]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [1,4,3,2,7,6,5]
[1,0,1,1,1,0,0,1,0,0,1,0,1,0] => [1,4,3,5,2,6,7]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [1,4,3,5,2,7,6]
[1,0,1,1,1,0,0,1,0,1,0,0,1,0] => [1,4,3,5,6,2,7]
[1,0,1,1,1,0,0,1,0,1,0,1,0,0] => [1,4,3,5,6,7,2]
[1,0,1,1,1,0,0,1,0,1,1,0,0,0] => [1,4,3,5,7,6,2]
[1,0,1,1,1,0,0,1,1,0,0,0,1,0] => [1,4,3,6,5,2,7]
[1,0,1,1,1,0,0,1,1,0,0,1,0,0] => [1,4,3,6,5,7,2]
[1,0,1,1,1,0,0,1,1,0,1,0,0,0] => [1,4,3,6,7,5,2]
[1,0,1,1,1,0,0,1,1,1,0,0,0,0] => [1,4,3,7,6,5,2]
[1,0,1,1,1,0,1,0,0,0,1,0,1,0] => [1,4,5,3,2,6,7]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0] => [1,4,5,3,2,7,6]
[1,0,1,1,1,0,1,0,0,1,0,0,1,0] => [1,4,5,3,6,2,7]
[1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [1,4,5,3,6,7,2]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0] => [1,4,5,3,7,6,2]
[1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [1,4,5,6,3,2,7]
[1,0,1,1,1,0,1,0,1,0,0,1,0,0] => [1,4,5,6,3,7,2]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [1,4,5,6,7,3,2]
[1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [1,4,5,7,6,3,2]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0] => [1,4,6,5,3,2,7]
[1,0,1,1,1,0,1,1,0,0,0,1,0,0] => [1,4,6,5,3,7,2]
[1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [1,4,6,5,7,3,2]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [1,4,6,7,5,3,2]
[1,0,1,1,1,0,1,1,1,0,0,0,0,0] => [1,4,7,6,5,3,2]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0] => [1,5,4,3,2,6,7]
[1,0,1,1,1,1,0,0,0,0,1,1,0,0] => [1,5,4,3,2,7,6]
[1,0,1,1,1,1,0,0,0,1,0,0,1,0] => [1,5,4,3,6,2,7]
[1,0,1,1,1,1,0,0,0,1,0,1,0,0] => [1,5,4,3,6,7,2]
[1,0,1,1,1,1,0,0,0,1,1,0,0,0] => [1,5,4,3,7,6,2]
[1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [1,5,4,6,3,2,7]
[1,0,1,1,1,1,0,0,1,0,0,1,0,0] => [1,5,4,6,3,7,2]
[1,0,1,1,1,1,0,0,1,0,1,0,0,0] => [1,5,4,6,7,3,2]
[1,0,1,1,1,1,0,0,1,1,0,0,0,0] => [1,5,4,7,6,3,2]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0] => [1,5,6,4,3,2,7]
[1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [1,5,6,4,3,7,2]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0] => [1,5,6,4,7,3,2]
[1,0,1,1,1,1,0,1,0,1,0,0,0,0] => [1,5,6,7,4,3,2]
[1,0,1,1,1,1,0,1,1,0,0,0,0,0] => [1,5,7,6,4,3,2]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [1,6,5,4,3,2,7]
[1,0,1,1,1,1,1,0,0,0,0,1,0,0] => [1,6,5,4,3,7,2]
[1,0,1,1,1,1,1,0,0,0,1,0,0,0] => [1,6,5,4,7,3,2]
[1,0,1,1,1,1,1,0,0,1,0,0,0,0] => [1,6,5,7,4,3,2]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [1,6,7,5,4,3,2]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [1,7,6,5,4,3,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,3,4,5,6,7]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [2,1,3,4,5,7,6]
[1,1,0,0,1,0,1,0,1,1,0,0,1,0] => [2,1,3,4,6,5,7]
[1,1,0,0,1,0,1,0,1,1,0,1,0,0] => [2,1,3,4,6,7,5]
[1,1,0,0,1,0,1,0,1,1,1,0,0,0] => [2,1,3,4,7,6,5]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0] => [2,1,3,5,4,6,7]
[1,1,0,0,1,0,1,1,0,0,1,1,0,0] => [2,1,3,5,4,7,6]
[1,1,0,0,1,0,1,1,0,1,0,0,1,0] => [2,1,3,5,6,4,7]
[1,1,0,0,1,0,1,1,0,1,0,1,0,0] => [2,1,3,5,6,7,4]
[1,1,0,0,1,0,1,1,0,1,1,0,0,0] => [2,1,3,5,7,6,4]
[1,1,0,0,1,0,1,1,1,0,0,0,1,0] => [2,1,3,6,5,4,7]
[1,1,0,0,1,0,1,1,1,0,0,1,0,0] => [2,1,3,6,5,7,4]
[1,1,0,0,1,0,1,1,1,0,1,0,0,0] => [2,1,3,6,7,5,4]
[1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [2,1,3,7,6,5,4]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [2,1,4,3,5,6,7]
[1,1,0,0,1,1,0,0,1,0,1,1,0,0] => [2,1,4,3,5,7,6]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,1,4,3,6,5,7]
[1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [2,1,4,3,6,7,5]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [2,1,4,3,7,6,5]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [2,1,4,5,3,6,7]
[1,1,0,0,1,1,0,1,0,0,1,1,0,0] => [2,1,4,5,3,7,6]
[1,1,0,0,1,1,0,1,0,1,0,0,1,0] => [2,1,4,5,6,3,7]
[1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [2,1,4,5,6,7,3]
[1,1,0,0,1,1,0,1,0,1,1,0,0,0] => [2,1,4,5,7,6,3]
[1,1,0,0,1,1,0,1,1,0,0,0,1,0] => [2,1,4,6,5,3,7]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0] => [2,1,4,6,5,7,3]
[1,1,0,0,1,1,0,1,1,0,1,0,0,0] => [2,1,4,6,7,5,3]
[1,1,0,0,1,1,0,1,1,1,0,0,0,0] => [2,1,4,7,6,5,3]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0] => [2,1,5,4,3,6,7]
[1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [2,1,5,4,3,7,6]
[1,1,0,0,1,1,1,0,0,1,0,0,1,0] => [2,1,5,4,6,3,7]
[1,1,0,0,1,1,1,0,0,1,0,1,0,0] => [2,1,5,4,6,7,3]
[1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [2,1,5,4,7,6,3]
[1,1,0,0,1,1,1,0,1,0,0,0,1,0] => [2,1,5,6,4,3,7]
[1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [2,1,5,6,4,7,3]
[1,1,0,0,1,1,1,0,1,0,1,0,0,0] => [2,1,5,6,7,4,3]
[1,1,0,0,1,1,1,0,1,1,0,0,0,0] => [2,1,5,7,6,4,3]
[1,1,0,0,1,1,1,1,0,0,0,0,1,0] => [2,1,6,5,4,3,7]
[1,1,0,0,1,1,1,1,0,0,0,1,0,0] => [2,1,6,5,4,7,3]
[1,1,0,0,1,1,1,1,0,0,1,0,0,0] => [2,1,6,5,7,4,3]
[1,1,0,0,1,1,1,1,0,1,0,0,0,0] => [2,1,6,7,5,4,3]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [2,1,7,6,5,4,3]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,3,1,4,5,6,7]
[1,1,0,1,0,0,1,0,1,0,1,1,0,0] => [2,3,1,4,5,7,6]
[1,1,0,1,0,0,1,0,1,1,0,0,1,0] => [2,3,1,4,6,5,7]
[1,1,0,1,0,0,1,0,1,1,0,1,0,0] => [2,3,1,4,6,7,5]
[1,1,0,1,0,0,1,0,1,1,1,0,0,0] => [2,3,1,4,7,6,5]
[1,1,0,1,0,0,1,1,0,0,1,0,1,0] => [2,3,1,5,4,6,7]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0] => [2,3,1,5,4,7,6]
[1,1,0,1,0,0,1,1,0,1,0,0,1,0] => [2,3,1,5,6,4,7]
[1,1,0,1,0,0,1,1,0,1,0,1,0,0] => [2,3,1,5,6,7,4]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0] => [2,3,1,5,7,6,4]
[1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [2,3,1,6,5,4,7]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0] => [2,3,1,6,5,7,4]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0] => [2,3,1,6,7,5,4]
[1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [2,3,1,7,6,5,4]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0] => [2,3,4,1,5,6,7]
[1,1,0,1,0,1,0,0,1,0,1,1,0,0] => [2,3,4,1,5,7,6]
[1,1,0,1,0,1,0,0,1,1,0,0,1,0] => [2,3,4,1,6,5,7]
[1,1,0,1,0,1,0,0,1,1,0,1,0,0] => [2,3,4,1,6,7,5]
[1,1,0,1,0,1,0,0,1,1,1,0,0,0] => [2,3,4,1,7,6,5]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,3,4,5,1,6,7]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0] => [2,3,4,5,1,7,6]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,3,4,5,6,1,7]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,4,5,6,7,1]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,4,5,7,6,1]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0] => [2,3,4,6,5,1,7]
[1,1,0,1,0,1,0,1,1,0,0,1,0,0] => [2,3,4,6,5,7,1]
[1,1,0,1,0,1,0,1,1,0,1,0,0,0] => [2,3,4,6,7,5,1]
[1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [2,3,4,7,6,5,1]
[1,1,0,1,0,1,1,0,0,0,1,0,1,0] => [2,3,5,4,1,6,7]
[1,1,0,1,0,1,1,0,0,0,1,1,0,0] => [2,3,5,4,1,7,6]
[1,1,0,1,0,1,1,0,0,1,0,0,1,0] => [2,3,5,4,6,1,7]
[1,1,0,1,0,1,1,0,0,1,0,1,0,0] => [2,3,5,4,6,7,1]
[1,1,0,1,0,1,1,0,0,1,1,0,0,0] => [2,3,5,4,7,6,1]
[1,1,0,1,0,1,1,0,1,0,0,0,1,0] => [2,3,5,6,4,1,7]
[1,1,0,1,0,1,1,0,1,0,0,1,0,0] => [2,3,5,6,4,7,1]
[1,1,0,1,0,1,1,0,1,0,1,0,0,0] => [2,3,5,6,7,4,1]
[1,1,0,1,0,1,1,0,1,1,0,0,0,0] => [2,3,5,7,6,4,1]
[1,1,0,1,0,1,1,1,0,0,0,0,1,0] => [2,3,6,5,4,1,7]
[1,1,0,1,0,1,1,1,0,0,0,1,0,0] => [2,3,6,5,4,7,1]
[1,1,0,1,0,1,1,1,0,0,1,0,0,0] => [2,3,6,5,7,4,1]
[1,1,0,1,0,1,1,1,0,1,0,0,0,0] => [2,3,6,7,5,4,1]
[1,1,0,1,0,1,1,1,1,0,0,0,0,0] => [2,3,7,6,5,4,1]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [2,4,3,1,5,6,7]
[1,1,0,1,1,0,0,0,1,0,1,1,0,0] => [2,4,3,1,5,7,6]
[1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [2,4,3,1,6,5,7]
[1,1,0,1,1,0,0,0,1,1,0,1,0,0] => [2,4,3,1,6,7,5]
[1,1,0,1,1,0,0,0,1,1,1,0,0,0] => [2,4,3,1,7,6,5]
[1,1,0,1,1,0,0,1,0,0,1,0,1,0] => [2,4,3,5,1,6,7]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0] => [2,4,3,5,1,7,6]
[1,1,0,1,1,0,0,1,0,1,0,0,1,0] => [2,4,3,5,6,1,7]
[1,1,0,1,1,0,0,1,0,1,0,1,0,0] => [2,4,3,5,6,7,1]
[1,1,0,1,1,0,0,1,0,1,1,0,0,0] => [2,4,3,5,7,6,1]
[1,1,0,1,1,0,0,1,1,0,0,0,1,0] => [2,4,3,6,5,1,7]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0] => [2,4,3,6,5,7,1]
[1,1,0,1,1,0,0,1,1,0,1,0,0,0] => [2,4,3,6,7,5,1]
[1,1,0,1,1,0,0,1,1,1,0,0,0,0] => [2,4,3,7,6,5,1]
[1,1,0,1,1,0,1,0,0,0,1,0,1,0] => [2,4,5,3,1,6,7]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0] => [2,4,5,3,1,7,6]
[1,1,0,1,1,0,1,0,0,1,0,0,1,0] => [2,4,5,3,6,1,7]
[1,1,0,1,1,0,1,0,0,1,0,1,0,0] => [2,4,5,3,6,7,1]
[1,1,0,1,1,0,1,0,0,1,1,0,0,0] => [2,4,5,3,7,6,1]
[1,1,0,1,1,0,1,0,1,0,0,0,1,0] => [2,4,5,6,3,1,7]
[1,1,0,1,1,0,1,0,1,0,0,1,0,0] => [2,4,5,6,3,7,1]
[1,1,0,1,1,0,1,0,1,0,1,0,0,0] => [2,4,5,6,7,3,1]
[1,1,0,1,1,0,1,0,1,1,0,0,0,0] => [2,4,5,7,6,3,1]
[1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [2,4,6,5,3,1,7]
[1,1,0,1,1,0,1,1,0,0,0,1,0,0] => [2,4,6,5,3,7,1]
[1,1,0,1,1,0,1,1,0,0,1,0,0,0] => [2,4,6,5,7,3,1]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [2,4,6,7,5,3,1]
[1,1,0,1,1,0,1,1,1,0,0,0,0,0] => [2,4,7,6,5,3,1]
[1,1,0,1,1,1,0,0,0,0,1,0,1,0] => [2,5,4,3,1,6,7]
[1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [2,5,4,3,1,7,6]
[1,1,0,1,1,1,0,0,0,1,0,0,1,0] => [2,5,4,3,6,1,7]
[1,1,0,1,1,1,0,0,0,1,0,1,0,0] => [2,5,4,3,6,7,1]
[1,1,0,1,1,1,0,0,0,1,1,0,0,0] => [2,5,4,3,7,6,1]
[1,1,0,1,1,1,0,0,1,0,0,0,1,0] => [2,5,4,6,3,1,7]
[1,1,0,1,1,1,0,0,1,0,0,1,0,0] => [2,5,4,6,3,7,1]
[1,1,0,1,1,1,0,0,1,0,1,0,0,0] => [2,5,4,6,7,3,1]
[1,1,0,1,1,1,0,0,1,1,0,0,0,0] => [2,5,4,7,6,3,1]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [2,5,6,4,3,1,7]
[1,1,0,1,1,1,0,1,0,0,0,1,0,0] => [2,5,6,4,3,7,1]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [2,5,6,4,7,3,1]
[1,1,0,1,1,1,0,1,0,1,0,0,0,0] => [2,5,6,7,4,3,1]
[1,1,0,1,1,1,0,1,1,0,0,0,0,0] => [2,5,7,6,4,3,1]
[1,1,0,1,1,1,1,0,0,0,0,0,1,0] => [2,6,5,4,3,1,7]
[1,1,0,1,1,1,1,0,0,0,0,1,0,0] => [2,6,5,4,3,7,1]
[1,1,0,1,1,1,1,0,0,0,1,0,0,0] => [2,6,5,4,7,3,1]
[1,1,0,1,1,1,1,0,0,1,0,0,0,0] => [2,6,5,7,4,3,1]
[1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [2,6,7,5,4,3,1]
[1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [2,7,6,5,4,3,1]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [3,2,1,4,5,6,7]
[1,1,1,0,0,0,1,0,1,0,1,1,0,0] => [3,2,1,4,5,7,6]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0] => [3,2,1,4,6,5,7]
[1,1,1,0,0,0,1,0,1,1,0,1,0,0] => [3,2,1,4,6,7,5]
[1,1,1,0,0,0,1,0,1,1,1,0,0,0] => [3,2,1,4,7,6,5]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0] => [3,2,1,5,4,6,7]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [3,2,1,5,4,7,6]
[1,1,1,0,0,0,1,1,0,1,0,0,1,0] => [3,2,1,5,6,4,7]
[1,1,1,0,0,0,1,1,0,1,0,1,0,0] => [3,2,1,5,6,7,4]
[1,1,1,0,0,0,1,1,0,1,1,0,0,0] => [3,2,1,5,7,6,4]
[1,1,1,0,0,0,1,1,1,0,0,0,1,0] => [3,2,1,6,5,4,7]
[1,1,1,0,0,0,1,1,1,0,0,1,0,0] => [3,2,1,6,5,7,4]
[1,1,1,0,0,0,1,1,1,0,1,0,0,0] => [3,2,1,6,7,5,4]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [3,2,1,7,6,5,4]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0] => [3,2,4,1,5,6,7]
[1,1,1,0,0,1,0,0,1,0,1,1,0,0] => [3,2,4,1,5,7,6]
[1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [3,2,4,1,6,5,7]
[1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [3,2,4,1,6,7,5]
[1,1,1,0,0,1,0,0,1,1,1,0,0,0] => [3,2,4,1,7,6,5]
[1,1,1,0,0,1,0,1,0,0,1,0,1,0] => [3,2,4,5,1,6,7]
[1,1,1,0,0,1,0,1,0,0,1,1,0,0] => [3,2,4,5,1,7,6]
[1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [3,2,4,5,6,1,7]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [3,2,4,5,6,7,1]
[1,1,1,0,0,1,0,1,0,1,1,0,0,0] => [3,2,4,5,7,6,1]
[1,1,1,0,0,1,0,1,1,0,0,0,1,0] => [3,2,4,6,5,1,7]
[1,1,1,0,0,1,0,1,1,0,0,1,0,0] => [3,2,4,6,5,7,1]
[1,1,1,0,0,1,0,1,1,0,1,0,0,0] => [3,2,4,6,7,5,1]
[1,1,1,0,0,1,0,1,1,1,0,0,0,0] => [3,2,4,7,6,5,1]
[1,1,1,0,0,1,1,0,0,0,1,0,1,0] => [3,2,5,4,1,6,7]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0] => [3,2,5,4,1,7,6]
[1,1,1,0,0,1,1,0,0,1,0,0,1,0] => [3,2,5,4,6,1,7]
[1,1,1,0,0,1,1,0,0,1,0,1,0,0] => [3,2,5,4,6,7,1]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [3,2,5,4,7,6,1]
[1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [3,2,5,6,4,1,7]
[1,1,1,0,0,1,1,0,1,0,0,1,0,0] => [3,2,5,6,4,7,1]
[1,1,1,0,0,1,1,0,1,0,1,0,0,0] => [3,2,5,6,7,4,1]
[1,1,1,0,0,1,1,0,1,1,0,0,0,0] => [3,2,5,7,6,4,1]
[1,1,1,0,0,1,1,1,0,0,0,0,1,0] => [3,2,6,5,4,1,7]
[1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [3,2,6,5,4,7,1]
[1,1,1,0,0,1,1,1,0,0,1,0,0,0] => [3,2,6,5,7,4,1]
[1,1,1,0,0,1,1,1,0,1,0,0,0,0] => [3,2,6,7,5,4,1]
[1,1,1,0,0,1,1,1,1,0,0,0,0,0] => [3,2,7,6,5,4,1]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0] => [3,4,2,1,5,6,7]
[1,1,1,0,1,0,0,0,1,0,1,1,0,0] => [3,4,2,1,5,7,6]
[1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [3,4,2,1,6,5,7]
[1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [3,4,2,1,6,7,5]
[1,1,1,0,1,0,0,0,1,1,1,0,0,0] => [3,4,2,1,7,6,5]
[1,1,1,0,1,0,0,1,0,0,1,0,1,0] => [3,4,2,5,1,6,7]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0] => [3,4,2,5,1,7,6]
[1,1,1,0,1,0,0,1,0,1,0,0,1,0] => [3,4,2,5,6,1,7]
[1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [3,4,2,5,6,7,1]
[1,1,1,0,1,0,0,1,0,1,1,0,0,0] => [3,4,2,5,7,6,1]
[1,1,1,0,1,0,0,1,1,0,0,0,1,0] => [3,4,2,6,5,1,7]
[1,1,1,0,1,0,0,1,1,0,0,1,0,0] => [3,4,2,6,5,7,1]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [3,4,2,6,7,5,1]
[1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [3,4,2,7,6,5,1]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0] => [3,4,5,2,1,6,7]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0] => [3,4,5,2,1,7,6]
[1,1,1,0,1,0,1,0,0,1,0,0,1,0] => [3,4,5,2,6,1,7]
[1,1,1,0,1,0,1,0,0,1,0,1,0,0] => [3,4,5,2,6,7,1]
[1,1,1,0,1,0,1,0,0,1,1,0,0,0] => [3,4,5,2,7,6,1]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [3,4,5,6,2,1,7]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0] => [3,4,5,6,2,7,1]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [3,4,5,6,7,2,1]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [3,4,5,7,6,2,1]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0] => [3,4,6,5,2,1,7]
[1,1,1,0,1,0,1,1,0,0,0,1,0,0] => [3,4,6,5,2,7,1]
[1,1,1,0,1,0,1,1,0,0,1,0,0,0] => [3,4,6,5,7,2,1]
[1,1,1,0,1,0,1,1,0,1,0,0,0,0] => [3,4,6,7,5,2,1]
[1,1,1,0,1,0,1,1,1,0,0,0,0,0] => [3,4,7,6,5,2,1]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0] => [3,5,4,2,1,6,7]
[1,1,1,0,1,1,0,0,0,0,1,1,0,0] => [3,5,4,2,1,7,6]
[1,1,1,0,1,1,0,0,0,1,0,0,1,0] => [3,5,4,2,6,1,7]
[1,1,1,0,1,1,0,0,0,1,0,1,0,0] => [3,5,4,2,6,7,1]
[1,1,1,0,1,1,0,0,0,1,1,0,0,0] => [3,5,4,2,7,6,1]
[1,1,1,0,1,1,0,0,1,0,0,0,1,0] => [3,5,4,6,2,1,7]
[1,1,1,0,1,1,0,0,1,0,0,1,0,0] => [3,5,4,6,2,7,1]
[1,1,1,0,1,1,0,0,1,0,1,0,0,0] => [3,5,4,6,7,2,1]
[1,1,1,0,1,1,0,0,1,1,0,0,0,0] => [3,5,4,7,6,2,1]
[1,1,1,0,1,1,0,1,0,0,0,0,1,0] => [3,5,6,4,2,1,7]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [3,5,6,4,2,7,1]
[1,1,1,0,1,1,0,1,0,0,1,0,0,0] => [3,5,6,4,7,2,1]
[1,1,1,0,1,1,0,1,0,1,0,0,0,0] => [3,5,6,7,4,2,1]
[1,1,1,0,1,1,0,1,1,0,0,0,0,0] => [3,5,7,6,4,2,1]
[1,1,1,0,1,1,1,0,0,0,0,0,1,0] => [3,6,5,4,2,1,7]
[1,1,1,0,1,1,1,0,0,0,0,1,0,0] => [3,6,5,4,2,7,1]
[1,1,1,0,1,1,1,0,0,0,1,0,0,0] => [3,6,5,4,7,2,1]
[1,1,1,0,1,1,1,0,0,1,0,0,0,0] => [3,6,5,7,4,2,1]
[1,1,1,0,1,1,1,0,1,0,0,0,0,0] => [3,6,7,5,4,2,1]
[1,1,1,0,1,1,1,1,0,0,0,0,0,0] => [3,7,6,5,4,2,1]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [4,3,2,1,5,6,7]
[1,1,1,1,0,0,0,0,1,0,1,1,0,0] => [4,3,2,1,5,7,6]
[1,1,1,1,0,0,0,0,1,1,0,0,1,0] => [4,3,2,1,6,5,7]
[1,1,1,1,0,0,0,0,1,1,0,1,0,0] => [4,3,2,1,6,7,5]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [4,3,2,1,7,6,5]
[1,1,1,1,0,0,0,1,0,0,1,0,1,0] => [4,3,2,5,1,6,7]
[1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [4,3,2,5,1,7,6]
[1,1,1,1,0,0,0,1,0,1,0,0,1,0] => [4,3,2,5,6,1,7]
[1,1,1,1,0,0,0,1,0,1,0,1,0,0] => [4,3,2,5,6,7,1]
[1,1,1,1,0,0,0,1,0,1,1,0,0,0] => [4,3,2,5,7,6,1]
[1,1,1,1,0,0,0,1,1,0,0,0,1,0] => [4,3,2,6,5,1,7]
[1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [4,3,2,6,5,7,1]
[1,1,1,1,0,0,0,1,1,0,1,0,0,0] => [4,3,2,6,7,5,1]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [4,3,2,7,6,5,1]
[1,1,1,1,0,0,1,0,0,0,1,0,1,0] => [4,3,5,2,1,6,7]
[1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [4,3,5,2,1,7,6]
[1,1,1,1,0,0,1,0,0,1,0,0,1,0] => [4,3,5,2,6,1,7]
[1,1,1,1,0,0,1,0,0,1,0,1,0,0] => [4,3,5,2,6,7,1]
[1,1,1,1,0,0,1,0,0,1,1,0,0,0] => [4,3,5,2,7,6,1]
[1,1,1,1,0,0,1,0,1,0,0,0,1,0] => [4,3,5,6,2,1,7]
[1,1,1,1,0,0,1,0,1,0,0,1,0,0] => [4,3,5,6,2,7,1]
[1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [4,3,5,6,7,2,1]
[1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [4,3,5,7,6,2,1]
[1,1,1,1,0,0,1,1,0,0,0,0,1,0] => [4,3,6,5,2,1,7]
[1,1,1,1,0,0,1,1,0,0,0,1,0,0] => [4,3,6,5,2,7,1]
[1,1,1,1,0,0,1,1,0,0,1,0,0,0] => [4,3,6,5,7,2,1]
[1,1,1,1,0,0,1,1,0,1,0,0,0,0] => [4,3,6,7,5,2,1]
[1,1,1,1,0,0,1,1,1,0,0,0,0,0] => [4,3,7,6,5,2,1]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0] => [4,5,3,2,1,6,7]
[1,1,1,1,0,1,0,0,0,0,1,1,0,0] => [4,5,3,2,1,7,6]
[1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [4,5,3,2,6,1,7]
[1,1,1,1,0,1,0,0,0,1,0,1,0,0] => [4,5,3,2,6,7,1]
[1,1,1,1,0,1,0,0,0,1,1,0,0,0] => [4,5,3,2,7,6,1]
[1,1,1,1,0,1,0,0,1,0,0,0,1,0] => [4,5,3,6,2,1,7]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [4,5,3,6,2,7,1]
[1,1,1,1,0,1,0,0,1,0,1,0,0,0] => [4,5,3,6,7,2,1]
[1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [4,5,3,7,6,2,1]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0] => [4,5,6,3,2,1,7]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0] => [4,5,6,3,2,7,1]
[1,1,1,1,0,1,0,1,0,0,1,0,0,0] => [4,5,6,3,7,2,1]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0] => [4,5,6,7,3,2,1]
[1,1,1,1,0,1,0,1,1,0,0,0,0,0] => [4,5,7,6,3,2,1]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0] => [4,6,5,3,2,1,7]
[1,1,1,1,0,1,1,0,0,0,0,1,0,0] => [4,6,5,3,2,7,1]
[1,1,1,1,0,1,1,0,0,0,1,0,0,0] => [4,6,5,3,7,2,1]
[1,1,1,1,0,1,1,0,0,1,0,0,0,0] => [4,6,5,7,3,2,1]
[1,1,1,1,0,1,1,0,1,0,0,0,0,0] => [4,6,7,5,3,2,1]
[1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [4,7,6,5,3,2,1]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [5,4,3,2,1,6,7]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [5,4,3,2,1,7,6]
[1,1,1,1,1,0,0,0,0,1,0,0,1,0] => [5,4,3,2,6,1,7]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [5,4,3,2,6,7,1]
[1,1,1,1,1,0,0,0,0,1,1,0,0,0] => [5,4,3,2,7,6,1]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0] => [5,4,3,6,2,1,7]
[1,1,1,1,1,0,0,0,1,0,0,1,0,0] => [5,4,3,6,2,7,1]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0] => [5,4,3,6,7,2,1]
[1,1,1,1,1,0,0,0,1,1,0,0,0,0] => [5,4,3,7,6,2,1]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [5,4,6,3,2,1,7]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [5,4,6,3,2,7,1]
[1,1,1,1,1,0,0,1,0,0,1,0,0,0] => [5,4,6,3,7,2,1]
[1,1,1,1,1,0,0,1,0,1,0,0,0,0] => [5,4,6,7,3,2,1]
[1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [5,4,7,6,3,2,1]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [5,6,4,3,2,1,7]
[1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [5,6,4,3,2,7,1]
[1,1,1,1,1,0,1,0,0,0,1,0,0,0] => [5,6,4,3,7,2,1]
[1,1,1,1,1,0,1,0,0,1,0,0,0,0] => [5,6,4,7,3,2,1]
[1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [5,6,7,4,3,2,1]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [5,7,6,4,3,2,1]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [6,5,4,3,2,1,7]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0] => [6,5,4,3,2,7,1]
[1,1,1,1,1,1,0,0,0,0,1,0,0,0] => [6,5,4,3,7,2,1]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [6,5,4,7,3,2,1]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [6,5,7,4,3,2,1]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [6,7,5,4,3,2,1]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,2,3,4,5,6,7,8]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [1,2,3,4,5,6,8,7]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,2,3,4,5,7,6,8]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [1,2,3,4,5,7,8,6]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [1,2,3,4,5,8,7,6]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [1,2,3,4,6,5,7,8]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [1,2,3,4,6,5,8,7]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [1,2,3,4,6,7,5,8]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [1,2,3,4,6,7,8,5]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [1,2,3,4,6,8,7,5]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [1,2,3,4,7,6,5,8]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [1,2,3,4,7,6,8,5]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [1,2,3,4,7,8,6,5]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [1,2,3,4,8,7,6,5]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [1,2,3,5,4,6,7,8]
[1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0] => [1,2,3,5,4,6,8,7]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [1,2,3,5,4,7,6,8]
[1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,0] => [1,2,3,5,4,7,8,6]
[1,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [1,2,3,5,4,8,7,6]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [1,2,3,5,6,4,7,8]
[1,0,1,0,1,0,1,1,0,1,0,0,1,1,0,0] => [1,2,3,5,6,4,8,7]
[1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [1,2,3,5,6,7,4,8]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [1,2,3,5,6,7,8,4]
[1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [1,2,3,5,6,8,7,4]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,0] => [1,2,3,5,7,6,4,8]
[1,0,1,0,1,0,1,1,0,1,1,0,0,1,0,0] => [1,2,3,5,7,6,8,4]
[1,0,1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [1,2,3,5,7,8,6,4]
[1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [1,2,3,5,8,7,6,4]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0] => [1,2,3,6,5,4,7,8]
[1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0] => [1,2,3,6,5,4,8,7]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [1,2,3,6,5,7,4,8]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0] => [1,2,3,6,5,7,8,4]
[1,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0] => [1,2,3,6,5,8,7,4]
[1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [1,2,3,6,7,5,4,8]
[1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [1,2,3,6,7,5,8,4]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [1,2,3,6,7,8,5,4]
[1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [1,2,3,6,8,7,5,4]
[1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [1,2,3,7,6,5,4,8]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0] => [1,2,3,7,6,5,8,4]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0] => [1,2,3,7,6,8,5,4]
[1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [1,2,3,7,8,6,5,4]
[1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [1,2,3,8,7,6,5,4]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [1,2,4,3,5,6,7,8]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,0] => [1,2,4,3,5,6,8,7]
[1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0] => [1,2,4,3,5,7,6,8]
[1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0] => [1,2,4,3,5,7,8,6]
[1,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0] => [1,2,4,3,5,8,7,6]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0] => [1,2,4,3,6,5,7,8]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,2,4,3,6,5,8,7]
[1,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0] => [1,2,4,3,6,7,5,8]
[1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0] => [1,2,4,3,6,7,8,5]
[1,0,1,0,1,1,0,0,1,1,0,1,1,0,0,0] => [1,2,4,3,6,8,7,5]
[1,0,1,0,1,1,0,0,1,1,1,0,0,0,1,0] => [1,2,4,3,7,6,5,8]
[1,0,1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [1,2,4,3,7,6,8,5]
[1,0,1,0,1,1,0,0,1,1,1,0,1,0,0,0] => [1,2,4,3,7,8,6,5]
[1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0] => [1,2,4,3,8,7,6,5]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [1,2,4,5,3,6,7,8]
[1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0] => [1,2,4,5,3,6,8,7]
[1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0] => [1,2,4,5,3,7,6,8]
[1,0,1,0,1,1,0,1,0,0,1,1,0,1,0,0] => [1,2,4,5,3,7,8,6]
[1,0,1,0,1,1,0,1,0,0,1,1,1,0,0,0] => [1,2,4,5,3,8,7,6]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0] => [1,2,4,5,6,3,7,8]
[1,0,1,0,1,1,0,1,0,1,0,0,1,1,0,0] => [1,2,4,5,6,3,8,7]
[1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [1,2,4,5,6,7,3,8]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [1,2,4,5,6,7,8,3]
[1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [1,2,4,5,6,8,7,3]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0] => [1,2,4,5,7,6,3,8]
[1,0,1,0,1,1,0,1,0,1,1,0,0,1,0,0] => [1,2,4,5,7,6,8,3]
[1,0,1,0,1,1,0,1,0,1,1,0,1,0,0,0] => [1,2,4,5,7,8,6,3]
[1,0,1,0,1,1,0,1,0,1,1,1,0,0,0,0] => [1,2,4,5,8,7,6,3]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0] => [1,2,4,6,5,3,7,8]
[1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [1,2,4,6,5,3,8,7]
[1,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0] => [1,2,4,6,5,7,3,8]
[1,0,1,0,1,1,0,1,1,0,0,1,0,1,0,0] => [1,2,4,6,5,7,8,3]
[1,0,1,0,1,1,0,1,1,0,0,1,1,0,0,0] => [1,2,4,6,5,8,7,3]
[1,0,1,0,1,1,0,1,1,0,1,0,0,0,1,0] => [1,2,4,6,7,5,3,8]
[1,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0] => [1,2,4,6,7,5,8,3]
[1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,0] => [1,2,4,6,7,8,5,3]
[1,0,1,0,1,1,0,1,1,0,1,1,0,0,0,0] => [1,2,4,6,8,7,5,3]
[1,0,1,0,1,1,0,1,1,1,0,0,0,0,1,0] => [1,2,4,7,6,5,3,8]
[1,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [1,2,4,7,6,5,8,3]
[1,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0] => [1,2,4,7,6,8,5,3]
[1,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [1,2,4,7,8,6,5,3]
[1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0] => [1,2,4,8,7,6,5,3]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [1,2,5,4,3,6,7,8]
[1,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0] => [1,2,5,4,3,6,8,7]
[1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0] => [1,2,5,4,3,7,6,8]
[1,0,1,0,1,1,1,0,0,0,1,1,0,1,0,0] => [1,2,5,4,3,7,8,6]
[1,0,1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [1,2,5,4,3,8,7,6]
[1,0,1,0,1,1,1,0,0,1,0,0,1,0,1,0] => [1,2,5,4,6,3,7,8]
[1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [1,2,5,4,6,3,8,7]
[1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0] => [1,2,5,4,6,7,3,8]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0] => [1,2,5,4,6,7,8,3]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,0,0] => [1,2,5,4,6,8,7,3]
[1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,0] => [1,2,5,4,7,6,3,8]
[1,0,1,0,1,1,1,0,0,1,1,0,0,1,0,0] => [1,2,5,4,7,6,8,3]
[1,0,1,0,1,1,1,0,0,1,1,0,1,0,0,0] => [1,2,5,4,7,8,6,3]
[1,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0] => [1,2,5,4,8,7,6,3]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0] => [1,2,5,6,4,3,7,8]
[1,0,1,0,1,1,1,0,1,0,0,0,1,1,0,0] => [1,2,5,6,4,3,8,7]
[1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,0] => [1,2,5,6,4,7,3,8]
[1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [1,2,5,6,4,7,8,3]
[1,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0] => [1,2,5,6,4,8,7,3]
[1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [1,2,5,6,7,4,3,8]
[1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,0] => [1,2,5,6,7,4,8,3]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [1,2,5,6,7,8,4,3]
[1,0,1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [1,2,5,6,8,7,4,3]
[1,0,1,0,1,1,1,0,1,1,0,0,0,0,1,0] => [1,2,5,7,6,4,3,8]
[1,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0] => [1,2,5,7,6,4,8,3]
[1,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [1,2,5,7,6,8,4,3]
[1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [1,2,5,7,8,6,4,3]
[1,0,1,0,1,1,1,0,1,1,1,0,0,0,0,0] => [1,2,5,8,7,6,4,3]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0] => [1,2,6,5,4,3,7,8]
[1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0] => [1,2,6,5,4,3,8,7]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,0] => [1,2,6,5,4,7,3,8]
[1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0] => [1,2,6,5,4,7,8,3]
[1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0] => [1,2,6,5,4,8,7,3]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [1,2,6,5,7,4,3,8]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0] => [1,2,6,5,7,4,8,3]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,0] => [1,2,6,5,7,8,4,3]
[1,0,1,0,1,1,1,1,0,0,1,1,0,0,0,0] => [1,2,6,5,8,7,4,3]
[1,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0] => [1,2,6,7,5,4,3,8]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [1,2,6,7,5,4,8,3]
[1,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0] => [1,2,6,7,5,8,4,3]
[1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,0] => [1,2,6,7,8,5,4,3]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,0,0] => [1,2,6,8,7,5,4,3]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [1,2,7,6,5,4,3,8]
[1,0,1,0,1,1,1,1,1,0,0,0,0,1,0,0] => [1,2,7,6,5,4,8,3]
[1,0,1,0,1,1,1,1,1,0,0,0,1,0,0,0] => [1,2,7,6,5,8,4,3]
[1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0] => [1,2,7,6,8,5,4,3]
[1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [1,2,7,8,6,5,4,3]
[1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [1,2,8,7,6,5,4,3]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [1,3,2,4,5,6,7,8]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [1,3,2,4,5,6,8,7]
[1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0] => [1,3,2,4,5,7,6,8]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0] => [1,3,2,4,5,7,8,6]
[1,0,1,1,0,0,1,0,1,0,1,1,1,0,0,0] => [1,3,2,4,5,8,7,6]
[1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0] => [1,3,2,4,6,5,7,8]
[1,0,1,1,0,0,1,0,1,1,0,0,1,1,0,0] => [1,3,2,4,6,5,8,7]
[1,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0] => [1,3,2,4,6,7,5,8]
[1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0] => [1,3,2,4,6,7,8,5]
[1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,0] => [1,3,2,4,6,8,7,5]
[1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0] => [1,3,2,4,7,6,5,8]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0] => [1,3,2,4,7,6,8,5]
[1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0] => [1,3,2,4,7,8,6,5]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [1,3,2,4,8,7,6,5]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [1,3,2,5,4,6,7,8]
[1,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0] => [1,3,2,5,4,6,8,7]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [1,3,2,5,4,7,6,8]
[1,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [1,3,2,5,4,7,8,6]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [1,3,2,5,4,8,7,6]
[1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [1,3,2,5,6,4,7,8]
[1,0,1,1,0,0,1,1,0,1,0,0,1,1,0,0] => [1,3,2,5,6,4,8,7]
[1,0,1,1,0,0,1,1,0,1,0,1,0,0,1,0] => [1,3,2,5,6,7,4,8]
[1,0,1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [1,3,2,5,6,7,8,4]
[1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0] => [1,3,2,5,6,8,7,4]
[1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,0] => [1,3,2,5,7,6,4,8]
[1,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0] => [1,3,2,5,7,6,8,4]
[1,0,1,1,0,0,1,1,0,1,1,0,1,0,0,0] => [1,3,2,5,7,8,6,4]
[1,0,1,1,0,0,1,1,0,1,1,1,0,0,0,0] => [1,3,2,5,8,7,6,4]
[1,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0] => [1,3,2,6,5,4,7,8]
[1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [1,3,2,6,5,4,8,7]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0] => [1,3,2,6,5,7,4,8]
[1,0,1,1,0,0,1,1,1,0,0,1,0,1,0,0] => [1,3,2,6,5,7,8,4]
[1,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [1,3,2,6,5,8,7,4]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,0] => [1,3,2,6,7,5,4,8]
[1,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [1,3,2,6,7,5,8,4]
[1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,0] => [1,3,2,6,7,8,5,4]
[1,0,1,1,0,0,1,1,1,0,1,1,0,0,0,0] => [1,3,2,6,8,7,5,4]
[1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0] => [1,3,2,7,6,5,4,8]
[1,0,1,1,0,0,1,1,1,1,0,0,0,1,0,0] => [1,3,2,7,6,5,8,4]
[1,0,1,1,0,0,1,1,1,1,0,0,1,0,0,0] => [1,3,2,7,6,8,5,4]
[1,0,1,1,0,0,1,1,1,1,0,1,0,0,0,0] => [1,3,2,7,8,6,5,4]
[1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [1,3,2,8,7,6,5,4]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [1,3,4,2,5,6,7,8]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0] => [1,3,4,2,5,6,8,7]
[1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,0] => [1,3,4,2,5,7,6,8]
[1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0] => [1,3,4,2,5,7,8,6]
[1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,0] => [1,3,4,2,5,8,7,6]
[1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0] => [1,3,4,2,6,5,7,8]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0] => [1,3,4,2,6,5,8,7]
[1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0] => [1,3,4,2,6,7,5,8]
[1,0,1,1,0,1,0,0,1,1,0,1,0,1,0,0] => [1,3,4,2,6,7,8,5]
[1,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0] => [1,3,4,2,6,8,7,5]
[1,0,1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [1,3,4,2,7,6,5,8]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,0,0] => [1,3,4,2,7,6,8,5]
[1,0,1,1,0,1,0,0,1,1,1,0,1,0,0,0] => [1,3,4,2,7,8,6,5]
[1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [1,3,4,2,8,7,6,5]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0] => [1,3,4,5,2,6,7,8]
[1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,0] => [1,3,4,5,2,6,8,7]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,0] => [1,3,4,5,2,7,6,8]
[1,0,1,1,0,1,0,1,0,0,1,1,0,1,0,0] => [1,3,4,5,2,7,8,6]
[1,0,1,1,0,1,0,1,0,0,1,1,1,0,0,0] => [1,3,4,5,2,8,7,6]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [1,3,4,5,6,2,7,8]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,0,0] => [1,3,4,5,6,2,8,7]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [1,3,4,5,6,7,2,8]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,4,5,6,7,8,2]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,3,4,5,6,8,7,2]
[1,0,1,1,0,1,0,1,0,1,1,0,0,0,1,0] => [1,3,4,5,7,6,2,8]
[1,0,1,1,0,1,0,1,0,1,1,0,0,1,0,0] => [1,3,4,5,7,6,8,2]
[1,0,1,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,3,4,5,7,8,6,2]
[1,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [1,3,4,5,8,7,6,2]
[1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0] => [1,3,4,6,5,2,7,8]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,0] => [1,3,4,6,5,2,8,7]
[1,0,1,1,0,1,0,1,1,0,0,1,0,0,1,0] => [1,3,4,6,5,7,2,8]
[1,0,1,1,0,1,0,1,1,0,0,1,0,1,0,0] => [1,3,4,6,5,7,8,2]
[1,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0] => [1,3,4,6,5,8,7,2]
[1,0,1,1,0,1,0,1,1,0,1,0,0,0,1,0] => [1,3,4,6,7,5,2,8]
[1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,0] => [1,3,4,6,7,5,8,2]
[1,0,1,1,0,1,0,1,1,0,1,0,1,0,0,0] => [1,3,4,6,7,8,5,2]
[1,0,1,1,0,1,0,1,1,0,1,1,0,0,0,0] => [1,3,4,6,8,7,5,2]
[1,0,1,1,0,1,0,1,1,1,0,0,0,0,1,0] => [1,3,4,7,6,5,2,8]
[1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,0] => [1,3,4,7,6,5,8,2]
[1,0,1,1,0,1,0,1,1,1,0,0,1,0,0,0] => [1,3,4,7,6,8,5,2]
[1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,0] => [1,3,4,7,8,6,5,2]
[1,0,1,1,0,1,0,1,1,1,1,0,0,0,0,0] => [1,3,4,8,7,6,5,2]
[1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [1,3,5,4,2,6,7,8]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0] => [1,3,5,4,2,6,8,7]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [1,3,5,4,2,7,6,8]
[1,0,1,1,0,1,1,0,0,0,1,1,0,1,0,0] => [1,3,5,4,2,7,8,6]
[1,0,1,1,0,1,1,0,0,0,1,1,1,0,0,0] => [1,3,5,4,2,8,7,6]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,0] => [1,3,5,4,6,2,7,8]
[1,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0] => [1,3,5,4,6,2,8,7]
[1,0,1,1,0,1,1,0,0,1,0,1,0,0,1,0] => [1,3,5,4,6,7,2,8]
[1,0,1,1,0,1,1,0,0,1,0,1,0,1,0,0] => [1,3,5,4,6,7,8,2]
[1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0] => [1,3,5,4,6,8,7,2]
[1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,0] => [1,3,5,4,7,6,2,8]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0] => [1,3,5,4,7,6,8,2]
[1,0,1,1,0,1,1,0,0,1,1,0,1,0,0,0] => [1,3,5,4,7,8,6,2]
[1,0,1,1,0,1,1,0,0,1,1,1,0,0,0,0] => [1,3,5,4,8,7,6,2]
[1,0,1,1,0,1,1,0,1,0,0,0,1,0,1,0] => [1,3,5,6,4,2,7,8]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,0,0] => [1,3,5,6,4,2,8,7]
[1,0,1,1,0,1,1,0,1,0,0,1,0,0,1,0] => [1,3,5,6,4,7,2,8]
[1,0,1,1,0,1,1,0,1,0,0,1,0,1,0,0] => [1,3,5,6,4,7,8,2]
[1,0,1,1,0,1,1,0,1,0,0,1,1,0,0,0] => [1,3,5,6,4,8,7,2]
[1,0,1,1,0,1,1,0,1,0,1,0,0,0,1,0] => [1,3,5,6,7,4,2,8]
[1,0,1,1,0,1,1,0,1,0,1,0,0,1,0,0] => [1,3,5,6,7,4,8,2]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0] => [1,3,5,6,7,8,4,2]
[1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0] => [1,3,5,6,8,7,4,2]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [1,3,5,7,6,4,2,8]
[1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,0] => [1,3,5,7,6,4,8,2]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0] => [1,3,5,7,6,8,4,2]
[1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [1,3,5,7,8,6,4,2]
[1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0] => [1,3,5,8,7,6,4,2]
[1,0,1,1,0,1,1,1,0,0,0,0,1,0,1,0] => [1,3,6,5,4,2,7,8]
[1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [1,3,6,5,4,2,8,7]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0] => [1,3,6,5,4,7,2,8]
[1,0,1,1,0,1,1,1,0,0,0,1,0,1,0,0] => [1,3,6,5,4,7,8,2]
[1,0,1,1,0,1,1,1,0,0,0,1,1,0,0,0] => [1,3,6,5,4,8,7,2]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,0] => [1,3,6,5,7,4,2,8]
[1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0] => [1,3,6,5,7,4,8,2]
[1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0] => [1,3,6,5,7,8,4,2]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,0] => [1,3,6,5,8,7,4,2]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [1,3,6,7,5,4,2,8]
[1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0] => [1,3,6,7,5,4,8,2]
[1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [1,3,6,7,5,8,4,2]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,0,0] => [1,3,6,7,8,5,4,2]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,0,0] => [1,3,6,8,7,5,4,2]
[1,0,1,1,0,1,1,1,1,0,0,0,0,0,1,0] => [1,3,7,6,5,4,2,8]
[1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0] => [1,3,7,6,5,4,8,2]
[1,0,1,1,0,1,1,1,1,0,0,0,1,0,0,0] => [1,3,7,6,5,8,4,2]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0] => [1,3,7,6,8,5,4,2]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [1,3,7,8,6,5,4,2]
[1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [1,3,8,7,6,5,4,2]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [1,4,3,2,5,6,7,8]
[1,0,1,1,1,0,0,0,1,0,1,0,1,1,0,0] => [1,4,3,2,5,6,8,7]
[1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0] => [1,4,3,2,5,7,6,8]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,0,0] => [1,4,3,2,5,7,8,6]
[1,0,1,1,1,0,0,0,1,0,1,1,1,0,0,0] => [1,4,3,2,5,8,7,6]
[1,0,1,1,1,0,0,0,1,1,0,0,1,0,1,0] => [1,4,3,2,6,5,7,8]
[1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [1,4,3,2,6,5,8,7]
[1,0,1,1,1,0,0,0,1,1,0,1,0,0,1,0] => [1,4,3,2,6,7,5,8]
[1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0] => [1,4,3,2,6,7,8,5]
[1,0,1,1,1,0,0,0,1,1,0,1,1,0,0,0] => [1,4,3,2,6,8,7,5]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0] => [1,4,3,2,7,6,5,8]
[1,0,1,1,1,0,0,0,1,1,1,0,0,1,0,0] => [1,4,3,2,7,6,8,5]
[1,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0] => [1,4,3,2,7,8,6,5]
[1,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [1,4,3,2,8,7,6,5]
[1,0,1,1,1,0,0,1,0,0,1,0,1,0,1,0] => [1,4,3,5,2,6,7,8]
[1,0,1,1,1,0,0,1,0,0,1,0,1,1,0,0] => [1,4,3,5,2,6,8,7]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [1,4,3,5,2,7,6,8]
[1,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [1,4,3,5,2,7,8,6]
[1,0,1,1,1,0,0,1,0,0,1,1,1,0,0,0] => [1,4,3,5,2,8,7,6]
[1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0] => [1,4,3,5,6,2,7,8]
[1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0] => [1,4,3,5,6,2,8,7]
[1,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [1,4,3,5,6,7,2,8]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [1,4,3,5,6,7,8,2]
[1,0,1,1,1,0,0,1,0,1,0,1,1,0,0,0] => [1,4,3,5,6,8,7,2]
[1,0,1,1,1,0,0,1,0,1,1,0,0,0,1,0] => [1,4,3,5,7,6,2,8]
[1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,0] => [1,4,3,5,7,6,8,2]
[1,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0] => [1,4,3,5,7,8,6,2]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,0,0] => [1,4,3,5,8,7,6,2]
[1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,0] => [1,4,3,6,5,2,7,8]
[1,0,1,1,1,0,0,1,1,0,0,0,1,1,0,0] => [1,4,3,6,5,2,8,7]
[1,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0] => [1,4,3,6,5,7,2,8]
[1,0,1,1,1,0,0,1,1,0,0,1,0,1,0,0] => [1,4,3,6,5,7,8,2]
[1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,4,3,6,5,8,7,2]
[1,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [1,4,3,6,7,5,2,8]
[1,0,1,1,1,0,0,1,1,0,1,0,0,1,0,0] => [1,4,3,6,7,5,8,2]
[1,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0] => [1,4,3,6,7,8,5,2]
[1,0,1,1,1,0,0,1,1,0,1,1,0,0,0,0] => [1,4,3,6,8,7,5,2]
[1,0,1,1,1,0,0,1,1,1,0,0,0,0,1,0] => [1,4,3,7,6,5,2,8]
[1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [1,4,3,7,6,5,8,2]
[1,0,1,1,1,0,0,1,1,1,0,0,1,0,0,0] => [1,4,3,7,6,8,5,2]
[1,0,1,1,1,0,0,1,1,1,0,1,0,0,0,0] => [1,4,3,7,8,6,5,2]
[1,0,1,1,1,0,0,1,1,1,1,0,0,0,0,0] => [1,4,3,8,7,6,5,2]
[1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0] => [1,4,5,3,2,6,7,8]
[1,0,1,1,1,0,1,0,0,0,1,0,1,1,0,0] => [1,4,5,3,2,6,8,7]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [1,4,5,3,2,7,6,8]
[1,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [1,4,5,3,2,7,8,6]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0] => [1,4,5,3,2,8,7,6]
[1,0,1,1,1,0,1,0,0,1,0,0,1,0,1,0] => [1,4,5,3,6,2,7,8]
[1,0,1,1,1,0,1,0,0,1,0,0,1,1,0,0] => [1,4,5,3,6,2,8,7]
[1,0,1,1,1,0,1,0,0,1,0,1,0,0,1,0] => [1,4,5,3,6,7,2,8]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [1,4,5,3,6,7,8,2]
[1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0] => [1,4,5,3,6,8,7,2]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,0] => [1,4,5,3,7,6,2,8]
[1,0,1,1,1,0,1,0,0,1,1,0,0,1,0,0] => [1,4,5,3,7,6,8,2]
[1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [1,4,5,3,7,8,6,2]
[1,0,1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [1,4,5,3,8,7,6,2]
[1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0] => [1,4,5,6,3,2,7,8]
[1,0,1,1,1,0,1,0,1,0,0,0,1,1,0,0] => [1,4,5,6,3,2,8,7]
[1,0,1,1,1,0,1,0,1,0,0,1,0,0,1,0] => [1,4,5,6,3,7,2,8]
[1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0] => [1,4,5,6,3,7,8,2]
[1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0] => [1,4,5,6,3,8,7,2]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [1,4,5,6,7,3,2,8]
[1,0,1,1,1,0,1,0,1,0,1,0,0,1,0,0] => [1,4,5,6,7,3,8,2]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [1,4,5,6,7,8,3,2]
[1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [1,4,5,6,8,7,3,2]
[1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,0] => [1,4,5,7,6,3,2,8]
[1,0,1,1,1,0,1,0,1,1,0,0,0,1,0,0] => [1,4,5,7,6,3,8,2]
[1,0,1,1,1,0,1,0,1,1,0,0,1,0,0,0] => [1,4,5,7,6,8,3,2]
[1,0,1,1,1,0,1,0,1,1,0,1,0,0,0,0] => [1,4,5,7,8,6,3,2]
[1,0,1,1,1,0,1,0,1,1,1,0,0,0,0,0] => [1,4,5,8,7,6,3,2]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,0] => [1,4,6,5,3,2,7,8]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,0,0] => [1,4,6,5,3,2,8,7]
[1,0,1,1,1,0,1,1,0,0,0,1,0,0,1,0] => [1,4,6,5,3,7,2,8]
[1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0] => [1,4,6,5,3,7,8,2]
[1,0,1,1,1,0,1,1,0,0,0,1,1,0,0,0] => [1,4,6,5,3,8,7,2]
[1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0] => [1,4,6,5,7,3,2,8]
[1,0,1,1,1,0,1,1,0,0,1,0,0,1,0,0] => [1,4,6,5,7,3,8,2]
[1,0,1,1,1,0,1,1,0,0,1,0,1,0,0,0] => [1,4,6,5,7,8,3,2]
[1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0] => [1,4,6,5,8,7,3,2]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0] => [1,4,6,7,5,3,2,8]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [1,4,6,7,5,3,8,2]
[1,0,1,1,1,0,1,1,0,1,0,0,1,0,0,0] => [1,4,6,7,5,8,3,2]
[1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,0] => [1,4,6,7,8,5,3,2]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0] => [1,4,6,8,7,5,3,2]
[1,0,1,1,1,0,1,1,1,0,0,0,0,0,1,0] => [1,4,7,6,5,3,2,8]
[1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,0] => [1,4,7,6,5,3,8,2]
[1,0,1,1,1,0,1,1,1,0,0,0,1,0,0,0] => [1,4,7,6,5,8,3,2]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0] => [1,4,7,6,8,5,3,2]
[1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0] => [1,4,7,8,6,5,3,2]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,0,0] => [1,4,8,7,6,5,3,2]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [1,5,4,3,2,6,7,8]
[1,0,1,1,1,1,0,0,0,0,1,0,1,1,0,0] => [1,5,4,3,2,6,8,7]
[1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0] => [1,5,4,3,2,7,6,8]
[1,0,1,1,1,1,0,0,0,0,1,1,0,1,0,0] => [1,5,4,3,2,7,8,6]
[1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [1,5,4,3,2,8,7,6]
[1,0,1,1,1,1,0,0,0,1,0,0,1,0,1,0] => [1,5,4,3,6,2,7,8]
[1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [1,5,4,3,6,2,8,7]
[1,0,1,1,1,1,0,0,0,1,0,1,0,0,1,0] => [1,5,4,3,6,7,2,8]
[1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0] => [1,5,4,3,6,7,8,2]
[1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,0] => [1,5,4,3,6,8,7,2]
[1,0,1,1,1,1,0,0,0,1,1,0,0,0,1,0] => [1,5,4,3,7,6,2,8]
[1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [1,5,4,3,7,6,8,2]
[1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,0] => [1,5,4,3,7,8,6,2]
[1,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [1,5,4,3,8,7,6,2]
[1,0,1,1,1,1,0,0,1,0,0,0,1,0,1,0] => [1,5,4,6,3,2,7,8]
[1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [1,5,4,6,3,2,8,7]
[1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0] => [1,5,4,6,3,7,2,8]
[1,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0] => [1,5,4,6,3,7,8,2]
[1,0,1,1,1,1,0,0,1,0,0,1,1,0,0,0] => [1,5,4,6,3,8,7,2]
[1,0,1,1,1,1,0,0,1,0,1,0,0,0,1,0] => [1,5,4,6,7,3,2,8]
[1,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0] => [1,5,4,6,7,3,8,2]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [1,5,4,6,7,8,3,2]
[1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [1,5,4,6,8,7,3,2]
[1,0,1,1,1,1,0,0,1,1,0,0,0,0,1,0] => [1,5,4,7,6,3,2,8]
[1,0,1,1,1,1,0,0,1,1,0,0,0,1,0,0] => [1,5,4,7,6,3,8,2]
[1,0,1,1,1,1,0,0,1,1,0,0,1,0,0,0] => [1,5,4,7,6,8,3,2]
[1,0,1,1,1,1,0,0,1,1,0,1,0,0,0,0] => [1,5,4,7,8,6,3,2]
[1,0,1,1,1,1,0,0,1,1,1,0,0,0,0,0] => [1,5,4,8,7,6,3,2]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,0] => [1,5,6,4,3,2,7,8]
[1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0] => [1,5,6,4,3,2,8,7]
[1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [1,5,6,4,3,7,2,8]
[1,0,1,1,1,1,0,1,0,0,0,1,0,1,0,0] => [1,5,6,4,3,7,8,2]
[1,0,1,1,1,1,0,1,0,0,0,1,1,0,0,0] => [1,5,6,4,3,8,7,2]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0] => [1,5,6,4,7,3,2,8]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [1,5,6,4,7,3,8,2]
[1,0,1,1,1,1,0,1,0,0,1,0,1,0,0,0] => [1,5,6,4,7,8,3,2]
[1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [1,5,6,4,8,7,3,2]
[1,0,1,1,1,1,0,1,0,1,0,0,0,0,1,0] => [1,5,6,7,4,3,2,8]
[1,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0] => [1,5,6,7,4,3,8,2]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,0] => [1,5,6,7,4,8,3,2]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0] => [1,5,6,7,8,4,3,2]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,0,0] => [1,5,6,8,7,4,3,2]
[1,0,1,1,1,1,0,1,1,0,0,0,0,0,1,0] => [1,5,7,6,4,3,2,8]
[1,0,1,1,1,1,0,1,1,0,0,0,0,1,0,0] => [1,5,7,6,4,3,8,2]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,0] => [1,5,7,6,4,8,3,2]
[1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,0] => [1,5,7,6,8,4,3,2]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0] => [1,5,7,8,6,4,3,2]
[1,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [1,5,8,7,6,4,3,2]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [1,6,5,4,3,2,7,8]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [1,6,5,4,3,2,8,7]
[1,0,1,1,1,1,1,0,0,0,0,1,0,0,1,0] => [1,6,5,4,3,7,2,8]
[1,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [1,6,5,4,3,7,8,2]
[1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0] => [1,6,5,4,3,8,7,2]
[1,0,1,1,1,1,1,0,0,0,1,0,0,0,1,0] => [1,6,5,4,7,3,2,8]
[1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0] => [1,6,5,4,7,3,8,2]
[1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,0] => [1,6,5,4,7,8,3,2]
[1,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0] => [1,6,5,4,8,7,3,2]
[1,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [1,6,5,7,4,3,2,8]
[1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [1,6,5,7,4,3,8,2]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,0] => [1,6,5,7,4,8,3,2]
[1,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0] => [1,6,5,7,8,4,3,2]
[1,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [1,6,5,8,7,4,3,2]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [1,6,7,5,4,3,2,8]
[1,0,1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [1,6,7,5,4,3,8,2]
[1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,0] => [1,6,7,5,4,8,3,2]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,0] => [1,6,7,5,8,4,3,2]
[1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,6,7,8,5,4,3,2]
[1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [1,6,8,7,5,4,3,2]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [1,7,6,5,4,3,2,8]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,0,0] => [1,7,6,5,4,3,8,2]
[1,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0] => [1,7,6,5,4,8,3,2]
[1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [1,7,6,5,8,4,3,2]
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [1,7,6,8,5,4,3,2]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,7,8,6,5,4,3,2]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,8,7,6,5,4,3,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,3,4,5,6,7,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,1,3,4,5,6,8,7]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,1,3,4,5,7,6,8]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,1,3,4,5,7,8,6]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,1,3,4,5,8,7,6]
[1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0] => [2,1,3,4,6,5,7,8]
[1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0] => [2,1,3,4,6,5,8,7]
[1,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,1,3,4,6,7,5,8]
[1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,1,3,4,6,7,8,5]
[1,1,0,0,1,0,1,0,1,1,0,1,1,0,0,0] => [2,1,3,4,6,8,7,5]
[1,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0] => [2,1,3,4,7,6,5,8]
[1,1,0,0,1,0,1,0,1,1,1,0,0,1,0,0] => [2,1,3,4,7,6,8,5]
[1,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0] => [2,1,3,4,7,8,6,5]
[1,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [2,1,3,4,8,7,6,5]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0] => [2,1,3,5,4,6,7,8]
[1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0] => [2,1,3,5,4,6,8,7]
[1,1,0,0,1,0,1,1,0,0,1,1,0,0,1,0] => [2,1,3,5,4,7,6,8]
[1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0] => [2,1,3,5,4,7,8,6]
[1,1,0,0,1,0,1,1,0,0,1,1,1,0,0,0] => [2,1,3,5,4,8,7,6]
[1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0] => [2,1,3,5,6,4,7,8]
[1,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0] => [2,1,3,5,6,4,8,7]
[1,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0] => [2,1,3,5,6,7,4,8]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,1,3,5,6,7,8,4]
[1,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0] => [2,1,3,5,6,8,7,4]
[1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,0] => [2,1,3,5,7,6,4,8]
[1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0] => [2,1,3,5,7,6,8,4]
[1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0] => [2,1,3,5,7,8,6,4]
[1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,0] => [2,1,3,5,8,7,6,4]
[1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,0] => [2,1,3,6,5,4,7,8]
[1,1,0,0,1,0,1,1,1,0,0,0,1,1,0,0] => [2,1,3,6,5,4,8,7]
[1,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0] => [2,1,3,6,5,7,4,8]
[1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0] => [2,1,3,6,5,7,8,4]
[1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0] => [2,1,3,6,5,8,7,4]
[1,1,0,0,1,0,1,1,1,0,1,0,0,0,1,0] => [2,1,3,6,7,5,4,8]
[1,1,0,0,1,0,1,1,1,0,1,0,0,1,0,0] => [2,1,3,6,7,5,8,4]
[1,1,0,0,1,0,1,1,1,0,1,0,1,0,0,0] => [2,1,3,6,7,8,5,4]
[1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0] => [2,1,3,6,8,7,5,4]
[1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [2,1,3,7,6,5,4,8]
[1,1,0,0,1,0,1,1,1,1,0,0,0,1,0,0] => [2,1,3,7,6,5,8,4]
[1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0] => [2,1,3,7,6,8,5,4]
[1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,1,3,7,8,6,5,4]
[1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [2,1,3,8,7,6,5,4]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [2,1,4,3,5,6,7,8]
[1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0] => [2,1,4,3,5,6,8,7]
[1,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0] => [2,1,4,3,5,7,6,8]
[1,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0] => [2,1,4,3,5,7,8,6]
[1,1,0,0,1,1,0,0,1,0,1,1,1,0,0,0] => [2,1,4,3,5,8,7,6]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0] => [2,1,4,3,6,5,7,8]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,1,4,3,6,5,8,7]
[1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0] => [2,1,4,3,6,7,5,8]
[1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [2,1,4,3,6,7,8,5]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [2,1,4,3,6,8,7,5]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [2,1,4,3,7,6,5,8]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [2,1,4,3,7,6,8,5]
[1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0] => [2,1,4,3,7,8,6,5]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [2,1,4,3,8,7,6,5]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0] => [2,1,4,5,3,6,7,8]
[1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,0] => [2,1,4,5,3,6,8,7]
[1,1,0,0,1,1,0,1,0,0,1,1,0,0,1,0] => [2,1,4,5,3,7,6,8]
[1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0] => [2,1,4,5,3,7,8,6]
[1,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0] => [2,1,4,5,3,8,7,6]
[1,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0] => [2,1,4,5,6,3,7,8]
[1,1,0,0,1,1,0,1,0,1,0,0,1,1,0,0] => [2,1,4,5,6,3,8,7]
[1,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [2,1,4,5,6,7,3,8]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [2,1,4,5,6,7,8,3]
[1,1,0,0,1,1,0,1,0,1,0,1,1,0,0,0] => [2,1,4,5,6,8,7,3]
[1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,0] => [2,1,4,5,7,6,3,8]
[1,1,0,0,1,1,0,1,0,1,1,0,0,1,0,0] => [2,1,4,5,7,6,8,3]
[1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [2,1,4,5,7,8,6,3]
[1,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0] => [2,1,4,5,8,7,6,3]
[1,1,0,0,1,1,0,1,1,0,0,0,1,0,1,0] => [2,1,4,6,5,3,7,8]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,1,4,6,5,3,8,7]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,0] => [2,1,4,6,5,7,3,8]
[1,1,0,0,1,1,0,1,1,0,0,1,0,1,0,0] => [2,1,4,6,5,7,8,3]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [2,1,4,6,5,8,7,3]
[1,1,0,0,1,1,0,1,1,0,1,0,0,0,1,0] => [2,1,4,6,7,5,3,8]
[1,1,0,0,1,1,0,1,1,0,1,0,0,1,0,0] => [2,1,4,6,7,5,8,3]
[1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0] => [2,1,4,6,7,8,5,3]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [2,1,4,6,8,7,5,3]
[1,1,0,0,1,1,0,1,1,1,0,0,0,0,1,0] => [2,1,4,7,6,5,3,8]
[1,1,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [2,1,4,7,6,5,8,3]
[1,1,0,0,1,1,0,1,1,1,0,0,1,0,0,0] => [2,1,4,7,6,8,5,3]
[1,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0] => [2,1,4,7,8,6,5,3]
[1,1,0,0,1,1,0,1,1,1,1,0,0,0,0,0] => [2,1,4,8,7,6,5,3]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [2,1,5,4,3,6,7,8]
[1,1,0,0,1,1,1,0,0,0,1,0,1,1,0,0] => [2,1,5,4,3,6,8,7]
[1,1,0,0,1,1,1,0,0,0,1,1,0,0,1,0] => [2,1,5,4,3,7,6,8]
[1,1,0,0,1,1,1,0,0,0,1,1,0,1,0,0] => [2,1,5,4,3,7,8,6]
[1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [2,1,5,4,3,8,7,6]
[1,1,0,0,1,1,1,0,0,1,0,0,1,0,1,0] => [2,1,5,4,6,3,7,8]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [2,1,5,4,6,3,8,7]
[1,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [2,1,5,4,6,7,3,8]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0] => [2,1,5,4,6,7,8,3]
[1,1,0,0,1,1,1,0,0,1,0,1,1,0,0,0] => [2,1,5,4,6,8,7,3]
[1,1,0,0,1,1,1,0,0,1,1,0,0,0,1,0] => [2,1,5,4,7,6,3,8]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [2,1,5,4,7,6,8,3]
[1,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0] => [2,1,5,4,7,8,6,3]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,0] => [2,1,5,4,8,7,6,3]
[1,1,0,0,1,1,1,0,1,0,0,0,1,0,1,0] => [2,1,5,6,4,3,7,8]
[1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0] => [2,1,5,6,4,3,8,7]
[1,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0] => [2,1,5,6,4,7,3,8]
[1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0] => [2,1,5,6,4,7,8,3]
[1,1,0,0,1,1,1,0,1,0,0,1,1,0,0,0] => [2,1,5,6,4,8,7,3]
[1,1,0,0,1,1,1,0,1,0,1,0,0,0,1,0] => [2,1,5,6,7,4,3,8]
[1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0] => [2,1,5,6,7,4,8,3]
[1,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [2,1,5,6,7,8,4,3]
[1,1,0,0,1,1,1,0,1,0,1,1,0,0,0,0] => [2,1,5,6,8,7,4,3]
[1,1,0,0,1,1,1,0,1,1,0,0,0,0,1,0] => [2,1,5,7,6,4,3,8]
[1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0] => [2,1,5,7,6,4,8,3]
[1,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [2,1,5,7,6,8,4,3]
[1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0] => [2,1,5,7,8,6,4,3]
[1,1,0,0,1,1,1,0,1,1,1,0,0,0,0,0] => [2,1,5,8,7,6,4,3]
[1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0] => [2,1,6,5,4,3,7,8]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [2,1,6,5,4,3,8,7]
[1,1,0,0,1,1,1,1,0,0,0,1,0,0,1,0] => [2,1,6,5,4,7,3,8]
[1,1,0,0,1,1,1,1,0,0,0,1,0,1,0,0] => [2,1,6,5,4,7,8,3]
[1,1,0,0,1,1,1,1,0,0,0,1,1,0,0,0] => [2,1,6,5,4,8,7,3]
[1,1,0,0,1,1,1,1,0,0,1,0,0,0,1,0] => [2,1,6,5,7,4,3,8]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [2,1,6,5,7,4,8,3]
[1,1,0,0,1,1,1,1,0,0,1,0,1,0,0,0] => [2,1,6,5,7,8,4,3]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,0,0] => [2,1,6,5,8,7,4,3]
[1,1,0,0,1,1,1,1,0,1,0,0,0,0,1,0] => [2,1,6,7,5,4,3,8]
[1,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0] => [2,1,6,7,5,4,8,3]
[1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0] => [2,1,6,7,5,8,4,3]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0] => [2,1,6,7,8,5,4,3]
[1,1,0,0,1,1,1,1,0,1,1,0,0,0,0,0] => [2,1,6,8,7,5,4,3]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [2,1,7,6,5,4,3,8]
[1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,0] => [2,1,7,6,5,4,8,3]
[1,1,0,0,1,1,1,1,1,0,0,0,1,0,0,0] => [2,1,7,6,5,8,4,3]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,0,0] => [2,1,7,6,8,5,4,3]
[1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [2,1,7,8,6,5,4,3]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,1,8,7,6,5,4,3]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,3,1,4,5,6,7,8]
[1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [2,3,1,4,5,6,8,7]
[1,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0] => [2,3,1,4,5,7,6,8]
[1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0] => [2,3,1,4,5,7,8,6]
[1,1,0,1,0,0,1,0,1,0,1,1,1,0,0,0] => [2,3,1,4,5,8,7,6]
[1,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0] => [2,3,1,4,6,5,7,8]
[1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0] => [2,3,1,4,6,5,8,7]
[1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [2,3,1,4,6,7,5,8]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0] => [2,3,1,4,6,7,8,5]
[1,1,0,1,0,0,1,0,1,1,0,1,1,0,0,0] => [2,3,1,4,6,8,7,5]
[1,1,0,1,0,0,1,0,1,1,1,0,0,0,1,0] => [2,3,1,4,7,6,5,8]
[1,1,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [2,3,1,4,7,6,8,5]
[1,1,0,1,0,0,1,0,1,1,1,0,1,0,0,0] => [2,3,1,4,7,8,6,5]
[1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0] => [2,3,1,4,8,7,6,5]
[1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0] => [2,3,1,5,4,6,7,8]
[1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0] => [2,3,1,5,4,6,8,7]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,3,1,5,4,7,6,8]
[1,1,0,1,0,0,1,1,0,0,1,1,0,1,0,0] => [2,3,1,5,4,7,8,6]
[1,1,0,1,0,0,1,1,0,0,1,1,1,0,0,0] => [2,3,1,5,4,8,7,6]
[1,1,0,1,0,0,1,1,0,1,0,0,1,0,1,0] => [2,3,1,5,6,4,7,8]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,0] => [2,3,1,5,6,4,8,7]
[1,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [2,3,1,5,6,7,4,8]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0] => [2,3,1,5,6,7,8,4]
[1,1,0,1,0,0,1,1,0,1,0,1,1,0,0,0] => [2,3,1,5,6,8,7,4]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [2,3,1,5,7,6,4,8]
[1,1,0,1,0,0,1,1,0,1,1,0,0,1,0,0] => [2,3,1,5,7,6,8,4]
[1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0] => [2,3,1,5,7,8,6,4]
[1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0] => [2,3,1,5,8,7,6,4]
[1,1,0,1,0,0,1,1,1,0,0,0,1,0,1,0] => [2,3,1,6,5,4,7,8]
[1,1,0,1,0,0,1,1,1,0,0,0,1,1,0,0] => [2,3,1,6,5,4,8,7]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [2,3,1,6,5,7,4,8]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0] => [2,3,1,6,5,7,8,4]
[1,1,0,1,0,0,1,1,1,0,0,1,1,0,0,0] => [2,3,1,6,5,8,7,4]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,0] => [2,3,1,6,7,5,4,8]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [2,3,1,6,7,5,8,4]
[1,1,0,1,0,0,1,1,1,0,1,0,1,0,0,0] => [2,3,1,6,7,8,5,4]
[1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,0] => [2,3,1,6,8,7,5,4]
[1,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [2,3,1,7,6,5,4,8]
[1,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0] => [2,3,1,7,6,5,8,4]
[1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0] => [2,3,1,7,6,8,5,4]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0] => [2,3,1,7,8,6,5,4]
[1,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0] => [2,3,1,8,7,6,5,4]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,3,4,1,5,6,7,8]
[1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0] => [2,3,4,1,5,6,8,7]
[1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0] => [2,3,4,1,5,7,6,8]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0] => [2,3,4,1,5,7,8,6]
[1,1,0,1,0,1,0,0,1,0,1,1,1,0,0,0] => [2,3,4,1,5,8,7,6]
[1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [2,3,4,1,6,5,7,8]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [2,3,4,1,6,5,8,7]
[1,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0] => [2,3,4,1,6,7,5,8]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0] => [2,3,4,1,6,7,8,5]
[1,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0] => [2,3,4,1,6,8,7,5]
[1,1,0,1,0,1,0,0,1,1,1,0,0,0,1,0] => [2,3,4,1,7,6,5,8]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0] => [2,3,4,1,7,6,8,5]
[1,1,0,1,0,1,0,0,1,1,1,0,1,0,0,0] => [2,3,4,1,7,8,6,5]
[1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0] => [2,3,4,1,8,7,6,5]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [2,3,4,5,1,6,7,8]
[1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0] => [2,3,4,5,1,6,8,7]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [2,3,4,5,1,7,6,8]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [2,3,4,5,1,7,8,6]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0] => [2,3,4,5,1,8,7,6]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,3,4,5,6,1,7,8]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [2,3,4,5,6,1,8,7]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,3,4,5,6,7,1,8]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,4,5,6,7,8,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,4,5,6,8,7,1]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [2,3,4,5,7,6,1,8]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [2,3,4,5,7,6,8,1]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [2,3,4,5,7,8,6,1]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [2,3,4,5,8,7,6,1]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0] => [2,3,4,6,5,1,7,8]
[1,1,0,1,0,1,0,1,1,0,0,0,1,1,0,0] => [2,3,4,6,5,1,8,7]
[1,1,0,1,0,1,0,1,1,0,0,1,0,0,1,0] => [2,3,4,6,5,7,1,8]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [2,3,4,6,5,7,8,1]
[1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [2,3,4,6,5,8,7,1]
[1,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0] => [2,3,4,6,7,5,1,8]
[1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0] => [2,3,4,6,7,5,8,1]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [2,3,4,6,7,8,5,1]
[1,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0] => [2,3,4,6,8,7,5,1]
[1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0] => [2,3,4,7,6,5,1,8]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0] => [2,3,4,7,6,5,8,1]
[1,1,0,1,0,1,0,1,1,1,0,0,1,0,0,0] => [2,3,4,7,6,8,5,1]
[1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0] => [2,3,4,7,8,6,5,1]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0] => [2,3,4,8,7,6,5,1]
[1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0] => [2,3,5,4,1,6,7,8]
[1,1,0,1,0,1,1,0,0,0,1,0,1,1,0,0] => [2,3,5,4,1,6,8,7]
[1,1,0,1,0,1,1,0,0,0,1,1,0,0,1,0] => [2,3,5,4,1,7,6,8]
[1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,0] => [2,3,5,4,1,7,8,6]
[1,1,0,1,0,1,1,0,0,0,1,1,1,0,0,0] => [2,3,5,4,1,8,7,6]
[1,1,0,1,0,1,1,0,0,1,0,0,1,0,1,0] => [2,3,5,4,6,1,7,8]
[1,1,0,1,0,1,1,0,0,1,0,0,1,1,0,0] => [2,3,5,4,6,1,8,7]
[1,1,0,1,0,1,1,0,0,1,0,1,0,0,1,0] => [2,3,5,4,6,7,1,8]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [2,3,5,4,6,7,8,1]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0] => [2,3,5,4,6,8,7,1]
[1,1,0,1,0,1,1,0,0,1,1,0,0,0,1,0] => [2,3,5,4,7,6,1,8]
[1,1,0,1,0,1,1,0,0,1,1,0,0,1,0,0] => [2,3,5,4,7,6,8,1]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,0] => [2,3,5,4,7,8,6,1]
[1,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0] => [2,3,5,4,8,7,6,1]
[1,1,0,1,0,1,1,0,1,0,0,0,1,0,1,0] => [2,3,5,6,4,1,7,8]
[1,1,0,1,0,1,1,0,1,0,0,0,1,1,0,0] => [2,3,5,6,4,1,8,7]
[1,1,0,1,0,1,1,0,1,0,0,1,0,0,1,0] => [2,3,5,6,4,7,1,8]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [2,3,5,6,4,7,8,1]
[1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,0] => [2,3,5,6,4,8,7,1]
[1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0] => [2,3,5,6,7,4,1,8]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0] => [2,3,5,6,7,4,8,1]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [2,3,5,6,7,8,4,1]
[1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,0] => [2,3,5,6,8,7,4,1]
[1,1,0,1,0,1,1,0,1,1,0,0,0,0,1,0] => [2,3,5,7,6,4,1,8]
[1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,0] => [2,3,5,7,6,4,8,1]
[1,1,0,1,0,1,1,0,1,1,0,0,1,0,0,0] => [2,3,5,7,6,8,4,1]
[1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0] => [2,3,5,7,8,6,4,1]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,0,0] => [2,3,5,8,7,6,4,1]
[1,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0] => [2,3,6,5,4,1,7,8]
[1,1,0,1,0,1,1,1,0,0,0,0,1,1,0,0] => [2,3,6,5,4,1,8,7]
[1,1,0,1,0,1,1,1,0,0,0,1,0,0,1,0] => [2,3,6,5,4,7,1,8]
[1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0] => [2,3,6,5,4,7,8,1]
[1,1,0,1,0,1,1,1,0,0,0,1,1,0,0,0] => [2,3,6,5,4,8,7,1]
[1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0] => [2,3,6,5,7,4,1,8]
[1,1,0,1,0,1,1,1,0,0,1,0,0,1,0,0] => [2,3,6,5,7,4,8,1]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [2,3,6,5,7,8,4,1]
[1,1,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [2,3,6,5,8,7,4,1]
[1,1,0,1,0,1,1,1,0,1,0,0,0,0,1,0] => [2,3,6,7,5,4,1,8]
[1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [2,3,6,7,5,4,8,1]
[1,1,0,1,0,1,1,1,0,1,0,0,1,0,0,0] => [2,3,6,7,5,8,4,1]
[1,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [2,3,6,7,8,5,4,1]
[1,1,0,1,0,1,1,1,0,1,1,0,0,0,0,0] => [2,3,6,8,7,5,4,1]
[1,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0] => [2,3,7,6,5,4,1,8]
[1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0] => [2,3,7,6,5,4,8,1]
[1,1,0,1,0,1,1,1,1,0,0,0,1,0,0,0] => [2,3,7,6,5,8,4,1]
[1,1,0,1,0,1,1,1,1,0,0,1,0,0,0,0] => [2,3,7,6,8,5,4,1]
[1,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [2,3,7,8,6,5,4,1]
[1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [2,3,8,7,6,5,4,1]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,4,3,1,5,6,7,8]
[1,1,0,1,1,0,0,0,1,0,1,0,1,1,0,0] => [2,4,3,1,5,6,8,7]
[1,1,0,1,1,0,0,0,1,0,1,1,0,0,1,0] => [2,4,3,1,5,7,6,8]
[1,1,0,1,1,0,0,0,1,0,1,1,0,1,0,0] => [2,4,3,1,5,7,8,6]
[1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,0] => [2,4,3,1,5,8,7,6]
[1,1,0,1,1,0,0,0,1,1,0,0,1,0,1,0] => [2,4,3,1,6,5,7,8]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,4,3,1,6,5,8,7]
[1,1,0,1,1,0,0,0,1,1,0,1,0,0,1,0] => [2,4,3,1,6,7,5,8]
[1,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0] => [2,4,3,1,6,7,8,5]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [2,4,3,1,6,8,7,5]
[1,1,0,1,1,0,0,0,1,1,1,0,0,0,1,0] => [2,4,3,1,7,6,5,8]
[1,1,0,1,1,0,0,0,1,1,1,0,0,1,0,0] => [2,4,3,1,7,6,8,5]
[1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0] => [2,4,3,1,7,8,6,5]
[1,1,0,1,1,0,0,0,1,1,1,1,0,0,0,0] => [2,4,3,1,8,7,6,5]
[1,1,0,1,1,0,0,1,0,0,1,0,1,0,1,0] => [2,4,3,5,1,6,7,8]
[1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0] => [2,4,3,5,1,6,8,7]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [2,4,3,5,1,7,6,8]
[1,1,0,1,1,0,0,1,0,0,1,1,0,1,0,0] => [2,4,3,5,1,7,8,6]
[1,1,0,1,1,0,0,1,0,0,1,1,1,0,0,0] => [2,4,3,5,1,8,7,6]
[1,1,0,1,1,0,0,1,0,1,0,0,1,0,1,0] => [2,4,3,5,6,1,7,8]
[1,1,0,1,1,0,0,1,0,1,0,0,1,1,0,0] => [2,4,3,5,6,1,8,7]
[1,1,0,1,1,0,0,1,0,1,0,1,0,0,1,0] => [2,4,3,5,6,7,1,8]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [2,4,3,5,6,7,8,1]
[1,1,0,1,1,0,0,1,0,1,0,1,1,0,0,0] => [2,4,3,5,6,8,7,1]
[1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0] => [2,4,3,5,7,6,1,8]
[1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0] => [2,4,3,5,7,6,8,1]
[1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0] => [2,4,3,5,7,8,6,1]
[1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0] => [2,4,3,5,8,7,6,1]
[1,1,0,1,1,0,0,1,1,0,0,0,1,0,1,0] => [2,4,3,6,5,1,7,8]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [2,4,3,6,5,1,8,7]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0] => [2,4,3,6,5,7,1,8]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [2,4,3,6,5,7,8,1]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,4,3,6,5,8,7,1]
[1,1,0,1,1,0,0,1,1,0,1,0,0,0,1,0] => [2,4,3,6,7,5,1,8]
[1,1,0,1,1,0,0,1,1,0,1,0,0,1,0,0] => [2,4,3,6,7,5,8,1]
[1,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [2,4,3,6,7,8,5,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [2,4,3,6,8,7,5,1]
[1,1,0,1,1,0,0,1,1,1,0,0,0,0,1,0] => [2,4,3,7,6,5,1,8]
[1,1,0,1,1,0,0,1,1,1,0,0,0,1,0,0] => [2,4,3,7,6,5,8,1]
[1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,0] => [2,4,3,7,6,8,5,1]
[1,1,0,1,1,0,0,1,1,1,0,1,0,0,0,0] => [2,4,3,7,8,6,5,1]
[1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0] => [2,4,3,8,7,6,5,1]
[1,1,0,1,1,0,1,0,0,0,1,0,1,0,1,0] => [2,4,5,3,1,6,7,8]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,0,0] => [2,4,5,3,1,6,8,7]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,0] => [2,4,5,3,1,7,6,8]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [2,4,5,3,1,7,8,6]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0] => [2,4,5,3,1,8,7,6]
[1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,0] => [2,4,5,3,6,1,7,8]
[1,1,0,1,1,0,1,0,0,1,0,0,1,1,0,0] => [2,4,5,3,6,1,8,7]
[1,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0] => [2,4,5,3,6,7,1,8]
[1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0] => [2,4,5,3,6,7,8,1]
[1,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0] => [2,4,5,3,6,8,7,1]
[1,1,0,1,1,0,1,0,0,1,1,0,0,0,1,0] => [2,4,5,3,7,6,1,8]
[1,1,0,1,1,0,1,0,0,1,1,0,0,1,0,0] => [2,4,5,3,7,6,8,1]
[1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,0] => [2,4,5,3,7,8,6,1]
[1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [2,4,5,3,8,7,6,1]
[1,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0] => [2,4,5,6,3,1,7,8]
[1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0] => [2,4,5,6,3,1,8,7]
[1,1,0,1,1,0,1,0,1,0,0,1,0,0,1,0] => [2,4,5,6,3,7,1,8]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,0] => [2,4,5,6,3,7,8,1]
[1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,0] => [2,4,5,6,3,8,7,1]
[1,1,0,1,1,0,1,0,1,0,1,0,0,0,1,0] => [2,4,5,6,7,3,1,8]
[1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0] => [2,4,5,6,7,3,8,1]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,4,5,6,7,8,3,1]
[1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [2,4,5,6,8,7,3,1]
[1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,0] => [2,4,5,7,6,3,1,8]
[1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0] => [2,4,5,7,6,3,8,1]
[1,1,0,1,1,0,1,0,1,1,0,0,1,0,0,0] => [2,4,5,7,6,8,3,1]
[1,1,0,1,1,0,1,0,1,1,0,1,0,0,0,0] => [2,4,5,7,8,6,3,1]
[1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,0] => [2,4,5,8,7,6,3,1]
[1,1,0,1,1,0,1,1,0,0,0,0,1,0,1,0] => [2,4,6,5,3,1,7,8]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [2,4,6,5,3,1,8,7]
[1,1,0,1,1,0,1,1,0,0,0,1,0,0,1,0] => [2,4,6,5,3,7,1,8]
[1,1,0,1,1,0,1,1,0,0,0,1,0,1,0,0] => [2,4,6,5,3,7,8,1]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [2,4,6,5,3,8,7,1]
[1,1,0,1,1,0,1,1,0,0,1,0,0,0,1,0] => [2,4,6,5,7,3,1,8]
[1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,0] => [2,4,6,5,7,3,8,1]
[1,1,0,1,1,0,1,1,0,0,1,0,1,0,0,0] => [2,4,6,5,7,8,3,1]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [2,4,6,5,8,7,3,1]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0] => [2,4,6,7,5,3,1,8]
[1,1,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [2,4,6,7,5,3,8,1]
[1,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [2,4,6,7,5,8,3,1]
[1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [2,4,6,7,8,5,3,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [2,4,6,8,7,5,3,1]
[1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0] => [2,4,7,6,5,3,1,8]
[1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [2,4,7,6,5,3,8,1]
[1,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0] => [2,4,7,6,5,8,3,1]
[1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [2,4,7,6,8,5,3,1]
[1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0] => [2,4,7,8,6,5,3,1]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [2,4,8,7,6,5,3,1]
[1,1,0,1,1,1,0,0,0,0,1,0,1,0,1,0] => [2,5,4,3,1,6,7,8]
[1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,0] => [2,5,4,3,1,6,8,7]
[1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0] => [2,5,4,3,1,7,6,8]
[1,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [2,5,4,3,1,7,8,6]
[1,1,0,1,1,1,0,0,0,0,1,1,1,0,0,0] => [2,5,4,3,1,8,7,6]
[1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,0] => [2,5,4,3,6,1,7,8]
[1,1,0,1,1,1,0,0,0,1,0,0,1,1,0,0] => [2,5,4,3,6,1,8,7]
[1,1,0,1,1,1,0,0,0,1,0,1,0,0,1,0] => [2,5,4,3,6,7,1,8]
[1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [2,5,4,3,6,7,8,1]
[1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0] => [2,5,4,3,6,8,7,1]
[1,1,0,1,1,1,0,0,0,1,1,0,0,0,1,0] => [2,5,4,3,7,6,1,8]
[1,1,0,1,1,1,0,0,0,1,1,0,0,1,0,0] => [2,5,4,3,7,6,8,1]
[1,1,0,1,1,1,0,0,0,1,1,0,1,0,0,0] => [2,5,4,3,7,8,6,1]
[1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0] => [2,5,4,3,8,7,6,1]
[1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,0] => [2,5,4,6,3,1,7,8]
[1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0] => [2,5,4,6,3,1,8,7]
[1,1,0,1,1,1,0,0,1,0,0,1,0,0,1,0] => [2,5,4,6,3,7,1,8]
[1,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0] => [2,5,4,6,3,7,8,1]
[1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,0] => [2,5,4,6,3,8,7,1]
[1,1,0,1,1,1,0,0,1,0,1,0,0,0,1,0] => [2,5,4,6,7,3,1,8]
[1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0] => [2,5,4,6,7,3,8,1]
[1,1,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [2,5,4,6,7,8,3,1]
[1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0] => [2,5,4,6,8,7,3,1]
[1,1,0,1,1,1,0,0,1,1,0,0,0,0,1,0] => [2,5,4,7,6,3,1,8]
[1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0] => [2,5,4,7,6,3,8,1]
[1,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0] => [2,5,4,7,6,8,3,1]
[1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0] => [2,5,4,7,8,6,3,1]
[1,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [2,5,4,8,7,6,3,1]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [2,5,6,4,3,1,7,8]
[1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,0] => [2,5,6,4,3,1,8,7]
[1,1,0,1,1,1,0,1,0,0,0,1,0,0,1,0] => [2,5,6,4,3,7,1,8]
[1,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0] => [2,5,6,4,3,7,8,1]
[1,1,0,1,1,1,0,1,0,0,0,1,1,0,0,0] => [2,5,6,4,3,8,7,1]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0] => [2,5,6,4,7,3,1,8]
[1,1,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [2,5,6,4,7,3,8,1]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,0,0] => [2,5,6,4,7,8,3,1]
[1,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0] => [2,5,6,4,8,7,3,1]
[1,1,0,1,1,1,0,1,0,1,0,0,0,0,1,0] => [2,5,6,7,4,3,1,8]
[1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0] => [2,5,6,7,4,3,8,1]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [2,5,6,7,4,8,3,1]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [2,5,6,7,8,4,3,1]
[1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,0] => [2,5,6,8,7,4,3,1]
[1,1,0,1,1,1,0,1,1,0,0,0,0,0,1,0] => [2,5,7,6,4,3,1,8]
[1,1,0,1,1,1,0,1,1,0,0,0,0,1,0,0] => [2,5,7,6,4,3,8,1]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [2,5,7,6,4,8,3,1]
[1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [2,5,7,6,8,4,3,1]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [2,5,7,8,6,4,3,1]
[1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0] => [2,5,8,7,6,4,3,1]
[1,1,0,1,1,1,1,0,0,0,0,0,1,0,1,0] => [2,6,5,4,3,1,7,8]
[1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0] => [2,6,5,4,3,1,8,7]
[1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,0] => [2,6,5,4,3,7,1,8]
[1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0] => [2,6,5,4,3,7,8,1]
[1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0] => [2,6,5,4,3,8,7,1]
[1,1,0,1,1,1,1,0,0,0,1,0,0,0,1,0] => [2,6,5,4,7,3,1,8]
[1,1,0,1,1,1,1,0,0,0,1,0,0,1,0,0] => [2,6,5,4,7,3,8,1]
[1,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0] => [2,6,5,4,7,8,3,1]
[1,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [2,6,5,4,8,7,3,1]
[1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,0] => [2,6,5,7,4,3,1,8]
[1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0] => [2,6,5,7,4,3,8,1]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [2,6,5,7,4,8,3,1]
[1,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0] => [2,6,5,7,8,4,3,1]
[1,1,0,1,1,1,1,0,0,1,1,0,0,0,0,0] => [2,6,5,8,7,4,3,1]
[1,1,0,1,1,1,1,0,1,0,0,0,0,0,1,0] => [2,6,7,5,4,3,1,8]
[1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0] => [2,6,7,5,4,3,8,1]
[1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0] => [2,6,7,5,4,8,3,1]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [2,6,7,5,8,4,3,1]
[1,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [2,6,7,8,5,4,3,1]
[1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0] => [2,6,8,7,5,4,3,1]
[1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [2,7,6,5,4,3,1,8]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [2,7,6,5,4,3,8,1]
[1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0] => [2,7,6,5,4,8,3,1]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0] => [2,7,6,5,8,4,3,1]
[1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0] => [2,7,6,8,5,4,3,1]
[1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,7,8,6,5,4,3,1]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,8,7,6,5,4,3,1]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [3,2,1,4,5,6,7,8]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0] => [3,2,1,4,5,6,8,7]
[1,1,1,0,0,0,1,0,1,0,1,1,0,0,1,0] => [3,2,1,4,5,7,6,8]
[1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,0] => [3,2,1,4,5,7,8,6]
[1,1,1,0,0,0,1,0,1,0,1,1,1,0,0,0] => [3,2,1,4,5,8,7,6]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,0] => [3,2,1,4,6,5,7,8]
[1,1,1,0,0,0,1,0,1,1,0,0,1,1,0,0] => [3,2,1,4,6,5,8,7]
[1,1,1,0,0,0,1,0,1,1,0,1,0,0,1,0] => [3,2,1,4,6,7,5,8]
[1,1,1,0,0,0,1,0,1,1,0,1,0,1,0,0] => [3,2,1,4,6,7,8,5]
[1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0] => [3,2,1,4,6,8,7,5]
[1,1,1,0,0,0,1,0,1,1,1,0,0,0,1,0] => [3,2,1,4,7,6,5,8]
[1,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [3,2,1,4,7,6,8,5]
[1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,0] => [3,2,1,4,7,8,6,5]
[1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0] => [3,2,1,4,8,7,6,5]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0] => [3,2,1,5,4,6,7,8]
[1,1,1,0,0,0,1,1,0,0,1,0,1,1,0,0] => [3,2,1,5,4,6,8,7]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [3,2,1,5,4,7,6,8]
[1,1,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [3,2,1,5,4,7,8,6]
[1,1,1,0,0,0,1,1,0,0,1,1,1,0,0,0] => [3,2,1,5,4,8,7,6]
[1,1,1,0,0,0,1,1,0,1,0,0,1,0,1,0] => [3,2,1,5,6,4,7,8]
[1,1,1,0,0,0,1,1,0,1,0,0,1,1,0,0] => [3,2,1,5,6,4,8,7]
[1,1,1,0,0,0,1,1,0,1,0,1,0,0,1,0] => [3,2,1,5,6,7,4,8]
[1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,0] => [3,2,1,5,6,7,8,4]
[1,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0] => [3,2,1,5,6,8,7,4]
[1,1,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [3,2,1,5,7,6,4,8]
[1,1,1,0,0,0,1,1,0,1,1,0,0,1,0,0] => [3,2,1,5,7,6,8,4]
[1,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [3,2,1,5,7,8,6,4]
[1,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0] => [3,2,1,5,8,7,6,4]
[1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0] => [3,2,1,6,5,4,7,8]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [3,2,1,6,5,4,8,7]
[1,1,1,0,0,0,1,1,1,0,0,1,0,0,1,0] => [3,2,1,6,5,7,4,8]
[1,1,1,0,0,0,1,1,1,0,0,1,0,1,0,0] => [3,2,1,6,5,7,8,4]
[1,1,1,0,0,0,1,1,1,0,0,1,1,0,0,0] => [3,2,1,6,5,8,7,4]
[1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0] => [3,2,1,6,7,5,4,8]
[1,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [3,2,1,6,7,5,8,4]
[1,1,1,0,0,0,1,1,1,0,1,0,1,0,0,0] => [3,2,1,6,7,8,5,4]
[1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,0] => [3,2,1,6,8,7,5,4]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0] => [3,2,1,7,6,5,4,8]
[1,1,1,0,0,0,1,1,1,1,0,0,0,1,0,0] => [3,2,1,7,6,5,8,4]
[1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,0] => [3,2,1,7,6,8,5,4]
[1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,0] => [3,2,1,7,8,6,5,4]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [3,2,1,8,7,6,5,4]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0] => [3,2,4,1,5,6,7,8]
[1,1,1,0,0,1,0,0,1,0,1,0,1,1,0,0] => [3,2,4,1,5,6,8,7]
[1,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0] => [3,2,4,1,5,7,6,8]
[1,1,1,0,0,1,0,0,1,0,1,1,0,1,0,0] => [3,2,4,1,5,7,8,6]
[1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0] => [3,2,4,1,5,8,7,6]
[1,1,1,0,0,1,0,0,1,1,0,0,1,0,1,0] => [3,2,4,1,6,5,7,8]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [3,2,4,1,6,5,8,7]
[1,1,1,0,0,1,0,0,1,1,0,1,0,0,1,0] => [3,2,4,1,6,7,5,8]
[1,1,1,0,0,1,0,0,1,1,0,1,0,1,0,0] => [3,2,4,1,6,7,8,5]
[1,1,1,0,0,1,0,0,1,1,0,1,1,0,0,0] => [3,2,4,1,6,8,7,5]
[1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0] => [3,2,4,1,7,6,5,8]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [3,2,4,1,7,6,8,5]
[1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,0] => [3,2,4,1,7,8,6,5]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0] => [3,2,4,1,8,7,6,5]
[1,1,1,0,0,1,0,1,0,0,1,0,1,0,1,0] => [3,2,4,5,1,6,7,8]
[1,1,1,0,0,1,0,1,0,0,1,0,1,1,0,0] => [3,2,4,5,1,6,8,7]
[1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0] => [3,2,4,5,1,7,6,8]
[1,1,1,0,0,1,0,1,0,0,1,1,0,1,0,0] => [3,2,4,5,1,7,8,6]
[1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0] => [3,2,4,5,1,8,7,6]
[1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0] => [3,2,4,5,6,1,7,8]
[1,1,1,0,0,1,0,1,0,1,0,0,1,1,0,0] => [3,2,4,5,6,1,8,7]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [3,2,4,5,6,7,1,8]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [3,2,4,5,6,7,8,1]
[1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0] => [3,2,4,5,6,8,7,1]
[1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,0] => [3,2,4,5,7,6,1,8]
[1,1,1,0,0,1,0,1,0,1,1,0,0,1,0,0] => [3,2,4,5,7,6,8,1]
[1,1,1,0,0,1,0,1,0,1,1,0,1,0,0,0] => [3,2,4,5,7,8,6,1]
[1,1,1,0,0,1,0,1,0,1,1,1,0,0,0,0] => [3,2,4,5,8,7,6,1]
[1,1,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [3,2,4,6,5,1,7,8]
[1,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0] => [3,2,4,6,5,1,8,7]
[1,1,1,0,0,1,0,1,1,0,0,1,0,0,1,0] => [3,2,4,6,5,7,1,8]
[1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0] => [3,2,4,6,5,7,8,1]
[1,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0] => [3,2,4,6,5,8,7,1]
[1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0] => [3,2,4,6,7,5,1,8]
[1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,0] => [3,2,4,6,7,5,8,1]
[1,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [3,2,4,6,7,8,5,1]
[1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [3,2,4,6,8,7,5,1]
[1,1,1,0,0,1,0,1,1,1,0,0,0,0,1,0] => [3,2,4,7,6,5,1,8]
[1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [3,2,4,7,6,5,8,1]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [3,2,4,7,6,8,5,1]
[1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0] => [3,2,4,7,8,6,5,1]
[1,1,1,0,0,1,0,1,1,1,1,0,0,0,0,0] => [3,2,4,8,7,6,5,1]
[1,1,1,0,0,1,1,0,0,0,1,0,1,0,1,0] => [3,2,5,4,1,6,7,8]
[1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,0] => [3,2,5,4,1,6,8,7]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [3,2,5,4,1,7,6,8]
[1,1,1,0,0,1,1,0,0,0,1,1,0,1,0,0] => [3,2,5,4,1,7,8,6]
[1,1,1,0,0,1,1,0,0,0,1,1,1,0,0,0] => [3,2,5,4,1,8,7,6]
[1,1,1,0,0,1,1,0,0,1,0,0,1,0,1,0] => [3,2,5,4,6,1,7,8]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [3,2,5,4,6,1,8,7]
[1,1,1,0,0,1,1,0,0,1,0,1,0,0,1,0] => [3,2,5,4,6,7,1,8]
[1,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0] => [3,2,5,4,6,7,8,1]
[1,1,1,0,0,1,1,0,0,1,0,1,1,0,0,0] => [3,2,5,4,6,8,7,1]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0] => [3,2,5,4,7,6,1,8]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [3,2,5,4,7,6,8,1]
[1,1,1,0,0,1,1,0,0,1,1,0,1,0,0,0] => [3,2,5,4,7,8,6,1]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,0,0] => [3,2,5,4,8,7,6,1]
[1,1,1,0,0,1,1,0,1,0,0,0,1,0,1,0] => [3,2,5,6,4,1,7,8]
[1,1,1,0,0,1,1,0,1,0,0,0,1,1,0,0] => [3,2,5,6,4,1,8,7]
[1,1,1,0,0,1,1,0,1,0,0,1,0,0,1,0] => [3,2,5,6,4,7,1,8]
[1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,0] => [3,2,5,6,4,7,8,1]
[1,1,1,0,0,1,1,0,1,0,0,1,1,0,0,0] => [3,2,5,6,4,8,7,1]
[1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0] => [3,2,5,6,7,4,1,8]
[1,1,1,0,0,1,1,0,1,0,1,0,0,1,0,0] => [3,2,5,6,7,4,8,1]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0] => [3,2,5,6,7,8,4,1]
[1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0] => [3,2,5,6,8,7,4,1]
[1,1,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [3,2,5,7,6,4,1,8]
[1,1,1,0,0,1,1,0,1,1,0,0,0,1,0,0] => [3,2,5,7,6,4,8,1]
[1,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0] => [3,2,5,7,6,8,4,1]
[1,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [3,2,5,7,8,6,4,1]
[1,1,1,0,0,1,1,0,1,1,1,0,0,0,0,0] => [3,2,5,8,7,6,4,1]
[1,1,1,0,0,1,1,1,0,0,0,0,1,0,1,0] => [3,2,6,5,4,1,7,8]
[1,1,1,0,0,1,1,1,0,0,0,0,1,1,0,0] => [3,2,6,5,4,1,8,7]
[1,1,1,0,0,1,1,1,0,0,0,1,0,0,1,0] => [3,2,6,5,4,7,1,8]
[1,1,1,0,0,1,1,1,0,0,0,1,0,1,0,0] => [3,2,6,5,4,7,8,1]
[1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0] => [3,2,6,5,4,8,7,1]
[1,1,1,0,0,1,1,1,0,0,1,0,0,0,1,0] => [3,2,6,5,7,4,1,8]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [3,2,6,5,7,4,8,1]
[1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0] => [3,2,6,5,7,8,4,1]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,0] => [3,2,6,5,8,7,4,1]
[1,1,1,0,0,1,1,1,0,1,0,0,0,0,1,0] => [3,2,6,7,5,4,1,8]
[1,1,1,0,0,1,1,1,0,1,0,0,0,1,0,0] => [3,2,6,7,5,4,8,1]
[1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [3,2,6,7,5,8,4,1]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,0,0] => [3,2,6,7,8,5,4,1]
[1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0] => [3,2,6,8,7,5,4,1]
[1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0] => [3,2,7,6,5,4,1,8]
[1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0] => [3,2,7,6,5,4,8,1]
[1,1,1,0,0,1,1,1,1,0,0,0,1,0,0,0] => [3,2,7,6,5,8,4,1]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,0,0] => [3,2,7,6,8,5,4,1]
[1,1,1,0,0,1,1,1,1,0,1,0,0,0,0,0] => [3,2,7,8,6,5,4,1]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [3,2,8,7,6,5,4,1]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [3,4,2,1,5,6,7,8]
[1,1,1,0,1,0,0,0,1,0,1,0,1,1,0,0] => [3,4,2,1,5,6,8,7]
[1,1,1,0,1,0,0,0,1,0,1,1,0,0,1,0] => [3,4,2,1,5,7,6,8]
[1,1,1,0,1,0,0,0,1,0,1,1,0,1,0,0] => [3,4,2,1,5,7,8,6]
[1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0] => [3,4,2,1,5,8,7,6]
[1,1,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [3,4,2,1,6,5,7,8]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0] => [3,4,2,1,6,5,8,7]
[1,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0] => [3,4,2,1,6,7,5,8]
[1,1,1,0,1,0,0,0,1,1,0,1,0,1,0,0] => [3,4,2,1,6,7,8,5]
[1,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0] => [3,4,2,1,6,8,7,5]
[1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [3,4,2,1,7,6,5,8]
[1,1,1,0,1,0,0,0,1,1,1,0,0,1,0,0] => [3,4,2,1,7,6,8,5]
[1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0] => [3,4,2,1,7,8,6,5]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [3,4,2,1,8,7,6,5]
[1,1,1,0,1,0,0,1,0,0,1,0,1,0,1,0] => [3,4,2,5,1,6,7,8]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0] => [3,4,2,5,1,6,8,7]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0] => [3,4,2,5,1,7,6,8]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0] => [3,4,2,5,1,7,8,6]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,0] => [3,4,2,5,1,8,7,6]
[1,1,1,0,1,0,0,1,0,1,0,0,1,0,1,0] => [3,4,2,5,6,1,7,8]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0] => [3,4,2,5,6,1,8,7]
[1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [3,4,2,5,6,7,1,8]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [3,4,2,5,6,7,8,1]
[1,1,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [3,4,2,5,6,8,7,1]
[1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0] => [3,4,2,5,7,6,1,8]
[1,1,1,0,1,0,0,1,0,1,1,0,0,1,0,0] => [3,4,2,5,7,6,8,1]
[1,1,1,0,1,0,0,1,0,1,1,0,1,0,0,0] => [3,4,2,5,7,8,6,1]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,0,0] => [3,4,2,5,8,7,6,1]
[1,1,1,0,1,0,0,1,1,0,0,0,1,0,1,0] => [3,4,2,6,5,1,7,8]
[1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0] => [3,4,2,6,5,1,8,7]
[1,1,1,0,1,0,0,1,1,0,0,1,0,0,1,0] => [3,4,2,6,5,7,1,8]
[1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [3,4,2,6,5,7,8,1]
[1,1,1,0,1,0,0,1,1,0,0,1,1,0,0,0] => [3,4,2,6,5,8,7,1]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0] => [3,4,2,6,7,5,1,8]
[1,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0] => [3,4,2,6,7,5,8,1]
[1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,0] => [3,4,2,6,7,8,5,1]
[1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0] => [3,4,2,6,8,7,5,1]
[1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0] => [3,4,2,7,6,5,1,8]
[1,1,1,0,1,0,0,1,1,1,0,0,0,1,0,0] => [3,4,2,7,6,5,8,1]
[1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0] => [3,4,2,7,6,8,5,1]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0] => [3,4,2,7,8,6,5,1]
[1,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [3,4,2,8,7,6,5,1]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [3,4,5,2,1,6,7,8]
[1,1,1,0,1,0,1,0,0,0,1,0,1,1,0,0] => [3,4,5,2,1,6,8,7]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0] => [3,4,5,2,1,7,6,8]
[1,1,1,0,1,0,1,0,0,0,1,1,0,1,0,0] => [3,4,5,2,1,7,8,6]
[1,1,1,0,1,0,1,0,0,0,1,1,1,0,0,0] => [3,4,5,2,1,8,7,6]
[1,1,1,0,1,0,1,0,0,1,0,0,1,0,1,0] => [3,4,5,2,6,1,7,8]
[1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0] => [3,4,5,2,6,1,8,7]
[1,1,1,0,1,0,1,0,0,1,0,1,0,0,1,0] => [3,4,5,2,6,7,1,8]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [3,4,5,2,6,7,8,1]
[1,1,1,0,1,0,1,0,0,1,0,1,1,0,0,0] => [3,4,5,2,6,8,7,1]
[1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0] => [3,4,5,2,7,6,1,8]
[1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,0] => [3,4,5,2,7,6,8,1]
[1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0] => [3,4,5,2,7,8,6,1]
[1,1,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [3,4,5,2,8,7,6,1]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [3,4,5,6,2,1,7,8]
[1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [3,4,5,6,2,1,8,7]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [3,4,5,6,2,7,1,8]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [3,4,5,6,2,7,8,1]
[1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [3,4,5,6,2,8,7,1]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [3,4,5,6,7,2,1,8]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [3,4,5,6,7,2,8,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [3,4,5,6,7,8,2,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [3,4,5,6,8,7,2,1]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [3,4,5,7,6,2,1,8]
[1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,0] => [3,4,5,7,6,2,8,1]
[1,1,1,0,1,0,1,0,1,1,0,0,1,0,0,0] => [3,4,5,7,6,8,2,1]
[1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [3,4,5,7,8,6,2,1]
[1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [3,4,5,8,7,6,2,1]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [3,4,6,5,2,1,7,8]
[1,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0] => [3,4,6,5,2,1,8,7]
[1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0] => [3,4,6,5,2,7,1,8]
[1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [3,4,6,5,2,7,8,1]
[1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0] => [3,4,6,5,2,8,7,1]
[1,1,1,0,1,0,1,1,0,0,1,0,0,0,1,0] => [3,4,6,5,7,2,1,8]
[1,1,1,0,1,0,1,1,0,0,1,0,0,1,0,0] => [3,4,6,5,7,2,8,1]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [3,4,6,5,7,8,2,1]
[1,1,1,0,1,0,1,1,0,0,1,1,0,0,0,0] => [3,4,6,5,8,7,2,1]
[1,1,1,0,1,0,1,1,0,1,0,0,0,0,1,0] => [3,4,6,7,5,2,1,8]
[1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0] => [3,4,6,7,5,2,8,1]
[1,1,1,0,1,0,1,1,0,1,0,0,1,0,0,0] => [3,4,6,7,5,8,2,1]
[1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0] => [3,4,6,7,8,5,2,1]
[1,1,1,0,1,0,1,1,0,1,1,0,0,0,0,0] => [3,4,6,8,7,5,2,1]
[1,1,1,0,1,0,1,1,1,0,0,0,0,0,1,0] => [3,4,7,6,5,2,1,8]
[1,1,1,0,1,0,1,1,1,0,0,0,0,1,0,0] => [3,4,7,6,5,2,8,1]
[1,1,1,0,1,0,1,1,1,0,0,0,1,0,0,0] => [3,4,7,6,5,8,2,1]
[1,1,1,0,1,0,1,1,1,0,0,1,0,0,0,0] => [3,4,7,6,8,5,2,1]
[1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [3,4,7,8,6,5,2,1]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [3,4,8,7,6,5,2,1]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [3,5,4,2,1,6,7,8]
[1,1,1,0,1,1,0,0,0,0,1,0,1,1,0,0] => [3,5,4,2,1,6,8,7]
[1,1,1,0,1,1,0,0,0,0,1,1,0,0,1,0] => [3,5,4,2,1,7,6,8]
[1,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0] => [3,5,4,2,1,7,8,6]
[1,1,1,0,1,1,0,0,0,0,1,1,1,0,0,0] => [3,5,4,2,1,8,7,6]
[1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,0] => [3,5,4,2,6,1,7,8]
[1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0] => [3,5,4,2,6,1,8,7]
[1,1,1,0,1,1,0,0,0,1,0,1,0,0,1,0] => [3,5,4,2,6,7,1,8]
[1,1,1,0,1,1,0,0,0,1,0,1,0,1,0,0] => [3,5,4,2,6,7,8,1]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [3,5,4,2,6,8,7,1]
[1,1,1,0,1,1,0,0,0,1,1,0,0,0,1,0] => [3,5,4,2,7,6,1,8]
[1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0] => [3,5,4,2,7,6,8,1]
[1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0] => [3,5,4,2,7,8,6,1]
[1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0] => [3,5,4,2,8,7,6,1]
[1,1,1,0,1,1,0,0,1,0,0,0,1,0,1,0] => [3,5,4,6,2,1,7,8]
[1,1,1,0,1,1,0,0,1,0,0,0,1,1,0,0] => [3,5,4,6,2,1,8,7]
[1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0] => [3,5,4,6,2,7,1,8]
[1,1,1,0,1,1,0,0,1,0,0,1,0,1,0,0] => [3,5,4,6,2,7,8,1]
[1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0] => [3,5,4,6,2,8,7,1]
[1,1,1,0,1,1,0,0,1,0,1,0,0,0,1,0] => [3,5,4,6,7,2,1,8]
[1,1,1,0,1,1,0,0,1,0,1,0,0,1,0,0] => [3,5,4,6,7,2,8,1]
[1,1,1,0,1,1,0,0,1,0,1,0,1,0,0,0] => [3,5,4,6,7,8,2,1]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [3,5,4,6,8,7,2,1]
[1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [3,5,4,7,6,2,1,8]
[1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0] => [3,5,4,7,6,2,8,1]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0] => [3,5,4,7,6,8,2,1]
[1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0] => [3,5,4,7,8,6,2,1]
[1,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0] => [3,5,4,8,7,6,2,1]
[1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0] => [3,5,6,4,2,1,7,8]
[1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0] => [3,5,6,4,2,1,8,7]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0] => [3,5,6,4,2,7,1,8]
[1,1,1,0,1,1,0,1,0,0,0,1,0,1,0,0] => [3,5,6,4,2,7,8,1]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,0,0] => [3,5,6,4,2,8,7,1]
[1,1,1,0,1,1,0,1,0,0,1,0,0,0,1,0] => [3,5,6,4,7,2,1,8]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,0] => [3,5,6,4,7,2,8,1]
[1,1,1,0,1,1,0,1,0,0,1,0,1,0,0,0] => [3,5,6,4,7,8,2,1]
[1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0] => [3,5,6,4,8,7,2,1]
[1,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0] => [3,5,6,7,4,2,1,8]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0] => [3,5,6,7,4,2,8,1]
[1,1,1,0,1,1,0,1,0,1,0,0,1,0,0,0] => [3,5,6,7,4,8,2,1]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [3,5,6,7,8,4,2,1]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0] => [3,5,6,8,7,4,2,1]
[1,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0] => [3,5,7,6,4,2,1,8]
[1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0] => [3,5,7,6,4,2,8,1]
[1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [3,5,7,6,4,8,2,1]
[1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [3,5,7,6,8,4,2,1]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [3,5,7,8,6,4,2,1]
[1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0] => [3,5,8,7,6,4,2,1]
[1,1,1,0,1,1,1,0,0,0,0,0,1,0,1,0] => [3,6,5,4,2,1,7,8]
[1,1,1,0,1,1,1,0,0,0,0,0,1,1,0,0] => [3,6,5,4,2,1,8,7]
[1,1,1,0,1,1,1,0,0,0,0,1,0,0,1,0] => [3,6,5,4,2,7,1,8]
[1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [3,6,5,4,2,7,8,1]
[1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,0] => [3,6,5,4,2,8,7,1]
[1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,0] => [3,6,5,4,7,2,1,8]
[1,1,1,0,1,1,1,0,0,0,1,0,0,1,0,0] => [3,6,5,4,7,2,8,1]
[1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0] => [3,6,5,4,7,8,2,1]
[1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0] => [3,6,5,4,8,7,2,1]
[1,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [3,6,5,7,4,2,1,8]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [3,6,5,7,4,2,8,1]
[1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [3,6,5,7,4,8,2,1]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [3,6,5,7,8,4,2,1]
[1,1,1,0,1,1,1,0,0,1,1,0,0,0,0,0] => [3,6,5,8,7,4,2,1]
[1,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0] => [3,6,7,5,4,2,1,8]
[1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0] => [3,6,7,5,4,2,8,1]
[1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [3,6,7,5,4,8,2,1]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0] => [3,6,7,5,8,4,2,1]
[1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [3,6,7,8,5,4,2,1]
[1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,0] => [3,6,8,7,5,4,2,1]
[1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0] => [3,7,6,5,4,2,1,8]
[1,1,1,0,1,1,1,1,0,0,0,0,0,1,0,0] => [3,7,6,5,4,2,8,1]
[1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0] => [3,7,6,5,4,8,2,1]
[1,1,1,0,1,1,1,1,0,0,0,1,0,0,0,0] => [3,7,6,5,8,4,2,1]
[1,1,1,0,1,1,1,1,0,0,1,0,0,0,0,0] => [3,7,6,8,5,4,2,1]
[1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0] => [3,7,8,6,5,4,2,1]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [3,8,7,6,5,4,2,1]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [4,3,2,1,5,6,7,8]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,0,0] => [4,3,2,1,5,6,8,7]
[1,1,1,1,0,0,0,0,1,0,1,1,0,0,1,0] => [4,3,2,1,5,7,6,8]
[1,1,1,1,0,0,0,0,1,0,1,1,0,1,0,0] => [4,3,2,1,5,7,8,6]
[1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0] => [4,3,2,1,5,8,7,6]
[1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0] => [4,3,2,1,6,5,7,8]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [4,3,2,1,6,5,8,7]
[1,1,1,1,0,0,0,0,1,1,0,1,0,0,1,0] => [4,3,2,1,6,7,5,8]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,0] => [4,3,2,1,6,7,8,5]
[1,1,1,1,0,0,0,0,1,1,0,1,1,0,0,0] => [4,3,2,1,6,8,7,5]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0] => [4,3,2,1,7,6,5,8]
[1,1,1,1,0,0,0,0,1,1,1,0,0,1,0,0] => [4,3,2,1,7,6,8,5]
[1,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0] => [4,3,2,1,7,8,6,5]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [4,3,2,1,8,7,6,5]
[1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0] => [4,3,2,5,1,6,7,8]
[1,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0] => [4,3,2,5,1,6,8,7]
[1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [4,3,2,5,1,7,6,8]
[1,1,1,1,0,0,0,1,0,0,1,1,0,1,0,0] => [4,3,2,5,1,7,8,6]
[1,1,1,1,0,0,0,1,0,0,1,1,1,0,0,0] => [4,3,2,5,1,8,7,6]
[1,1,1,1,0,0,0,1,0,1,0,0,1,0,1,0] => [4,3,2,5,6,1,7,8]
[1,1,1,1,0,0,0,1,0,1,0,0,1,1,0,0] => [4,3,2,5,6,1,8,7]
[1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0] => [4,3,2,5,6,7,1,8]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [4,3,2,5,6,7,8,1]
[1,1,1,1,0,0,0,1,0,1,0,1,1,0,0,0] => [4,3,2,5,6,8,7,1]
[1,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0] => [4,3,2,5,7,6,1,8]
[1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0] => [4,3,2,5,7,6,8,1]
[1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [4,3,2,5,7,8,6,1]
[1,1,1,1,0,0,0,1,0,1,1,1,0,0,0,0] => [4,3,2,5,8,7,6,1]
[1,1,1,1,0,0,0,1,1,0,0,0,1,0,1,0] => [4,3,2,6,5,1,7,8]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0] => [4,3,2,6,5,1,8,7]
[1,1,1,1,0,0,0,1,1,0,0,1,0,0,1,0] => [4,3,2,6,5,7,1,8]
[1,1,1,1,0,0,0,1,1,0,0,1,0,1,0,0] => [4,3,2,6,5,7,8,1]
[1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [4,3,2,6,5,8,7,1]
[1,1,1,1,0,0,0,1,1,0,1,0,0,0,1,0] => [4,3,2,6,7,5,1,8]
[1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0] => [4,3,2,6,7,5,8,1]
[1,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0] => [4,3,2,6,7,8,5,1]
[1,1,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [4,3,2,6,8,7,5,1]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0] => [4,3,2,7,6,5,1,8]
[1,1,1,1,0,0,0,1,1,1,0,0,0,1,0,0] => [4,3,2,7,6,5,8,1]
[1,1,1,1,0,0,0,1,1,1,0,0,1,0,0,0] => [4,3,2,7,6,8,5,1]
[1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0] => [4,3,2,7,8,6,5,1]
[1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,0] => [4,3,2,8,7,6,5,1]
[1,1,1,1,0,0,1,0,0,0,1,0,1,0,1,0] => [4,3,5,2,1,6,7,8]
[1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0] => [4,3,5,2,1,6,8,7]
[1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [4,3,5,2,1,7,6,8]
[1,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0] => [4,3,5,2,1,7,8,6]
[1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0] => [4,3,5,2,1,8,7,6]
[1,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0] => [4,3,5,2,6,1,7,8]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [4,3,5,2,6,1,8,7]
[1,1,1,1,0,0,1,0,0,1,0,1,0,0,1,0] => [4,3,5,2,6,7,1,8]
[1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,0] => [4,3,5,2,6,7,8,1]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,0] => [4,3,5,2,6,8,7,1]
[1,1,1,1,0,0,1,0,0,1,1,0,0,0,1,0] => [4,3,5,2,7,6,1,8]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [4,3,5,2,7,6,8,1]
[1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0] => [4,3,5,2,7,8,6,1]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,0,0] => [4,3,5,2,8,7,6,1]
[1,1,1,1,0,0,1,0,1,0,0,0,1,0,1,0] => [4,3,5,6,2,1,7,8]
[1,1,1,1,0,0,1,0,1,0,0,0,1,1,0,0] => [4,3,5,6,2,1,8,7]
[1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0] => [4,3,5,6,2,7,1,8]
[1,1,1,1,0,0,1,0,1,0,0,1,0,1,0,0] => [4,3,5,6,2,7,8,1]
[1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0] => [4,3,5,6,2,8,7,1]
[1,1,1,1,0,0,1,0,1,0,1,0,0,0,1,0] => [4,3,5,6,7,2,1,8]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0] => [4,3,5,6,7,2,8,1]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [4,3,5,6,7,8,2,1]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0] => [4,3,5,6,8,7,2,1]
[1,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0] => [4,3,5,7,6,2,1,8]
[1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0] => [4,3,5,7,6,2,8,1]
[1,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0] => [4,3,5,7,6,8,2,1]
[1,1,1,1,0,0,1,0,1,1,0,1,0,0,0,0] => [4,3,5,7,8,6,2,1]
[1,1,1,1,0,0,1,0,1,1,1,0,0,0,0,0] => [4,3,5,8,7,6,2,1]
[1,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0] => [4,3,6,5,2,1,7,8]
[1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0] => [4,3,6,5,2,1,8,7]
[1,1,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [4,3,6,5,2,7,1,8]
[1,1,1,1,0,0,1,1,0,0,0,1,0,1,0,0] => [4,3,6,5,2,7,8,1]
[1,1,1,1,0,0,1,1,0,0,0,1,1,0,0,0] => [4,3,6,5,2,8,7,1]
[1,1,1,1,0,0,1,1,0,0,1,0,0,0,1,0] => [4,3,6,5,7,2,1,8]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [4,3,6,5,7,2,8,1]
[1,1,1,1,0,0,1,1,0,0,1,0,1,0,0,0] => [4,3,6,5,7,8,2,1]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [4,3,6,5,8,7,2,1]
[1,1,1,1,0,0,1,1,0,1,0,0,0,0,1,0] => [4,3,6,7,5,2,1,8]
[1,1,1,1,0,0,1,1,0,1,0,0,0,1,0,0] => [4,3,6,7,5,2,8,1]
[1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0] => [4,3,6,7,5,8,2,1]
[1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [4,3,6,7,8,5,2,1]
[1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [4,3,6,8,7,5,2,1]
[1,1,1,1,0,0,1,1,1,0,0,0,0,0,1,0] => [4,3,7,6,5,2,1,8]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,0] => [4,3,7,6,5,2,8,1]
[1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [4,3,7,6,5,8,2,1]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,0,0] => [4,3,7,6,8,5,2,1]
[1,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0] => [4,3,7,8,6,5,2,1]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,0] => [4,3,8,7,6,5,2,1]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0] => [4,5,3,2,1,6,7,8]
[1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0] => [4,5,3,2,1,6,8,7]
[1,1,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [4,5,3,2,1,7,6,8]
[1,1,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [4,5,3,2,1,7,8,6]
[1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0] => [4,5,3,2,1,8,7,6]
[1,1,1,1,0,1,0,0,0,1,0,0,1,0,1,0] => [4,5,3,2,6,1,7,8]
[1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,0] => [4,5,3,2,6,1,8,7]
[1,1,1,1,0,1,0,0,0,1,0,1,0,0,1,0] => [4,5,3,2,6,7,1,8]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [4,5,3,2,6,7,8,1]
[1,1,1,1,0,1,0,0,0,1,0,1,1,0,0,0] => [4,5,3,2,6,8,7,1]
[1,1,1,1,0,1,0,0,0,1,1,0,0,0,1,0] => [4,5,3,2,7,6,1,8]
[1,1,1,1,0,1,0,0,0,1,1,0,0,1,0,0] => [4,5,3,2,7,6,8,1]
[1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [4,5,3,2,7,8,6,1]
[1,1,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [4,5,3,2,8,7,6,1]
[1,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0] => [4,5,3,6,2,1,7,8]
[1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0] => [4,5,3,6,2,1,8,7]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0] => [4,5,3,6,2,7,1,8]
[1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0] => [4,5,3,6,2,7,8,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,0] => [4,5,3,6,2,8,7,1]
[1,1,1,1,0,1,0,0,1,0,1,0,0,0,1,0] => [4,5,3,6,7,2,1,8]
[1,1,1,1,0,1,0,0,1,0,1,0,0,1,0,0] => [4,5,3,6,7,2,8,1]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [4,5,3,6,7,8,2,1]
[1,1,1,1,0,1,0,0,1,0,1,1,0,0,0,0] => [4,5,3,6,8,7,2,1]
[1,1,1,1,0,1,0,0,1,1,0,0,0,0,1,0] => [4,5,3,7,6,2,1,8]
[1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0] => [4,5,3,7,6,2,8,1]
[1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0] => [4,5,3,7,6,8,2,1]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [4,5,3,7,8,6,2,1]
[1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [4,5,3,8,7,6,2,1]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0,1,0] => [4,5,6,3,2,1,7,8]
[1,1,1,1,0,1,0,1,0,0,0,0,1,1,0,0] => [4,5,6,3,2,1,8,7]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [4,5,6,3,2,7,1,8]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0] => [4,5,6,3,2,7,8,1]
[1,1,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [4,5,6,3,2,8,7,1]
[1,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0] => [4,5,6,3,7,2,1,8]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [4,5,6,3,7,2,8,1]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [4,5,6,3,7,8,2,1]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [4,5,6,3,8,7,2,1]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [4,5,6,7,3,2,1,8]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [4,5,6,7,3,2,8,1]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [4,5,6,7,3,8,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [4,5,6,7,8,3,2,1]
[1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0] => [4,5,6,8,7,3,2,1]
[1,1,1,1,0,1,0,1,1,0,0,0,0,0,1,0] => [4,5,7,6,3,2,1,8]
[1,1,1,1,0,1,0,1,1,0,0,0,0,1,0,0] => [4,5,7,6,3,2,8,1]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [4,5,7,6,3,8,2,1]
[1,1,1,1,0,1,0,1,1,0,0,1,0,0,0,0] => [4,5,7,6,8,3,2,1]
[1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,0] => [4,5,7,8,6,3,2,1]
[1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0] => [4,5,8,7,6,3,2,1]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0] => [4,6,5,3,2,1,7,8]
[1,1,1,1,0,1,1,0,0,0,0,0,1,1,0,0] => [4,6,5,3,2,1,8,7]
[1,1,1,1,0,1,1,0,0,0,0,1,0,0,1,0] => [4,6,5,3,2,7,1,8]
[1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,0] => [4,6,5,3,2,7,8,1]
[1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0] => [4,6,5,3,2,8,7,1]
[1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0] => [4,6,5,3,7,2,1,8]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0] => [4,6,5,3,7,2,8,1]
[1,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [4,6,5,3,7,8,2,1]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,0,0] => [4,6,5,3,8,7,2,1]
[1,1,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [4,6,5,7,3,2,1,8]
[1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [4,6,5,7,3,2,8,1]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,0] => [4,6,5,7,3,8,2,1]
[1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0] => [4,6,5,7,8,3,2,1]
[1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [4,6,5,8,7,3,2,1]
[1,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [4,6,7,5,3,2,1,8]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [4,6,7,5,3,2,8,1]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [4,6,7,5,3,8,2,1]
[1,1,1,1,0,1,1,0,1,0,0,1,0,0,0,0] => [4,6,7,5,8,3,2,1]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [4,6,7,8,5,3,2,1]
[1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [4,6,8,7,5,3,2,1]
[1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0] => [4,7,6,5,3,2,1,8]
[1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [4,7,6,5,3,2,8,1]
[1,1,1,1,0,1,1,1,0,0,0,0,1,0,0,0] => [4,7,6,5,3,8,2,1]
[1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0] => [4,7,6,5,8,3,2,1]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0] => [4,7,6,8,5,3,2,1]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0] => [4,7,8,6,5,3,2,1]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0] => [4,8,7,6,5,3,2,1]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0] => [5,4,3,2,1,6,7,8]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0] => [5,4,3,2,1,6,8,7]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0] => [5,4,3,2,1,7,6,8]
[1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,0] => [5,4,3,2,1,7,8,6]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [5,4,3,2,1,8,7,6]
[1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0] => [5,4,3,2,6,1,7,8]
[1,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0] => [5,4,3,2,6,1,8,7]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0] => [5,4,3,2,6,7,1,8]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [5,4,3,2,6,7,8,1]
[1,1,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [5,4,3,2,6,8,7,1]
[1,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0] => [5,4,3,2,7,6,1,8]
[1,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0] => [5,4,3,2,7,6,8,1]
[1,1,1,1,1,0,0,0,0,1,1,0,1,0,0,0] => [5,4,3,2,7,8,6,1]
[1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0] => [5,4,3,2,8,7,6,1]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0] => [5,4,3,6,2,1,7,8]
[1,1,1,1,1,0,0,0,1,0,0,0,1,1,0,0] => [5,4,3,6,2,1,8,7]
[1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0] => [5,4,3,6,2,7,1,8]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [5,4,3,6,2,7,8,1]
[1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,0] => [5,4,3,6,2,8,7,1]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0] => [5,4,3,6,7,2,1,8]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,0,0] => [5,4,3,6,7,2,8,1]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [5,4,3,6,7,8,2,1]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,0,0] => [5,4,3,6,8,7,2,1]
[1,1,1,1,1,0,0,0,1,1,0,0,0,0,1,0] => [5,4,3,7,6,2,1,8]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,0] => [5,4,3,7,6,2,8,1]
[1,1,1,1,1,0,0,0,1,1,0,0,1,0,0,0] => [5,4,3,7,6,8,2,1]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0] => [5,4,3,7,8,6,2,1]
[1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [5,4,3,8,7,6,2,1]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [5,4,6,3,2,1,7,8]
[1,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [5,4,6,3,2,1,8,7]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [5,4,6,3,2,7,1,8]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,0] => [5,4,6,3,2,7,8,1]
[1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [5,4,6,3,2,8,7,1]
[1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [5,4,6,3,7,2,1,8]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [5,4,6,3,7,2,8,1]
[1,1,1,1,1,0,0,1,0,0,1,0,1,0,0,0] => [5,4,6,3,7,8,2,1]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,0,0] => [5,4,6,3,8,7,2,1]
[1,1,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [5,4,6,7,3,2,1,8]
[1,1,1,1,1,0,0,1,0,1,0,0,0,1,0,0] => [5,4,6,7,3,2,8,1]
[1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [5,4,6,7,3,8,2,1]
[1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0] => [5,4,6,7,8,3,2,1]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0] => [5,4,6,8,7,3,2,1]
[1,1,1,1,1,0,0,1,1,0,0,0,0,0,1,0] => [5,4,7,6,3,2,1,8]
[1,1,1,1,1,0,0,1,1,0,0,0,0,1,0,0] => [5,4,7,6,3,2,8,1]
[1,1,1,1,1,0,0,1,1,0,0,0,1,0,0,0] => [5,4,7,6,3,8,2,1]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,0,0] => [5,4,7,6,8,3,2,1]
[1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [5,4,7,8,6,3,2,1]
[1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0] => [5,4,8,7,6,3,2,1]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0] => [5,6,4,3,2,1,7,8]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0] => [5,6,4,3,2,1,8,7]
[1,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0] => [5,6,4,3,2,7,1,8]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,0] => [5,6,4,3,2,7,8,1]
[1,1,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [5,6,4,3,2,8,7,1]
[1,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [5,6,4,3,7,2,1,8]
[1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [5,6,4,3,7,2,8,1]
[1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0] => [5,6,4,3,7,8,2,1]
[1,1,1,1,1,0,1,0,0,0,1,1,0,0,0,0] => [5,6,4,3,8,7,2,1]
[1,1,1,1,1,0,1,0,0,1,0,0,0,0,1,0] => [5,6,4,7,3,2,1,8]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [5,6,4,7,3,2,8,1]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [5,6,4,7,3,8,2,1]
[1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0] => [5,6,4,7,8,3,2,1]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0] => [5,6,4,8,7,3,2,1]
[1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0] => [5,6,7,4,3,2,1,8]
[1,1,1,1,1,0,1,0,1,0,0,0,0,1,0,0] => [5,6,7,4,3,2,8,1]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [5,6,7,4,3,8,2,1]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [5,6,7,4,8,3,2,1]
[1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [5,6,7,8,4,3,2,1]
[1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0] => [5,6,8,7,4,3,2,1]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0] => [5,7,6,4,3,2,1,8]
[1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [5,7,6,4,3,2,8,1]
[1,1,1,1,1,0,1,1,0,0,0,0,1,0,0,0] => [5,7,6,4,3,8,2,1]
[1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [5,7,6,4,8,3,2,1]
[1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0] => [5,7,6,8,4,3,2,1]
[1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0] => [5,7,8,6,4,3,2,1]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [5,8,7,6,4,3,2,1]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0] => [6,5,4,3,2,1,7,8]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [6,5,4,3,2,1,8,7]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0] => [6,5,4,3,2,7,1,8]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0] => [6,5,4,3,2,7,8,1]
[1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [6,5,4,3,2,8,7,1]
[1,1,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [6,5,4,3,7,2,1,8]
[1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [6,5,4,3,7,2,8,1]
[1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [6,5,4,3,7,8,2,1]
[1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [6,5,4,3,8,7,2,1]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0] => [6,5,4,7,3,2,1,8]
[1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,0] => [6,5,4,7,3,2,8,1]
[1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0] => [6,5,4,7,3,8,2,1]
[1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [6,5,4,7,8,3,2,1]
[1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [6,5,4,8,7,3,2,1]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0] => [6,5,7,4,3,2,1,8]
[1,1,1,1,1,1,0,0,1,0,0,0,0,1,0,0] => [6,5,7,4,3,2,8,1]
[1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0] => [6,5,7,4,3,8,2,1]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0] => [6,5,7,4,8,3,2,1]
[1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [6,5,7,8,4,3,2,1]
[1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0] => [6,5,8,7,4,3,2,1]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [6,7,5,4,3,2,1,8]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0] => [6,7,5,4,3,2,8,1]
[1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0] => [6,7,5,4,3,8,2,1]
[1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [6,7,5,4,8,3,2,1]
[1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0] => [6,7,5,8,4,3,2,1]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [6,7,8,5,4,3,2,1]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [6,8,7,5,4,3,2,1]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [7,6,5,4,3,2,1,8]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [7,6,5,4,3,2,8,1]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [7,6,5,4,3,8,2,1]
[1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0] => [7,6,5,4,8,3,2,1]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [7,6,5,8,4,3,2,1]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [7,6,8,5,4,3,2,1]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [7,8,6,5,4,3,2,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [8,7,6,5,4,3,2,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [8,7,6,5,4,3,2,1,9]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,9,8,7,6,5,4,3,2]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0] => [7,8,6,5,4,3,2,1,9]
[1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [1,8,9,7,6,5,4,3,2]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,0] => [7,6,8,5,4,3,2,1,9]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0] => [6,8,7,5,4,3,2,1,9]
[1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [1,8,7,9,6,5,4,3,2]
[1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [1,7,9,8,6,5,4,3,2]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,1,0] => [7,6,5,8,4,3,2,1,9]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,1,0] => [6,7,8,5,4,3,2,1,9]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,1,0] => [5,8,7,6,4,3,2,1,9]
[1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [1,8,7,6,9,5,4,3,2]
[1,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [1,7,8,9,6,5,4,3,2]
[1,0,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [1,6,9,8,7,5,4,3,2]
[1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,1,0] => [7,6,5,4,8,3,2,1,9]
[1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,1,0] => [6,7,5,8,4,3,2,1,9]
[1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,1,0] => [6,5,8,7,4,3,2,1,9]
[1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,1,0] => [5,7,8,6,4,3,2,1,9]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,1,0] => [4,8,7,6,5,3,2,1,9]
[1,0,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0] => [1,8,7,6,5,9,4,3,2]
[1,0,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0] => [1,7,8,6,9,5,4,3,2]
[1,0,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0] => [1,7,6,9,8,5,4,3,2]
[1,0,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0] => [1,6,8,9,7,5,4,3,2]
[1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0] => [1,5,9,8,7,6,4,3,2]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,1,0] => [7,6,5,4,3,8,2,1,9]
[1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,1,0] => [6,7,5,4,8,3,2,1,9]
[1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,1,0] => [6,5,7,8,4,3,2,1,9]
[1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,1,0] => [5,7,6,8,4,3,2,1,9]
[1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,1,0] => [5,6,8,7,4,3,2,1,9]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,1,0] => [4,7,8,6,5,3,2,1,9]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [3,8,7,6,5,4,2,1,9]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [1,8,7,6,5,4,9,3,2]
[1,0,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [1,7,8,6,5,9,4,3,2]
[1,0,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [1,7,6,8,9,5,4,3,2]
[1,0,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0] => [1,6,8,7,9,5,4,3,2]
[1,0,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0] => [1,6,7,9,8,5,4,3,2]
[1,0,1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0] => [1,5,8,9,7,6,4,3,2]
[1,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [1,4,9,8,7,6,5,3,2]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0] => [7,6,5,4,3,2,8,1,9]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,1,0] => [6,5,7,4,8,3,2,1,9]
[1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,1,0] => [6,5,4,8,7,3,2,1,9]
[1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [5,6,7,8,4,3,2,1,9]
[1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,1,0] => [4,6,8,7,5,3,2,1,9]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [2,8,7,6,5,4,3,1,9]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0] => [7,6,5,4,3,2,1,9,8]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [1,8,7,6,5,4,3,9,2]
[1,0,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0] => [1,7,6,8,5,9,4,3,2]
[1,0,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [1,7,6,5,9,8,4,3,2]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [1,6,7,8,9,5,4,3,2]
[1,0,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [1,5,7,9,8,6,4,3,2]
[1,0,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0] => [1,4,8,9,7,6,5,3,2]
[1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,1,9,8,7,6,5,4,3]
[1,0,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,3,9,8,7,6,5,4,2]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0] => [7,6,5,4,3,2,1,8,9]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,1,0] => [6,7,5,4,3,2,8,1,9]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0,1,0] => [5,6,7,4,8,3,2,1,9]
[1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,1,0] => [4,7,6,5,8,3,2,1,9]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,0] => [5,6,4,8,7,3,2,1,9]
[1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,1,0] => [5,4,7,8,6,3,2,1,9]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,1,0] => [4,6,7,8,5,3,2,1,9]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [1,8,7,6,5,4,3,2,9]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0] => [6,7,5,4,3,2,1,9,8]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0] => [1,7,8,6,5,4,3,9,2]
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0] => [1,7,6,8,5,4,9,3,2]
[1,0,1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [1,7,6,5,8,9,4,3,2]
[1,0,1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [1,6,7,8,5,9,4,3,2]
[1,0,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0] => [1,5,8,7,6,9,4,3,2]
[1,0,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0] => [1,6,7,5,9,8,4,3,2]
[1,0,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [1,6,5,8,9,7,4,3,2]
[1,0,1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [1,5,7,8,9,6,4,3,2]
[1,0,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0] => [1,5,6,9,8,7,4,3,2]
[1,1,0,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,1,8,9,7,6,5,4,3]
[1,0,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,3,8,9,7,6,5,4,2]
[1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,2,9,8,7,6,5,4,3]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0] => [6,7,5,4,3,2,1,8,9]
[1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0,1,0] => [6,5,4,7,3,8,2,1,9]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0,1,0] => [5,6,7,4,3,8,2,1,9]
[1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0,1,0] => [3,6,7,8,5,4,2,1,9]
[1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0] => [2,6,8,7,5,4,3,1,9]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [1,7,8,6,5,4,3,2,9]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,1,0,0] => [6,5,7,4,3,2,1,9,8]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,1,0,0] => [5,7,6,4,3,2,1,9,8]
[1,0,1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [1,6,7,8,5,4,9,3,2]
[1,0,1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [1,5,7,6,9,8,4,3,2]
[1,0,1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [1,4,7,8,9,6,5,3,2]
[1,1,0,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [2,1,8,7,9,6,5,4,3]
[1,0,1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0] => [1,3,8,7,9,6,5,4,2]
[1,1,0,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [2,1,7,9,8,6,5,4,3]
[1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,2,8,9,7,6,5,4,3]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,1,0] => [6,5,7,4,3,2,1,8,9]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,1,0] => [5,7,6,4,3,2,1,8,9]
[1,1,1,1,1,0,1,0,1,0,0,0,0,1,0,0,1,0] => [5,6,7,4,3,2,8,1,9]
[1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0,1,0] => [6,5,4,3,7,8,2,1,9]
[1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [3,7,6,5,4,8,2,1,9]
[1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,1,0] => [5,4,6,7,8,3,2,1,9]
[1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,1,0] => [5,4,3,8,7,6,2,1,9]
[1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,1,0] => [4,5,6,8,7,3,2,1,9]
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0] => [1,7,6,8,5,4,3,2,9]
[1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0] => [1,6,8,7,5,4,3,2,9]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,1,0,0] => [6,5,4,7,3,2,1,9,8]
[1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,1,0,0] => [5,6,7,4,3,2,1,9,8]
[1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,1,0,0] => [4,7,6,5,3,2,1,9,8]
[1,0,1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [1,7,6,5,4,8,9,3,2]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [1,5,7,8,6,4,9,3,2]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0] => [1,4,8,7,6,5,9,3,2]
[1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0] => [1,6,5,7,8,9,4,3,2]
[1,0,1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0] => [1,5,7,6,8,9,4,3,2]
[1,0,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [1,6,5,4,9,8,7,3,2]
[1,0,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0] => [1,5,6,7,9,8,4,3,2]
[1,1,0,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [2,1,7,8,9,6,5,4,3]
[1,0,1,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,3,7,8,9,6,5,4,2]
[1,0,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [1,2,8,7,9,6,5,4,3]
[1,0,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [1,4,5,9,8,7,6,3,2]
[1,1,0,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [2,1,6,9,8,7,5,4,3]
[1,0,1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [1,2,7,9,8,6,5,4,3]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,4,5,6,7,8,9,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,4,5,6,7,9,8,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [2,3,4,5,6,8,7,9,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [2,3,4,5,6,8,9,7,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [2,3,4,5,6,9,8,7,1]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [2,3,4,5,7,6,8,9,1]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [2,3,4,5,7,6,9,8,1]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0] => [2,3,4,5,7,8,6,9,1]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [2,3,4,5,7,8,9,6,1]
[1,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0] => [2,3,4,5,7,9,8,6,1]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0] => [2,3,4,5,8,7,6,9,1]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,0] => [2,3,4,5,8,7,9,6,1]
[1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0] => [2,3,4,5,8,9,7,6,1]
[1,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0] => [2,3,4,5,9,8,7,6,1]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [2,3,4,6,5,7,8,9,1]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0] => [2,3,4,6,5,7,9,8,1]
[1,1,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0] => [2,3,4,6,5,9,8,7,1]
[1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [2,3,4,6,7,5,8,9,1]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [2,3,4,6,7,8,9,5,1]
[1,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0,0] => [2,3,4,6,7,9,8,5,1]
[1,1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0,0] => [2,3,4,6,9,8,7,5,1]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0] => [2,3,4,7,6,5,8,9,1]
[1,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [2,3,4,7,6,8,9,5,1]
[1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [2,3,4,7,8,6,5,9,1]
[1,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0,0] => [2,3,4,7,8,6,9,5,1]
[1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [2,3,4,7,8,9,6,5,1]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0] => [2,3,4,8,7,6,5,9,1]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0,0] => [2,3,4,8,7,6,9,5,1]
[1,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [2,3,4,8,9,7,6,5,1]
[1,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [2,3,4,9,8,7,6,5,1]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [2,3,5,4,6,7,8,9,1]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,0,0] => [2,3,5,4,6,7,9,8,1]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0] => [2,3,5,4,6,8,7,9,1]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0] => [2,3,5,4,6,8,9,7,1]
[1,1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [2,3,5,4,7,6,8,9,1]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,0] => [2,3,5,4,7,8,6,9,1]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [2,3,5,4,7,8,9,6,1]
[1,1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0] => [2,3,5,4,9,8,7,6,1]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0] => [2,3,5,6,4,7,8,9,1]
[1,1,0,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [2,3,5,6,4,9,8,7,1]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,0] => [2,3,5,6,7,4,8,9,1]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,5,6,7,8,9,4,1]
[1,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [2,3,5,6,7,9,8,4,1]
[1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0,0] => [2,3,5,7,6,4,8,9,1]
[1,1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [2,3,5,7,8,9,6,4,1]
[1,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [2,3,5,9,8,7,6,4,1]
[1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [2,3,6,5,4,7,8,9,1]
[1,1,0,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0] => [2,3,6,5,7,4,8,9,1]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [2,3,6,5,7,8,9,4,1]
[1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0] => [2,3,6,7,5,4,8,9,1]
[1,1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0,0] => [2,3,6,7,5,8,9,4,1]
[1,1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [2,3,6,7,8,5,9,4,1]
[1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [2,3,6,7,8,9,5,4,1]
[1,1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0] => [2,3,7,6,5,4,9,8,1]
[1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0] => [2,3,7,6,5,8,9,4,1]
[1,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [2,3,7,6,5,9,8,4,1]
[1,1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0] => [2,3,7,6,8,9,5,4,1]
[1,1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [2,3,7,8,9,6,5,4,1]
[1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [2,3,8,7,6,5,4,9,1]
[1,1,0,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0] => [2,3,8,7,6,9,5,4,1]
[1,1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0] => [2,3,8,7,9,6,5,4,1]
[1,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,3,8,9,7,6,5,4,1]
[1,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,3,9,8,7,6,5,4,1]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [2,4,3,5,6,7,8,9,1]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0] => [2,4,3,5,6,7,9,8,1]
[1,1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0,0] => [2,4,3,5,6,8,9,7,1]
[1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0] => [2,4,3,5,7,6,8,9,1]
[1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,0] => [2,4,3,5,7,8,6,9,1]
[1,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [2,4,3,5,7,8,9,6,1]
[1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [2,4,3,5,8,7,6,9,1]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0] => [2,4,3,6,5,7,8,9,1]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0,0] => [2,4,3,6,5,7,9,8,1]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [2,4,3,6,5,8,7,9,1]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0,0] => [2,4,3,6,5,8,9,7,1]
[1,1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0,0] => [2,4,3,6,5,9,8,7,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0] => [2,4,3,6,8,7,9,5,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [2,4,3,6,8,9,7,5,1]
[1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [2,4,3,7,6,8,5,9,1]
[1,1,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [2,4,3,7,8,6,9,5,1]
[1,1,0,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0] => [2,4,3,7,9,8,6,5,1]
[1,1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [2,4,3,9,8,7,6,5,1]
[1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [2,4,5,3,6,7,8,9,1]
[1,1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [2,4,5,3,6,7,9,8,1]
[1,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,0] => [2,4,5,3,6,8,9,7,1]
[1,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [2,4,5,3,7,6,8,9,1]
[1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0] => [2,4,5,3,7,8,6,9,1]
[1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [2,4,5,3,9,8,7,6,1]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [2,4,5,6,3,7,8,9,1]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [2,4,5,6,7,8,3,9,1]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,4,5,6,7,8,9,3,1]
[1,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [2,4,5,6,7,9,8,3,1]
[1,1,0,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [2,4,5,6,8,9,7,3,1]
[1,1,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [2,4,5,6,9,8,7,3,1]
[1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,1,0,0] => [2,4,5,8,7,6,3,9,1]
[1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [2,4,5,9,8,7,6,3,1]
[1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [2,4,6,5,7,9,8,3,1]
[1,1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [2,4,6,7,8,9,5,3,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [2,4,6,8,7,9,5,3,1]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [2,4,6,8,9,7,5,3,1]
[1,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [2,4,7,6,8,5,9,3,1]
[1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [2,4,9,8,7,6,5,3,1]
[1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [2,5,4,3,6,7,8,9,1]
[1,1,0,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [2,5,4,3,6,8,9,7,1]
[1,1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0] => [2,5,4,3,7,8,9,6,1]
[1,1,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0] => [2,5,4,3,8,9,7,6,1]
[1,1,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0] => [2,5,4,6,3,8,9,7,1]
[1,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [2,5,4,6,7,8,9,3,1]
[1,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [2,5,6,4,3,7,8,9,1]
[1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [2,5,6,4,3,9,8,7,1]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,0,1,0,0] => [2,5,6,4,7,8,3,9,1]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [2,5,6,4,7,8,9,3,1]
[1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0] => [2,5,6,7,4,3,8,9,1]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [2,5,6,7,4,8,9,3,1]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [2,5,6,7,8,4,3,9,1]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [2,5,6,7,8,4,9,3,1]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [2,5,6,7,8,9,4,3,1]
[1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [2,6,5,4,3,7,8,9,1]
[1,1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0] => [2,6,5,4,3,9,8,7,1]
[1,1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [2,6,5,4,7,8,9,3,1]
[1,1,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [2,6,5,4,9,8,7,3,1]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,6,5,7,4,8,3,9,1]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0,0] => [2,6,5,7,4,8,9,3,1]
[1,1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0] => [2,6,5,7,8,9,4,3,1]
[1,1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [2,6,7,5,4,3,9,8,1]
[1,1,0,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0] => [2,6,7,5,8,9,4,3,1]
[1,1,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [2,6,7,8,5,4,9,3,1]
[1,1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [2,6,7,8,9,5,4,3,1]
[1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0] => [2,6,8,9,7,5,4,3,1]
[1,1,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [2,6,9,8,7,5,4,3,1]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0] => [2,7,6,5,4,3,8,9,1]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [2,7,6,5,4,3,9,8,1]
[1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [2,7,6,5,4,9,8,3,1]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0] => [2,7,6,5,8,4,9,3,1]
[1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [2,7,6,5,8,9,4,3,1]
[1,1,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [2,7,6,5,9,8,4,3,1]
[1,1,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [2,7,6,8,9,5,4,3,1]
[1,1,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0] => [2,7,6,9,8,5,4,3,1]
[1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0] => [2,7,8,6,5,4,3,9,1]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [2,7,8,6,5,9,4,3,1]
[1,1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0] => [2,7,8,6,9,5,4,3,1]
[1,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [2,7,8,9,6,5,4,3,1]
[1,1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [2,7,9,8,6,5,4,3,1]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [2,8,7,6,5,4,3,9,1]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [2,8,7,6,5,4,9,3,1]
[1,1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [2,8,7,6,9,5,4,3,1]
[1,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [2,8,7,9,6,5,4,3,1]
[1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [2,8,9,7,6,5,4,3,1]
[1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,9,8,7,6,5,4,3,1]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,2,4,5,6,7,8,9,1]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [3,2,4,5,6,7,9,8,1]
[1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [3,2,4,5,6,8,7,9,1]
[1,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [3,2,4,5,6,8,9,7,1]
[1,1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [3,2,4,5,6,9,8,7,1]
[1,1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [3,2,4,5,7,6,8,9,1]
[1,1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [3,2,4,5,7,8,9,6,1]
[1,1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [3,2,4,6,7,8,9,5,1]
[1,1,1,0,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [3,2,4,7,8,9,6,5,1]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0,0] => [3,2,4,7,9,8,6,5,1]
[1,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [3,2,4,8,9,7,6,5,1]
[1,1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [3,2,4,9,8,7,6,5,1]
[1,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [3,2,5,4,6,7,8,9,1]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [3,2,5,4,7,6,8,9,1]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [3,2,5,4,7,6,9,8,1]
[1,1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0,0] => [3,2,5,4,7,8,6,9,1]
[1,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [3,2,5,4,7,9,8,6,1]
[1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,0] => [3,2,5,6,4,7,8,9,1]
[1,1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0,0] => [3,2,5,6,4,8,9,7,1]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [3,2,5,6,7,8,9,4,1]
[1,1,1,0,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [3,2,5,6,7,9,8,4,1]
[1,1,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0,0] => [3,2,5,6,9,8,7,4,1]
[1,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [3,2,5,7,9,8,6,4,1]
[1,1,1,0,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [3,2,5,9,8,7,6,4,1]
[1,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [3,2,6,5,4,7,8,9,1]
[1,1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [3,2,6,5,7,8,9,4,1]
[1,1,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [3,2,6,7,8,9,5,4,1]
[1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,0] => [3,2,7,6,5,4,8,9,1]
[1,1,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [3,2,7,8,9,6,5,4,1]
[1,1,1,0,0,1,1,1,1,0,1,1,0,0,0,0,0,0] => [3,2,7,9,8,6,5,4,1]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [3,2,8,7,6,5,4,9,1]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,0,0] => [3,2,8,7,6,5,9,4,1]
[1,1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [3,2,8,9,7,6,5,4,1]
[1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [3,2,9,8,7,6,5,4,1]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [3,4,2,5,6,7,8,9,1]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0,0] => [3,4,2,5,6,7,9,8,1]
[1,1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0,0] => [3,4,2,5,6,8,9,7,1]
[1,1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [3,4,2,5,7,8,9,6,1]
[1,1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0,0] => [3,4,2,5,9,8,7,6,1]
[1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0,0] => [3,4,2,6,5,7,8,9,1]
[1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [3,4,2,7,6,8,5,9,1]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0,0] => [3,4,2,8,9,7,6,5,1]
[1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [3,4,2,9,8,7,6,5,1]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [3,4,5,2,6,7,8,9,1]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [3,4,5,2,6,7,9,8,1]
[1,1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0,0] => [3,4,5,2,6,8,9,7,1]
[1,1,1,0,1,0,1,0,0,1,0,1,1,1,0,0,0,0] => [3,4,5,2,6,9,8,7,1]
[1,1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0] => [3,4,5,2,7,8,9,6,1]
[1,1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [3,4,5,2,9,8,7,6,1]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [3,4,5,6,2,7,8,9,1]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0,0] => [3,4,5,6,2,7,9,8,1]
[1,1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [3,4,5,6,2,9,8,7,1]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [3,4,5,6,7,2,8,9,1]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [3,4,5,6,7,2,9,8,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [3,4,5,6,7,8,2,9,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [3,4,5,6,7,8,9,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [3,4,5,6,7,9,8,2,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,0] => [3,4,5,6,8,7,2,9,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0,0] => [3,4,5,6,8,7,9,2,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [3,4,5,6,8,9,7,2,1]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [3,4,5,6,9,8,7,2,1]
[1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [3,4,5,7,6,2,8,9,1]
[1,1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [3,4,5,7,6,8,9,2,1]
[1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0,0] => [3,4,5,7,8,6,2,9,1]
[1,1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0,0] => [3,4,5,7,8,9,6,2,1]
[1,1,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0,0] => [3,4,5,7,9,8,6,2,1]
[1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0,0] => [3,4,5,8,7,6,2,9,1]
[1,1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [3,4,5,8,9,7,6,2,1]
[1,1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [3,4,5,9,8,7,6,2,1]
[1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,0] => [3,4,6,5,2,7,8,9,1]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0,0] => [3,4,6,5,7,8,9,2,1]
[1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,1,0,0] => [3,4,6,7,5,2,8,9,1]
[1,1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0,0] => [3,4,6,7,8,5,9,2,1]
[1,1,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [3,4,6,7,8,9,5,2,1]
[1,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [3,4,6,8,9,7,5,2,1]
[1,1,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [3,4,7,6,5,2,8,9,1]
[1,1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0,0] => [3,4,7,6,5,8,9,2,1]
[1,1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [3,4,7,8,6,5,9,2,1]
[1,1,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [3,4,7,8,9,6,5,2,1]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0,0] => [3,4,8,7,6,5,2,9,1]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0,0] => [3,4,8,7,6,5,9,2,1]
[1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,9,8,7,6,5,2,1]
[1,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [3,5,4,2,6,7,8,9,1]
[1,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [3,5,4,6,7,8,9,2,1]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,0] => [3,5,4,6,8,7,9,2,1]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [3,5,4,7,6,8,2,9,1]
[1,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [3,5,4,7,6,9,8,2,1]
[1,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [3,5,4,7,9,8,6,2,1]
[1,1,1,0,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [3,5,6,4,2,7,8,9,1]
[1,1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [3,5,6,4,7,8,9,2,1]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0,0] => [3,5,6,7,4,2,8,9,1]
[1,1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [3,5,6,7,4,8,9,2,1]
[1,1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [3,5,6,7,4,9,8,2,1]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [3,5,6,7,8,4,2,9,1]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [3,5,6,7,8,4,9,2,1]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [3,5,6,7,8,9,4,2,1]
[1,1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0,0] => [3,5,6,7,9,8,4,2,1]
[1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [3,5,7,6,8,4,2,9,1]
[1,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [3,5,7,8,9,6,4,2,1]
[1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [3,5,8,7,6,4,2,9,1]
[1,1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0,0] => [3,5,9,8,7,6,4,2,1]
[1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [3,6,5,4,2,7,8,9,1]
[1,1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [3,6,5,4,2,7,9,8,1]
[1,1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [3,6,5,4,7,8,9,2,1]
[1,1,1,0,1,1,1,0,0,0,1,1,0,1,0,0,0,0] => [3,6,5,4,8,9,7,2,1]
[1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [3,6,5,4,9,8,7,2,1]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [3,6,5,7,4,2,9,8,1]
[1,1,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0,0] => [3,6,7,5,4,8,9,2,1]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [3,6,7,5,8,4,9,2,1]
[1,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [3,6,7,8,5,4,9,2,1]
[1,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [3,6,7,8,5,9,4,2,1]
[1,1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [3,6,7,8,9,5,4,2,1]
[1,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,0,0] => [3,6,7,9,8,5,4,2,1]
[1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [3,6,8,7,5,4,2,9,1]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [3,6,8,7,5,9,4,2,1]
[1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [3,6,9,8,7,5,4,2,1]
[1,1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [3,7,6,5,4,2,9,8,1]
[1,1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [3,7,6,5,4,8,9,2,1]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [3,7,6,5,4,9,8,2,1]
[1,1,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [3,7,6,5,8,9,4,2,1]
[1,1,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [3,7,6,5,9,8,4,2,1]
[1,1,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [3,7,6,8,9,5,4,2,1]
[1,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,0] => [3,7,8,6,5,4,9,2,1]
[1,1,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [3,7,8,9,6,5,4,2,1]
[1,1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [3,7,9,8,6,5,4,2,1]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [3,8,7,6,5,4,2,9,1]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [3,8,7,6,5,4,9,2,1]
[1,1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0,0] => [3,8,7,6,5,9,4,2,1]
[1,1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [3,8,7,6,9,5,4,2,1]
[1,1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [3,8,7,9,6,5,4,2,1]
[1,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [3,8,9,7,6,5,4,2,1]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,9,8,7,6,5,4,2,1]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [4,3,2,5,6,7,8,9,1]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0,0] => [4,3,2,5,6,7,9,8,1]
[1,1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,0,0] => [4,3,2,5,6,8,9,7,1]
[1,1,1,1,0,0,0,1,0,1,0,1,1,1,0,0,0,0] => [4,3,2,5,6,9,8,7,1]
[1,1,1,1,0,0,0,1,0,1,1,0,1,0,1,0,0,0] => [4,3,2,5,7,8,9,6,1]
[1,1,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [4,3,2,5,8,7,9,6,1]
[1,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,0,0] => [4,3,2,5,8,9,7,6,1]
[1,1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0,0] => [4,3,2,5,9,8,7,6,1]
[1,1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0,0] => [4,3,2,6,5,7,8,9,1]
[1,1,1,1,0,0,0,1,1,0,0,1,1,1,0,0,0,0] => [4,3,2,6,5,9,8,7,1]
[1,1,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0,0] => [4,3,2,6,9,8,7,5,1]
[1,1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,0] => [4,3,2,7,6,5,9,8,1]
[1,1,1,1,0,0,0,1,1,1,0,1,0,1,0,0,0,0] => [4,3,2,7,8,9,6,5,1]
[1,1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,0,0] => [4,3,2,7,9,8,6,5,1]
[1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0,0] => [4,3,2,8,7,6,5,9,1]
[1,1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,0,0] => [4,3,2,8,9,7,6,5,1]
[1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [4,3,2,9,8,7,6,5,1]
[1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,0] => [4,3,5,2,6,7,8,9,1]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0] => [4,3,5,2,7,6,9,8,1]
[1,1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,0] => [4,3,5,2,9,8,7,6,1]
[1,1,1,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0] => [4,3,5,6,2,7,8,9,1]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0] => [4,3,5,6,7,2,8,9,1]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,1,0,0,0] => [4,3,5,6,7,2,9,8,1]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0,0] => [4,3,5,6,7,8,2,9,1]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [4,3,5,6,7,8,9,2,1]
[1,1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0,0] => [4,3,5,6,7,9,8,2,1]
[1,1,1,1,0,0,1,0,1,0,1,1,0,1,0,0,0,0] => [4,3,5,6,8,9,7,2,1]
[1,1,1,1,0,0,1,0,1,0,1,1,1,0,0,0,0,0] => [4,3,5,6,9,8,7,2,1]
[1,1,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0,0] => [4,3,5,7,6,9,8,2,1]
[1,1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,0,0] => [4,3,5,7,8,6,9,2,1]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0,0] => [4,3,5,7,9,8,6,2,1]
[1,1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0,0] => [4,3,5,8,7,6,9,2,1]
[1,1,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0,0] => [4,3,6,5,7,8,9,2,1]
[1,1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0,0] => [4,3,6,7,8,9,5,2,1]
[1,1,1,1,0,0,1,1,1,0,1,0,1,0,0,0,0,0] => [4,3,7,8,9,6,5,2,1]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [4,3,8,7,6,5,9,2,1]
[1,1,1,1,0,0,1,1,1,1,0,0,1,0,0,0,0,0] => [4,3,8,7,9,6,5,2,1]
[1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,0,0,0] => [4,3,8,9,7,6,5,2,1]
[1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0] => [4,3,9,8,7,6,5,2,1]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,0] => [4,5,3,2,6,7,8,9,1]
[1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,0] => [4,5,3,2,8,9,7,6,1]
[1,1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0,0] => [4,5,3,2,9,8,7,6,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [4,5,3,6,2,8,7,9,1]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0,0] => [4,5,3,6,7,8,2,9,1]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [4,5,3,6,7,8,9,2,1]
[1,1,1,1,0,1,0,0,1,0,1,1,0,1,0,0,0,0] => [4,5,3,6,8,9,7,2,1]
[1,1,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0,0] => [4,5,3,9,8,7,6,2,1]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,0] => [4,5,6,3,2,7,8,9,1]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,1,0,0,0] => [4,5,6,3,2,7,9,8,1]
[1,1,1,1,0,1,0,1,0,0,0,1,1,0,1,0,0,0] => [4,5,6,3,2,8,9,7,1]
[1,1,1,1,0,1,0,1,0,0,0,1,1,1,0,0,0,0] => [4,5,6,3,2,9,8,7,1]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,1,0,0] => [4,5,6,3,7,2,8,9,1]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0] => [4,5,6,3,7,2,9,8,1]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,1,0,0] => [4,5,6,3,7,8,2,9,1]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0] => [4,5,6,3,7,8,9,2,1]
[1,1,1,1,0,1,0,1,0,0,1,1,1,0,0,0,0,0] => [4,5,6,3,9,8,7,2,1]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,0] => [4,5,6,7,3,2,8,9,1]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0,0] => [4,5,6,7,3,2,9,8,1]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0] => [4,5,6,7,3,8,9,2,1]
[1,1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0,0] => [4,5,6,7,3,9,8,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0] => [4,5,6,7,8,3,2,9,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [4,5,6,7,8,3,9,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [4,5,6,7,8,9,3,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [4,5,6,7,9,8,3,2,1]
[1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0,0] => [4,5,6,8,7,3,2,9,1]
[1,1,1,1,0,1,0,1,0,1,1,0,0,1,0,0,0,0] => [4,5,6,8,7,9,3,2,1]
[1,1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0] => [4,5,6,8,9,7,3,2,1]
[1,1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0,0] => [4,5,6,9,8,7,3,2,1]
[1,1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,0] => [4,5,7,6,3,2,8,9,1]
[1,1,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0,0] => [4,5,7,6,3,2,9,8,1]
[1,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,0] => [4,5,7,6,8,9,3,2,1]
[1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,1,0,0] => [4,5,7,8,6,3,2,9,1]
[1,1,1,1,0,1,0,1,1,0,1,0,0,1,0,0,0,0] => [4,5,7,8,6,9,3,2,1]
[1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0,0] => [4,5,7,8,9,6,3,2,1]
[1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,1,0,0] => [4,5,8,7,6,3,2,9,1]
[1,1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0] => [4,5,8,9,7,6,3,2,1]
[1,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0] => [4,5,9,8,7,6,3,2,1]
[1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0,0] => [4,6,5,3,2,7,8,9,1]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [4,6,5,7,3,8,2,9,1]
[1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0] => [4,6,5,7,9,8,3,2,1]
[1,1,1,1,0,1,1,0,1,0,0,1,0,1,0,0,0,0] => [4,6,7,5,8,9,3,2,1]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0] => [4,6,7,8,5,3,9,2,1]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0] => [4,6,7,8,9,5,3,2,1]
[1,1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,0] => [4,6,7,9,8,5,3,2,1]
[1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0] => [4,6,8,9,7,5,3,2,1]
[1,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0,0] => [4,6,9,8,7,5,3,2,1]
[1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,1,0,0] => [4,7,6,5,3,2,8,9,1]
[1,1,1,1,0,1,1,1,0,0,0,0,0,1,1,0,0,0] => [4,7,6,5,3,2,9,8,1]
[1,1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0,0] => [4,7,6,5,3,8,9,2,1]
[1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,0,0] => [4,7,6,5,8,3,2,9,1]
[1,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0,0] => [4,7,6,5,8,9,3,2,1]
[1,1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,0] => [4,7,6,5,9,8,3,2,1]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [4,7,6,8,5,3,9,2,1]
[1,1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,0] => [4,7,6,8,9,5,3,2,1]
[1,1,1,1,0,1,1,1,0,0,1,1,0,0,0,0,0,0] => [4,7,6,9,8,5,3,2,1]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0,0] => [4,7,8,6,5,3,2,9,1]
[1,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,0] => [4,7,8,6,5,9,3,2,1]
[1,1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0,0] => [4,7,8,9,6,5,3,2,1]
[1,1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,0,0] => [4,7,9,8,6,5,3,2,1]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0,0] => [4,8,7,6,5,3,2,9,1]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,1,0,0,0] => [4,8,7,6,5,3,9,2,1]
[1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0] => [4,8,7,6,5,9,3,2,1]
[1,1,1,1,0,1,1,1,1,0,0,1,0,0,0,0,0,0] => [4,8,7,9,6,5,3,2,1]
[1,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0,0] => [4,8,9,7,6,5,3,2,1]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0] => [4,9,8,7,6,5,3,2,1]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,0] => [5,4,3,2,6,7,8,9,1]
[1,1,1,1,1,0,0,0,0,1,0,1,1,0,1,0,0,0] => [5,4,3,2,6,8,9,7,1]
[1,1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0,0] => [5,4,3,2,6,9,8,7,1]
[1,1,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,0] => [5,4,3,2,8,9,7,6,1]
[1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0] => [5,4,3,2,9,8,7,6,1]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0,0] => [5,4,3,6,2,7,8,9,1]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,0,1,0,0] => [5,4,3,6,7,2,8,9,1]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0,0] => [5,4,3,6,7,8,2,9,1]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0,0] => [5,4,3,6,7,8,9,2,1]
[1,1,1,1,1,0,0,0,1,0,1,0,1,1,0,0,0,0] => [5,4,3,6,7,9,8,2,1]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [5,4,3,6,8,7,9,2,1]
[1,1,1,1,1,0,0,0,1,0,1,1,1,0,0,0,0,0] => [5,4,3,6,9,8,7,2,1]
[1,1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,0,0] => [5,4,3,7,6,9,8,2,1]
[1,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0,0] => [5,4,3,8,9,7,6,2,1]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,1,0,0] => [5,4,6,3,2,7,8,9,1]
[1,1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0,0] => [5,4,6,3,2,9,8,7,1]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0,0] => [5,4,6,3,7,2,8,9,1]
[1,1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,0,0] => [5,4,6,3,7,8,9,2,1]
[1,1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0,0] => [5,4,6,7,8,3,9,2,1]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [5,4,6,7,8,9,3,2,1]
[1,1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0,0] => [5,4,6,7,9,8,3,2,1]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0] => [5,4,6,8,7,3,9,2,1]
[1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0,0] => [5,4,7,6,9,8,3,2,1]
[1,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,0,0] => [5,4,7,8,9,6,3,2,1]
[1,1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0] => [5,4,7,9,8,6,3,2,1]
[1,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0,0] => [5,4,8,7,6,9,3,2,1]
[1,1,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0,0] => [5,4,8,9,7,6,3,2,1]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,0] => [5,6,4,3,2,7,8,9,1]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0] => [5,6,4,3,2,7,9,8,1]
[1,1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0,0] => [5,6,4,3,2,9,8,7,1]
[1,1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0,0] => [5,6,4,3,7,8,9,2,1]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [5,6,4,7,3,8,2,9,1]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,0] => [5,6,4,7,3,8,9,2,1]
[1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0,0] => [5,6,4,7,8,9,3,2,1]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0] => [5,6,4,8,7,3,9,2,1]
[1,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,0] => [5,6,4,8,9,7,3,2,1]
[1,1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,0,0] => [5,6,4,9,8,7,3,2,1]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0,0] => [5,6,7,4,3,8,9,2,1]
[1,1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0,0] => [5,6,7,4,8,9,3,2,1]
[1,1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,0] => [5,6,7,4,9,8,3,2,1]
[1,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,0] => [5,6,7,8,4,3,9,2,1]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [5,6,7,8,4,9,3,2,1]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [5,6,7,8,9,4,3,2,1]
[1,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [5,6,7,9,8,4,3,2,1]
[1,1,1,1,1,0,1,0,1,1,0,0,1,0,0,0,0,0] => [5,6,8,7,9,4,3,2,1]
[1,1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,0,0] => [5,6,8,9,7,4,3,2,1]
[1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0] => [5,6,9,8,7,4,3,2,1]
[1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0,0] => [5,7,6,4,3,2,8,9,1]
[1,1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,0,0] => [5,7,6,4,3,8,9,2,1]
[1,1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0,0] => [5,7,6,8,9,4,3,2,1]
[1,1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0] => [5,7,6,9,8,4,3,2,1]
[1,1,1,1,1,0,1,1,0,1,0,0,1,0,0,0,0,0] => [5,7,8,6,9,4,3,2,1]
[1,1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,0] => [5,7,8,9,6,4,3,2,1]
[1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0] => [5,7,9,8,6,4,3,2,1]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0] => [5,8,7,6,4,3,2,9,1]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0] => [5,8,7,6,4,3,9,2,1]
[1,1,1,1,1,0,1,1,1,0,0,0,0,1,0,0,0,0] => [5,8,7,6,4,9,3,2,1]
[1,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,0] => [5,8,7,6,9,4,3,2,1]
[1,1,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0] => [5,8,7,9,6,4,3,2,1]
[1,1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,0] => [5,8,9,7,6,4,3,2,1]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0] => [5,9,8,7,6,4,3,2,1]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,0] => [6,5,4,3,2,7,8,9,1]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0,0] => [6,5,4,3,2,7,9,8,1]
[1,1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,0,0] => [6,5,4,3,2,8,9,7,1]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,0] => [6,5,4,3,2,9,8,7,1]
[1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,0] => [6,5,4,3,7,2,8,9,1]
[1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0,0] => [6,5,4,3,7,8,2,9,1]
[1,1,1,1,1,1,0,0,0,0,1,1,0,1,0,0,0,0] => [6,5,4,3,8,9,7,2,1]
[1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0] => [6,5,4,3,9,8,7,2,1]
[1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0,0] => [6,5,4,7,3,2,8,9,1]
[1,1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0,0] => [6,5,4,7,8,9,3,2,1]
[1,1,1,1,1,1,0,0,0,1,0,1,1,0,0,0,0,0] => [6,5,4,7,9,8,3,2,1]
[1,1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,0,0] => [6,5,4,8,7,3,9,2,1]
[1,1,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0,0] => [6,5,4,8,9,7,3,2,1]
[1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0] => [6,5,4,9,8,7,3,2,1]
[1,1,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0,0] => [6,5,7,4,3,2,9,8,1]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0] => [6,5,7,4,8,3,9,2,1]
[1,1,1,1,1,1,0,0,1,0,0,1,0,1,0,0,0,0] => [6,5,7,4,8,9,3,2,1]
[1,1,1,1,1,1,0,0,1,0,0,1,1,0,0,0,0,0] => [6,5,7,4,9,8,3,2,1]
[1,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0,0] => [6,5,7,8,4,9,3,2,1]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0] => [6,5,7,8,9,4,3,2,1]
[1,1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,0] => [6,5,7,9,8,4,3,2,1]
[1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,1,0,0] => [6,5,8,7,4,3,2,9,1]
[1,1,1,1,1,1,0,0,1,1,0,0,1,0,0,0,0,0] => [6,5,8,7,9,4,3,2,1]
[1,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0] => [6,5,8,9,7,4,3,2,1]
[1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0] => [6,5,9,8,7,4,3,2,1]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,0] => [6,7,5,4,3,2,8,9,1]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0,0] => [6,7,5,4,3,2,9,8,1]
[1,1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0] => [6,7,5,4,3,8,9,2,1]
[1,1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0,0] => [6,7,5,4,8,9,3,2,1]
[1,1,1,1,1,1,0,1,0,0,0,1,1,0,0,0,0,0] => [6,7,5,4,9,8,3,2,1]
[1,1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,0] => [6,7,5,8,4,3,9,2,1]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0] => [6,7,5,8,4,9,3,2,1]
[1,1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0,0] => [6,7,5,8,9,4,3,2,1]
[1,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,0] => [6,7,5,9,8,4,3,2,1]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0,0] => [6,7,8,5,4,3,2,9,1]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,1,0,0,0] => [6,7,8,5,4,3,9,2,1]
[1,1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0,0] => [6,7,8,5,4,9,3,2,1]
[1,1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0,0] => [6,7,8,5,9,4,3,2,1]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [6,7,8,9,5,4,3,2,1]
[1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0] => [6,7,9,8,5,4,3,2,1]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,0] => [6,8,7,5,4,3,2,9,1]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,0,0] => [6,8,7,5,4,3,9,2,1]
[1,1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,0,0] => [6,8,7,5,9,4,3,2,1]
[1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0] => [6,8,7,9,5,4,3,2,1]
[1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0] => [6,8,9,7,5,4,3,2,1]
[1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0] => [6,9,8,7,5,4,3,2,1]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,0] => [7,6,5,4,3,2,8,9,1]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0] => [7,6,5,4,3,2,9,8,1]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,0] => [7,6,5,4,3,8,2,9,1]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0,0] => [7,6,5,4,3,8,9,2,1]
[1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [7,6,5,4,3,9,8,2,1]
[1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,1,0,0] => [7,6,5,4,8,3,2,9,1]
[1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0] => [7,6,5,4,9,8,3,2,1]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0,0] => [7,6,5,8,4,3,2,9,1]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0] => [7,6,5,8,4,3,9,2,1]
[1,1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0] => [7,6,5,8,9,4,3,2,1]
[1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0] => [7,6,5,9,8,4,3,2,1]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,0] => [7,6,8,5,4,3,2,9,1]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,1,0,0,0] => [7,6,8,5,4,3,9,2,1]
[1,1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0,0] => [7,6,8,5,4,9,3,2,1]
[1,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0] => [7,6,8,5,9,4,3,2,1]
[1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0] => [7,6,8,9,5,4,3,2,1]
[1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0] => [7,6,9,8,5,4,3,2,1]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0] => [7,8,6,5,4,3,2,9,1]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,0] => [7,8,6,5,4,3,9,2,1]
[1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0] => [7,8,6,5,4,9,3,2,1]
[1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0] => [7,8,6,5,9,4,3,2,1]
[1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0] => [7,8,6,9,5,4,3,2,1]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [7,8,9,6,5,4,3,2,1]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [7,9,8,6,5,4,3,2,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [8,7,6,5,4,3,2,9,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [8,7,6,5,4,3,9,2,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0] => [8,7,6,5,4,9,3,2,1]
[1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [8,7,6,5,9,4,3,2,1]
[1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [8,7,6,9,5,4,3,2,1]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [8,7,9,6,5,4,3,2,1]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [8,9,7,6,5,4,3,2,1]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [9,8,7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,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,1,0,0] => [1,2,3,4,5,6,7,9,8]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [1,2,3,4,5,6,8,9,7]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [1,2,3,4,5,7,8,9,6]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [1,2,3,4,6,7,8,9,5]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [1,2,3,5,6,7,8,9,4]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,2,4,5,6,7,8,9,3]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,4,5,6,7,8,9,2]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [1,2,3,4,5,6,9,8,7]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [1,2,3,4,5,8,7,9,6]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0] => [1,2,3,4,7,6,8,9,5]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0] => [1,2,3,6,5,7,8,9,4]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [1,2,5,4,6,7,8,9,3]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,3,5,6,7,8,9,2]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [1,2,3,4,5,8,9,7,6]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [1,2,3,4,7,8,6,9,5]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [1,2,3,4,5,9,8,7,6]
[1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [1,2,3,6,7,5,8,9,4]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0] => [1,2,3,4,8,7,6,9,5]
[1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [1,2,5,6,4,7,8,9,3]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0] => [1,2,3,7,6,5,8,9,4]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,4,5,3,6,7,8,9,2]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [1,2,3,4,7,8,9,6,5]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,0] => [1,2,3,6,7,8,5,9,4]
[1,0,1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [1,2,3,4,7,9,8,6,5]
[1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0] => [1,2,5,6,7,4,8,9,3]
[1,0,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [1,2,3,4,8,9,7,6,5]
[1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [1,4,5,6,3,7,8,9,2]
[1,0,1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0] => [1,2,5,7,6,4,8,9,3]
[1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [1,2,3,7,8,6,5,9,4]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,1,0,0] => [1,2,6,7,5,4,8,9,3]
[1,0,1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [1,5,6,4,3,7,8,9,2]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [1,2,3,6,7,8,9,5,4]
[1,0,1,0,1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [1,2,3,6,7,9,8,5,4]
[1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [1,2,3,4,9,8,7,6,5]
[1,0,1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [1,2,3,6,8,9,7,5,4]
[1,0,1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [1,4,5,7,6,3,8,9,2]
[1,0,1,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [1,2,7,6,5,4,8,9,3]
[1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [1,2,5,7,8,6,4,9,3]
[1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0] => [1,2,6,7,8,5,4,9,3]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,5,6,7,8,9,4,3]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [1,4,5,6,7,8,3,9,2]
[1,0,1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [1,2,5,6,7,9,8,4,3]
[1,0,1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0] => [1,2,3,8,7,9,6,5,4]
[1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [1,4,7,6,5,3,8,9,2]
[1,0,1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0] => [1,4,5,7,8,6,3,9,2]
[1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [1,2,7,6,8,5,4,9,3]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [1,5,6,7,8,4,3,9,2]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,4,5,6,7,8,9,3,2]
[1,0,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,4,5,6,7,9,8,3,2]
[1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [1,2,3,8,9,7,6,5,4]
[1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [1,2,7,8,6,5,4,9,3]
[1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [1,2,3,9,8,7,6,5,4]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [1,4,7,6,8,5,3,9,2]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0] => [1,7,6,5,4,3,8,9,2]
[1,0,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [1,4,6,7,8,9,5,3,2]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,5,6,7,8,9,4,3,2]
[1,0,1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0] => [1,2,5,8,9,7,6,4,3]
[1,0,1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [1,2,8,7,6,9,5,4,3]
[1,0,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,2,7,8,9,6,5,4,3]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,2,3,4,5,6,8,7,9]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [1,2,3,4,5,7,6,8,9]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [1,2,3,4,5,7,6,9,8]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [1,2,3,4,5,8,7,6,9]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [1,2,3,4,6,5,7,8,9]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0] => [1,2,3,4,6,5,7,9,8]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [1,2,3,4,6,5,8,7,9]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [1,2,3,4,6,5,9,8,7]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0] => [1,2,3,4,7,6,5,8,9]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0] => [1,2,3,4,7,6,5,9,8]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [1,2,3,4,8,7,6,5,9]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [1,2,3,5,4,6,7,8,9]
[1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0] => [1,2,3,5,4,6,8,7,9]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0] => [1,2,3,5,4,7,6,8,9]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,2,3,5,4,7,6,9,8]
[1,0,1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0] => [1,2,3,5,4,9,8,7,6]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [1,2,3,6,5,4,7,8,9]
[1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0] => [1,2,3,6,5,4,8,7,9]
[1,0,1,0,1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [1,2,3,6,5,4,9,8,7]
[1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [1,2,3,8,7,6,5,4,9]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [1,2,4,3,5,6,7,8,9]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [1,2,4,3,5,6,7,9,8]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0] => [1,2,4,3,5,6,8,7,9]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,1,0,0,0] => [1,2,4,3,5,6,9,8,7]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [1,2,4,3,6,5,7,8,9]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [1,2,4,3,6,5,8,7,9]
[1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0] => [1,2,4,3,8,7,6,5,9]
[1,0,1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [1,2,4,3,9,8,7,6,5]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [1,2,5,4,3,6,7,8,9]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [1,2,6,5,4,3,7,8,9]
[1,0,1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [1,2,6,5,4,3,9,8,7]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [1,2,7,6,5,4,3,8,9]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [1,2,7,6,5,4,3,9,8]
[1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [1,2,8,7,6,5,4,3,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,3,2,4,5,6,7,8,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [1,3,2,4,5,6,7,9,8]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,3,2,4,5,6,8,7,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0] => [1,3,2,4,5,6,9,8,7]
[1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0] => [1,3,2,4,5,7,6,8,9]
[1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0] => [1,3,2,4,6,5,7,8,9]
[1,0,1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [1,3,2,4,9,8,7,6,5]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [1,3,2,5,4,6,7,8,9]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0] => [1,3,2,5,4,7,6,8,9]
[1,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]
[1,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [1,3,2,6,5,4,7,8,9]
[1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [1,3,2,8,7,6,5,4,9]
[1,0,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [1,3,2,9,8,7,6,5,4]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [1,4,3,2,5,6,7,8,9]
[1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [1,4,3,2,6,5,8,7,9]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [1,5,4,3,2,6,7,8,9]
[1,0,1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0] => [1,5,4,3,2,6,9,8,7]
[1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0] => [1,5,4,3,2,7,6,8,9]
[1,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [1,5,4,3,2,9,8,7,6]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0] => [1,6,5,4,3,2,7,8,9]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [1,6,5,4,3,2,9,8,7]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0] => [1,7,6,5,4,3,2,8,9]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [1,7,6,5,4,3,2,9,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,3,4,5,6,7,8,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,1,3,4,5,6,7,9,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,1,3,4,5,6,8,7,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [2,1,3,4,5,6,9,8,7]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [2,1,3,4,5,7,6,8,9]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [2,1,3,4,5,7,6,9,8]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [2,1,3,4,5,8,7,6,9]
[1,1,0,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [2,1,3,4,5,9,8,7,6]
[1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [2,1,3,4,6,5,7,8,9]
[1,1,0,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [2,1,3,4,6,5,9,8,7]
[1,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [2,1,3,4,8,7,6,5,9]
[1,1,0,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [2,1,3,4,9,8,7,6,5]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [2,1,3,5,4,6,7,8,9]
[1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [2,1,3,8,7,6,5,4,9]
[1,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,1,3,9,8,7,6,5,4]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,3,5,6,7,8,9]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [2,1,4,3,5,6,7,9,8]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0] => [2,1,4,3,6,5,7,9,8]
[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,9]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [2,1,4,3,6,5,9,8,7]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0] => [2,1,4,3,7,6,5,8,9]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [2,1,4,3,7,6,5,9,8]
[1,1,0,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [2,1,4,3,9,8,7,6,5]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,1,5,4,3,6,7,8,9]
[1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0] => [2,1,5,4,3,8,7,6,9]
[1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [2,1,6,5,4,3,7,8,9]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [2,1,6,5,4,3,9,8,7]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [2,1,7,6,5,4,3,8,9]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [2,1,7,6,5,4,3,9,8]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [2,1,8,7,6,5,4,3,9]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,2,1,4,5,6,7,8,9]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [3,2,1,4,5,6,7,9,8]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [3,2,1,4,5,6,8,7,9]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,1,0,0,0] => [3,2,1,4,5,6,9,8,7]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,0] => [3,2,1,4,6,5,7,9,8]
[1,1,1,0,0,0,1,0,1,1,0,0,1,1,0,0,1,0] => [3,2,1,4,6,5,8,7,9]
[1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [3,2,1,4,8,7,6,5,9]
[1,1,1,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [3,2,1,4,9,8,7,6,5]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [3,2,1,5,4,6,7,8,9]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,2,1,5,4,7,6,9,8]
[1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [3,2,1,6,5,4,7,8,9]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [3,2,1,6,5,4,9,8,7]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [3,2,1,7,6,5,4,9,8]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [3,2,1,8,7,6,5,4,9]
[1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [3,2,1,9,8,7,6,5,4]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [4,3,2,1,5,6,7,8,9]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,1,0,0] => [4,3,2,1,5,6,7,9,8]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,1,0,0,0] => [4,3,2,1,5,6,9,8,7]
[1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0,1,0] => [4,3,2,1,5,8,7,6,9]
[1,1,1,1,0,0,0,0,1,0,1,1,1,1,0,0,0,0] => [4,3,2,1,5,9,8,7,6]
[1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,1,0] => [4,3,2,1,6,5,7,8,9]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0,1,0] => [4,3,2,1,6,5,8,7,9]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,1,0,0,0] => [4,3,2,1,6,5,9,8,7]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0,1,0] => [4,3,2,1,7,6,5,8,9]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,1,0,0] => [4,3,2,1,7,6,5,9,8]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [4,3,2,1,8,7,6,5,9]
[1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [4,3,2,1,9,8,7,6,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0] => [5,4,3,2,1,6,7,8,9]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,1,0,0] => [5,4,3,2,1,6,7,9,8]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0,1,0] => [5,4,3,2,1,6,8,7,9]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,0,0,0] => [5,4,3,2,1,6,9,8,7]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0,1,0] => [5,4,3,2,1,7,6,8,9]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,1,0] => [5,4,3,2,1,8,7,6,9]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [5,4,3,2,1,9,8,7,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0] => [6,5,4,3,2,1,7,8,9]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0] => [6,5,4,3,2,1,7,9,8]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,1,0] => [6,5,4,3,2,1,8,7,9]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0] => [6,5,4,3,2,1,9,8,7]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,3,1,4,5,6,7,8,9]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,3,4,1,5,6,7,8,9]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,3,4,5,1,6,7,8,9]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [2,3,4,5,6,1,7,8,9]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,3,4,5,6,7,1,8,9]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,3,4,5,6,7,8,1,9]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [2,4,3,1,5,6,7,8,9]
[1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,3,5,4,1,6,7,8,9]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0] => [2,3,4,6,5,1,7,8,9]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0] => [2,3,4,5,7,6,1,8,9]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [2,3,4,5,6,8,7,1,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,1,3,4,5,6,8,9,7]
[1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,3,1,4,5,6,8,9,7]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [1,3,2,4,5,6,8,9,7]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,3,1,4,5,6,7,9,8]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [3,4,5,6,7,8,2,1,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [3,4,5,6,7,2,1,8,9]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [3,4,5,6,2,1,7,8,9]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [3,4,5,2,1,6,7,8,9]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [3,4,2,1,5,6,7,8,9]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,1,0] => [6,5,4,3,2,7,1,8,9]
[1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,1,0] => [5,4,3,2,6,1,7,8,9]
[1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0,1,0] => [4,3,2,5,1,6,7,8,9]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [3,2,4,1,5,6,7,8,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [3,4,5,6,7,2,1,9,8]
[1,1,0,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,1,5,6,7,8,9,4,3]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [2,4,5,6,7,8,3,1,9]
[1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,3,1,9,8,7,6,5,4]
[1,1,1,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [3,4,2,1,9,8,7,6,5]
[1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,0] => [4,5,3,2,1,9,8,7,6]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,0,0,0] => [5,6,4,3,2,1,9,8,7]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [1,3,4,5,2,6,7,8,9]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [1,2,4,5,3,6,7,8,9]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0] => [2,3,4,5,1,6,7,9,8]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,1,4,5,3,6,7,8,9]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [1,5,4,6,7,8,9,3,2]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,2,4,5,6,7,8,1,9]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,3,4,5,6,7,9,8,2]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [2,3,4,5,6,7,1,9,8]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,1,4,5,6,7,8,9,3]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0] => [2,3,4,5,6,1,9,8,7]
[1,1,0,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0] => [2,3,4,5,1,9,8,7,6]
[1,1,0,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0] => [2,3,4,1,8,9,7,6,5]
[1,1,0,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0] => [2,3,1,7,8,9,6,5,4]
[1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0] => [2,1,6,7,8,9,5,4,3]
[1,1,0,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [2,1,4,9,8,7,6,5,3]
[1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [3,7,6,5,4,2,1,9,8]
[1,1,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,0] => [3,2,1,6,9,8,7,5,4]
[1,1,1,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0] => [4,6,5,3,2,1,9,8,7]
[1,1,1,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0] => [4,3,2,1,8,9,7,6,5]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0] => [6,5,4,3,2,1,8,9,7]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,1,0,0,0] => [5,4,3,2,1,8,9,7,6]
[1,1,1,0,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [3,2,1,8,9,7,6,5,4]
[1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0] => [1,2,4,3,5,7,8,9,6]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,1,0,0] => [6,5,4,3,2,7,1,9,8]
[1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,0,0] => [5,4,3,6,2,1,9,8,7]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [1,2,3,4,6,7,8,5,9]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [1,2,3,4,6,7,5,8,9]
[1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,1,3,4,6,7,8,9,5]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,1,0,0] => [1,2,3,4,6,7,5,9,8]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [2,3,4,5,6,1,8,7,9]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [2,3,4,5,1,7,6,8,9]
[1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0] => [2,3,4,1,6,5,7,8,9]
[1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [2,3,1,5,4,6,7,8,9]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [2,4,3,1,6,5,8,7,9]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [2,4,3,6,5,1,8,7,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0] => [2,4,3,6,5,8,7,1,9]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [2,4,3,6,5,7,1,9,8]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [2,4,3,5,1,7,6,9,8]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,3,1,5,4,7,6,9,8]
[1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [2,5,4,6,3,1,8,7,9]
[1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,0,1,0] => [2,4,3,7,6,8,5,1,9]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0,1,0] => [2,4,3,6,5,7,1,8,9]
[1,1,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [2,4,3,5,1,8,7,9,6]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [2,3,1,6,5,7,4,9,8]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,4,3,5,2,7,6,9,8]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0] => [2,3,4,1,5,7,8,9,6]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [4,5,6,7,8,3,2,1,9]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [3,4,5,6,8,7,2,1,9]
[1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,3,1,4,5,6,8,7,9]
[1,0,1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [1,2,4,9,8,7,6,5,3]
[1,0,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0] => [1,2,3,5,9,8,7,6,4]
[1,0,1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [1,2,3,4,6,9,8,7,5]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [1,2,3,4,5,7,9,8,6]
[1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [3,2,1,5,6,7,8,9,4]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,1,0,0] => [4,3,2,1,6,7,8,9,5]
[1,1,1,1,0,1,0,0,0,0,1,1,0,1,0,1,0,0] => [4,5,3,2,1,7,8,9,6]
[1,1,1,1,0,1,0,1,0,0,0,0,1,1,0,1,0,0] => [4,5,6,3,2,1,8,9,7]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,1,0,0] => [4,5,6,7,3,2,1,9,8]
[1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0] => [2,3,5,6,7,4,1,8,9]
[1,1,1,0,0,0,1,1,1,1,0,1,0,1,0,0,0,0] => [3,2,1,7,8,9,6,5,4]
[1,1,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,0] => [3,2,1,7,8,6,9,5,4]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,0,1,0] => [4,3,2,1,6,7,8,5,9]
[1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,0] => [1,4,3,2,6,7,8,9,5]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,1,0] => [5,6,4,3,2,1,7,8,9]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0] => [4,5,3,2,1,6,7,8,9]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,1,0,0] => [5,6,4,3,2,1,8,9,7]
[1,0,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [1,4,3,9,8,7,6,5,2]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,1,0,0] => [3,4,2,1,5,6,7,9,8]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,1,0,0] => [4,5,3,2,1,6,7,9,8]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,1,0,0] => [5,6,4,3,2,1,7,9,8]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [1,2,3,4,7,8,6,5,9]
[1,0,1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [1,3,4,5,7,6,8,9,2]
[1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0] => [1,2,5,6,7,4,3,8,9]
[1,0,1,0,1,1,0,1,1,0,0,1,0,1,0,1,0,0] => [1,2,4,6,5,7,8,9,3]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [1,3,4,2,5,6,7,8,9]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [2,3,1,5,6,7,8,9,4]
[1,0,1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0] => [1,5,4,6,7,9,8,3,2]
[1,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [1,2,6,5,7,9,8,4,3]
[1,0,1,0,1,0,1,1,1,1,0,0,1,1,0,0,0,0] => [1,2,3,7,6,9,8,5,4]
[1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [1,4,5,6,3,2,7,8,9]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0] => [1,2,5,6,4,3,7,8,9]
[1,1,1,0,1,0,1,0,0,0,1,1,1,0,1,0,0,0] => [3,4,5,2,1,8,9,7,6]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [1,2,3,4,5,7,8,6,9]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [1,2,3,5,6,7,9,8,4]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0] => [2,3,4,5,6,1,7,9,8]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [1,3,4,5,6,7,2,9,8]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,2,4,5,6,7,9,8,3]
[1,1,1,0,1,0,0,1,0,0,1,0,1,0,1,0,1,0] => [3,4,2,5,1,6,7,8,9]
[1,0,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0] => [1,2,7,6,5,4,9,8,3]
[1,0,1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0] => [1,3,7,6,5,4,2,9,8]
[1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,0,1,0] => [2,1,7,6,5,4,8,3,9]
[1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0,1,0] => [3,2,7,6,5,4,1,8,9]
[1,1,0,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [2,1,4,6,5,3,7,8,9]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,0] => [2,1,4,3,6,8,7,5,9]
[1,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [3,5,4,2,1,7,6,9,8]
[1,1,0,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [2,3,1,8,9,7,6,5,4]
[1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [2,1,7,8,6,5,4,3,9]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0,1,0] => [4,3,5,6,8,7,2,1,9]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,1,0,0] => [2,1,8,7,6,5,4,9,3]
[1,1,0,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0] => [2,3,1,5,6,9,8,7,4]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,1,4,5,6,7,9,8,3]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [1,3,4,5,6,7,8,2,9]
[1,0,1,0,1,1,0,1,0,0,1,1,0,1,0,1,0,0] => [1,2,4,5,3,7,8,9,6]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [1,3,4,5,6,2,8,9,7]
[1,1,1,0,1,0,1,0,1,0,0,0,1,1,1,0,0,0] => [3,4,5,6,2,1,9,8,7]
[1,1,1,0,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [3,4,5,2,1,9,8,7,6]
[1,1,0,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0] => [2,3,4,1,9,8,7,6,5]
[1,0,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [1,2,4,5,3,9,8,7,6]
[1,0,1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [1,2,4,8,9,7,6,5,3]
[1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0,1,0] => [1,2,4,8,7,6,5,3,9]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0,1,0] => [2,3,4,5,7,6,8,1,9]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0] => [2,3,4,5,7,8,6,1,9]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0] => [2,3,4,5,1,7,8,6,9]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0] => [2,3,4,5,8,7,6,1,9]
[1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0,1,0] => [1,4,5,6,3,7,8,2,9]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [1,5,6,7,8,4,3,2,9]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [2,1,3,5,6,7,8,9,4]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,1,3,4,5,7,8,6,9]
[1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,3,1,4,5,7,8,6,9]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [1,3,2,4,5,7,8,6,9]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [1,2,3,4,6,8,9,7,5]
[1,0,1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,0] => [1,2,3,5,7,8,9,6,4]
[1,0,1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0] => [1,2,4,6,7,8,9,5,3]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,5,6,7,8,9,4,2]
[1,1,1,0,1,0,0,0,1,0,1,1,1,0,1,0,0,0] => [3,4,2,1,5,8,9,7,6]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [2,3,4,5,6,1,8,9,7]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,0] => [4,6,5,3,2,1,7,9,8]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,0,1,0,0] => [4,3,2,1,5,6,8,9,7]
[1,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0,1,0] => [5,6,4,3,2,7,1,8,9]
[1,1,1,1,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [4,6,5,3,2,7,1,8,9]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0,1,0] => [5,4,3,2,6,7,1,8,9]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0] => [4,5,6,7,3,2,1,8,9]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0,1,0] => [4,5,6,3,2,7,1,8,9]
[1,1,1,1,0,1,0,0,0,1,0,0,1,0,1,0,1,0] => [4,5,3,2,6,1,7,8,9]
[1,0,1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0] => [1,4,3,5,2,6,7,8,9]
[1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0] => [2,3,4,1,5,6,8,7,9]
[1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0] => [1,2,5,4,6,7,3,8,9]
[1,0,1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [1,3,2,8,9,7,6,5,4]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [1,3,2,4,8,9,7,6,5]
[1,0,1,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0] => [1,3,2,4,5,8,9,7,6]
[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,9,7]
[1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [2,1,4,3,6,7,5,8,9]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [3,4,2,5,1,7,6,9,8]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [3,4,2,1,6,5,8,7,9]
[1,1,1,0,0,1,1,0,0,0,1,1,1,1,0,0,0,0] => [3,2,5,4,1,9,8,7,6]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,1,0,0] => [3,2,1,8,7,6,5,9,4]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,1,0,0] => [1,2,3,4,6,8,7,9,5]
[1,0,1,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0] => [1,2,3,5,8,7,9,6,4]
[1,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0] => [1,2,4,8,7,9,6,5,3]
[1,0,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [1,3,4,9,8,7,6,5,2]
[1,1,0,1,0,1,0,1,1,0,0,0,1,1,1,0,0,0] => [2,3,4,6,5,1,9,8,7]
[1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,1,0,0] => [2,3,4,7,6,5,1,9,8]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0] => [2,3,4,8,7,6,5,1,9]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,1,0] => [4,5,6,7,3,8,2,1,9]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [3,5,6,7,8,4,2,1,9]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0,1,0] => [6,5,4,7,3,2,1,8,9]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,0] => [1,2,3,4,6,8,7,5,9]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [1,2,3,5,6,4,7,8,9]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,1,3,4,5,7,8,9,6]
[1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [1,3,5,4,2,6,7,8,9]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [1,2,4,6,5,3,7,8,9]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0] => [1,2,3,5,7,6,4,8,9]
[1,1,1,1,1,0,0,1,0,0,0,0,1,1,1,0,0,0] => [5,4,6,3,2,1,9,8,7]
[1,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0] => [2,3,1,4,6,5,7,8,9]
[1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [3,2,4,5,6,1,7,8,9]
[1,1,0,1,0,1,1,0,0,1,0,1,0,0,1,0,1,0] => [2,3,5,4,6,7,1,8,9]
[1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [2,1,3,7,8,6,5,9,4]
[1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,0,0] => [3,2,1,4,7,8,6,9,5]
[1,1,1,1,0,0,0,0,1,0,1,1,0,1,0,1,0,0] => [4,3,2,1,5,7,8,9,6]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0] => [2,3,4,1,6,7,8,9,5]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0] => [1,2,3,4,7,6,9,8,5]
[1,0,1,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [1,2,6,5,4,9,8,7,3]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0] => [1,2,3,7,6,5,9,8,4]
[1,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0,1,0] => [4,3,6,5,2,1,7,8,9]
[1,1,0,0,1,1,1,1,0,0,1,0,0,0,1,0,1,0] => [2,1,6,5,7,4,3,8,9]
[1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0,1,0] => [2,1,4,3,7,8,6,5,9]
[1,1,0,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0] => [2,4,3,5,1,6,7,8,9]
[1,1,1,0,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [3,2,4,5,1,6,7,8,9]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [3,4,5,7,6,2,1,8,9]
[1,0,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0] => [1,6,5,4,3,9,8,7,2]
[1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0] => [1,3,4,2,6,5,7,8,9]
[1,1,0,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0] => [2,3,1,5,6,4,7,8,9]
[1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [2,1,3,5,6,4,7,8,9]
[1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,1,0] => [5,4,3,2,8,7,6,1,9]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,3,4,5,6,8,9,7,2]
[1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [1,2,4,5,6,7,3,8,9]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [1,2,5,4,6,7,8,3,9]
[1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0] => [1,2,3,5,6,7,4,8,9]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0] => [1,2,3,6,5,7,8,4,9]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [1,4,5,6,7,3,2,8,9]
[1,0,1,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0] => [1,3,2,5,6,7,4,8,9]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0,1,0] => [1,5,4,6,7,8,3,2,9]
[1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0,1,0] => [1,4,3,2,6,7,8,5,9]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,0] => [4,3,2,6,5,1,9,8,7]
[1,0,1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [1,5,4,3,7,6,9,8,2]
[1,1,1,1,0,1,0,0,0,0,1,1,0,0,1,1,0,0] => [4,5,3,2,1,7,6,9,8]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [1,7,6,5,4,3,9,8,2]
[1,0,1,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [1,2,4,5,6,9,8,7,3]
[1,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,3,1,4,8,9,7,6,5]
[1,1,0,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,1,3,4,8,9,7,6,5]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,0,0,0] => [3,2,1,8,7,6,9,5,4]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0] => [1,3,4,5,6,2,7,9,8]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [2,5,6,7,8,4,3,1,9]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,1,0] => [4,5,6,7,3,2,8,1,9]
[1,0,1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [1,3,6,7,8,9,5,4,2]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,2,4,1,6,5,8,7,9]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [3,2,5,4,6,1,8,7,9]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0] => [3,2,5,4,7,6,8,1,9]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [3,2,5,4,7,6,1,9,8]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [3,2,5,4,1,7,6,9,8]
[1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [3,5,4,2,6,1,8,7,9]
[1,1,1,0,0,1,1,0,1,1,0,0,0,1,0,0,1,0] => [3,2,5,7,6,4,8,1,9]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0,1,0] => [3,2,5,4,7,6,1,8,9]
[1,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [3,2,5,4,1,7,9,8,6]
[1,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [3,2,1,5,7,6,4,9,8]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [1,3,5,4,2,7,6,9,8]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,0,0,1,0] => [2,5,6,4,7,8,3,1,9]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0] => [2,5,6,4,7,3,1,8,9]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0,1,0] => [2,3,6,5,7,8,4,1,9]
[1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0,1,0] => [2,3,6,5,7,4,1,8,9]
[1,1,0,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [2,1,3,4,6,9,8,7,5]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [3,4,2,5,6,7,8,1,9]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [2,4,3,5,6,7,8,1,9]
[1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0,1,0] => [1,2,3,5,8,7,6,4,9]
[1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [1,3,8,7,6,5,4,2,9]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [1,3,4,5,6,8,7,2,9]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [2,3,4,1,5,6,7,9,8]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [1,2,6,5,7,8,9,4,3]
[1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0] => [2,3,4,5,1,6,8,7,9]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [2,3,4,1,5,7,8,6,9]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0] => [2,3,1,4,6,7,8,5,9]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [2,1,3,5,6,7,8,4,9]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [1,2,4,5,6,7,8,3,9]
[1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0] => [2,3,4,1,5,6,8,9,7]
[1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,3,1,4,5,7,8,9,6]
[1,1,1,0,1,0,1,0,0,1,0,0,1,0,1,0,1,0] => [3,4,5,2,6,1,7,8,9]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0,1,0] => [3,4,5,6,2,7,1,8,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [3,4,5,6,7,2,8,1,9]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0,1,0] => [4,6,5,3,2,1,7,8,9]
[1,1,0,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [2,3,1,4,9,8,7,6,5]
[1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [2,3,8,7,6,5,4,1,9]
[1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,1,0] => [6,5,4,3,2,8,7,1,9]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [1,5,6,7,8,4,9,3,2]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [1,2,3,4,7,6,8,5,9]
[1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0] => [1,2,3,6,7,5,4,8,9]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [1,2,3,7,6,8,5,4,9]
[1,1,1,0,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [3,6,5,4,2,1,9,8,7]
[1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,1,0,0] => [5,4,3,2,1,7,8,9,6]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,1,0,0] => [5,4,3,2,1,8,7,9,6]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [1,3,4,5,6,8,7,9,2]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [3,2,8,7,6,5,4,1,9]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [1,5,6,7,4,8,9,3,2]
[1,1,0,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [2,1,6,5,4,9,8,7,3]
[1,1,0,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [2,5,4,3,1,9,8,7,6]
[1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0] => [2,5,4,3,8,7,6,1,9]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,1,0,0] => [3,2,1,6,5,4,8,9,7]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,4,5,6,7,8,3,9]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0] => [2,1,4,3,6,8,7,9,5]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0] => [1,2,3,4,8,7,9,6,5]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,0] => [1,2,3,7,6,8,9,5,4]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0] => [5,4,3,2,1,6,8,9,7]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [3,2,1,4,5,6,8,9,7]
[1,1,1,1,0,1,0,1,0,0,0,0,1,1,1,0,0,0] => [4,5,6,3,2,1,9,8,7]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0,1,0] => [4,5,3,2,6,7,8,1,9]
[1,0,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [1,3,5,4,6,7,8,9,2]
[1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [2,1,4,3,6,7,8,9,5]
[1,0,1,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [1,3,2,6,7,8,9,5,4]
[1,1,1,1,0,1,0,0,1,0,1,1,0,0,0,0,1,0] => [4,5,3,6,8,7,2,1,9]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [2,1,3,4,5,8,9,7,6]
[1,1,1,0,1,0,0,0,1,0,1,0,1,1,0,0,1,0] => [3,4,2,1,5,6,8,7,9]
[1,0,1,0,1,1,0,1,1,0,1,0,0,0,1,0,1,0] => [1,2,4,6,7,5,3,8,9]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [3,4,5,2,1,7,6,8,9]
[1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0,1,0] => [4,3,2,5,6,7,1,8,9]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,3,1,4,6,7,8,9,5]
[1,0,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [1,3,2,5,6,7,8,9,4]
[1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [1,2,4,3,6,7,8,9,5]
[1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0] => [1,2,3,5,4,7,8,9,6]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,0] => [1,2,3,4,6,5,8,9,7]
[1,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,0] => [1,2,3,6,5,8,7,4,9]
[1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [1,2,4,6,5,3,8,7,9]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,1,0] => [1,3,2,6,5,7,4,8,9]
[1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,0,1,0] => [1,4,3,6,5,2,7,8,9]
[1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [1,3,2,4,6,7,8,9,5]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [1,3,4,5,6,7,2,8,9]
[1,1,0,1,1,0,0,1,0,0,1,1,0,1,1,0,0,0] => [2,4,3,5,1,7,9,8,6]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [2,3,1,5,7,9,8,6,4]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [1,3,5,7,9,8,6,4,2]
[1,1,0,1,1,0,0,1,1,0,0,0,1,0,1,0,1,0] => [2,4,3,6,5,1,7,8,9]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,1,0,0,0] => [2,3,1,6,5,7,9,8,4]
[1,0,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [1,4,3,5,7,9,8,6,2]
[1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [1,3,8,7,6,5,4,9,2]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,0] => [1,2,4,5,6,3,7,9,8]
[1,1,1,0,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [3,5,4,2,1,9,8,7,6]
[1,1,0,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [2,4,3,1,9,8,7,6,5]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,1,0] => [4,3,5,6,7,8,2,1,9]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [1,2,3,4,6,7,9,8,5]
[1,1,0,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [2,4,5,3,1,6,7,8,9]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [3,4,5,2,6,7,8,1,9]
[1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0] => [1,3,7,6,5,4,9,8,2]
[1,0,1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0] => [1,4,7,6,5,9,8,3,2]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0] => [1,6,7,5,4,3,2,9,8]
[1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [2,1,7,8,6,5,4,9,3]
[1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [1,2,7,8,6,5,4,3,9]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0] => [1,6,7,5,4,3,2,8,9]
[1,1,0,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0] => [2,6,7,5,4,3,1,9,8]
[1,0,1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [1,2,5,4,8,7,6,9,3]
[1,1,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,0] => [4,5,3,2,1,8,9,7,6]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0] => [1,3,2,4,7,6,9,8,5]
[1,0,1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,2,5,4,7,6,9,8,3]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [1,3,2,6,5,7,4,9,8]
[1,1,0,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0] => [2,3,4,1,5,9,8,7,6]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [3,2,4,5,6,7,1,8,9]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [3,5,4,2,1,6,7,8,9]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [3,4,6,5,2,1,7,8,9]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [1,2,3,5,7,6,4,9,8]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [1,2,3,6,5,7,4,9,8]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [1,2,6,5,7,4,3,9,8]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,0] => [1,2,4,5,7,6,3,9,8]
[1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,1,0,0] => [1,2,5,6,4,7,3,9,8]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [1,2,6,5,4,7,3,9,8]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [1,4,5,6,7,8,3,2,9]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [1,2,5,6,7,8,4,3,9]
[1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [3,6,7,5,4,8,2,1,9]
[1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [1,3,4,2,5,7,8,6,9]
[1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0] => [1,2,4,3,5,7,8,6,9]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0] => [1,3,4,2,5,6,8,7,9]
[1,1,1,0,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [3,2,1,6,7,8,9,5,4]
[1,1,1,1,0,0,1,0,1,0,1,0,0,0,1,0,1,0] => [4,3,5,6,7,2,1,8,9]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0] => [2,3,1,5,6,4,9,8,7]
[1,1,0,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [2,1,6,5,4,7,3,9,8]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,0] => [2,1,5,4,6,3,9,8,7]
[1,1,0,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [2,1,4,5,3,9,8,7,6]
[1,0,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0] => [1,2,5,6,4,3,9,8,7]
[1,0,1,1,1,1,1,0,0,0,1,0,0,0,1,1,0,0] => [1,6,5,4,7,3,2,9,8]
[1,0,1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0] => [1,5,4,6,3,2,9,8,7]
[1,0,1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [1,4,5,3,2,9,8,7,6]
[1,1,0,1,0,1,0,0,1,1,1,0,1,0,1,0,0,0] => [2,3,4,1,7,8,9,6,5]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [2,3,4,1,6,7,8,5,9]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [2,3,1,5,6,7,8,4,9]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,1,0] => [2,3,4,5,1,8,7,6,9]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [2,3,4,1,7,6,8,5,9]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [2,3,1,6,5,7,8,4,9]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [2,1,5,4,6,7,8,3,9]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [1,4,3,5,6,7,8,2,9]
[1,1,0,1,0,1,0,0,1,1,1,0,1,0,0,0,1,0] => [2,3,4,1,7,8,6,5,9]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0] => [2,3,1,6,7,5,8,4,9]
[1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [2,3,4,1,8,7,6,5,9]
[1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0,1,0] => [2,1,5,6,4,7,8,3,9]
[1,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0,1,0] => [2,3,1,7,6,5,8,4,9]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [1,4,5,3,6,7,8,2,9]
[1,1,0,0,1,1,1,1,0,0,0,1,0,1,0,0,1,0] => [2,1,6,5,4,7,8,3,9]
[1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0] => [1,5,4,3,6,7,8,2,9]
[1,1,1,0,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [3,5,4,6,2,1,8,7,9]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0,1,0] => [3,5,4,7,6,8,2,1,9]
[1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [3,5,4,7,6,2,8,1,9]
[1,0,1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [1,3,4,5,7,6,9,8,2]
[1,0,1,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0] => [1,4,3,5,7,6,9,8,2]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,1,0,0] => [2,3,4,5,7,6,1,9,8]
[1,1,0,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0] => [2,1,4,5,7,6,9,8,3]
[1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [1,4,5,6,8,7,3,2,9]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,1,0,0] => [4,3,2,1,8,7,6,9,5]
[1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [1,4,5,3,2,6,7,8,9]
[1,1,0,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [2,3,1,4,5,9,8,7,6]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,0] => [4,3,2,6,5,1,8,7,9]
[1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0,1,0] => [4,3,6,5,2,1,8,7,9]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,0] => [2,4,6,5,3,1,8,7,9]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0] => [4,3,5,2,6,1,8,7,9]
[1,1,0,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0] => [2,4,5,3,6,1,8,7,9]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [1,4,5,6,7,3,2,9,8]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,1,0,0] => [3,4,5,6,2,1,7,9,8]
[1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0] => [3,4,2,5,6,7,1,8,9]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0,1,0] => [2,3,5,6,7,4,8,1,9]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0,1,0] => [2,3,4,6,5,7,8,1,9]
[1,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,1,4,5,6,7,3,8,9]
[1,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [2,3,1,8,7,6,5,4,9]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0,1,0] => [3,4,2,1,8,7,6,5,9]
[1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0,1,0] => [4,5,3,2,1,8,7,6,9]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0,1,0] => [5,6,4,3,2,1,8,7,9]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [3,2,4,1,8,7,6,5,9]
[1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0] => [4,3,5,2,1,8,7,6,9]
[1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [1,3,4,2,8,7,6,5,9]
[1,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0,1,0] => [5,4,6,3,2,1,8,7,9]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [1,4,5,3,2,8,7,6,9]
[1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [1,5,6,4,3,2,8,7,9]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0] => [2,3,4,5,1,7,8,9,6]
[1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0,1,0] => [3,4,5,6,2,1,8,7,9]
[1,0,1,1,1,1,0,0,1,0,1,1,0,1,0,0,0,0] => [1,5,4,6,8,9,7,3,2]
[1,1,1,0,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [3,2,1,4,6,7,8,9,5]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0] => [1,3,2,4,5,7,8,9,6]
[1,0,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [1,3,4,5,6,9,8,7,2]
[1,0,1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [1,3,4,5,7,8,9,6,2]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0] => [2,1,4,6,5,7,3,9,8]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [2,1,4,6,5,3,8,7,9]
[1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,1,0] => [3,5,4,6,2,8,7,1,9]
[1,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0,1,0] => [3,2,5,7,6,8,4,1,9]
[1,1,0,0,1,1,0,1,1,0,0,1,0,1,0,0,1,0] => [2,1,4,6,5,7,8,3,9]
[1,1,1,0,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [3,2,4,1,6,8,7,5,9]
[1,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,1,0] => [3,2,4,6,5,1,8,7,9]
[1,0,1,0,1,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,2,4,5,6,8,9,7,3]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0] => [1,3,7,8,6,5,4,9,2]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0,1,0] => [4,3,2,7,6,5,1,8,9]
[1,1,0,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [2,6,5,4,3,1,9,8,7]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [3,2,4,5,6,7,1,9,8]
[1,1,0,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0] => [2,4,3,5,6,7,1,8,9]
[1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [1,3,2,5,4,7,9,8,6]
[1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [1,3,2,5,7,6,9,8,4]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,3,5,4,7,6,9,8,2]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,1,5,4,7,6,9,8,3]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [2,1,4,3,7,6,9,8,5]
[1,0,1,1,0,0,1,1,0,1,1,1,0,0,1,0,0,0] => [1,3,2,5,8,7,9,6,4]
[1,0,1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,0] => [1,3,6,5,7,4,9,8,2]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,0] => [3,2,4,1,7,6,9,8,5]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0] => [2,1,4,3,7,6,8,5,9]
[1,1,0,1,0,1,0,1,1,0,0,1,0,0,1,0,1,0] => [2,3,4,6,5,7,1,8,9]
[1,1,0,1,0,1,1,0,0,1,0,0,1,0,1,0,1,0] => [2,3,5,4,6,1,7,8,9]
[1,0,1,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [1,2,3,5,8,9,7,6,4]
[1,0,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [1,5,4,7,8,9,6,3,2]
[1,0,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [1,6,5,7,8,4,9,3,2]
[1,0,1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [1,5,4,7,9,8,6,3,2]
[1,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [3,2,1,5,7,9,8,6,4]
[1,0,1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [1,4,5,6,7,3,9,8,2]
[1,0,1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [1,3,5,6,7,9,8,4,2]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0] => [1,5,4,6,7,8,3,9,2]
[1,0,1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0] => [1,4,3,6,7,8,9,5,2]
[1,1,0,0,1,1,1,1,0,0,0,1,1,0,0,0,1,0] => [2,1,6,5,4,8,7,3,9]
[1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0] => [4,3,5,2,1,7,6,9,8]
[1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,1,0,0] => [3,2,1,6,7,5,4,9,8]
[1,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [1,4,3,6,5,7,2,9,8]
[1,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0,1,0] => [4,5,6,3,7,2,1,8,9]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0,1,0] => [4,5,6,3,7,8,2,1,9]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [2,4,3,6,8,7,5,1,9]
[1,1,0,1,0,0,1,1,1,0,1,0,1,1,0,0,0,0] => [2,3,1,6,7,9,8,5,4]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [2,4,5,3,1,9,8,7,6]
[1,1,1,0,0,1,1,0,0,1,0,1,1,0,0,0,1,0] => [3,2,5,4,6,8,7,1,9]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,0,1,0] => [4,3,5,2,6,8,7,1,9]
[1,0,1,1,1,0,1,0,0,1,1,0,0,1,1,0,0,0] => [1,4,5,3,7,6,9,8,2]
[1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0] => [4,3,5,7,6,2,8,1,9]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0] => [1,3,2,4,7,9,8,6,5]
[1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0,1,0] => [2,1,5,7,6,4,8,3,9]
[1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [1,3,5,4,7,6,2,9,8]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0] => [1,3,5,4,7,6,8,2,9]
[1,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [1,3,5,4,6,2,8,7,9]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [1,3,4,2,6,5,8,7,9]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0] => [1,3,6,5,7,4,2,9,8]
[1,0,1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,0] => [1,3,5,4,8,7,9,6,2]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [1,3,5,4,7,6,8,9,2]
[1,0,1,1,0,1,1,0,0,1,0,0,1,1,1,0,0,0] => [1,3,5,4,6,2,9,8,7]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [1,3,4,2,7,6,8,5,9]
[1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [1,2,5,4,6,3,8,7,9]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0] => [1,3,6,5,8,7,9,4,2]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [1,3,6,8,7,5,9,4,2]
[1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0,1,0] => [3,4,5,6,2,8,7,1,9]
[1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [2,4,5,6,8,7,3,1,9]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0,1,0] => [4,3,5,6,7,2,8,1,9]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0,1,0] => [3,2,5,6,7,8,4,1,9]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0] => [4,5,6,3,2,1,7,8,9]
[1,1,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,0] => [3,2,5,6,4,7,1,9,8]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,0] => [3,2,5,4,6,1,9,8,7]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [3,2,4,1,7,6,8,5,9]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [2,1,5,4,6,3,8,7,9]
[1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [1,3,2,5,7,6,4,9,8]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0] => [1,2,4,5,7,6,3,8,9]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0] => [1,2,4,5,3,6,7,9,8]
[1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0] => [3,2,6,7,5,8,4,1,9]
[1,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0,1,0] => [3,2,4,6,7,8,5,1,9]
[1,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0,1,0] => [4,3,2,6,7,8,5,1,9]
[1,1,1,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [3,2,6,7,5,4,1,8,9]
[1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0,1,0] => [3,2,4,6,7,5,1,8,9]
[1,1,1,1,0,0,0,1,1,0,1,0,0,0,1,0,1,0] => [4,3,2,6,7,5,1,8,9]
[1,1,1,1,1,1,0,0,0,0,1,0,0,0,1,0,1,0] => [6,5,4,3,7,2,1,8,9]
[1,1,1,1,0,0,0,1,0,1,0,0,1,0,1,0,1,0] => [4,3,2,5,6,1,7,8,9]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0] => [3,4,5,6,2,7,8,1,9]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,1,0,0] => [3,4,5,6,2,7,1,9,8]
[1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [2,1,5,6,4,7,8,9,3]
[1,1,0,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [2,1,6,5,7,8,9,4,3]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [3,6,5,7,4,2,8,1,9]
[1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,1,0] => [3,5,4,2,7,6,8,1,9]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0] => [1,4,5,3,7,6,2,9,8]
[1,0,1,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0] => [1,3,4,5,2,7,9,8,6]
[1,0,1,1,0,1,0,0,1,0,1,1,0,1,1,0,0,0] => [1,3,4,2,5,7,9,8,6]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,1,0,0,0] => [1,3,2,4,5,7,9,8,6]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,1,0] => [3,5,6,8,7,4,2,1,9]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,1,0] => [4,5,6,3,8,7,2,1,9]
[1,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,0] => [1,2,6,7,5,4,3,8,9]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [5,4,6,3,7,2,8,1,9]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0] => [4,3,5,2,6,1,8,9,7]
[1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [3,2,4,1,7,8,6,9,5]
[1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [2,1,6,7,5,8,4,9,3]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,6,5,7,4,8,3,9,2]
[1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [2,3,1,7,6,8,5,9,4]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [3,4,2,5,1,8,7,9,6]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [4,5,3,6,2,7,1,9,8]
[1,1,1,0,0,1,0,0,1,1,0,1,1,0,0,1,0,0] => [3,2,4,1,6,8,7,9,5]
[1,1,0,0,1,1,1,0,1,1,0,0,1,0,0,1,0,0] => [2,1,5,7,6,8,4,9,3]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [1,5,6,7,4,8,3,9,2]
[1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [3,2,1,7,6,8,5,9,4]
[1,1,1,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [3,4,2,6,5,7,1,9,8]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,1,0,0] => [3,4,5,2,1,7,6,9,8]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0] => [2,7,6,5,4,3,8,1,9]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [2,4,3,1,6,8,7,5,9]
[1,0,1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [1,4,5,6,7,3,8,2,9]
[1,0,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0] => [1,4,7,6,5,8,9,3,2]
[1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0] => [1,3,7,6,5,4,8,9,2]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,3,4,1,6,5,8,7,9]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [2,1,3,4,5,8,7,9,6]
[1,1,1,0,1,0,0,0,1,1,0,1,0,1,0,1,0,0] => [3,4,2,1,6,7,8,9,5]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0] => [1,3,6,5,8,7,4,9,2]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,1,0,0] => [1,3,6,5,4,7,2,9,8]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [1,3,4,5,2,7,6,9,8]
[1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0] => [4,6,5,3,7,2,1,9,8]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0] => [4,5,6,3,2,7,1,9,8]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [2,3,4,5,1,7,6,9,8]
[1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0,1,0] => [2,3,1,4,6,5,8,7,9]
[1,1,1,0,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [3,2,1,5,6,8,9,7,4]
[1,1,1,0,0,1,0,1,0,0,1,1,1,0,1,0,0,0] => [3,2,4,5,1,8,9,7,6]
[1,1,1,0,0,0,1,0,1,0,1,1,1,0,1,0,0,0] => [3,2,1,4,5,8,9,7,6]
[1,1,1,1,0,0,0,0,1,0,1,1,1,0,1,0,0,0] => [4,3,2,1,5,8,9,7,6]
[1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0] => [2,4,3,5,7,6,1,9,8]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,0,0] => [2,4,3,6,5,1,8,9,7]
[1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [1,3,4,7,8,6,5,9,2]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0] => [1,3,6,7,8,5,4,9,2]
[1,1,0,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0] => [2,1,7,6,8,9,5,4,3]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [2,1,5,4,6,7,8,9,3]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,0,0,1,0] => [5,4,3,6,7,2,8,1,9]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,0,1,0] => [5,4,6,3,2,7,8,1,9]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,0,1,0] => [5,4,3,6,2,7,8,1,9]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0,1,0] => [5,4,3,2,6,7,8,1,9]
[1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,1,0] => [5,4,6,3,7,2,1,8,9]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0,1,0] => [5,4,3,6,7,2,1,8,9]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0,1,0,1,0] => [5,4,6,3,2,7,1,8,9]
[1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,1,0] => [5,4,3,6,2,7,1,8,9]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,0,1,0] => [5,4,6,3,2,1,7,8,9]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0,1,0] => [5,4,3,6,2,1,7,8,9]
[1,0,1,0,1,1,1,1,0,0,1,1,0,1,0,0,0,0] => [1,2,6,5,8,9,7,4,3]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [4,6,7,5,3,2,8,1,9]
[1,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0] => [2,3,1,5,6,7,4,8,9]
[1,1,0,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [2,3,6,5,4,1,8,9,7]
[1,1,0,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0] => [2,3,4,1,6,9,8,7,5]
[1,1,0,1,1,0,0,1,1,1,0,0,0,0,1,1,0,0] => [2,4,3,7,6,5,1,9,8]
[1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0] => [2,6,5,4,3,7,1,9,8]
[1,1,0,0,1,1,0,1,1,1,0,0,0,1,0,1,0,0] => [2,1,4,7,6,5,8,9,3]
[1,1,0,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [2,1,4,5,6,9,8,7,3]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [2,1,5,4,8,7,6,9,3]
[1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [2,1,7,6,5,4,8,9,3]
[1,1,0,0,1,1,0,1,0,1,1,1,1,0,0,0,0,0] => [2,1,4,5,9,8,7,6,3]
[1,1,1,0,1,0,0,0,1,1,1,0,1,0,1,0,0,0] => [3,4,2,1,7,8,9,6,5]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [1,3,5,7,6,4,2,9,8]
[1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [1,3,5,4,7,9,8,6,2]
[1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0] => [1,2,3,5,4,6,8,9,7]
[1,1,1,1,1,0,0,0,1,0,0,0,1,1,0,0,1,0] => [5,4,3,6,2,1,8,7,9]
[1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,0,1,0] => [4,5,3,2,6,1,8,7,9]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0] => [4,5,3,6,2,7,1,8,9]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [1,3,7,6,8,5,9,4,2]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [1,3,5,8,7,9,6,4,2]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0] => [1,2,6,5,7,4,8,3,9]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [2,6,5,7,4,8,3,1,9]
[1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [4,5,3,2,6,1,8,9,7]
[1,1,1,1,0,0,0,1,0,0,1,1,0,1,0,1,0,0] => [4,3,2,5,1,7,8,9,6]
[1,1,1,0,0,1,0,0,1,1,0,1,0,1,0,1,0,0] => [3,2,4,1,6,7,8,9,5]
[1,1,0,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,3,5,4,1,7,6,9,8]
[1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0] => [4,3,2,5,1,7,6,9,8]
[1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [1,4,5,7,6,3,2,8,9]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [1,4,6,5,3,2,7,8,9]
[1,0,1,0,1,0,1,1,0,1,0,1,1,0,1,0,0,0] => [1,2,3,5,6,8,9,7,4]
[1,0,1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,0] => [1,2,4,5,8,9,7,6,3]
[1,0,1,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [1,3,4,8,9,7,6,5,2]
[1,1,0,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0] => [2,5,4,3,1,8,7,6,9]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,1,0,0,0] => [2,1,4,6,5,3,9,8,7]
[1,1,0,1,1,1,0,0,0,1,1,0,0,0,1,0,1,0] => [2,5,4,3,7,6,1,8,9]
[1,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [3,2,1,5,4,7,9,8,6]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,0] => [2,1,4,6,5,8,7,3,9]
[1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [3,4,2,1,7,6,5,9,8]
[1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [3,2,1,4,5,7,8,6,9]
[1,0,1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,0] => [1,2,4,5,8,7,6,9,3]
[1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [1,3,6,5,4,2,8,9,7]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,0] => [1,3,4,6,5,2,8,9,7]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [1,2,3,6,7,8,5,4,9]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,0,0,0] => [3,2,4,1,9,8,7,6,5]
[1,1,1,1,0,0,0,1,0,0,1,1,1,1,0,0,0,0] => [4,3,2,5,1,9,8,7,6]
[1,1,1,1,1,0,0,0,0,1,0,0,1,1,1,0,0,0] => [5,4,3,2,6,1,9,8,7]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [4,6,5,3,7,2,8,1,9]
[1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [2,5,4,7,6,3,8,1,9]
[1,0,1,1,1,1,0,0,1,0,0,1,1,0,0,0,1,0] => [1,5,4,6,3,8,7,2,9]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0,1,0] => [2,4,3,5,1,7,6,8,9]
[1,1,1,1,0,0,0,0,1,1,0,1,1,1,0,0,0,0] => [4,3,2,1,6,9,8,7,5]
[1,1,1,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0] => [3,2,6,5,4,1,9,8,7]
[1,1,1,1,1,0,0,0,1,1,0,0,0,0,1,1,0,0] => [5,4,3,7,6,2,1,9,8]
[1,1,0,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [2,1,7,6,9,8,5,4,3]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0,1,0] => [1,3,5,6,7,8,4,2,9]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0] => [1,2,4,3,5,6,8,9,7]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0] => [2,3,4,5,1,8,7,9,6]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0] => [1,3,4,5,6,2,9,8,7]
[1,0,1,1,0,1,0,1,0,0,1,0,1,1,1,0,0,0] => [1,3,4,5,2,6,9,8,7]
[1,0,1,1,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [1,5,6,7,4,3,9,8,2]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,1,0,0,0] => [1,3,4,2,5,6,9,8,7]
[1,0,1,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0] => [1,4,5,3,2,7,9,8,6]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0] => [1,4,3,2,5,7,9,8,6]
[1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0] => [2,6,7,5,4,3,8,1,9]
[1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0] => [2,4,3,5,1,6,8,7,9]
[1,1,0,1,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [2,3,6,7,5,4,1,8,9]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [1,5,7,6,4,8,9,3,2]
[1,0,1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [1,5,6,4,7,8,9,3,2]
[1,0,1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [1,3,5,9,8,7,6,4,2]
[1,0,1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,0] => [1,3,5,6,9,8,7,4,2]
[1,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [1,3,5,7,8,9,6,4,2]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0] => [9,8,7,6,5,4,3,2,1,10]
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,10,9,8,7,6,5,4,3,2]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,0] => [8,9,7,6,5,4,3,2,1,10]
[1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [1,9,10,8,7,6,5,4,3,2]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,1,0] => [8,7,9,6,5,4,3,2,1,10]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,1,0] => [7,9,8,6,5,4,3,2,1,10]
[1,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [1,9,8,10,7,6,5,4,3,2]
[1,0,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [1,8,10,9,7,6,5,4,3,2]
[1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,1,0] => [8,7,6,9,5,4,3,2,1,10]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,1,0] => [7,8,9,6,5,4,3,2,1,10]
[1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,1,0] => [6,9,8,7,5,4,3,2,1,10]
[1,0,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [1,9,8,7,10,6,5,4,3,2]
[1,0,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [1,8,9,10,7,6,5,4,3,2]
[1,0,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0] => [1,7,10,9,8,6,5,4,3,2]
[1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,1,0] => [8,7,6,5,9,4,3,2,1,10]
[1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0,1,0] => [7,8,6,9,5,4,3,2,1,10]
[1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,1,0] => [6,8,9,7,5,4,3,2,1,10]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [5,9,8,7,6,4,3,2,1,10]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [1,9,8,7,6,10,5,4,3,2]
[1,0,1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0] => [1,8,9,7,10,6,5,4,3,2]
[1,0,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0] => [1,8,7,10,9,6,5,4,3,2]
[1,0,1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0] => [1,7,9,10,8,6,5,4,3,2]
[1,0,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0] => [1,6,10,9,8,7,5,4,3,2]
[1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,1,0] => [8,7,6,5,4,9,3,2,1,10]
[1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,1,0] => [7,6,8,9,5,4,3,2,1,10]
[1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,1,0] => [6,7,9,8,5,4,3,2,1,10]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [4,9,8,7,6,5,3,2,1,10]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0] => [1,9,8,7,6,5,10,4,3,2]
[1,0,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0] => [1,8,7,9,10,6,5,4,3,2]
[1,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0] => [1,7,9,8,10,6,5,4,3,2]
[1,0,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0] => [1,7,8,10,9,6,5,4,3,2]
[1,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,5,10,9,8,7,6,4,3,2]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,1,0] => [8,7,6,5,4,3,9,2,1,10]
[1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,1,0] => [7,6,5,9,8,4,3,2,1,10]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0,1,0] => [6,7,8,9,5,4,3,2,1,10]
[1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,1,0] => [6,5,9,8,7,4,3,2,1,10]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [3,9,8,7,6,5,4,2,1,10]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [1,9,8,7,6,5,4,10,3,2]
[1,0,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0] => [1,8,7,6,10,9,5,4,3,2]
[1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,7,8,9,10,6,5,4,3,2]
[1,0,1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0] => [1,6,8,10,9,7,5,4,3,2]
[1,0,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,4,10,9,8,7,6,5,3,2]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0] => [8,7,6,5,4,3,2,9,1,10]
[1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [2,9,8,7,6,5,4,3,1,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0] => [8,7,6,5,4,3,2,1,10,9]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [1,9,8,7,6,5,4,3,10,2]
[1,0,1,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,0] => [1,6,9,8,7,10,5,4,3,2]
[1,0,1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0] => [1,6,7,10,9,8,5,4,3,2]
[1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,1,10,9,8,7,6,5,4,3]
[1,0,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,3,10,9,8,7,6,5,4,2]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,1,0] => [8,7,6,5,4,3,2,1,9,10]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0,1,0] => [7,8,6,5,4,3,2,9,1,10]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [1,9,8,7,6,5,4,3,2,10]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,1,0,0] => [7,8,6,5,4,3,2,1,10,9]
[1,1,0,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [2,1,9,10,8,7,6,5,4,3]
[1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [1,3,9,10,8,7,6,5,4,2]
[1,0,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,2,10,9,8,7,6,5,4,3]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,2,3,4,5,6,7,8,9,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [1,2,3,4,5,6,7,8,10,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [1,2,3,4,5,6,7,9,10,8]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [1,2,3,4,5,6,8,9,10,7]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [1,2,3,4,5,7,8,9,10,6]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [1,2,3,4,6,7,8,9,10,5]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,2,3,5,6,7,8,9,10,4]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,2,4,5,6,7,8,9,10,3]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,4,5,6,7,8,9,10,2]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,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,1,1,0,0,0] => [1,2,3,4,5,6,7,10,9,8]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [1,2,3,4,5,6,9,8,10,7]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,3,5,6,7,8,9,10,2]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,2,4,5,6,7,8,9,10,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [1,2,3,4,5,6,9,10,8,7]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [1,2,3,4,5,8,9,7,10,6]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [1,2,3,4,5,6,10,9,8,7]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [1,2,3,4,7,8,6,9,10,5]
[1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [1,2,3,6,7,5,8,9,10,4]
[1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [1,2,5,6,4,7,8,9,10,3]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [1,4,5,3,6,7,8,9,10,2]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,4,2,5,6,7,8,9,10,1]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [4,3,2,5,6,7,8,9,10,1]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [1,2,3,4,5,8,9,10,7,6]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [1,2,3,4,5,8,10,9,7,6]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [1,2,3,4,5,9,10,8,7,6]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [3,4,5,2,6,7,8,9,10,1]
[1,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [3,5,4,2,6,7,8,9,10,1]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [4,5,3,2,6,7,8,9,10,1]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [1,2,3,4,7,8,9,10,6,5]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [1,2,3,4,7,8,10,9,6,5]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [1,2,3,4,5,10,9,8,7,6]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [3,4,5,6,2,7,8,9,10,1]
[1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [3,4,6,5,2,7,8,9,10,1]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [5,4,3,2,6,7,8,9,10,1]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,0] => [4,5,6,3,2,7,8,9,10,1]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,3,6,7,8,9,10,5,4]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [1,2,3,6,7,8,10,9,5,4]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [3,4,5,6,7,2,8,9,10,1]
[1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,0] => [3,4,5,7,6,2,8,9,10,1]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,0] => [4,5,6,7,3,2,8,9,10,1]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,5,6,7,8,9,10,4,3]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,2,5,6,7,8,10,9,4,3]
[1,0,1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [1,2,3,4,9,10,8,7,6,5]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [3,4,5,6,7,8,2,9,10,1]
[1,0,1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [1,2,3,4,10,9,8,7,6,5]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [3,4,5,6,8,7,2,9,10,1]
[1,0,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [1,2,5,8,7,9,6,4,10,3]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,0] => [5,6,4,3,2,7,8,9,10,1]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0,0] => [6,5,4,3,2,7,8,9,10,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,0] => [4,5,6,7,8,3,2,9,10,1]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,4,5,6,7,8,9,10,3,2]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [3,4,5,6,7,8,9,2,10,1]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,4,5,6,7,8,10,9,3,2]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,0] => [3,4,5,6,7,9,8,2,10,1]
[1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [3,4,5,8,7,6,2,9,10,1]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0] => [3,5,6,7,8,9,4,2,10,1]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,5,6,7,8,9,10,4,3,2]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0] => [4,5,6,7,8,9,3,2,10,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,2,3,4,5,6,7,9,8,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [1,2,3,4,5,6,8,7,9,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [1,2,3,4,5,6,8,7,10,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [1,2,3,4,5,6,9,8,7,10]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [1,2,3,4,5,7,6,8,9,10]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [1,2,3,4,5,7,6,9,8,10]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [1,2,3,4,5,9,8,7,6,10]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [1,2,3,4,6,5,7,8,9,10]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [1,2,3,4,7,6,5,8,9,10]
[1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [1,2,3,4,9,8,7,6,5,10]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [1,2,3,5,4,6,7,8,9,10]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [1,2,3,5,4,6,7,8,10,9]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [1,2,3,5,4,7,6,8,9,10]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [1,2,3,5,4,7,6,9,8,10]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [1,2,3,6,5,4,7,8,9,10]
[1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0] => [1,2,3,7,6,5,4,9,8,10]
[1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [1,2,3,9,8,7,6,5,4,10]
[1,0,1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,2,3,10,9,8,7,6,5,4]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,2,4,3,5,6,7,8,9,10]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [1,2,4,3,6,5,7,8,9,10]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,2,4,3,6,5,8,7,10,9]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [1,2,5,4,3,6,7,8,9,10]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [1,2,6,5,4,3,7,8,9,10]
[1,0,1,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [1,2,6,5,4,3,10,9,8,7]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0] => [1,2,7,6,5,4,3,8,9,10]
[1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [1,2,8,7,6,5,4,3,10,9]
[1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [1,2,9,8,7,6,5,4,3,10]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,3,2,4,5,6,7,8,9,10]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [1,3,2,4,5,6,7,8,10,9]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,3,2,4,5,6,7,9,8,10]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [1,3,2,4,5,6,7,10,9,8]
[1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0] => [1,3,2,4,7,6,5,8,10,9]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [1,3,2,5,4,6,7,8,9,10]
[1,0,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,10]
[1,0,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,10,9,8]
[1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [1,3,2,7,6,5,4,8,9,10]
[1,0,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,3,2,10,9,8,7,6,5,4]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,4,3,2,5,6,7,8,9,10]
[1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,4,3,2,6,5,8,7,10,9]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [1,5,4,3,2,6,7,8,9,10]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0] => [1,6,5,4,3,2,7,8,9,10]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [1,6,5,4,3,2,10,9,8,7]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0] => [1,7,6,5,4,3,2,8,9,10]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0] => [1,8,7,6,5,4,3,2,9,10]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0] => [1,8,7,6,5,4,3,2,10,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,3,4,5,6,7,8,9,10]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,1,3,4,5,6,7,8,10,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,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,1,1,0,0,0] => [2,1,3,4,5,6,7,10,9,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [2,1,3,4,5,6,8,7,9,10]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [2,1,3,4,5,6,9,8,7,10]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [2,1,3,4,5,6,10,9,8,7]
[1,1,0,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [2,1,3,4,5,10,9,8,7,6]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,3,5,4,6,7,8,9,10]
[1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0,1,1,0,0] => [2,1,3,7,6,5,4,8,10,9]
[1,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [2,1,3,9,8,7,6,5,4,10]
[1,1,0,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,1,3,10,9,8,7,6,5,4]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,3,5,6,7,8,9,10]
[1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0] => [2,1,4,3,5,6,8,7,10,9]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0] => [2,1,4,3,6,5,7,9,8,10]
[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]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [2,1,4,3,6,5,9,8,7,10]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [2,1,4,3,7,6,5,8,9,10]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [2,1,4,3,7,6,5,10,9,8]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,5,4,3,6,7,8,9,10]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0] => [2,1,6,5,4,3,9,8,7,10]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [2,1,6,5,4,3,10,9,8,7]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0] => [2,1,8,7,6,5,4,3,9,10]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [2,1,8,7,6,5,4,3,10,9]
[1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [2,1,9,8,7,6,5,4,3,10]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,2,1,4,5,6,7,8,9,10]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [3,2,1,4,5,6,7,8,10,9]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [3,2,1,4,5,6,7,9,8,10]
[1,1,1,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [3,2,1,4,9,8,7,6,5,10]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [3,2,1,5,4,6,7,8,9,10]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,2,1,5,4,7,6,9,8,10]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [3,2,1,5,4,7,6,10,9,8]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [3,2,1,6,5,4,8,7,10,9]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [3,2,1,6,5,4,10,9,8,7]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [3,2,1,7,6,5,4,10,9,8]
[1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [3,2,1,9,8,7,6,5,4,10]
[1,1,1,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [3,2,1,10,9,8,7,6,5,4]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [4,3,2,1,5,6,7,8,9,10]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [4,3,2,1,5,6,7,8,10,9]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [4,3,2,1,5,6,10,9,8,7]
[1,1,1,1,0,0,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [4,3,2,1,5,9,8,7,6,10]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [4,3,2,1,6,5,8,7,10,9]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [4,3,2,1,6,5,10,9,8,7]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [4,3,2,1,7,6,5,10,9,8]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,0,1,0] => [4,3,2,1,8,7,6,5,9,10]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [4,3,2,1,8,7,6,5,10,9]
[1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [4,3,2,1,9,8,7,6,5,10]
[1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [4,3,2,1,10,9,8,7,6,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [5,4,3,2,1,6,7,8,9,10]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,1,0,0] => [5,4,3,2,1,6,7,8,10,9]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,0,0,0,1,0] => [5,4,3,2,1,6,9,8,7,10]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,1,0,0,0,0] => [5,4,3,2,1,6,10,9,8,7]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,1,0,0,1,0] => [5,4,3,2,1,7,6,9,8,10]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [5,4,3,2,1,9,8,7,6,10]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [5,4,3,2,1,10,9,8,7,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0] => [6,5,4,3,2,1,7,8,9,10]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,1,0,0] => [6,5,4,3,2,1,7,8,10,9]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,1,0] => [6,5,4,3,2,1,7,9,8,10]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,1,0,0,0] => [6,5,4,3,2,1,7,10,9,8]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,1,0] => [6,5,4,3,2,1,9,8,7,10]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0] => [6,5,4,3,2,1,10,9,8,7]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0,1,0] => [7,6,5,4,3,2,1,8,9,10]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,1,0,0] => [7,6,5,4,3,2,1,8,10,9]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,1,0] => [7,6,5,4,3,2,1,9,8,10]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,0,0] => [7,6,5,4,3,2,1,10,9,8]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [10,9,8,7,6,5,4,3,2,1]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,3,1,4,5,6,7,8,9,10]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,3,4,1,5,6,7,8,9,10]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,3,4,5,1,6,7,8,9,10]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,3,4,5,6,1,7,8,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [2,3,4,5,6,7,1,8,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,3,4,5,6,7,8,1,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,3,4,5,6,7,8,9,1,10]
[1,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [5,6,7,8,10,9,4,3,2,1]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,0] => [6,5,7,8,9,10,4,3,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [4,5,6,7,8,10,9,3,2,1]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [5,4,6,7,8,9,10,3,2,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,4,5,6,7,8,10,9,1]
[1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0] => [8,10,9,7,6,5,4,3,2,1]
[1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0] => [9,8,10,7,6,5,4,3,2,1]
[1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0] => [7,8,10,9,6,5,4,3,2,1]
[1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0] => [8,7,9,10,6,5,4,3,2,1]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [2,1,3,4,5,6,7,9,10,8]
[1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,10,9,8,7,6,5,4,3,1]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0] => [9,8,7,6,5,4,3,2,10,1]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0,0] => [8,9,7,6,5,4,3,2,10,1]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0] => [9,10,8,7,6,5,4,3,2,1]
[1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0] => [7,10,9,8,6,5,4,3,2,1]
[1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0] => [6,10,9,8,7,5,4,3,2,1]
[1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [5,10,9,8,7,6,4,3,2,1]
[1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [4,10,9,8,7,6,5,3,2,1]
[1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [3,10,9,8,7,6,5,4,2,1]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,4,5,6,7,8,9,10,3,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [1,2,3,4,5,7,8,6,9,10]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [1,2,3,4,5,7,8,9,6,10]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [2,4,5,6,3,7,8,9,10,1]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [2,3,5,6,4,7,8,9,10,1]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [2,3,4,6,5,7,8,9,10,1]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,6,7,8,9,10,5,4,3,2]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [2,3,4,5,6,7,10,9,8,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0] => [2,3,4,5,6,9,10,8,7,1]
[1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [2,3,4,5,8,9,10,7,6,1]
[1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [2,3,4,7,8,9,10,6,5,1]
[1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [2,3,6,7,8,9,10,5,4,1]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [2,5,6,7,8,9,10,4,3,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [4,5,6,7,8,9,10,3,2,1]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0] => [9,8,7,6,5,4,3,10,2,1]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0] => [9,8,7,6,5,4,10,3,2,1]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0] => [9,8,7,6,5,10,4,3,2,1]
[1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0] => [9,8,7,6,10,5,4,3,2,1]
[1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0] => [9,8,7,10,6,5,4,3,2,1]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [1,2,4,5,3,6,7,8,9,10]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [1,3,4,5,2,6,7,8,9,10]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [2,3,4,5,7,8,9,10,6,1]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0] => [2,3,4,5,7,8,9,6,10,1]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [2,3,4,5,7,8,6,9,10,1]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [2,3,4,5,7,6,8,9,10,1]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,1,0,0] => [7,8,9,6,5,4,3,2,10,1]
[1,1,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [2,8,9,10,7,6,5,4,3,1]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,4,3,1,6,5,8,7,10,9]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,4,3,6,5,1,8,7,10,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [2,4,3,6,5,8,7,1,10,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,4,3,6,5,8,7,10,9,1]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0] => [2,4,3,6,5,8,7,9,1,10]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [2,4,3,6,5,7,1,9,8,10]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,4,3,5,1,7,6,9,8,10]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,3,1,5,4,7,6,9,8,10]
[1,1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,3,10,9,8,7,6,5,4,1]
[1,1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,3,4,10,9,8,7,6,5,1]
[1,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [2,3,4,5,10,9,8,7,6,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0] => [2,3,4,5,6,10,9,8,7,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [2,3,4,5,6,7,9,10,8,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [2,3,4,5,6,8,9,10,7,1]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,4,6,7,8,9,10,5,1]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,5,6,7,8,9,10,4,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [3,4,5,6,7,8,9,10,2,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,0] => [2,3,4,5,6,9,8,10,7,1]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [2,3,4,5,8,7,9,10,6,1]
[1,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [2,3,4,7,6,8,9,10,5,1]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [2,3,6,5,7,8,9,10,4,1]
[1,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,5,4,6,7,8,9,10,3,1]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [4,3,5,6,7,8,9,10,2,1]
[1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0] => [8,7,10,9,6,5,4,3,2,1]
[1,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,0] => [8,7,6,10,9,5,4,3,2,1]
[1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0] => [7,6,5,10,9,8,4,3,2,1]
[1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0] => [7,6,5,4,10,9,8,3,2,1]
[1,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0] => [6,5,4,3,10,9,8,7,2,1]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0] => [6,5,4,3,2,10,9,8,7,1]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [1,3,5,7,9,10,8,6,4,2]
[1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [1,3,6,7,5,9,10,8,4,2]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [1,4,5,3,7,9,10,8,6,2]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [1,4,6,7,5,3,9,10,8,2]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0] => [1,5,6,4,7,3,9,10,8,2]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [1,4,6,8,9,7,5,3,10,2]
[1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [1,4,7,8,6,9,5,3,10,2]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [1,5,6,4,8,9,7,3,10,2]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [1,5,7,8,6,4,9,3,10,2]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,6,7,5,8,4,9,3,10,2]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [2,3,1,5,7,9,10,8,6,4]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [2,3,1,6,7,5,9,10,8,4]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [2,3,1,6,8,9,7,5,10,4]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [2,3,1,7,8,6,9,5,10,4]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [2,4,5,3,1,7,9,10,8,6]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [2,4,5,3,1,8,9,7,10,6]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0] => [3,4,2,5,1,7,9,10,8,6]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [3,4,2,5,1,8,9,7,10,6]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [2,4,6,7,5,3,1,9,10,8]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [2,5,6,4,7,3,1,9,10,8]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [3,4,2,6,7,5,1,9,10,8]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [3,5,6,4,2,7,1,9,10,8]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0] => [4,5,3,6,2,7,1,9,10,8]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [5,6,4,7,3,8,2,9,1,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [3,4,5,6,7,8,9,2,1,10]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [5,6,7,8,9,4,3,2,1,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [4,5,6,7,8,9,3,2,1,10]
[1,1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,0] => [7,9,10,8,6,5,4,3,2,1]
[1,1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [2,9,10,8,7,6,5,4,3,1]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,0,0] => [8,7,9,6,5,4,3,2,10,1]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0,0] => [7,9,8,6,5,4,3,2,10,1]
[1,1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [2,9,8,10,7,6,5,4,3,1]
[1,1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [2,8,10,9,7,6,5,4,3,1]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,3,1,4,5,6,7,8,10,9]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [5,6,7,8,9,10,4,3,2,1]
[1,1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0,0] => [7,6,8,9,10,5,4,3,2,1]
[1,1,1,0,0,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [3,2,1,8,9,10,7,6,5,4]
[1,1,1,1,0,0,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [4,3,2,1,7,8,9,10,6,5]
[1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0,0] => [8,9,7,10,6,5,4,3,2,1]
[1,1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [2,6,7,8,9,10,5,4,3,1]
[1,1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [2,7,8,9,10,6,5,4,3,1]
[1,0,1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [1,2,9,10,8,7,6,5,4,3]
[1,0,1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,2,3,9,10,8,7,6,5,4]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0] => [7,6,5,4,3,2,10,9,8,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0] => [8,7,6,5,4,3,10,9,2,1]
[1,1,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [4,9,10,8,7,6,5,3,2,1]
[1,1,1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [4,9,8,10,7,6,5,3,2,1]
[1,1,1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [4,9,8,7,10,6,5,3,2,1]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [4,9,8,7,6,10,5,3,2,1]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,0] => [2,8,7,6,5,4,3,9,10,1]
[1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [2,3,7,6,5,4,8,9,10,1]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,5,4,6,7,8,9,10,1]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,1,4,5,6,7,8,9,10,3]
[1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [8,9,10,7,6,5,4,3,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [3,4,5,6,7,8,10,9,2,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [2,3,4,5,6,8,7,9,10,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0] => [2,3,4,5,6,9,8,7,10,1]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0] => [2,3,4,5,6,1,8,9,10,7]
[1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,0] => [2,5,6,7,4,3,8,9,10,1]
[1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [2,3,6,7,5,4,8,9,10,1]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [2,3,4,7,6,5,8,9,10,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [1,2,3,4,5,6,8,9,7,10]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [1,3,4,5,6,7,8,2,9,10]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [1,2,4,5,6,7,8,9,3,10]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [1,2,4,5,3,6,7,8,10,9]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [1,3,4,5,2,6,7,8,10,9]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [2,3,4,5,1,6,7,8,10,9]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [6,7,8,9,10,5,4,3,2,1]
[1,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0,0] => [7,8,9,10,6,5,4,3,2,1]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0,0,0] => [7,8,9,6,5,4,3,10,2,1]
[1,1,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [3,8,9,10,7,6,5,4,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0,0] => [4,5,6,7,10,9,8,3,2,1]
[1,1,1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,10,9,8,7,3,2,1]
[1,1,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,5,10,9,8,7,6,2,1]
[1,1,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,4,10,9,8,7,6,5,2,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0] => [8,7,6,5,4,3,2,10,9,1]
[1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [5,4,3,2,10,9,8,7,6,1]
[1,1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [4,3,2,10,9,8,7,6,5,1]
[1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,2,10,9,8,7,6,5,4,1]
[1,1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [2,9,8,7,10,6,5,4,3,1]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [3,9,8,7,6,10,5,4,2,1]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0] => [4,9,8,7,6,5,10,3,2,1]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [5,9,8,7,6,4,3,10,2,1]
[1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,1,0,0] => [6,9,8,7,5,4,3,2,10,1]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [3,4,5,6,2,7,8,9,1,10]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [2,4,5,6,3,7,8,9,1,10]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [2,3,5,6,4,7,8,9,1,10]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0,1,0] => [2,3,4,6,5,7,8,9,1,10]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [4,6,7,8,9,10,5,3,2,1]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0,0] => [6,7,8,9,5,10,4,3,2,1]
[1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [3,6,7,8,9,10,5,4,2,1]
[1,1,1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0,0,0] => [6,7,8,5,9,10,4,3,2,1]
[1,1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0,0,0] => [6,7,5,8,9,10,4,3,2,1]
[1,1,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0,0] => [8,7,9,6,10,5,4,3,2,1]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,1,3,4,5,6,8,9,7,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [3,4,5,6,7,8,2,1,9,10]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [3,4,5,6,7,2,1,8,9,10]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [3,4,5,6,2,1,7,8,9,10]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [3,4,5,2,1,6,7,8,9,10]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,4,2,1,5,6,7,8,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [2,3,4,5,6,7,8,1,10,9]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,1,0,1,0] => [5,6,4,3,2,1,7,8,9,10]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0] => [6,7,5,4,3,2,1,8,9,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0] => [4,5,6,7,8,3,2,1,9,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0] => [4,5,6,7,8,3,9,10,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0] => [4,5,6,7,9,10,8,3,2,1]
[1,1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0] => [4,5,10,9,8,7,6,3,2,1]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0] => [2,1,4,3,6,5,8,9,7,10]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,4,2,1,6,5,8,7,10,9]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [5,6,7,8,9,4,10,3,2,1]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,0,0] => [6,7,8,9,5,4,10,3,2,1]
[1,1,1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [4,7,8,9,10,6,5,3,2,1]
[1,0,1,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0] => [1,5,6,10,9,8,7,4,3,2]
[1,0,1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [1,4,5,10,9,8,7,6,3,2]
[1,0,1,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,3,4,10,9,8,7,6,5,2]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [1,2,3,4,6,7,5,8,9,10]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [1,2,3,5,6,4,7,8,9,10]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,3,4,2,5,6,7,8,9,10]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [5,6,4,3,2,1,10,9,8,7]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [1,3,4,5,6,7,8,9,2,10]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [1,3,4,5,6,2,7,8,9,10]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [1,2,4,5,6,3,7,8,9,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [1,2,3,4,5,6,8,10,9,7]
[1,1,1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0,0] => [5,6,7,9,10,8,4,3,2,1]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,0] => [5,6,7,8,9,4,3,2,10,1]
[1,1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0,0,0] => [5,6,8,9,10,7,4,3,2,1]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0,0] => [5,6,7,8,9,4,3,10,2,1]
[1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [5,7,8,9,10,6,4,3,2,1]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [2,1,4,5,3,6,7,8,9,10]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [5,4,6,7,8,10,9,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [1,2,3,5,6,7,8,4,9,10]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [1,2,3,6,5,7,8,9,4,10]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [1,2,4,5,6,7,8,3,9,10]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [1,2,5,4,6,7,8,9,3,10]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0] => [4,3,2,7,6,5,1,10,9,8]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [1,2,4,5,6,7,10,9,8,3]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,1,0,0,0,0] => [1,2,3,4,6,7,10,9,8,5]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [1,3,4,5,6,7,8,2,10,9]
[1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [1,2,3,5,4,7,8,6,9,10]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,1,0,0] => [7,6,8,5,4,3,2,1,10,9]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,2,4,1,6,5,8,7,10,9]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [3,2,5,4,6,1,8,7,10,9]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [3,2,5,4,7,6,8,1,10,9]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [3,2,5,4,7,6,9,8,10,1]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0] => [3,2,5,4,7,6,9,8,1,10]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [3,2,5,4,7,6,1,9,8,10]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [3,2,5,4,1,7,6,9,8,10]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,2,4,5,6,7,8,9,1,10]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [1,2,4,6,5,3,7,8,9,10]
[1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [1,3,4,6,5,2,7,8,9,10]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [2,3,4,6,5,1,7,8,9,10]
[1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [1,6,5,7,8,9,10,4,3,2]
[1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0,0] => [2,7,6,5,8,9,10,4,3,1]
[1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [2,3,7,6,5,8,9,10,4,1]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [3,4,8,7,6,5,9,10,2,1]
[1,1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0,1,0,0] => [4,5,6,9,8,7,3,2,10,1]
[1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,1,0] => [4,5,6,7,9,8,3,2,1,10]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0] => [2,3,4,5,6,1,7,9,8,10]
[1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [2,3,4,5,1,6,8,9,7,10]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0] => [2,3,4,1,5,7,8,9,6,10]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [2,3,1,4,6,7,8,9,5,10]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,3,5,6,7,8,9,4,10]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0,1,0] => [7,8,6,5,4,3,2,1,9,10]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0,0] => [7,8,6,5,4,3,2,9,10,1]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,0,0] => [7,8,6,5,4,3,9,10,2,1]
[1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0] => [7,8,6,5,4,9,10,3,2,1]
[1,1,1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0,0,0] => [7,8,6,5,9,10,4,3,2,1]
[1,1,1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0,0,0] => [7,8,6,9,10,5,4,3,2,1]
[1,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0] => [7,6,10,9,8,5,4,3,2,1]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,0] => [1,7,6,5,4,3,10,9,8,2]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [1,8,7,6,5,4,10,9,3,2]
[1,1,1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0,0,0] => [5,4,7,8,9,10,6,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [1,2,3,4,5,8,7,9,6,10]
[1,1,0,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,1,5,6,7,8,9,10,4,3]
[1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [5,6,4,7,8,9,10,3,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [3,4,5,6,7,9,10,8,2,1]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [4,5,3,6,7,8,9,10,2,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [2,3,4,5,6,7,9,8,10,1]
[1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [4,3,10,9,8,7,6,5,2,1]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,1,1,0,0,0,0] => [4,3,2,1,8,7,10,9,6,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,1,0,0,0] => [5,4,3,2,1,9,8,10,7,6]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,1,1,0,0,0,0] => [5,4,3,2,1,8,10,9,7,6]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0] => [3,2,1,8,7,6,10,9,5,4]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,3,4,5,6,7,8,10,9,2]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0,0] => [8,9,7,6,5,4,3,10,2,1]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,0,0] => [8,9,7,6,5,4,10,3,2,1]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0] => [8,9,7,6,5,10,4,3,2,1]
[1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0,0] => [8,9,7,6,10,5,4,3,2,1]
[1,1,1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,0,0] => [6,9,10,8,7,5,4,3,2,1]
[1,1,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [5,9,10,8,7,6,4,3,2,1]
[1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [3,9,10,8,7,6,5,4,2,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0,0] => [8,7,6,5,4,3,2,9,10,1]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,0] => [7,6,5,4,3,2,8,9,10,1]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [2,1,4,3,6,5,9,8,10,7]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [2,1,4,3,7,6,9,8,10,5]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [2,1,5,4,7,6,9,8,10,3]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,3,5,4,7,6,9,8,10,2]
[1,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,10,8]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0] => [1,5,6,4,3,2,7,8,9,10]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [1,2,5,6,4,3,7,8,9,10]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,4,3,1,5,6,7,8,9,10]
[1,1,1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0,0,0] => [6,5,4,7,8,9,10,3,2,1]
[1,1,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [4,6,5,7,8,9,10,3,2,1]
[1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,0,0] => [4,5,3,7,8,9,10,6,2,1]
[1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,1,0,0,0,0] => [4,5,3,2,8,9,10,7,6,1]
[1,1,1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,0,0,0] => [6,7,9,10,8,5,4,3,2,1]
[1,1,1,0,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [3,2,9,10,8,7,6,5,4,1]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0,0] => [2,3,4,7,6,5,9,8,10,1]
[1,1,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [2,4,3,7,6,5,8,9,10,1]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,4,5,6,7,8,9,3,10]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,2,4,1,5,6,7,8,9,10]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [2,1,4,6,8,10,9,7,5,3]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [2,4,3,1,6,8,10,9,7,5]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [2,4,3,6,5,1,8,10,9,7]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0,1,0] => [2,4,3,6,5,8,7,1,9,10]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [2,4,3,6,5,8,7,9,10,1]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,0] => [2,4,3,6,5,7,9,10,8,1]
[1,1,0,1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0,0] => [2,4,3,5,7,9,10,8,6,1]
[1,1,0,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [2,3,5,7,9,10,8,6,4,1]
[1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0] => [3,5,7,9,10,8,6,4,2,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [2,3,4,5,6,7,9,8,1,10]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [4,3,5,6,7,8,9,2,1,10]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,0] => [6,7,5,8,4,9,3,10,2,1]
[1,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [3,5,4,6,7,8,9,10,2,1]
[1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [2,5,4,3,6,7,8,9,10,1]
[1,1,0,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [2,1,8,9,7,6,5,4,3,10]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0] => [1,7,8,6,5,4,3,2,10,9]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0,0] => [3,4,5,6,8,9,10,7,2,1]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [3,5,6,7,8,9,10,4,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [3,4,5,6,7,10,9,8,2,1]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [3,4,5,6,9,10,8,7,2,1]
[1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,4,3,6,5,8,7,10,9,2]
[1,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [1,3,2,6,5,8,7,10,9,4]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [1,3,2,5,4,8,7,10,9,6]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [2,1,3,4,5,7,8,9,10,6]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [1,2,3,4,6,8,7,5,10,9]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [1,2,3,4,7,6,8,5,10,9]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [1,2,3,5,7,6,4,9,8,10]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [1,2,3,6,5,7,4,9,8,10]
[1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [2,9,8,7,6,5,4,3,10,1]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [1,4,5,6,7,8,9,3,2,10]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [1,2,5,6,7,8,9,4,3,10]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [3,2,1,4,5,6,8,9,7,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [3,4,5,6,7,8,2,10,9,1]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [3,2,5,6,7,8,9,10,4,1]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [4,3,5,2,6,1,8,7,10,9]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [2,1,5,4,6,3,8,7,10,9]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [2,1,6,5,7,4,8,3,10,9]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [3,2,6,5,7,4,8,1,10,9]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [4,3,6,5,7,2,8,1,10,9]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [5,4,6,3,7,2,8,1,10,9]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [2,1,4,3,7,6,8,5,10,9]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [3,2,4,1,7,6,8,5,10,9]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [4,3,5,2,7,6,8,1,10,9]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [2,1,5,4,7,6,8,3,10,9]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [2,1,4,3,8,7,9,6,10,5]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [3,2,4,1,8,7,9,6,10,5]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [4,3,5,2,8,7,9,6,10,1]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [2,1,5,4,8,7,9,6,10,3]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [3,2,5,4,8,7,9,6,10,1]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [4,3,6,5,8,7,9,2,10,1]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [5,4,6,3,8,7,9,2,10,1]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [4,3,7,6,8,5,9,2,10,1]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [5,4,7,6,8,3,9,2,10,1]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [2,1,6,5,8,7,9,4,10,3]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [3,2,6,5,8,7,9,4,10,1]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [6,5,7,4,8,3,9,2,10,1]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,1,7,6,8,5,9,4,10,3]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [3,2,7,6,8,5,9,4,10,1]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [3,2,4,1,6,5,9,8,10,7]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [4,3,5,2,6,1,9,8,10,7]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [2,1,5,4,6,3,9,8,10,7]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [3,2,5,4,6,1,9,8,10,7]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [2,1,6,5,7,4,9,8,10,3]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [3,2,6,5,7,4,9,8,10,1]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [4,3,6,5,7,2,9,8,10,1]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [5,4,6,3,7,2,9,8,10,1]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [3,2,4,1,7,6,9,8,10,5]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [4,3,5,2,7,6,9,8,10,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [2,3,4,5,6,7,1,9,8,10]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0] => [2,3,4,5,6,1,8,9,7,10]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [2,3,4,5,1,7,8,9,6,10]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [2,3,4,1,6,7,8,9,5,10]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,3,1,5,6,7,8,9,4,10]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,1,0] => [2,3,4,5,6,1,9,8,7,10]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [2,3,4,5,1,8,7,9,6,10]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [2,3,4,1,7,6,8,9,5,10]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [2,3,1,6,5,7,8,9,4,10]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [2,1,5,4,6,7,8,9,3,10]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [1,4,3,5,6,7,8,9,2,10]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [2,4,3,5,6,7,8,9,10,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0,0] => [3,4,5,6,8,7,10,9,2,1]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,0] => [4,3,5,6,8,7,10,9,2,1]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [4,3,6,5,8,7,10,9,2,1]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0] => [6,8,7,5,4,3,2,1,10,9]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [4,6,7,8,9,5,10,3,2,1]
[1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0] => [4,5,7,8,9,6,3,10,2,1]
[1,1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0,1,0,0] => [4,5,6,8,9,7,3,2,10,1]
[1,1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,1,0,0,0] => [4,5,8,9,7,6,3,10,2,1]
[1,1,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0,0,0] => [4,7,8,9,6,5,10,3,2,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0,0] => [8,7,6,5,4,3,9,2,10,1]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,1,0,0] => [7,6,5,4,3,8,2,9,10,1]
[1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,1,0,0] => [6,5,4,3,7,2,8,9,10,1]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0,1,0,0] => [5,4,3,6,2,7,8,9,10,1]
[1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [4,3,5,2,6,7,8,9,10,1]
[1,1,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [3,9,8,10,7,6,5,4,2,1]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [3,9,8,7,6,5,4,2,10,1]
[1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0] => [7,9,8,10,6,5,4,3,2,1]
[1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,0,0] => [6,9,8,7,10,5,4,3,2,1]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [5,9,8,7,6,10,4,3,2,1]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [4,3,2,6,5,1,8,7,10,9]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [4,5,6,7,8,9,3,10,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [3,4,5,6,7,8,2,1,10,9]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0,0] => [6,7,8,9,5,4,3,2,10,1]
[1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [3,2,9,8,7,6,5,4,10,1]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0] => [2,8,7,6,5,4,3,10,9,1]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [4,3,5,6,7,8,10,9,2,1]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,3,4,2,6,5,8,7,10,9]
[1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [2,3,1,9,8,7,6,5,4,10]
[1,1,1,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [3,4,2,1,9,8,7,6,5,10]
[1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [4,5,3,2,1,9,8,7,6,10]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,0,0,0,1,0] => [5,6,4,3,2,1,9,8,7,10]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0,1,0] => [6,7,5,4,3,2,1,9,8,10]
[1,1,0,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0] => [2,8,7,9,10,6,5,4,3,1]
[1,1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0] => [2,7,6,8,9,10,5,4,3,1]
[1,1,0,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [2,6,5,7,8,9,10,4,3,1]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [4,3,5,6,7,8,9,2,10,1]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [3,2,4,5,6,7,8,1,10,9]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [1,4,6,8,9,7,5,3,2,10]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [1,3,2,4,7,9,10,8,6,5]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [1,3,6,8,9,7,5,4,10,2]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [1,5,7,8,6,4,3,9,2,10]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0] => [1,3,5,4,6,9,10,8,7,2]
[1,0,1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,1,0] => [1,4,3,5,8,9,7,6,2,10]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0] => [1,3,6,7,5,4,2,8,10,9]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,1,0] => [1,5,6,4,3,2,7,9,8,10]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [1,3,5,8,9,7,6,10,4,2]
[1,0,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [1,4,7,8,6,5,9,3,2,10]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [1,3,2,4,8,9,7,6,10,5]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [1,3,7,8,6,5,9,4,10,2]
[1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0] => [1,6,7,5,4,8,3,9,2,10]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [1,3,5,7,6,8,10,9,4,2]
[1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,1,0] => [1,4,6,5,7,9,8,3,2,10]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,0,0,0] => [1,3,2,4,7,6,8,10,9,5]
[1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0] => [1,3,6,5,7,9,8,4,10,2]
[1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0] => [1,5,4,6,8,7,3,9,2,10]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0] => [1,3,5,4,2,6,8,10,9,7]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,1,0] => [1,4,3,2,5,7,9,8,6,10]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0] => [1,3,5,4,6,2,7,10,9,8]
[1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,1,0] => [1,4,3,5,2,6,9,8,7,10]
[1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [1,3,5,7,6,4,8,10,9,2]
[1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0] => [1,4,6,5,3,7,9,8,2,10]
[1,0,1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0] => [1,3,6,5,4,7,9,8,10,2]
[1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,1,0] => [1,5,4,3,6,8,7,9,2,10]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [1,3,5,7,9,8,10,6,4,2]
[1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [1,4,6,8,7,9,5,3,2,10]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [1,3,2,4,7,9,8,10,6,5]
[1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [1,3,6,8,7,9,5,4,10,2]
[1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,1,0] => [1,5,7,6,8,4,3,9,2,10]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,3,5,4,6,9,8,10,7,2]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0] => [1,4,3,5,8,7,9,6,2,10]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0] => [1,3,6,5,7,4,2,8,10,9]
[1,0,1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0] => [1,5,4,6,3,2,7,9,8,10]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [1,3,5,8,7,9,6,10,4,2]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [1,4,7,6,8,5,9,3,2,10]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0] => [1,3,2,4,8,7,9,6,10,5]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,3,7,6,8,5,9,4,10,2]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [1,6,5,7,4,8,3,9,2,10]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [2,5,6,7,8,9,4,10,3,1]
[1,1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [2,3,6,7,8,5,9,10,4,1]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [2,3,5,4,6,8,9,10,7,1]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [2,4,3,5,6,7,9,10,8,1]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [3,2,4,5,6,7,8,10,9,1]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,1,0,0] => [7,6,5,4,3,2,1,9,10,8]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,1,0,1,0,0] => [6,5,4,3,2,1,8,9,10,7]
[1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,1,0,1,0,0] => [5,4,3,2,1,7,8,9,10,6]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [4,3,2,1,6,7,8,9,10,5]
[1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,2,1,5,6,7,8,9,10,4]
[1,1,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0,0] => [6,7,8,10,9,5,4,3,2,1]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [1,3,2,4,5,6,7,9,10,8]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [1,3,4,5,6,7,9,8,10,2]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [1,3,4,5,6,7,9,10,8,2]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,1,4,6,5,3,8,7,10,9]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,1,4,3,6,8,7,5,10,9]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [2,1,4,3,6,5,8,10,9,7]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,0] => [2,1,4,3,6,8,7,9,5,10]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [2,1,4,6,5,7,3,9,8,10]
[1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0] => [2,8,9,7,6,5,4,3,10,1]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0] => [1,7,8,6,5,4,3,2,9,10]
[1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [1,2,8,9,7,6,5,4,3,10]
[1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0] => [1,8,9,7,6,5,4,3,2,10]
[1,0,1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [1,2,8,10,9,7,6,5,4,3]
[1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,2,10,9,8,7,6,5,1]
[1,1,1,1,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [4,5,3,2,10,9,8,7,6,1]
[1,1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0] => [5,6,4,3,2,10,9,8,7,1]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,0,0,0,0] => [6,7,5,4,3,2,10,9,8,1]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0,0] => [7,8,6,5,4,3,2,10,9,1]
[1,1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0,0] => [6,8,10,9,7,5,4,3,2,1]
[1,1,1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,0,0] => [6,8,9,10,7,5,4,3,2,1]
[1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0] => [3,5,4,2,6,1,8,7,10,9]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0,0] => [3,7,6,5,4,9,8,2,10,1]
[1,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0,0] => [3,5,4,7,6,9,8,2,10,1]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [2,1,4,3,6,8,7,10,9,5]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,1,4,6,5,8,7,10,9,3]
[1,1,0,0,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [2,1,5,6,8,7,9,10,4,3]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,1,0,0] => [4,3,5,6,2,9,8,7,10,1]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,1,1,0,0] => [3,4,6,5,7,8,2,1,10,9]
[1,0,1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0] => [1,7,6,8,9,10,5,4,3,2]
[1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [1,4,6,8,10,9,7,5,3,2]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0] => [2,3,4,5,6,1,7,9,10,8]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0] => [2,3,4,5,6,1,7,8,10,9]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0] => [4,5,6,3,2,1,7,8,9,10]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [1,5,6,7,8,10,9,4,3,2]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,5,4,6,7,8,9,10,3,2]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [1,4,3,5,2,7,6,9,8,10]
[1,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,0] => [3,5,7,6,4,2,9,10,8,1]
[1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [3,5,7,6,4,2,8,1,9,10]
[1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,0] => [2,5,7,6,4,9,10,8,3,1]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,1,0] => [2,5,7,6,4,8,3,1,9,10]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [1,5,7,6,4,8,3,9,2,10]
[1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,1,0] => [3,4,2,6,5,1,8,9,7,10]
[1,1,1,0,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0] => [3,4,2,6,5,1,7,9,10,8]
[1,1,0,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [2,4,7,6,9,10,8,5,3,1]
[1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [2,3,1,6,5,8,9,7,4,10]
[1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [2,4,7,6,8,5,3,1,9,10]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [1,4,7,6,8,5,3,9,2,10]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [2,3,1,6,5,7,4,9,10,8]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [1,3,7,6,8,5,9,4,2,10]
[1,0,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,2,7,6,8,5,9,4,10,3]
[1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,1,0,0,1,0] => [2,5,6,4,3,1,8,9,7,10]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,1,0,0] => [2,5,6,4,3,1,7,9,10,8]
[1,0,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0] => [1,5,6,4,3,8,9,7,2,10]
[1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [1,5,6,4,3,7,2,9,10,8]
[1,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [6,7,5,4,8,3,9,2,10,1]
[1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,0] => [2,4,6,9,10,8,7,5,3,1]
[1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [2,3,1,5,8,9,7,6,4,10]
[1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0,1,0] => [1,4,5,3,8,9,7,6,2,10]
[1,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [2,3,1,4,8,9,7,6,10,5]
[1,0,1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0] => [1,3,4,2,8,9,7,6,10,5]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0,1,0] => [2,4,6,8,7,5,3,1,9,10]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0] => [1,4,6,8,7,5,3,9,2,10]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,0,0] => [2,3,1,5,7,6,4,9,10,8]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0] => [1,3,6,8,7,5,9,4,2,10]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0] => [1,2,6,8,7,5,9,4,10,3]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0] => [1,4,5,3,7,6,2,9,10,8]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0] => [5,6,4,8,7,3,9,2,10,1]
[1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,1,0,0,0] => [2,3,1,4,7,6,9,10,8,5]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0] => [1,3,4,2,7,6,9,10,8,5]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [1,3,5,8,7,9,6,4,2,10]
[1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0] => [4,5,3,8,7,9,6,2,10,1]
[1,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [1,2,4,8,7,9,6,10,5,3]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [3,4,2,8,7,9,6,10,5,1]
[1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [3,4,5,8,9,10,7,6,2,1]
[1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [3,4,7,8,9,10,6,5,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [3,4,5,6,7,2,10,9,8,1]
[1,1,1,0,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [3,4,5,6,2,10,9,8,7,1]
[1,1,1,0,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0,0] => [3,4,5,2,9,10,8,7,6,1]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [3,4,2,8,9,10,7,6,5,1]
[1,1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [3,2,7,8,9,10,6,5,4,1]
[1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [2,5,8,7,9,6,4,10,3,1]
[1,1,0,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,0] => [2,5,7,6,9,10,8,4,3,1]
[1,1,0,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [2,5,4,9,8,7,6,10,3,1]
[1,1,0,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,0] => [2,5,7,8,6,10,9,4,3,1]
[1,1,0,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0] => [2,5,4,8,10,9,7,6,3,1]
[1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [2,4,6,7,9,8,5,10,3,1]
[1,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [2,4,6,7,5,10,9,8,3,1]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,0] => [2,6,5,4,8,9,7,10,3,1]
[1,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [2,4,7,6,8,9,5,10,3,1]
[1,1,0,1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0,0] => [2,7,6,8,5,4,10,9,3,1]
[1,1,0,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,0] => [2,6,5,8,9,7,10,4,3,1]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [2,4,8,7,6,5,10,9,3,1]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,0] => [2,6,7,5,9,8,10,4,3,1]
[1,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [2,4,7,9,8,6,10,5,3,1]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [3,2,4,7,9,8,6,10,5,1]
[1,1,1,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [3,2,4,7,6,10,9,8,5,1]
[1,1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [3,2,4,6,8,9,7,10,5,1]
[1,1,1,0,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [3,2,4,8,7,6,10,9,5,1]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [3,2,4,6,9,8,10,7,5,1]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [4,3,5,2,6,9,8,10,7,1]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [4,3,5,2,6,8,10,9,7,1]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [3,5,4,2,6,9,8,10,7,1]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [3,5,4,2,6,8,10,9,7,1]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [4,6,5,3,7,2,8,10,9,1]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [4,3,7,6,5,2,8,10,9,1]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0,0] => [3,5,6,4,7,2,8,10,9,1]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0] => [5,4,3,7,6,2,8,10,9,1]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,0] => [3,6,5,7,4,2,8,10,9,1]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,0] => [4,7,6,8,5,3,9,2,10,1]
[1,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [4,6,5,8,9,7,3,2,10,1]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [4,3,8,7,6,5,9,2,10,1]
[1,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0] => [4,6,7,5,9,8,3,2,10,1]
[1,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [4,3,7,9,8,6,5,2,10,1]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,0] => [3,5,6,8,7,4,9,2,10,1]
[1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0] => [3,5,6,4,9,8,7,2,10,1]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0] => [5,4,3,7,8,6,9,2,10,1]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0] => [3,6,5,7,8,4,9,2,10,1]
[1,1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0] => [6,5,7,4,3,9,8,2,10,1]
[1,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,1,0,0] => [5,4,7,8,6,9,3,2,10,1]
[1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,1,0,0] => [5,6,4,8,7,9,3,2,10,1]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,0] => [3,6,8,7,5,9,4,2,10,1]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0] => [5,4,6,3,8,7,10,9,2,1]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [1,4,3,5,8,7,10,9,6,2]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,0,1,1,0,0,0] => [1,4,3,5,8,7,6,10,9,2]
[1,0,1,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [1,4,3,5,6,8,7,10,9,2]
[1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,0] => [1,4,3,5,7,6,8,10,9,2]
[1,0,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,0,0] => [1,4,3,5,7,9,8,6,10,2]
[1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,1,0,0] => [2,4,3,5,1,6,8,7,10,9]
[1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0] => [2,1,4,5,3,6,8,7,10,9]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [2,3,4,5,6,8,7,10,9,1]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0] => [7,6,5,4,3,2,9,10,8,1]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,1,0,0,0,0] => [6,5,4,3,2,9,10,8,7,1]
[1,1,1,1,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0] => [5,4,3,2,9,10,8,7,6,1]
[1,1,1,1,0,0,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [4,3,2,9,10,8,7,6,5,1]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [2,4,6,8,10,9,7,5,3,1]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [1,3,5,4,2,7,6,9,8,10]
[1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [1,3,5,4,7,6,2,9,8,10]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0] => [1,3,5,4,7,6,9,8,2,10]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [1,3,5,4,7,6,8,2,10,9]
[1,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [1,3,5,4,6,2,8,7,10,9]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [1,3,6,5,7,4,2,9,8,10]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [5,4,6,7,8,9,3,2,1,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [3,4,5,6,7,9,8,2,1,10]
[1,1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0,0] => [4,3,2,7,6,5,10,9,8,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [2,3,4,5,6,7,1,9,10,8]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [3,2,4,5,6,7,8,1,9,10]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [3,4,2,5,6,7,8,9,1,10]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [2,1,4,6,8,9,10,7,5,3]
[1,1,0,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [2,1,4,7,8,9,6,10,5,3]
[1,1,0,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0] => [2,1,5,7,8,9,6,4,10,3]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [2,1,6,7,8,5,9,4,10,3]
[1,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [3,2,4,6,5,8,9,10,7,1]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0] => [3,2,4,7,6,8,9,5,10,1]
[1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [3,2,5,6,8,7,4,9,10,1]
[1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [4,3,5,6,2,8,7,9,10,1]
[1,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0] => [3,2,5,7,8,9,6,4,1,10]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0] => [3,2,6,7,8,5,9,4,1,10]
[1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0] => [4,3,5,7,6,8,9,2,1,10]
[1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [4,3,6,7,8,5,2,9,1,10]
[1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0] => [5,4,6,7,3,8,2,9,1,10]
[1,0,1,0,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0] => [1,2,4,3,6,8,9,10,7,5]
[1,0,1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0] => [1,2,4,3,7,8,9,6,10,5]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0] => [1,2,5,4,6,8,7,9,10,3]
[1,0,1,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0] => [1,2,5,4,7,8,9,6,3,10]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0] => [1,2,6,5,7,8,4,9,3,10]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0] => [1,3,4,6,5,2,8,9,10,7]
[1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0,1,0] => [1,3,4,7,6,5,8,9,2,10]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [2,3,4,1,6,5,8,9,10,7]
[1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [1,3,5,6,8,7,4,2,9,10]
[1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,1,0] => [1,4,5,6,3,8,7,2,9,10]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [2,3,5,4,6,8,7,1,9,10]
[1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [2,4,5,6,3,1,8,7,9,10]
[1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,1,0,1,0] => [3,4,5,2,6,1,8,7,9,10]
[1,0,1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0] => [1,3,5,7,8,10,9,6,4,2]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [1,3,6,7,8,5,10,9,4,2]
[1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [1,4,5,7,6,8,10,9,3,2]
[1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [1,4,6,7,8,5,3,10,9,2]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0] => [1,5,6,7,4,8,3,10,9,2]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0] => [2,3,5,4,7,8,10,9,6,1]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0] => [2,3,6,5,7,8,4,10,9,1]
[1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [2,4,5,7,6,3,8,10,9,1]
[1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,0] => [3,4,5,2,7,6,8,10,9,1]
[1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,0] => [2,4,6,7,8,5,3,1,10,9]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0] => [2,5,6,7,4,8,3,1,10,9]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0] => [3,5,6,7,4,2,8,1,10,9]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [4,5,6,3,7,2,8,1,10,9]
[1,1,1,0,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [3,2,5,10,9,8,7,6,4,1]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0] => [4,8,7,6,5,3,2,10,9,1]
[1,1,1,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,0,0] => [4,3,2,7,10,9,8,6,5,1]
[1,1,1,1,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0,0] => [5,7,6,4,3,2,10,9,8,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0] => [2,3,4,5,6,8,9,7,10,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0] => [2,3,4,5,6,8,10,9,7,1]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0] => [4,5,6,7,3,8,9,10,2,1]
[1,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [2,1,4,5,6,3,7,8,9,10]
[1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [1,3,2,5,6,4,7,8,9,10]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0] => [3,5,4,7,6,8,2,9,1,10]
[1,1,1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,0] => [3,6,9,10,8,7,5,4,2,1]
[1,1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0] => [3,6,9,8,10,7,5,4,2,1]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [3,6,5,7,4,2,8,1,10,9]
[1,1,1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0] => [4,5,6,9,10,8,7,3,2,1]
[1,1,1,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0,0] => [4,5,8,9,10,7,6,3,2,1]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,1,0,0,0] => [4,5,6,7,3,2,9,10,8,1]
[1,1,1,1,0,1,0,1,0,0,0,1,1,1,1,0,0,0,0,0] => [4,5,6,3,2,10,9,8,7,1]
[1,1,1,0,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [3,2,8,9,10,7,6,5,4,1]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,2,4,5,6,7,8,10,9,3]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,2,3,5,6,7,8,10,9,4]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [1,2,3,4,6,7,8,10,9,5]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [1,2,3,4,5,7,8,10,9,6]
[1,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0,1,0] => [5,6,7,9,8,4,3,2,1,10]
[1,1,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0] => [7,8,6,10,9,5,4,3,2,1]
[1,1,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0,0] => [7,6,9,10,8,5,4,3,2,1]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [1,3,4,5,6,7,10,9,8,2]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [4,6,7,8,9,5,3,2,1,10]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0,1,0] => [5,6,7,8,4,9,3,2,1,10]
[1,0,1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0] => [1,5,7,8,9,10,6,4,3,2]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [1,6,7,8,9,5,10,4,3,2]
[1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [2,1,4,3,6,7,8,9,10,5]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [2,1,4,3,6,5,8,9,10,7]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [3,4,5,6,8,7,9,10,2,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0,0] => [3,4,5,6,8,9,7,10,2,1]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0] => [3,4,5,6,9,8,7,10,2,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0,0] => [3,4,5,6,8,10,9,7,2,1]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [3,4,5,6,2,7,8,10,9,1]
[1,1,1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0,0] => [5,6,7,4,8,9,10,3,2,1]
[1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [3,2,5,6,4,7,8,9,10,1]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [2,4,3,6,5,7,8,9,10,1]
[1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [2,1,5,8,7,9,10,6,4,3]
[1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [2,1,6,7,9,8,5,10,4,3]
[1,1,0,0,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [2,1,7,8,9,10,6,5,4,3]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,0] => [3,4,2,1,6,5,9,10,8,7]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0] => [3,6,5,7,8,4,2,1,10,9]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0] => [4,5,7,6,3,8,2,1,10,9]
[1,1,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [3,2,4,10,9,8,7,6,5,1]
[1,1,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [3,4,2,5,9,10,8,7,6,1]
[1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,0,0,0,0,0] => [5,4,3,2,6,10,9,8,7,1]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,1,0,0,0] => [5,6,4,3,2,7,9,10,8,1]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0] => [7,6,5,4,3,2,8,10,9,1]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0,0,0] => [5,6,7,8,4,10,9,3,2,1]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0,0] => [5,6,7,8,4,9,10,3,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [3,4,5,6,7,8,2,9,1,10]
[1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0] => [1,5,9,8,7,6,10,4,3,2]
[1,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [1,4,9,8,7,6,5,10,3,2]
[1,0,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [1,3,9,8,7,6,5,4,10,2]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,3,4,5,1,7,6,9,8,10]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [5,4,3,6,7,8,9,10,2,1]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0,1,0] => [1,3,6,5,8,7,9,4,2,10]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [1,3,6,5,8,7,10,9,4,2]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [1,3,6,5,8,7,4,9,2,10]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [1,3,6,5,4,7,2,9,8,10]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [1,3,4,5,2,7,6,9,8,10]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [3,2,4,5,6,7,9,8,10,1]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [3,2,4,5,6,7,9,10,8,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0,0] => [3,4,5,6,7,9,8,10,2,1]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,0] => [5,4,7,6,8,3,9,10,2,1]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0,1,0,0] => [4,3,7,6,8,9,5,2,10,1]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0,0] => [5,4,6,3,8,9,7,10,2,1]
[1,1,1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [4,3,6,5,8,9,10,7,2,1]
[1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [3,2,7,8,6,5,9,4,10,1]
[1,1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [3,2,6,8,7,5,9,10,4,1]
[1,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [4,3,5,8,7,9,6,2,10,1]
[1,1,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0] => [3,2,5,8,9,7,6,4,10,1]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0,0,0] => [5,4,6,7,3,9,8,10,2,1]
[1,1,1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [4,3,6,7,5,9,10,8,2,1]
[1,1,1,0,0,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [3,2,6,7,9,8,5,10,4,1]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [4,3,5,7,9,8,10,6,2,1]
[1,1,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [3,2,5,7,9,10,8,6,4,1]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,0] => [2,7,6,5,8,4,9,3,10,1]
[1,1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,1,0,0,0] => [2,6,5,4,8,7,9,10,3,1]
[1,1,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0] => [2,5,4,3,8,9,7,6,10,1]
[1,1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [2,6,5,4,7,9,8,10,3,1]
[1,1,0,1,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [2,5,4,3,7,9,10,8,6,1]
[1,1,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0,1,0,0] => [3,4,2,8,7,6,9,5,10,1]
[1,1,1,0,1,0,0,1,1,1,0,0,0,1,1,0,1,0,0,0] => [3,4,2,7,6,5,9,10,8,1]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [2,4,8,7,6,5,9,3,10,1]
[1,1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0,0] => [2,4,7,6,5,3,9,10,8,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [4,5,3,6,2,9,8,7,10,1]
[1,1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0,1,0,0] => [3,5,4,6,9,8,7,2,10,1]
[1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [2,5,6,4,3,9,8,7,10,1]
[1,1,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0,1,0,0] => [3,4,6,5,9,8,7,2,10,1]
[1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [2,4,6,9,8,7,5,3,10,1]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0,0] => [5,6,4,7,3,8,2,10,9,1]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,0,0] => [4,6,5,7,3,8,10,9,2,1]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,1,1,0,0,0] => [3,6,5,7,8,4,2,10,9,1]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,0,0,0] => [4,5,3,7,8,6,10,9,2,1]
[1,1,1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0,0] => [3,5,4,7,8,10,9,6,2,1]
[1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,0,0] => [2,6,7,5,4,8,3,10,9,1]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,0] => [2,5,7,6,4,8,10,9,3,1]
[1,1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [3,4,7,6,8,5,2,10,9,1]
[1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [2,4,7,8,6,5,3,10,9,1]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,0] => [4,5,6,3,8,7,10,9,2,1]
[1,1,1,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,0] => [3,5,6,4,8,10,9,7,2,1]
[1,1,0,1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [2,5,6,8,7,4,10,9,3,1]
[1,1,1,0,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [3,4,6,8,7,10,9,5,2,1]
[1,1,0,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [2,1,9,8,10,7,6,5,4,3]
[1,0,1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [1,2,9,8,7,10,6,5,4,3]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [2,1,3,4,5,6,8,9,10,7]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [3,4,2,5,6,7,9,10,8,1]
[1,1,0,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [2,1,8,9,10,7,6,5,4,3]
[1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [2,1,6,7,8,9,10,5,4,3]
[1,1,1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [4,6,7,8,10,9,5,3,2,1]
[1,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [2,1,7,8,6,9,5,4,10,3]
[1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [2,1,4,5,7,8,6,9,10,3]
[1,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [2,1,4,7,9,10,8,6,5,3]
[1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [4,3,7,6,5,8,2,9,10,1]
[1,1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [4,3,6,5,2,7,9,10,8,1]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0] => [3,2,4,6,9,8,7,10,5,1]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [4,3,7,6,8,9,5,2,1,10]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0] => [6,5,7,4,8,3,2,9,1,10]
[1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0] => [3,2,4,6,7,5,8,9,1,10]
[1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [3,2,6,8,9,7,5,4,1,10]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0] => [5,4,6,8,7,3,9,2,1,10]
[1,0,1,0,1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0] => [1,2,4,3,7,8,6,9,10,5]
[1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [1,2,4,3,6,7,9,10,8,5]
[1,0,1,0,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [1,2,6,5,9,8,7,10,4,3]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0,1,0] => [1,2,6,5,7,4,8,9,3,10]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0] => [1,2,5,4,6,8,9,7,3,10]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,1,0,1,0,0,0] => [1,4,6,5,3,2,9,10,8,7]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [1,4,8,7,6,5,9,3,2,10]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,0,0,1,0] => [3,4,2,1,8,7,9,6,5,10]
[1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [1,4,5,3,6,8,7,2,9,10]
[1,0,1,1,0,1,0,1,1,0,1,1,0,0,0,0,1,0,1,0] => [1,3,4,6,8,7,5,2,9,10]
[1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,1,0,1,0] => [3,6,5,4,8,7,2,1,9,10]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [3,4,2,5,6,1,8,7,9,10]
[1,1,0,1,0,1,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [2,3,5,6,4,1,8,7,9,10]
[1,0,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,0] => [1,4,7,6,8,10,9,5,3,2]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0] => [1,6,7,5,8,4,3,10,9,2]
[1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0] => [1,3,4,6,7,5,8,10,9,2]
[1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [1,3,6,8,10,9,7,5,4,2]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [1,5,6,8,7,4,10,9,3,2]
[1,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [3,6,5,4,7,2,8,10,9,1]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [3,4,2,5,8,7,10,9,6,1]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0] => [2,3,5,8,7,6,10,9,4,1]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [5,6,4,7,3,2,8,1,10,9]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0] => [2,3,5,6,4,7,8,1,10,9]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,0] => [2,5,7,8,6,4,3,1,10,9]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0] => [3,2,4,1,8,7,6,5,9,10]
[1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [2,1,3,5,8,7,6,4,10,9]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [3,2,4,5,1,9,8,7,6,10]
[1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [2,3,1,5,8,7,6,4,10,9]
[1,1,1,0,1,0,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [3,4,2,1,5,9,8,7,6,10]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0,1,0] => [2,4,5,3,1,9,8,7,6,10]
[1,1,1,0,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [3,2,1,4,6,9,8,7,10,5]
[1,1,1,0,1,0,0,0,1,0,1,1,1,1,0,0,0,1,0,0] => [3,4,2,1,5,9,8,7,10,6]
[1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0,1,1,0,0] => [2,4,3,5,8,7,6,1,10,9]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0] => [3,2,4,5,1,9,8,7,10,6]
[1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,0] => [2,4,5,3,8,7,6,1,10,9]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,1,0,1,0,0] => [3,2,4,1,8,7,6,9,10,5]
[1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [3,4,2,7,6,5,1,9,10,8]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,1,0,0,1,0] => [5,4,6,3,2,1,7,9,8,10]
[1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0,1,0] => [2,6,5,7,4,3,1,9,8,10]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,1,0,1,0,0] => [5,4,6,3,2,1,7,9,10,8]
[1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [2,6,5,7,4,3,8,1,10,9]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [5,4,6,3,2,7,1,9,10,8]
[1,1,0,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [2,1,3,7,6,8,10,9,5,4]
[1,1,0,1,0,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [2,3,1,7,6,8,10,9,5,4]
[1,1,0,0,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [2,1,3,7,8,6,10,9,5,4]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [2,3,1,7,8,6,10,9,5,4]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0,1,0] => [5,4,3,6,8,7,9,2,1,10]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,0,1,0] => [4,6,5,3,8,7,9,2,1,10]
[1,1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0,0,1,0] => [5,4,3,6,8,9,7,2,1,10]
[1,1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0,1,0] => [4,6,5,7,3,9,8,2,1,10]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [5,4,6,3,8,9,7,2,1,10]
[1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0] => [3,2,4,7,6,5,8,10,9,1]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0,1,0,0] => [4,3,5,2,8,7,6,9,10,1]
[1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [3,2,4,6,8,7,5,10,9,1]
[1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [3,4,2,6,8,7,5,10,9,1]
[1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0,1,0,0] => [4,5,3,2,6,9,8,7,10,1]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [3,5,6,4,2,9,8,7,10,1]
[1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0] => [4,3,2,5,7,9,8,10,6,1]
[1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [4,5,3,2,6,9,8,10,7,1]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,0] => [3,5,4,6,8,7,2,10,9,1]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0] => [4,3,5,6,2,9,8,10,7,1]
[1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0,0] => [3,5,6,4,8,7,2,10,9,1]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,0,0,0] => [4,3,5,2,8,7,9,10,6,1]
[1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,0] => [4,5,3,7,6,2,9,10,8,1]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,1,0,0] => [6,8,7,5,4,3,2,9,10,1]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,1,0,0,0] => [5,8,7,6,4,3,9,10,2,1]
[1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0,0,0] => [4,8,7,6,5,9,10,3,2,1]
[1,1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0] => [3,8,7,6,9,10,5,4,2,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0] => [8,7,6,5,4,10,9,3,2,1]
[1,1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0] => [8,7,6,5,10,9,4,3,2,1]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,0,0] => [8,7,9,6,5,4,3,10,2,1]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,0,0] => [7,9,8,6,5,4,3,10,2,1]
[1,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0] => [7,8,6,9,5,10,4,3,2,1]
[1,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0] => [2,7,6,8,5,9,4,10,3,1]
[1,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,0] => [2,4,8,7,9,6,10,5,3,1]
[1,1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,0] => [2,4,6,9,8,10,7,5,3,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [3,4,5,6,8,7,2,1,9,10]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [3,4,5,7,6,2,1,8,9,10]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [3,4,6,5,2,1,7,8,9,10]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [3,5,4,2,1,6,7,8,9,10]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [1,2,3,4,5,7,9,10,8,6]
[1,0,1,0,1,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [1,2,3,4,6,9,10,8,7,5]
[1,0,1,0,1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [1,2,3,5,9,10,8,7,6,4]
[1,0,1,0,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,2,4,9,10,8,7,6,5,3]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0,0,0] => [6,5,7,8,9,4,10,3,2,1]
[1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,1,0,1,0] => [5,4,3,2,8,7,6,1,9,10]
[1,1,0,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0] => [2,1,6,5,4,9,8,7,3,10]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,1,1,0,0,0] => [2,1,4,3,8,7,6,10,9,5]
[1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [4,3,6,5,2,1,8,7,10,9]
[1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [3,2,1,7,6,8,5,4,10,9]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0] => [3,2,1,6,5,4,9,10,8,7]
[1,1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0,0] => [6,7,10,9,8,5,4,3,2,1]
[1,1,1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,0,0] => [7,6,8,10,9,5,4,3,2,1]
[1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,3,1,4,5,6,8,9,7,10]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [1,3,2,4,5,6,8,9,7,10]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,3,1,4,5,6,7,9,8,10]
[1,0,1,0,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,2,4,10,9,8,7,6,5,3]
[1,0,1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [1,2,4,7,9,8,10,6,5,3]
[1,0,1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [1,2,5,7,9,8,6,10,4,3]
[1,0,1,0,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0] => [1,2,4,5,3,9,8,10,7,6]
[1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [1,3,4,2,7,9,8,10,6,5]
[1,0,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [1,2,4,6,9,8,7,5,10,3]
[1,0,1,0,1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [1,2,3,6,5,9,8,7,10,4]
[1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [1,3,4,2,6,9,8,7,10,5]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [1,2,3,7,6,5,9,8,10,4]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [1,2,4,3,6,5,9,8,10,7]
[1,1,0,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [2,3,1,4,7,9,8,10,6,5]
[1,1,0,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [2,3,1,4,6,9,8,7,10,5]
[1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [2,3,1,4,6,5,9,8,10,7]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [2,4,5,3,1,6,9,8,10,7]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [3,4,2,5,1,6,9,8,10,7]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0] => [1,3,5,7,9,8,6,4,2,10]
[1,0,1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [1,2,5,7,6,9,8,4,3,10]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [1,4,5,3,7,9,8,6,2,10]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [1,3,5,6,4,2,9,8,7,10]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [1,3,4,2,6,5,9,8,7,10]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [2,3,1,5,7,9,8,6,4,10]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [2,3,1,5,6,4,9,8,7,10]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [2,4,5,3,1,7,9,8,6,10]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [3,4,2,5,1,7,9,8,6,10]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [1,4,6,7,5,3,2,9,8,10]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [1,2,6,5,7,4,3,9,8,10]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [2,3,1,6,7,5,4,9,8,10]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [1,2,6,5,4,7,3,9,8,10]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [1,2,3,4,5,8,9,7,6,10]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [1,2,3,4,7,8,9,6,5,10]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [1,2,3,6,7,8,9,5,4,10]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [2,4,5,3,1,7,6,9,10,8]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0] => [3,4,2,5,1,7,6,9,10,8]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [3,4,2,5,6,7,8,10,9,1]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,4,3,5,6,7,8,10,9,1]
[1,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0,0] => [5,7,6,4,8,3,9,2,10,1]
[1,1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,1,0,0] => [4,6,5,8,7,3,9,2,10,1]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [4,6,5,7,3,8,2,9,1,10]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,5,6,7,8,9,10,4,2]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [2,6,7,5,8,4,9,3,10,1]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [2,3,4,5,6,1,8,7,10,9]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,3,4,1,6,5,8,7,10,9]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [1,4,5,6,7,8,3,10,9,2]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0] => [1,3,4,5,6,2,8,10,9,7]
[1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,1,1,0,0,0] => [1,3,4,5,2,6,8,10,9,7]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,1,1,0,0,0] => [1,3,4,2,5,6,8,10,9,7]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [1,3,2,4,5,6,8,10,9,7]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [3,9,8,7,6,5,4,10,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,1,0,0,0] => [4,5,6,7,8,3,2,10,9,1]
[1,1,1,0,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [3,2,6,7,8,9,10,5,4,1]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [1,3,2,5,4,8,9,7,10,6]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [1,3,2,6,7,5,4,9,10,8]
[1,0,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [1,3,2,6,8,9,7,5,10,4]
[1,0,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [1,3,2,7,8,6,9,5,10,4]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [1,4,5,3,2,7,6,9,10,8]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [1,4,5,3,2,8,9,7,10,6]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [1,4,6,7,5,3,2,9,10,8]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [1,5,6,4,7,3,2,9,10,8]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [2,3,1,5,4,7,6,9,10,8]
[1,1,0,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [2,3,1,5,4,8,9,7,10,6]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [2,3,1,6,7,5,4,9,10,8]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [2,4,6,8,9,7,5,3,10,1]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [2,4,7,8,6,9,5,3,10,1]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [2,5,6,4,8,9,7,3,10,1]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [2,5,7,8,6,4,9,3,10,1]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [3,4,2,6,8,9,7,5,10,1]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [3,4,2,7,8,6,9,5,10,1]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0,0] => [3,5,6,4,2,8,9,7,10,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0] => [4,5,3,6,2,8,9,7,10,1]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [3,5,7,8,6,4,2,9,10,1]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0,0] => [3,6,7,5,8,4,2,9,10,1]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,1,0,0] => [4,5,3,7,8,6,2,9,10,1]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,1,0,0] => [4,6,7,5,3,8,2,9,10,1]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0] => [5,6,4,7,3,8,2,9,10,1]
[1,0,1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [1,3,5,10,9,8,7,6,4,2]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0] => [1,3,5,7,10,9,8,6,4,2]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [2,4,5,6,7,8,10,9,3,1]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0] => [10,9,8,7,6,5,4,3,2,1,11]
[1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [1,11,10,9,8,7,6,5,4,3,2]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,0] => [9,10,8,7,6,5,4,3,2,1,11]
[1,0,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0] => [1,10,11,9,8,7,6,5,4,3,2]
[1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0] => [9,8,10,7,6,5,4,3,2,1,11]
[1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,1,0] => [8,10,9,7,6,5,4,3,2,1,11]
[1,0,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0] => [1,10,9,11,8,7,6,5,4,3,2]
[1,0,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0] => [1,9,11,10,8,7,6,5,4,3,2]
[1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0,1,0] => [8,9,10,7,6,5,4,3,2,1,11]
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0] => [1,10,9,8,11,7,6,5,4,3,2]
[1,0,1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [1,9,10,11,8,7,6,5,4,3,2]
[1,0,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0] => [1,8,11,10,9,7,6,5,4,3,2]
[1,0,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,7,11,10,9,8,6,5,4,3,2]
[1,0,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,6,11,10,9,8,7,5,4,3,2]
[1,0,1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,5,11,10,9,8,7,6,4,3,2]
[1,0,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,4,11,10,9,8,7,6,5,3,2]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,2,3,4,5,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,1,0,0] => [1,2,3,4,5,6,7,8,9,11,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [1,2,3,4,5,6,7,8,10,11,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [1,2,3,4,5,6,7,9,10,11,8]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [1,2,3,4,5,6,8,9,10,11,7]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [1,2,3,4,5,7,8,9,10,11,6]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,2,3,4,6,7,8,9,10,11,5]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,2,3,5,6,7,8,9,10,11,4]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,2,4,5,6,7,8,9,10,11,3]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,4,5,6,7,8,9,10,11,2]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,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,1,1,0,0,0] => [1,2,3,4,5,6,7,8,11,10,9]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,2,4,5,6,7,8,9,10,11,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [1,2,3,4,5,6,7,10,11,9,8]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,4,2,5,6,7,8,9,10,11,1]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [4,3,2,5,6,7,8,9,10,11,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [1,2,3,4,5,6,10,11,9,8,7]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,4,5,2,6,7,8,9,10,11,1]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [3,4,5,6,2,7,8,9,10,11,1]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [5,4,3,2,6,7,8,9,10,11,1]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [3,4,5,6,7,2,8,9,10,11,1]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [1,2,3,4,5,10,11,9,8,7,6]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [3,4,5,6,7,8,2,9,10,11,1]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [6,5,4,3,2,7,8,9,10,11,1]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [5,6,7,8,9,11,10,4,3,2,1]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [6,5,7,8,9,10,11,4,3,2,1]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,3,4,5,6,7,8,9,10,11]
[1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0] => [9,11,10,8,7,6,5,4,3,2,1]
[1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0] => [10,9,11,8,7,6,5,4,3,2,1]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0] => [10,9,8,7,6,5,4,3,2,11,1]
[1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0] => [10,11,9,8,7,6,5,4,3,2,1]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,0,0] => [9,10,8,7,6,5,4,3,2,11,1]
[1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0] => [2,10,11,9,8,7,6,5,4,3,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,4,5,6,7,8,9,11,10,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [2,3,4,5,6,7,8,10,11,9,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [2,3,4,5,6,7,9,10,11,8,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [2,3,4,5,6,8,9,10,11,7,1]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,4,5,7,8,9,10,11,6,1]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,4,6,7,8,9,10,11,5,1]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,5,6,7,8,9,10,11,4,1]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,4,5,6,7,8,9,10,11,3,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [3,4,5,6,7,8,9,10,11,2,1]
[1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0] => [11,10,9,8,7,6,5,4,3,2,1]
[1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,1,11,10,9,8,7,6,5,4,3]
[1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [2,11,10,9,8,7,6,5,4,3,1]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,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,0,1,1,0,0] => [9,8,7,6,5,4,3,2,1,11,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [2,3,4,5,6,8,7,9,10,11,1]
[1,1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0,0] => [9,10,11,8,7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [1,2,3,4,5,6,7,10,9,8,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,2,3,4,5,6,7,8,10,9,11]
[1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0] => [2,10,9,8,7,6,5,4,3,1,11]
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0] => [1,10,9,8,7,6,5,4,3,11,2]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,3,4,5,6,7,8,9,10,1,11]
[1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0] => [10,9,8,11,7,6,5,4,3,2,1]
[1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,1,0,0,0] => [8,9,10,7,6,5,4,3,11,2,1]
[1,1,1,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [3,9,10,11,8,7,6,5,4,2,1]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,3,2,4,5,6,7,8,9,10,11]
[1,0,1,0,1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,2,3,4,10,11,9,8,7,6,5]
[1,0,1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [1,2,3,4,10,9,8,7,6,5,11]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [4,5,6,7,8,9,10,11,3,2,1]
[1,1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0,0,0] => [9,10,8,11,7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [1,2,3,4,5,6,7,9,10,8,11]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0] => [1,7,6,5,4,3,2,8,9,10,11]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0] => [6,7,5,4,3,2,1,8,9,10,11]
[1,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]
[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,11,9]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0,0,0] => [6,7,8,9,10,5,11,4,3,2,1]
[1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [5,7,8,9,10,11,6,4,3,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [3,4,5,6,7,8,9,10,2,1,11]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,4,5,6,7,8,9,10,11,3,2]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,1,0] => [9,8,7,6,5,4,3,2,1,10,11]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [5,6,7,8,9,10,4,3,2,1,11]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [3,4,5,6,7,8,9,2,10,11,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [3,4,5,6,7,8,9,10,2,11,1]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [6,5,4,3,2,1,11,10,9,8,7]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [2,3,4,6,5,7,8,9,10,11,1]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [5,6,7,8,9,10,11,4,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [1,2,3,5,6,7,8,9,4,10,11]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [1,2,3,6,5,7,8,9,10,4,11]
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0] => [1,10,9,8,7,6,5,4,3,2,11]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,1,0] => [6,7,8,9,10,5,4,3,2,1,11]
[1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,7,8,9,10,11,6,5,4,3,2]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [2,3,4,5,6,8,9,7,10,11,1]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [2,1,3,4,5,6,11,10,9,8,7]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [1,2,3,4,5,6,7,9,8,10,11]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0] => [4,5,6,7,8,10,11,9,3,2,1]
[1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [5,6,4,7,8,9,10,11,3,2,1]
[1,1,1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0] => [8,10,11,9,7,6,5,4,3,2,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [2,3,4,5,6,11,10,9,8,7,1]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [6,5,4,3,2,1,7,8,9,10,11]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0] => [2,3,4,8,7,6,5,10,9,11,1]
[1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [2,4,3,8,7,6,5,9,10,11,1]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,6,7,8,9,10,11,5,4,3,2]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [4,3,5,6,7,8,9,10,11,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [3,4,5,6,7,8,9,11,10,2,1]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [3,5,6,7,8,9,10,11,4,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [3,4,5,6,7,8,11,10,9,2,1]
[1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0] => [8,11,10,9,7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [1,2,3,4,6,8,7,5,10,9,11]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [1,2,3,4,7,6,8,5,10,9,11]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [2,1,3,4,5,6,7,9,10,8,11]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [2,1,3,4,5,6,7,8,10,9,11]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,2,1,4,5,6,7,8,9,10,11]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [2,3,4,5,6,7,8,9,1,10,11]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [2,3,4,5,6,7,8,1,10,9,11]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0] => [2,3,4,5,6,7,1,9,10,8,11]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [2,3,4,5,6,1,8,9,10,7,11]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [2,3,4,5,1,7,8,9,10,6,11]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,3,4,1,6,7,8,9,10,5,11]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,3,1,5,6,7,8,9,10,4,11]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,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,0,0,1,0] => [1,3,4,5,6,7,8,9,10,2,11]
[1,0,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,2,11,10,9,8,7,6,5,4,3]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,1,0,0] => [9,8,7,6,5,4,3,2,10,11,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0] => [8,7,6,5,4,3,2,9,10,11,1]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0,0] => [7,6,5,4,3,2,8,9,10,11,1]
[1,1,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0] => [2,10,9,11,8,7,6,5,4,3,1]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [2,4,3,6,5,1,8,7,10,9,11]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [2,4,3,1,6,5,8,7,10,9,11]
[1,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [3,11,10,9,8,7,6,5,4,2,1]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0] => [10,9,8,7,6,5,4,3,11,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,11,10,9,3,2,1]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [5,4,6,7,8,9,11,10,3,2,1]
[1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [2,1,10,9,8,7,6,5,4,3,11]
[1,1,1,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [3,2,1,10,9,8,7,6,5,4,11]
[1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [4,3,2,1,10,9,8,7,6,5,11]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [5,4,3,2,1,10,9,8,7,6,11]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [6,5,4,3,2,1,10,9,8,7,11]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0] => [7,6,5,4,3,2,1,10,9,8,11]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,1,0] => [8,7,6,5,4,3,2,1,10,9,11]
[1,1,0,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [2,9,10,11,8,7,6,5,4,3,1]
[1,1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0,0] => [2,8,9,10,11,7,6,5,4,3,1]
[1,1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [2,7,8,9,10,11,6,5,4,3,1]
[1,1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [2,6,7,8,9,10,11,5,4,3,1]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [2,5,6,7,8,9,10,11,4,3,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [2,3,4,5,6,7,8,9,1,11,10]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [2,1,3,4,5,6,7,8,9,11,10]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [1,3,2,4,5,6,7,8,9,11,10]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,3,4,5,6,7,8,9,11,10,2]
[1,0,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [1,2,10,11,9,8,7,6,5,4,3]
[1,1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [3,2,11,10,9,8,7,6,5,4,1]
[1,1,1,1,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [4,3,2,11,10,9,8,7,6,5,1]
[1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [5,4,3,2,11,10,9,8,7,6,1]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [6,5,4,3,2,11,10,9,8,7,1]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0] => [7,6,5,4,3,2,11,10,9,8,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0] => [8,7,6,5,4,3,2,11,10,9,1]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0] => [9,8,7,6,5,4,3,2,11,10,1]
[1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0] => [9,8,11,10,7,6,5,4,3,2,1]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [6,7,8,9,10,11,5,4,3,2,1]
[1,0,1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,0] => [1,7,6,8,9,10,11,5,4,3,2]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [1,5,6,7,8,9,11,10,4,3,2]
[1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,6,5,7,8,9,10,11,4,3,2]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [3,4,5,6,7,10,11,9,8,2,1]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [3,4,5,6,9,10,11,8,7,2,1]
[1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [3,4,5,8,9,10,11,7,6,2,1]
[1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [3,4,7,8,9,10,11,6,5,2,1]
[1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [3,6,7,8,9,10,11,5,4,2,1]
[1,0,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,3,11,10,9,8,7,6,5,4,2]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0] => [10,9,8,7,6,5,4,11,3,2,1]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0] => [10,9,8,7,6,5,11,4,3,2,1]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0] => [10,9,8,7,6,11,5,4,3,2,1]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0] => [10,9,8,7,11,6,5,4,3,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,1,0] => [4,5,6,7,8,10,9,3,2,1,11]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [5,4,6,7,8,9,10,3,2,1,11]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [3,2,4,1,6,5,8,7,10,9,11]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [4,3,2,1,8,7,6,5,11,10,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [1,2,3,4,5,6,8,7,9,10,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [1,2,3,4,5,6,8,9,7,10,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [1,2,3,4,5,6,8,9,10,7,11]
[1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [2,4,5,6,7,3,8,9,10,11,1]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [2,3,5,6,7,4,8,9,10,11,1]
[1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [2,3,4,6,7,5,8,9,10,11,1]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [2,3,4,5,7,6,8,9,10,11,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [4,5,6,7,8,9,10,3,2,1,11]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [4,5,6,7,8,9,10,3,11,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [4,5,6,7,8,9,11,10,3,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0] => [4,5,6,7,10,11,9,8,3,2,1]
[1,1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0,0] => [4,5,6,9,10,11,8,7,3,2,1]
[1,1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [4,5,8,9,10,11,7,6,3,2,1]
[1,1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [4,7,8,9,10,11,6,5,3,2,1]
[1,1,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0] => [9,8,7,11,10,6,5,4,3,2,1]
[1,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0,1,0] => [5,6,7,8,10,9,4,3,2,1,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [1,2,3,4,5,6,7,9,11,10,8]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [1,2,3,4,5,6,8,9,11,10,7]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [1,2,3,4,5,7,8,9,11,10,6]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,2,3,4,6,7,8,9,11,10,5]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,2,3,5,6,7,8,9,11,10,4]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [1,2,4,5,6,7,8,9,11,10,3]
[1,1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0] => [8,9,11,10,7,6,5,4,3,2,1]
[1,1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0,0] => [9,8,10,11,7,6,5,4,3,2,1]
[1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0] => [2,10,9,8,7,6,5,4,3,11,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0] => [2,3,4,5,6,8,9,10,7,11,1]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [4,5,6,7,3,8,9,10,11,2,1]
[1,1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [3,5,6,7,4,8,9,10,11,2,1]
[1,1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [3,4,6,7,5,8,9,10,11,2,1]
[1,1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [3,4,5,7,6,8,9,10,11,2,1]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [3,2,4,5,6,7,8,9,11,10,1]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0] => [1,9,8,7,6,5,4,3,2,11,10]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0] => [9,10,8,7,6,5,4,3,11,2,1]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0,0,0] => [9,10,8,7,6,5,4,11,3,2,1]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,0,0,0] => [9,10,8,7,6,5,11,4,3,2,1]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0] => [9,10,8,7,6,11,5,4,3,2,1]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0,0,0] => [9,10,8,7,11,6,5,4,3,2,1]
[1,0,1,0,1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [1,2,3,10,11,9,8,7,6,5,4]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0,0] => [6,7,8,9,11,10,5,4,3,2,1]
[1,1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [7,6,8,9,10,11,5,4,3,2,1]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [1,6,5,4,3,2,11,10,9,8,7]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [5,4,3,2,1,6,11,10,9,8,7]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [2,1,7,6,5,4,3,11,10,9,8]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [5,4,3,2,1,7,6,11,10,9,8]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [5,4,3,2,1,9,8,7,6,11,10]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [3,2,1,7,6,5,4,11,10,9,8]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [4,3,2,1,7,6,5,11,10,9,8]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [3,2,4,5,6,7,8,10,11,9,1]
[1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [7,11,10,9,8,6,5,4,3,2,1]
[1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [6,11,10,9,8,7,5,4,3,2,1]
[1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [5,11,10,9,8,7,6,4,3,2,1]
[1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [4,11,10,9,8,7,6,5,3,2,1]
[1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0] => [11,10,9,8,7,6,5,4,3,2,1,12]
[1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0] => [10,11,9,8,7,6,5,4,3,2,1,12]
[1,0,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0] => [1,11,12,10,9,8,7,6,5,4,3,2]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [1,2,3,4,5,6,7,8,9,11,12,10]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [1,3,4,5,6,7,8,9,10,11,12,2]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [1,2,3,4,5,6,7,8,9,12,11,10]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [3,2,4,5,6,7,8,9,10,11,12,1]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0] => [1,3,5,7,9,11,12,10,8,6,4,2]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,0] => [1,3,5,8,9,7,11,12,10,6,4,2]
[1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,0] => [1,3,6,7,5,9,11,12,10,8,4,2]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,0] => [1,3,6,8,9,7,5,11,12,10,4,2]
[1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [1,3,7,8,6,9,5,11,12,10,4,2]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [1,4,5,3,7,9,11,12,10,8,6,2]
[1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [1,4,5,3,8,9,7,11,12,10,6,2]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [1,4,6,7,5,3,9,11,12,10,8,2]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [1,5,6,4,7,3,9,11,12,10,8,2]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0,0] => [1,4,6,8,9,7,5,3,11,12,10,2]
[1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0,0] => [1,4,7,8,6,9,5,3,11,12,10,2]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [1,5,6,4,8,9,7,3,11,12,10,2]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0,0] => [1,5,7,8,6,4,9,3,11,12,10,2]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0,0] => [1,6,7,5,8,4,9,3,11,12,10,2]
[1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0] => [1,4,6,8,10,11,9,7,5,3,12,2]
[1,0,1,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0,0] => [1,4,6,9,10,8,11,7,5,3,12,2]
[1,0,1,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [1,4,7,8,6,10,11,9,5,3,12,2]
[1,0,1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0,0] => [1,4,7,9,10,8,6,11,5,3,12,2]
[1,0,1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0] => [1,4,8,9,7,10,6,11,5,3,12,2]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [1,5,6,4,8,10,11,9,7,3,12,2]
[1,0,1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [1,5,6,4,9,10,8,11,7,3,12,2]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,0] => [1,5,7,8,6,4,10,11,9,3,12,2]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [1,6,7,5,8,4,10,11,9,3,12,2]
[1,0,1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0] => [1,5,7,9,10,8,6,4,11,3,12,2]
[1,0,1,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,0] => [1,5,8,9,7,10,6,4,11,3,12,2]
[1,0,1,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [1,6,7,5,9,10,8,4,11,3,12,2]
[1,0,1,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [1,6,8,9,7,5,10,4,11,3,12,2]
[1,0,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,7,8,6,9,5,10,4,11,3,12,2]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [2,3,1,5,7,9,11,12,10,8,6,4]
[1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [2,3,1,5,8,9,7,11,12,10,6,4]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [2,3,1,6,7,5,9,11,12,10,8,4]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [2,3,1,6,8,9,7,5,11,12,10,4]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0] => [2,3,1,7,8,6,9,5,11,12,10,4]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [2,3,1,6,8,10,11,9,7,5,12,4]
[1,1,0,1,0,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [2,3,1,6,9,10,8,11,7,5,12,4]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [2,3,1,7,8,6,10,11,9,5,12,4]
[1,1,0,1,0,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [2,3,1,7,9,10,8,6,11,5,12,4]
[1,1,0,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [2,3,1,8,9,7,10,6,11,5,12,4]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [2,4,5,3,1,7,9,11,12,10,8,6]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [2,4,5,3,1,8,9,7,11,12,10,6]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [2,4,5,3,1,8,10,11,9,7,12,6]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [2,4,5,3,1,9,10,8,11,7,12,6]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [3,4,2,5,1,7,9,11,12,10,8,6]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [3,4,2,5,1,8,9,7,11,12,10,6]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [3,4,2,5,1,8,10,11,9,7,12,6]
[1,1,1,0,1,0,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [3,4,2,5,1,9,10,8,11,7,12,6]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,1,0,1,0,0,0] => [2,4,6,7,5,3,1,9,11,12,10,8]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,1,0,0] => [2,4,6,7,5,3,1,10,11,9,12,8]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [2,5,6,4,7,3,1,9,11,12,10,8]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [2,5,6,4,7,3,1,10,11,9,12,8]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [3,4,2,6,7,5,1,9,11,12,10,8]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [3,4,2,6,7,5,1,10,11,9,12,8]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0] => [3,5,6,4,2,7,1,9,11,12,10,8]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [3,5,6,4,2,7,1,10,11,9,12,8]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0] => [4,5,3,6,2,7,1,9,11,12,10,8]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [4,5,3,6,2,7,1,10,11,9,12,8]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,1,0,0] => [2,4,6,8,9,7,5,3,1,11,12,10]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0] => [2,4,7,8,6,9,5,3,1,11,12,10]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [2,5,6,4,8,9,7,3,1,11,12,10]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,1,0,1,0,0] => [2,5,7,8,6,4,9,3,1,11,12,10]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [2,6,7,5,8,4,9,3,1,11,12,10]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [3,4,2,6,8,9,7,5,1,11,12,10]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [3,4,2,7,8,6,9,5,1,11,12,10]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [3,5,6,4,2,8,9,7,1,11,12,10]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [4,5,3,6,2,8,9,7,1,11,12,10]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,1,0,1,0,0] => [3,5,7,8,6,4,2,9,1,11,12,10]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [3,6,7,5,8,4,2,9,1,11,12,10]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [4,5,3,7,8,6,2,9,1,11,12,10]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,1,0,1,0,0] => [4,6,7,5,3,8,2,9,1,11,12,10]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0] => [5,6,4,7,3,8,2,9,1,11,12,10]
[1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0] => [11,10,9,8,7,6,5,4,3,2,12,1]
[1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0] => [2,12,11,10,9,8,7,6,5,4,3,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [3,4,5,6,7,8,9,10,11,12,2,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [2,3,4,5,6,7,8,9,10,12,11,1]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [3,2,1,4,5,6,7,8,9,10,11,12]
[1,1,0,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,12,11]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,2,4,1,6,5,8,7,10,9,12,11]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [4,3,5,2,6,1,8,7,10,9,12,11]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,1,5,4,6,3,8,7,10,9,12,11]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [3,2,5,4,6,1,8,7,10,9,12,11]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [2,1,6,5,7,4,8,3,10,9,12,11]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [3,2,6,5,7,4,8,1,10,9,12,11]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [4,3,6,5,7,2,8,1,10,9,12,11]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [5,4,6,3,7,2,8,1,10,9,12,11]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [2,1,4,3,7,6,8,5,10,9,12,11]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [3,2,4,1,7,6,8,5,10,9,12,11]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [4,3,5,2,7,6,8,1,10,9,12,11]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [2,1,5,4,7,6,8,3,10,9,12,11]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [3,2,5,4,7,6,8,1,10,9,12,11]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [2,1,4,3,8,7,9,6,10,5,12,11]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [3,2,4,1,8,7,9,6,10,5,12,11]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [4,3,5,2,8,7,9,6,10,1,12,11]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [2,1,5,4,8,7,9,6,10,3,12,11]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [3,2,5,4,8,7,9,6,10,1,12,11]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [4,3,6,5,8,7,9,2,10,1,12,11]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [5,4,6,3,8,7,9,2,10,1,12,11]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [4,3,7,6,8,5,9,2,10,1,12,11]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [5,4,7,6,8,3,9,2,10,1,12,11]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [2,1,6,5,8,7,9,4,10,3,12,11]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [3,2,6,5,8,7,9,4,10,1,12,11]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [6,5,7,4,8,3,9,2,10,1,12,11]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [2,1,7,6,8,5,9,4,10,3,12,11]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [3,2,7,6,8,5,9,4,10,1,12,11]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [2,1,4,3,6,5,9,8,10,7,12,11]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [3,2,4,1,6,5,9,8,10,7,12,11]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [4,3,5,2,6,1,9,8,10,7,12,11]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [2,1,5,4,6,3,9,8,10,7,12,11]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [3,2,5,4,6,1,9,8,10,7,12,11]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [2,1,6,5,7,4,9,8,10,3,12,11]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [3,2,6,5,7,4,9,8,10,1,12,11]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [4,3,6,5,7,2,9,8,10,1,12,11]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [5,4,6,3,7,2,9,8,10,1,12,11]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [2,1,4,3,7,6,9,8,10,5,12,11]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [3,2,4,1,7,6,9,8,10,5,12,11]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [4,3,5,2,7,6,9,8,10,1,12,11]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [2,1,5,4,7,6,9,8,10,3,12,11]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [3,2,5,4,7,6,9,8,10,1,12,11]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [2,1,4,3,6,5,10,9,11,8,12,7]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [3,2,4,1,6,5,10,9,11,8,12,7]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [4,3,5,2,6,1,10,9,11,8,12,7]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [2,1,5,4,6,3,10,9,11,8,12,7]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [3,2,5,4,6,1,10,9,11,8,12,7]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [2,1,6,5,7,4,10,9,11,8,12,3]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [3,2,6,5,7,4,10,9,11,8,12,1]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [4,3,6,5,7,2,10,9,11,8,12,1]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [5,4,6,3,7,2,10,9,11,8,12,1]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [2,1,4,3,7,6,10,9,11,8,12,5]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [3,2,4,1,7,6,10,9,11,8,12,5]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [4,3,5,2,7,6,10,9,11,8,12,1]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [2,1,5,4,7,6,10,9,11,8,12,3]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [3,2,5,4,7,6,10,9,11,8,12,1]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [2,1,6,5,8,7,10,9,11,4,12,3]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [3,2,6,5,8,7,10,9,11,4,12,1]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [6,5,7,4,8,3,10,9,11,2,12,1]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [2,1,7,6,8,5,10,9,11,4,12,3]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [3,2,7,6,8,5,10,9,11,4,12,1]
[1,1,0,0,1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,1,6,5,9,8,10,7,11,4,12,3]
[1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [3,2,6,5,9,8,10,7,11,4,12,1]
[1,1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [6,5,7,4,9,8,10,3,11,2,12,1]
[1,1,0,0,1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,1,7,6,9,8,10,5,11,4,12,3]
[1,1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [3,2,7,6,9,8,10,5,11,4,12,1]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [4,3,6,5,8,7,10,9,11,2,12,1]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [4,3,7,6,8,5,10,9,11,2,12,1]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [5,4,6,3,8,7,10,9,11,2,12,1]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [5,4,7,6,8,3,10,9,11,2,12,1]
[1,1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [6,5,8,7,9,4,10,3,11,2,12,1]
[1,1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [7,6,8,5,9,4,10,3,11,2,12,1]
[1,1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [4,3,6,5,9,8,10,7,11,2,12,1]
[1,1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [4,3,7,6,9,8,10,5,11,2,12,1]
[1,1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [5,4,6,3,9,8,10,7,11,2,12,1]
[1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [5,4,7,6,9,8,10,3,11,2,12,1]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [2,1,4,3,8,7,10,9,11,6,12,5]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [3,2,4,1,8,7,10,9,11,6,12,5]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [4,3,5,2,8,7,10,9,11,6,12,1]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [2,1,5,4,8,7,10,9,11,6,12,3]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [3,2,5,4,8,7,10,9,11,6,12,1]
[1,1,0,0,1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [2,1,8,7,9,6,10,5,11,4,12,3]
[1,1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [3,2,8,7,9,6,10,5,11,4,12,1]
[1,1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [4,3,8,7,9,6,10,5,11,2,12,1]
[1,1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [5,4,8,7,9,6,10,3,11,2,12,1]
[1,1,0,0,1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,1,4,3,9,8,10,7,11,6,12,5]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [3,2,4,1,9,8,10,7,11,6,12,5]
[1,1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [4,3,5,2,9,8,10,7,11,6,12,1]
[1,1,0,0,1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,1,5,4,9,8,10,7,11,6,12,3]
[1,1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [3,2,5,4,9,8,10,7,11,6,12,1]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [2,1,4,3,6,5,8,7,11,10,12,9]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [3,2,4,1,6,5,8,7,11,10,12,9]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [4,3,5,2,6,1,8,7,11,10,12,9]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [2,1,5,4,6,3,8,7,11,10,12,9]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [3,2,5,4,6,1,8,7,11,10,12,9]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [2,1,6,5,7,4,8,3,11,10,12,9]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [3,2,6,5,7,4,8,1,11,10,12,9]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [4,3,6,5,7,2,8,1,11,10,12,9]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [5,4,6,3,7,2,8,1,11,10,12,9]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [2,1,4,3,7,6,8,5,11,10,12,9]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [3,2,4,1,7,6,8,5,11,10,12,9]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [4,3,5,2,7,6,8,1,11,10,12,9]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [2,1,5,4,7,6,8,3,11,10,12,9]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [3,2,5,4,7,6,8,1,11,10,12,9]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [2,1,4,3,8,7,9,6,11,10,12,5]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [3,2,4,1,8,7,9,6,11,10,12,5]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [4,3,5,2,8,7,9,6,11,10,12,1]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [2,1,5,4,8,7,9,6,11,10,12,3]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [3,2,5,4,8,7,9,6,11,10,12,1]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [4,3,6,5,8,7,9,2,11,10,12,1]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [5,4,6,3,8,7,9,2,11,10,12,1]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [4,3,7,6,8,5,9,2,11,10,12,1]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [5,4,7,6,8,3,9,2,11,10,12,1]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [2,1,6,5,8,7,9,4,11,10,12,3]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [3,2,6,5,8,7,9,4,11,10,12,1]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [6,5,7,4,8,3,9,2,11,10,12,1]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [2,1,7,6,8,5,9,4,11,10,12,3]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [3,2,7,6,8,5,9,4,11,10,12,1]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [2,1,4,3,6,5,9,8,11,10,12,7]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [3,2,4,1,6,5,9,8,11,10,12,7]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [4,3,5,2,6,1,9,8,11,10,12,7]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [2,1,5,4,6,3,9,8,11,10,12,7]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [3,2,5,4,6,1,9,8,11,10,12,7]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [2,1,6,5,7,4,9,8,11,10,12,3]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [3,2,6,5,7,4,9,8,11,10,12,1]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [4,3,6,5,7,2,9,8,11,10,12,1]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [5,4,6,3,7,2,9,8,11,10,12,1]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [2,1,4,3,7,6,9,8,11,10,12,5]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [3,2,4,1,7,6,9,8,11,10,12,5]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [4,3,5,2,7,6,9,8,11,10,12,1]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [2,1,5,4,7,6,9,8,11,10,12,3]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [3,2,5,4,7,6,9,8,11,10,12,1]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0] => [10,9,8,7,6,5,4,3,2,1,12,11]
[1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0] => [11,10,12,9,8,7,6,5,4,3,2,1]
[1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0] => [11,12,10,9,8,7,6,5,4,3,2,1]
[1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0,1,0] => [1,4,6,8,10,11,9,7,5,3,2,12]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [1,3,2,4,7,9,11,12,10,8,6,5]
[1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0] => [1,3,6,8,10,11,9,7,5,4,12,2]
[1,0,1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0,1,0] => [1,5,7,9,10,8,6,4,3,11,2,12]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [1,3,5,4,6,9,11,12,10,8,7,2]
[1,0,1,1,1,0,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [1,4,3,5,8,10,11,9,7,6,2,12]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0,1,1,0,0] => [1,3,6,8,9,7,5,4,2,10,12,11]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0,1,1,0,0,1,0] => [1,5,7,8,6,4,3,2,9,11,10,12]
[1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,0] => [1,3,5,8,10,11,9,7,6,12,4,2]
[1,0,1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,0,1,0] => [1,4,7,9,10,8,6,5,11,3,2,12]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [1,3,2,4,8,10,11,9,7,6,12,5]
[1,0,1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0] => [1,3,7,9,10,8,6,5,11,4,12,2]
[1,0,1,1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0,1,0] => [1,6,8,9,7,5,4,10,3,11,2,12]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,0] => [1,3,5,7,6,8,11,12,10,9,4,2]
[1,0,1,1,1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,0,1,0] => [1,4,6,5,7,10,11,9,8,3,2,12]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0] => [1,3,2,4,7,6,8,11,12,10,9,5]
[1,0,1,1,0,1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,1,0,0] => [1,3,6,5,7,10,11,9,8,4,12,2]
[1,0,1,1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0] => [1,5,4,6,9,10,8,7,3,11,2,12]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [1,3,5,4,2,6,8,11,12,10,9,7]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [1,4,3,2,5,7,10,11,9,8,6,12]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [1,3,5,4,6,2,7,11,12,10,9,8]
[1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0] => [1,4,3,5,2,6,10,11,9,8,7,12]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0] => [1,3,5,8,9,7,6,4,10,12,11,2]
[1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0,1,0] => [1,4,7,8,6,5,3,9,11,10,2,12]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0] => [1,3,2,4,8,9,7,6,5,10,12,11]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,1,0,0] => [1,3,7,8,6,5,4,9,11,10,12,2]
[1,0,1,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,1,0,0,1,0] => [1,6,7,5,4,3,8,10,9,11,2,12]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,0] => [1,3,5,7,10,11,9,8,12,6,4,2]
[1,0,1,1,1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,0,1,0] => [1,4,6,9,10,8,7,11,5,3,2,12]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [1,3,2,4,7,10,11,9,8,12,6,5]
[1,0,1,1,0,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0,0] => [1,3,6,9,10,8,7,11,5,4,12,2]
[1,0,1,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0,0,1,0] => [1,5,8,9,7,6,10,4,3,11,2,12]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0] => [1,3,5,4,6,10,11,9,8,12,7,2]
[1,0,1,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [1,4,3,5,9,10,8,7,11,6,2,12]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0,1,1,0,0] => [1,3,7,8,6,5,9,4,2,10,12,11]
[1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0,1,1,0,0,1,0] => [1,6,7,5,4,8,3,2,9,11,10,12]
[1,0,1,1,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,0] => [1,3,5,9,10,8,7,11,6,12,4,2]
[1,0,1,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,0,1,0] => [1,4,8,9,7,6,10,5,11,3,2,12]
[1,0,1,1,0,0,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [1,3,2,4,9,10,8,7,11,6,12,5]
[1,0,1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [1,3,8,9,7,6,10,5,11,4,12,2]
[1,0,1,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0] => [1,7,8,6,5,9,4,10,3,11,2,12]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0] => [1,3,5,7,9,8,10,12,11,6,4,2]
[1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0] => [1,4,6,8,7,9,11,10,5,3,2,12]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [1,3,2,4,7,9,8,10,12,11,6,5]
[1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,1,0,0] => [1,3,6,8,7,9,11,10,5,4,12,2]
[1,0,1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,1,0,0,1,0] => [1,5,7,6,8,10,9,4,3,11,2,12]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0] => [1,3,5,4,6,9,8,10,12,11,7,2]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0] => [1,4,3,5,8,7,9,11,10,6,2,12]
[1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0,1,1,0,0] => [1,3,6,5,7,9,8,4,2,10,12,11]
[1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0,1,1,0,0,1,0] => [1,5,4,6,8,7,3,2,9,11,10,12]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0] => [1,3,5,8,7,9,11,10,6,12,4,2]
[1,0,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0] => [1,4,7,6,8,10,9,5,11,3,2,12]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0] => [1,3,2,4,8,7,9,11,10,6,12,5]
[1,0,1,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0,0] => [1,3,7,6,8,10,9,5,11,4,12,2]
[1,0,1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [1,6,5,7,9,8,4,10,3,11,2,12]
[1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [1,3,5,7,6,4,8,10,12,11,9,2]
[1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0,1,0] => [1,4,6,5,3,7,9,11,10,8,2,12]
[1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0] => [1,3,2,4,7,6,5,8,10,12,11,9]
[1,0,1,1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,1,0,0] => [1,3,6,5,4,7,9,11,10,8,12,2]
[1,0,1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,1,0,0,1,0] => [1,5,4,3,6,8,10,9,7,11,2,12]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,0] => [1,3,5,7,6,8,4,9,12,11,10,2]
[1,0,1,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,0,1,0] => [1,4,6,5,7,3,8,11,10,9,2,12]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0] => [1,3,2,4,7,6,8,5,9,12,11,10]
[1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [1,3,6,5,7,4,8,11,10,9,12,2]
[1,0,1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,1,0,0,1,0] => [1,5,4,6,3,7,10,9,8,11,2,12]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0,1,1,0,1,1,0,0,0] => [1,3,5,7,6,4,2,8,10,12,11,9]
[1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,0] => [1,3,5,7,6,4,8,2,9,12,11,10]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,1,0,1,1,0,0,0,1,0] => [1,4,6,5,3,2,7,9,11,10,8,12]
[1,0,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,0,1,0] => [1,4,6,5,3,7,2,8,11,10,9,12]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0] => [1,3,5,4,2,6,8,7,9,12,11,10]
[1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0] => [1,4,3,2,5,7,6,8,11,10,9,12]
[1,0,1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0] => [1,3,6,5,4,2,7,9,11,10,12,8]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [1,3,6,5,4,7,2,8,11,10,12,9]
[1,0,1,1,1,1,0,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0] => [1,5,4,3,2,6,8,10,9,11,7,12]
[1,0,1,1,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0] => [1,5,4,3,6,2,7,10,9,11,8,12]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,0] => [1,3,5,7,9,8,6,10,12,11,4,2]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,0,1,0] => [1,4,6,8,7,5,9,11,10,3,2,12]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [1,3,2,4,7,9,8,6,10,12,11,5]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0,0] => [1,3,6,8,7,5,9,11,10,4,12,2]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0,0,1,0] => [1,5,7,6,4,8,10,9,3,11,2,12]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0] => [1,3,5,4,6,9,8,7,10,12,11,2]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0] => [1,4,3,5,8,7,6,9,11,10,2,12]
[1,0,1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0,1,1,0,0] => [1,3,6,5,4,7,9,8,2,10,12,11]
[1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0,1,1,0,0,1,0] => [1,5,4,3,6,8,7,2,9,11,10,12]
[1,0,1,1,0,1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [1,3,5,8,7,6,9,11,10,12,4,2]
[1,0,1,1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0,1,0] => [1,4,7,6,5,8,10,9,11,3,2,12]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0] => [1,3,2,4,8,7,6,9,11,10,12,5]
[1,0,1,1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,1,0,0] => [1,3,7,6,5,8,10,9,11,4,12,2]
[1,0,1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,1,0,0,1,0] => [1,6,5,4,7,9,8,10,3,11,2,12]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,0] => [1,3,5,7,9,11,10,12,8,6,4,2]
[1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,0,1,0] => [1,4,6,8,10,9,11,7,5,3,2,12]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [1,3,2,4,7,9,11,10,12,8,6,5]
[1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,0,0] => [1,3,6,8,10,9,11,7,5,4,12,2]
[1,0,1,1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,0,0,1,0] => [1,5,7,9,8,10,6,4,3,11,2,12]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [1,3,5,4,6,9,11,10,12,8,7,2]
[1,0,1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [1,4,3,5,8,10,9,11,7,6,2,12]
[1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0,1,0,1,1,0,0] => [1,3,6,8,7,9,5,4,2,10,12,11]
[1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,0,1,0,1,1,0,0,1,0] => [1,5,7,6,8,4,3,2,9,11,10,12]
[1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,0] => [1,3,5,8,10,9,11,7,6,12,4,2]
[1,0,1,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,0,1,0] => [1,4,7,9,8,10,6,5,11,3,2,12]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [1,3,2,4,8,10,9,11,7,6,12,5]
[1,0,1,1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,1,0,0] => [1,3,7,9,8,10,6,5,11,4,12,2]
[1,0,1,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0] => [1,6,8,7,9,5,4,10,3,11,2,12]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,0] => [1,3,5,7,6,8,11,10,12,9,4,2]
[1,0,1,1,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [1,4,6,5,7,10,9,11,8,3,2,12]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,3,2,4,7,6,8,11,10,12,9,5]
[1,0,1,1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [1,3,6,5,7,10,9,11,8,4,12,2]
[1,0,1,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [1,5,4,6,9,8,10,7,3,11,2,12]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0] => [1,3,5,4,2,6,8,11,10,12,9,7]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,0] => [1,4,3,2,5,7,10,9,11,8,6,12]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0] => [1,3,5,4,6,2,7,11,10,12,9,8]
[1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [1,4,3,5,2,6,10,9,11,8,7,12]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,0] => [1,3,5,8,7,9,6,4,10,12,11,2]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,0,1,0] => [1,4,7,6,8,5,3,9,11,10,2,12]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0] => [1,3,2,4,8,7,9,6,5,10,12,11]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0,0] => [1,3,7,6,8,5,4,9,11,10,12,2]
[1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0,0,1,0] => [1,6,5,7,4,3,8,10,9,11,2,12]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,0] => [1,3,5,7,10,9,11,8,12,6,4,2]
[1,0,1,1,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,0,1,0] => [1,4,6,9,8,10,7,11,5,3,2,12]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [1,3,2,4,7,10,9,11,8,12,6,5]
[1,0,1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0] => [1,3,6,9,8,10,7,11,5,4,12,2]
[1,0,1,1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0] => [1,5,8,7,9,6,10,4,3,11,2,12]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [1,3,5,4,6,10,9,11,8,12,7,2]
[1,0,1,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [1,4,3,5,9,8,10,7,11,6,2,12]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,1,1,0,0] => [1,3,7,6,8,5,9,4,2,10,12,11]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0] => [1,6,5,7,4,8,3,2,9,11,10,12]
[1,0,1,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0] => [1,3,5,9,8,10,7,11,6,12,4,2]
[1,0,1,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0] => [1,4,8,7,9,6,10,5,11,3,2,12]
[1,0,1,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,3,2,4,9,8,10,7,11,6,12,5]
[1,0,1,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,3,8,7,9,6,10,5,11,4,12,2]
[1,0,1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [1,7,6,8,5,9,4,10,3,11,2,12]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,3,2,4,5,6,7,8,9,10,11,12]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,0,0,1,0,0,0] => [3,4,2,8,7,10,11,9,6,12,5,1]
[1,1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0] => [2,4,5,7,6,3,9,10,12,11,8,1]
[1,0,1,0,1,1,0,0,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [1,2,4,3,7,8,10,9,11,12,6,5]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [3,4,6,5,7,8,2,1,10,9,11,12]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0,0] => [4,3,5,6,2,9,8,10,11,7,12,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,1,0,0,1,0] => [2,4,6,8,7,5,3,1,10,11,9,12]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0] => [2,4,6,8,7,5,3,1,9,11,12,10]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,0,1,0] => [1,4,6,8,7,5,3,10,11,9,2,12]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,1,0,1,0,0] => [1,4,6,8,7,5,3,9,2,11,12,10]
[1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0,0,1,0,0] => [5,7,9,8,6,4,10,3,11,2,12,1]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [2,3,1,5,7,6,4,10,11,9,12,8]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [2,3,1,5,7,6,4,9,11,12,10,8]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,0,1,0] => [1,3,6,8,7,5,10,11,9,4,2,12]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,1,0,0] => [1,2,6,8,7,5,10,11,9,4,12,3]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,1,0,1,0,0] => [1,3,6,8,7,5,9,4,2,11,12,10]
[1,1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,0,1,0,0] => [4,7,9,8,6,10,5,3,11,2,12,1]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,1,0,0,0] => [1,2,6,8,7,5,9,4,11,12,10,3]
[1,1,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,0,1,0,0] => [3,7,9,8,6,10,5,11,4,2,12,1]
[1,1,0,1,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0,0,0] => [2,7,9,8,6,10,5,11,4,12,3,1]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [1,4,5,3,7,6,2,10,11,9,12,8]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [1,4,5,3,7,6,2,9,11,12,10,8]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,0,1,0,0] => [5,6,4,8,7,3,10,11,9,2,12,1]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,1,1,0,1,0,0,0] => [5,6,4,8,7,3,9,2,11,12,10,1]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0,1,0,1,0] => [5,6,4,8,7,3,9,2,10,1,11,12]
[1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [2,3,1,4,7,6,10,11,9,12,8,5]
[1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [2,3,1,4,7,6,9,11,12,10,8,5]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [1,3,4,2,7,6,10,11,9,12,8,5]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [1,3,4,2,7,6,9,11,12,10,8,5]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0,1,0] => [1,3,5,8,7,10,11,9,6,4,2,12]
[1,0,1,0,1,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [1,2,5,8,7,10,11,9,6,4,12,3]
[1,1,1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [4,5,3,8,7,10,11,9,6,2,12,1]
[1,0,1,0,1,1,0,1,1,1,1,0,0,1,1,0,1,0,0,0,1,0,0,0] => [1,2,4,8,7,10,11,9,6,12,5,3]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,1,0,1,0,0] => [1,3,5,8,7,9,6,4,2,11,12,10]
[1,1,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,0,1,0,0] => [4,6,9,8,10,7,5,3,11,2,12,1]
[1,0,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0,0] => [1,2,5,8,7,9,6,4,11,12,10,3]
[1,1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0,1,0,0] => [3,6,9,8,10,7,5,11,4,2,12,1]
[1,1,0,1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,0,0] => [2,6,9,8,10,7,5,11,4,12,3,1]
[1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0,0] => [4,5,3,8,7,9,6,2,11,12,10,1]
[1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,1,0] => [4,5,3,8,7,9,6,2,10,1,11,12]
[1,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [1,2,4,8,7,9,6,11,12,10,5,3]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [3,4,2,8,7,9,6,11,12,10,5,1]
[1,1,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,0,1,0,0] => [3,5,9,8,10,7,11,6,4,2,12,1]
[1,1,0,1,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,0] => [2,5,9,8,10,7,11,6,4,12,3,1]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,1,0] => [3,4,2,8,7,9,6,10,5,1,11,12]
[1,1,0,1,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0,0] => [2,4,9,8,10,7,11,6,12,5,3,1]
[1,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [2,3,1,8,7,9,6,10,5,11,4,12]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,1,0,0] => [1,3,6,7,5,4,2,10,11,9,12,8]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,1,1,0,1,0,0,0] => [1,3,6,7,5,4,2,9,11,12,10,8]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,1,0,0,0,1,0,0] => [4,7,8,6,5,3,10,11,9,2,12,1]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0,1,1,0,1,0,0,0] => [4,7,8,6,5,3,9,2,11,12,10,1]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0,1,0,1,0] => [4,7,8,6,5,3,9,2,10,1,11,12]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,0] => [1,2,6,7,5,4,10,11,9,12,8,3]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [1,2,6,7,5,4,9,11,12,10,8,3]
[1,1,1,0,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0,0,1,0,0] => [3,7,8,6,5,10,11,9,4,2,12,1]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,0,0] => [2,7,8,6,5,10,11,9,4,12,3,1]
[1,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,1,1,0,1,0,0,0] => [3,7,8,6,5,9,4,2,11,12,10,1]
[1,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0] => [3,7,8,6,5,9,4,2,10,1,11,12]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0,0,0] => [2,7,8,6,5,9,4,11,12,10,3,1]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,0,1,0,1,0] => [2,7,8,6,5,9,4,10,3,1,11,12]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,0] => [5,6,4,7,3,2,10,11,9,12,8,1]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [5,6,4,7,3,2,9,11,12,10,8,1]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0,0,1,0,1,0] => [5,6,4,7,3,2,9,10,8,1,11,12]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,1,0,0,1,0] => [5,6,4,7,3,2,8,1,10,11,9,12]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,1,0,1,0,0] => [5,6,4,7,3,2,8,1,9,11,12,10]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,1,0,0,0] => [4,6,7,5,3,2,10,11,9,12,8,1]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [4,6,7,5,3,2,9,11,12,10,8,1]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0,0,1,0,1,0] => [4,6,7,5,3,2,9,10,8,1,11,12]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,1,0,1,0,0,1,0] => [4,6,7,5,3,2,8,1,10,11,9,12]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,1,1,0,1,0,0] => [4,6,7,5,3,2,8,1,9,11,12,10]
[1,1,0,1,0,0,1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [2,3,1,4,6,10,11,9,12,8,7,5]
[1,1,0,1,0,0,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [2,3,1,4,6,9,11,12,10,8,7,5]
[1,0,1,1,0,1,0,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [1,3,4,2,6,10,11,9,12,8,7,5]
[1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [1,3,4,2,6,9,11,12,10,8,7,5]
[1,0,1,0,1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [1,2,5,6,4,10,11,9,12,8,7,3]
[1,0,1,0,1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [1,2,5,6,4,9,11,12,10,8,7,3]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [4,5,3,6,2,10,11,9,12,8,7,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [4,5,3,6,2,9,11,12,10,8,7,1]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [3,5,6,4,2,10,11,9,12,8,7,1]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [3,5,6,4,2,9,11,12,10,8,7,1]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,0,1,0] => [1,3,5,7,10,11,9,8,6,4,2,12]
[1,0,1,0,1,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0,0] => [1,2,5,7,10,11,9,8,6,4,12,3]
[1,1,1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0,0] => [4,5,3,7,10,11,9,8,6,2,12,1]
[1,0,1,0,1,1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0,0] => [1,2,4,7,10,11,9,8,6,12,5,3]
[1,1,1,0,1,0,0,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0,0] => [3,4,2,7,10,11,9,8,6,12,5,1]
[1,1,1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0,0,1,0,0] => [3,6,7,5,10,11,9,8,4,2,12,1]
[1,1,0,1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0] => [2,6,7,5,10,11,9,8,4,12,3,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [4,5,3,6,2,9,10,8,7,1,11,12]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [3,5,6,4,2,9,10,8,7,1,11,12]
[1,0,1,0,1,1,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [1,2,4,6,10,11,9,8,12,7,5,3]
[1,1,1,0,1,0,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [3,4,2,6,10,11,9,8,12,7,5,1]
[1,1,0,1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [2,5,6,4,10,11,9,8,12,7,3,1]
[1,1,1,0,1,0,0,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [3,4,2,5,1,9,10,8,7,11,6,12]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [2,4,5,3,1,9,10,8,7,11,6,12]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,1,0,0] => [1,3,5,7,9,8,6,4,2,11,12,10]
[1,1,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0,0,1,0,0] => [4,6,8,10,9,7,5,3,11,2,12,1]
[1,0,1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,0] => [1,2,5,7,9,8,6,4,11,12,10,3]
[1,1,1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0] => [3,6,8,10,9,7,5,11,4,2,12,1]
[1,1,0,1,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0,0,0] => [2,6,8,10,9,7,5,11,4,12,3,1]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,0] => [4,5,3,7,9,8,6,2,11,12,10,1]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [4,5,3,7,9,8,6,2,10,1,11,12]
[1,0,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,0] => [1,2,4,7,9,8,6,11,12,10,5,3]
[1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,0] => [3,4,2,7,9,8,6,11,12,10,5,1]
[1,1,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0,1,0,0] => [3,5,8,10,9,7,11,6,4,2,12,1]
[1,1,0,1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,0,0] => [2,5,8,10,9,7,11,6,4,12,3,1]
[1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,1,0] => [3,4,2,7,9,8,6,10,5,1,11,12]
[1,1,0,1,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,0,0] => [2,4,8,10,9,7,11,6,12,5,3,1]
[1,1,0,1,0,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [2,3,1,7,9,8,6,10,5,11,4,12]
[1,1,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0,1,1,0,1,0,0,0] => [3,6,7,5,9,8,4,2,11,12,10,1]
[1,1,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [3,6,7,5,9,8,4,2,10,1,11,12]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,0,0] => [2,6,7,5,9,8,4,11,12,10,3,1]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0,1,0,1,0] => [2,6,7,5,9,8,4,10,3,1,11,12]
[1,0,1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [1,6,7,5,9,8,4,10,3,11,2,12]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,1,0] => [4,5,3,6,2,8,7,1,10,11,9,12]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0] => [4,5,3,6,2,8,7,1,9,11,12,10]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,0,1,0,0,1,0] => [3,5,6,4,2,8,7,1,10,11,9,12]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0] => [3,5,6,4,2,8,7,1,9,11,12,10]
[1,0,1,0,1,1,0,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [1,2,4,6,9,8,11,12,10,7,5,3]
[1,1,1,0,1,0,0,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [3,4,2,6,9,8,11,12,10,7,5,1]
[1,1,0,1,1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [2,5,6,4,9,8,11,12,10,7,3,1]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [3,4,2,5,1,8,7,10,11,9,6,12]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [2,4,5,3,1,8,7,10,11,9,6,12]
[1,1,1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,0,1,0,0] => [3,5,7,10,9,11,8,6,4,2,12,1]
[1,1,0,1,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,0,0] => [2,5,7,10,9,11,8,6,4,12,3,1]
[1,1,1,0,1,0,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [3,4,2,6,9,8,10,7,5,1,11,12]
[1,1,0,1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0] => [2,4,7,10,9,11,8,6,12,5,3,1]
[1,1,0,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [2,3,1,6,9,8,10,7,5,11,4,12]
[1,1,0,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [2,5,6,4,9,8,10,7,3,1,11,12]
[1,0,1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [1,5,6,4,9,8,10,7,3,11,2,12]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [3,4,2,5,1,8,7,9,6,11,12,10]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [2,4,5,3,1,8,7,9,6,11,12,10]
[1,1,0,1,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0] => [2,4,6,10,9,11,8,12,7,5,3,1]
[1,1,0,1,0,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [2,3,1,5,9,8,10,7,11,6,4,12]
[1,0,1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [1,4,5,3,9,8,10,7,11,6,2,12]
[1,1,0,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,3,1,4,9,8,10,7,11,6,12,5]
[1,0,1,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,3,4,2,9,8,10,7,11,6,12,5]
[1,1,0,1,1,1,0,1,1,1,0,0,1,1,0,0,1,0,1,0,0,0,0,0] => [2,5,8,7,10,9,11,12,6,4,3,1]
[1,1,0,1,1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0,0,0] => [2,5,7,6,11,10,9,8,4,12,3,1]
[1,1,0,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0,0,0] => [2,5,8,7,9,11,10,12,6,4,3,1]
[1,1,0,1,1,1,0,1,1,0,0,1,1,0,1,1,1,0,0,0,0,0,0,0] => [2,5,7,6,9,12,11,10,8,4,3,1]
[1,1,0,1,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,0] => [2,5,4,9,10,8,11,7,6,12,3,1]
[1,1,0,1,1,1,0,0,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0,0] => [2,5,4,9,8,7,11,12,10,6,3,1]
[1,1,0,1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0,0] => [2,5,7,8,6,11,10,9,4,12,3,1]
[1,1,0,1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,0] => [2,5,4,8,10,11,9,7,6,12,3,1]
[1,1,0,1,1,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,0,0,0] => [2,5,9,8,7,10,6,12,11,4,3,1]
[1,1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0,0] => [2,5,7,9,8,10,12,11,6,4,3,1]
[1,1,0,1,1,1,0,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0] => [2,5,4,10,9,8,7,12,11,6,3,1]
[1,1,0,1,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0,0,0,0] => [2,5,7,8,10,9,12,11,6,4,3,1]
[1,1,0,1,1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0] => [2,5,4,8,11,10,12,9,7,6,3,1]
[1,1,0,1,1,0,1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [2,4,6,7,10,9,11,8,5,12,3,1]
[1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,0,0,0] => [2,4,6,7,9,8,11,12,10,5,3,1]
[1,1,0,1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [2,4,6,7,5,11,10,9,8,12,3,1]
[1,1,0,1,1,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,0,0,0] => [2,4,6,7,9,10,8,12,11,5,3,1]
[1,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0] => [2,4,6,7,5,10,12,11,9,8,3,1]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [2,6,5,4,8,9,11,10,7,12,3,1]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [2,6,5,4,8,9,7,12,11,10,3,1]
[1,1,0,1,1,0,1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,0,0,0] => [2,4,7,6,8,9,11,10,5,12,3,1]
[1,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0,0] => [2,4,7,6,8,9,5,12,11,10,3,1]
[1,1,0,1,1,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0,1,0,0,0] => [2,7,6,8,5,4,10,11,9,12,3,1]
[1,1,0,1,1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,0,1,0,0,0] => [2,6,5,8,9,7,10,11,4,12,3,1]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,1,0,0,1,0,0,0] => [2,4,8,7,6,5,10,11,9,12,3,1]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0] => [2,6,7,5,9,8,10,11,4,12,3,1]
[1,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,1,0,0,0] => [2,4,7,9,8,6,10,11,5,12,3,1]
[1,1,0,1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,0] => [2,7,9,8,6,10,5,4,12,11,3,1]
[1,1,0,1,1,1,1,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0,0] => [2,7,6,9,8,10,11,5,12,4,3,1]
[1,1,0,1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [2,6,5,10,9,8,7,4,12,11,3,1]
[1,1,0,1,1,1,1,1,0,0,1,0,1,1,0,0,1,0,0,1,0,0,0,0] => [2,7,6,8,10,9,11,5,12,4,3,1]
[1,1,0,1,1,1,1,0,0,1,1,0,1,1,1,0,0,0,0,1,0,0,0,0] => [2,6,5,8,11,10,9,7,12,4,3,1]
[1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0,0] => [2,4,8,9,7,10,6,5,12,11,3,1]
[1,1,0,1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,0,0] => [2,4,8,7,6,10,11,9,12,5,3,1]
[1,1,0,1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,0,0,0] => [2,6,7,5,10,9,8,4,12,11,3,1]
[1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,0,0] => [2,4,7,9,10,8,6,5,12,11,3,1]
[1,1,0,1,1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0] => [2,8,7,6,9,5,11,10,12,4,3,1]
[1,1,0,1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,0] => [2,6,8,7,9,11,10,5,12,4,3,1]
[1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0,0,0] => [2,4,9,8,7,6,11,10,12,5,3,1]
[1,1,0,1,1,1,1,0,1,0,1,1,0,0,1,1,0,0,0,1,0,0,0,0] => [2,6,7,9,8,11,10,5,12,4,3,1]
[1,1,1,0,0,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [3,2,4,7,10,9,11,8,6,12,5,1]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,0] => [3,2,4,7,9,8,11,12,10,6,5,1]
[1,1,1,0,0,1,0,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [3,2,4,7,6,11,10,9,8,12,5,1]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,0] => [3,2,4,7,9,10,8,12,11,6,5,1]
[1,1,1,0,0,1,0,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0] => [3,2,4,7,6,10,12,11,9,8,5,1]
[1,1,1,0,0,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [3,2,4,6,8,9,11,10,7,12,5,1]
[1,1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [3,2,4,6,8,9,7,12,11,10,5,1]
[1,1,1,0,0,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,0] => [3,2,4,8,7,6,10,11,9,12,5,1]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [3,2,4,6,9,8,10,11,7,12,5,1]
[1,1,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0,0] => [3,2,4,9,8,10,7,6,12,11,5,1]
[1,1,1,0,0,1,0,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,0] => [3,2,4,8,7,10,11,9,12,6,5,1]
[1,1,1,0,0,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [3,2,4,6,10,9,8,7,12,11,5,1]
[1,1,1,0,0,1,0,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,0] => [3,2,4,8,9,7,11,10,12,6,5,1]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [3,2,4,6,9,11,10,8,12,7,5,1]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [4,3,5,2,6,9,11,10,8,12,7,1]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [4,3,5,2,6,9,8,12,11,10,7,1]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [4,3,5,2,6,8,10,11,9,12,7,1]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [4,3,5,2,6,10,9,8,12,11,7,1]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [4,3,5,2,6,8,11,10,12,9,7,1]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [3,5,4,2,6,9,11,10,8,12,7,1]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [3,5,4,2,6,9,8,12,11,10,7,1]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [3,5,4,2,6,8,10,11,9,12,7,1]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [3,5,4,2,6,10,9,8,12,11,7,1]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [3,5,4,2,6,8,11,10,12,9,7,1]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [4,6,5,3,7,2,8,11,10,12,9,1]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [4,6,5,3,7,2,8,10,12,11,9,1]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [4,3,7,6,5,2,8,11,10,12,9,1]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [4,3,7,6,5,2,8,10,12,11,9,1]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [3,5,6,4,7,2,8,11,10,12,9,1]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [3,5,6,4,7,2,8,10,12,11,9,1]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [5,4,3,7,6,2,8,11,10,12,9,1]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [5,4,3,7,6,2,8,10,12,11,9,1]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [3,6,5,7,4,2,8,11,10,12,9,1]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [3,6,5,7,4,2,8,10,12,11,9,1]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [4,7,6,8,5,3,9,2,10,12,11,1]
[1,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0] => [4,6,5,8,9,7,3,2,10,12,11,1]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,1,1,0,0,0] => [4,3,8,7,6,5,9,2,10,12,11,1]
[1,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,1,0,1,1,0,0,0] => [4,6,7,5,9,8,3,2,10,12,11,1]
[1,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,0,0] => [4,3,7,9,8,6,5,2,10,12,11,1]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [3,5,6,8,7,4,9,2,10,12,11,1]
[1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [3,5,6,4,9,8,7,2,10,12,11,1]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0,0] => [5,4,3,7,8,6,9,2,10,12,11,1]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,1,1,0,0,0] => [3,6,5,7,8,4,9,2,10,12,11,1]
[1,1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0] => [6,5,7,4,3,9,8,2,10,12,11,1]
[1,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,1,0,1,1,0,0,0] => [5,4,7,8,6,9,3,2,10,12,11,1]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0] => [3,7,6,5,4,9,8,2,10,12,11,1]
[1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,1,0,1,1,0,0,0] => [5,6,4,8,7,9,3,2,10,12,11,1]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,1,1,0,0,0] => [3,6,8,7,5,9,4,2,10,12,11,1]
[1,1,1,1,0,1,1,1,0,0,1,1,0,0,1,0,1,0,0,0,0,1,0,0] => [4,7,6,9,8,10,11,5,3,2,12,1]
[1,1,1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0,0,1,0,0] => [4,6,5,10,9,8,7,3,11,2,12,1]
[1,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0,0,1,0,0] => [4,7,6,8,10,9,11,5,3,2,12,1]
[1,1,1,1,0,1,1,0,0,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0] => [4,6,5,8,11,10,9,7,3,2,12,1]
[1,1,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,0] => [4,3,8,9,7,10,6,5,11,2,12,1]
[1,1,1,1,0,0,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0,1,0,0] => [4,3,8,7,6,10,11,9,5,2,12,1]
[1,1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0,1,0,0] => [4,6,7,5,10,9,8,3,11,2,12,1]
[1,1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0] => [4,3,7,9,10,8,6,5,11,2,12,1]
[1,1,1,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0] => [4,8,7,6,9,5,11,10,3,2,12,1]
[1,1,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0,0] => [4,6,8,7,9,11,10,5,3,2,12,1]
[1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,1,0,0] => [4,3,9,8,7,6,11,10,5,2,12,1]
[1,1,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0,0,0,1,0,0] => [4,6,7,9,8,11,10,5,3,2,12,1]
[1,1,1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,1,0,0] => [4,3,7,10,9,11,8,6,5,2,12,1]
[1,1,1,0,1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,0] => [3,5,6,9,8,10,7,4,11,2,12,1]
[1,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [3,5,6,8,7,10,11,9,4,2,12,1]
[1,1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [3,5,6,4,10,9,8,7,11,2,12,1]
[1,1,1,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0] => [3,5,6,8,9,7,11,10,4,2,12,1]
[1,1,1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [3,5,6,4,9,11,10,8,7,2,12,1]
[1,1,1,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,0] => [5,4,3,7,8,10,9,6,11,2,12,1]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0] => [5,4,3,7,8,6,11,10,9,2,12,1]
[1,1,1,0,1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,0,0,1,0,0] => [3,6,5,7,8,10,9,4,11,2,12,1]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0] => [3,6,5,7,8,4,11,10,9,2,12,1]
[1,1,1,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0] => [6,5,7,4,3,9,10,8,11,2,12,1]
[1,1,1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0] => [5,4,7,8,6,9,10,3,11,2,12,1]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0] => [3,7,6,5,4,9,10,8,11,2,12,1]
[1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0] => [5,6,4,8,7,9,10,3,11,2,12,1]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,1,0,0,1,0,0] => [3,6,8,7,5,9,10,4,11,2,12,1]
[1,1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,1,0,0] => [6,8,7,5,9,4,3,11,10,2,12,1]
[1,1,1,1,1,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0,1,0,0] => [6,5,8,7,9,10,4,11,3,2,12,1]
[1,1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0,1,0,0] => [5,4,9,8,7,6,3,11,10,2,12,1]
[1,1,1,1,1,1,0,0,1,0,1,1,0,0,1,0,0,1,0,0,0,1,0,0] => [6,5,7,9,8,10,4,11,3,2,12,1]
[1,1,1,1,1,0,0,1,1,0,1,1,1,0,0,0,0,1,0,0,0,1,0,0] => [5,4,7,10,9,8,6,11,3,2,12,1]
[1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0] => [3,7,8,6,9,5,4,11,10,2,12,1]
[1,1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,0,1,0,0] => [3,7,6,5,9,10,8,11,4,2,12,1]
[1,1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,0,0,1,0,0] => [5,6,4,9,8,7,3,11,10,2,12,1]
[1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,0,1,0,0] => [3,6,8,9,7,5,4,11,10,2,12,1]
[1,1,1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0,0,0,1,0,0] => [7,6,5,8,4,10,9,11,3,2,12,1]
[1,1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0,0] => [5,7,6,8,10,9,4,11,3,2,12,1]
[1,1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0,0,1,0,0] => [3,8,7,6,5,10,9,11,4,2,12,1]
[1,1,1,1,1,0,1,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,0,0] => [5,6,8,7,10,9,4,11,3,2,12,1]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0] => [2,4,6,8,10,12,11,9,7,5,3,1]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,3,1,4,5,6,7,8,9,10,11,12]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [2,1,4,6,8,10,11,12,9,7,5,3]
[1,1,0,0,1,1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [2,1,4,6,9,10,11,8,12,7,5,3]
[1,1,0,0,1,1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,0] => [2,1,4,7,8,10,9,11,12,6,5,3]
[1,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0] => [2,1,4,7,9,10,11,8,6,12,5,3]
[1,1,0,0,1,1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,0] => [2,1,4,8,9,10,7,11,6,12,5,3]
[1,1,0,0,1,1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [2,1,5,6,8,7,10,11,12,9,4,3]
[1,1,0,0,1,1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [2,1,5,6,9,8,10,11,7,12,4,3]
[1,1,0,0,1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0,0] => [2,1,5,7,8,10,9,6,11,12,4,3]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0,0] => [2,1,6,7,8,5,10,9,11,12,4,3]
[1,1,0,0,1,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0,0] => [2,1,5,7,9,10,11,8,6,4,12,3]
[1,1,0,0,1,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0,0] => [2,1,5,8,9,10,7,11,6,4,12,3]
[1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0,0] => [2,1,6,7,9,8,10,11,5,4,12,3]
[1,1,0,0,1,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0,0] => [2,1,6,8,9,10,7,5,11,4,12,3]
[1,1,0,0,1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [2,1,7,8,9,6,10,5,11,4,12,3]
[1,1,1,0,0,1,0,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [3,2,4,6,5,8,10,11,12,9,7,1]
[1,1,1,0,0,1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [3,2,4,6,5,9,10,11,8,12,7,1]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0] => [3,2,4,7,6,8,10,9,11,12,5,1]
[1,1,1,0,0,1,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0] => [3,2,4,7,6,9,10,11,8,5,12,1]
[1,1,1,0,0,1,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0] => [3,2,4,8,7,9,10,6,11,5,12,1]
[1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0,0] => [3,2,5,6,8,7,4,10,11,12,9,1]
[1,1,1,0,0,1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0,1,0,0] => [3,2,5,6,9,8,7,10,11,4,12,1]
[1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [4,3,5,6,2,8,7,10,11,12,9,1]
[1,1,1,0,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,0] => [3,2,5,7,8,10,9,6,4,11,12,1]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,1,0,0] => [3,2,6,7,8,5,10,9,4,11,12,1]
[1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,1,0,0] => [4,3,5,7,6,8,10,9,2,11,12,1]
[1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,1,0,0] => [4,3,6,7,8,5,2,10,9,11,12,1]
[1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,1,0,0,1,0,1,0,0] => [5,4,6,7,3,8,2,10,9,11,12,1]
[1,1,1,0,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0,1,0] => [3,2,5,7,9,10,11,8,6,4,1,12]
[1,1,1,0,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,0,1,0] => [3,2,5,8,9,10,7,11,6,4,1,12]
[1,1,1,0,0,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,0,1,0] => [3,2,6,7,9,8,10,11,5,4,1,12]
[1,1,1,0,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0,1,0] => [3,2,6,8,9,10,7,5,11,4,1,12]
[1,1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,0,1,0] => [3,2,7,8,9,6,10,5,11,4,1,12]
[1,1,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0,1,0] => [4,3,5,7,6,9,10,11,8,2,1,12]
[1,1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0,1,0] => [4,3,5,8,7,9,10,6,11,2,1,12]
[1,1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0,0,1,0] => [4,3,6,7,9,8,5,10,11,2,1,12]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0,0,1,0] => [5,4,6,7,3,9,8,10,11,2,1,12]
[1,1,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0,0,1,0] => [4,3,6,8,9,10,7,5,2,11,1,12]
[1,1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0,0,1,0] => [4,3,7,8,9,6,10,5,2,11,1,12]
[1,1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0,0,1,0] => [5,4,6,8,7,9,10,3,2,11,1,12]
[1,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0,0,1,0] => [5,4,7,8,9,6,3,10,2,11,1,12]
[1,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [6,5,7,8,4,9,3,10,2,11,1,12]
[1,0,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [1,2,4,3,6,8,10,11,12,9,7,5]
[1,0,1,0,1,1,0,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [1,2,4,3,6,9,10,11,8,12,7,5]
[1,0,1,0,1,1,0,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0] => [1,2,4,3,7,9,10,11,8,6,12,5]
[1,0,1,0,1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [1,2,4,3,8,9,10,7,11,6,12,5]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [1,2,5,4,6,8,7,10,11,12,9,3]
[1,0,1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0] => [1,2,5,4,6,9,8,10,11,7,12,3]
[1,0,1,0,1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [1,2,5,4,7,8,10,9,6,11,12,3]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [1,2,6,5,7,8,4,10,9,11,12,3]
[1,0,1,0,1,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0] => [1,2,5,4,7,9,10,11,8,6,3,12]
[1,0,1,0,1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0] => [1,2,5,4,8,9,10,7,11,6,3,12]
[1,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0] => [1,2,6,5,7,9,8,10,11,4,3,12]
[1,0,1,0,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [1,2,6,5,8,9,10,7,4,11,3,12]
[1,0,1,0,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0] => [1,2,7,6,8,9,5,10,4,11,3,12]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,1,0,1,0,1,0,0,0] => [1,3,4,6,5,2,8,10,11,12,9,7]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,1,0,1,0,1,0,0,1,0,0] => [1,3,4,6,5,2,9,10,11,8,12,7]
[1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,0,0] => [1,3,4,7,6,5,8,10,9,11,12,2]
[1,0,1,1,0,1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0,1,0] => [1,3,4,7,6,5,9,10,11,8,2,12]
[1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0,1,0,0,1,0] => [1,3,4,8,7,6,9,10,5,11,2,12]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0] => [2,3,4,1,6,5,8,10,11,12,9,7]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0] => [2,3,4,1,6,5,9,10,11,8,12,7]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0] => [2,3,4,1,7,6,8,10,9,11,12,5]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0] => [2,3,4,1,7,6,9,10,11,8,5,12]
[1,1,0,1,0,1,0,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0] => [2,3,4,1,8,7,9,10,6,11,5,12]
[1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,1,0,1,0,1,0,0] => [1,3,5,6,8,7,4,2,10,11,12,9]
[1,0,1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0,0,1,0] => [1,3,5,6,9,8,7,4,10,11,2,12]
[1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,1,0,0] => [1,4,5,6,3,8,7,2,10,11,12,9]
[1,0,1,1,1,0,1,0,1,0,0,1,1,1,0,0,0,1,0,1,0,0,1,0] => [1,4,5,6,3,9,8,7,10,11,2,12]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0] => [2,3,5,4,6,8,7,1,10,11,12,9]
[1,1,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,0,0,1,0] => [2,3,5,4,6,9,8,7,10,11,1,12]
[1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [2,4,5,6,3,1,8,7,10,11,12,9]
[1,1,0,1,1,0,1,0,1,0,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [2,4,5,6,3,1,9,8,10,11,7,12]
[1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [3,4,5,2,6,1,8,7,10,11,12,9]
[1,1,1,0,1,0,1,0,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [3,4,5,2,6,1,9,8,10,11,7,12]
[1,0,1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,1,0,1,0] => [1,3,5,7,8,10,9,6,4,2,11,12]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,1,0,1,0] => [1,3,6,7,8,5,10,9,4,2,11,12]
[1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0,1,0,1,0] => [1,4,5,7,6,8,10,9,3,2,11,12]
[1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0,1,0,1,0] => [1,4,6,7,8,5,3,10,9,2,11,12]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0,1,0,1,0] => [1,5,6,7,4,8,3,10,9,2,11,12]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [2,3,5,4,7,8,10,9,6,1,11,12]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0,1,0,1,0] => [2,3,6,5,7,8,4,10,9,1,11,12]
[1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0,1,0] => [2,4,5,7,6,3,8,10,9,1,11,12]
[1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [3,4,5,2,7,6,8,10,9,1,11,12]
[1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,0,1,0,1,0] => [2,4,6,7,8,5,3,1,10,9,11,12]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,1,0,1,0] => [2,5,6,7,4,8,3,1,10,9,11,12]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0,1,0,1,0] => [3,5,6,7,4,2,8,1,10,9,11,12]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,1,0] => [4,5,6,3,7,2,8,1,10,9,11,12]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,0] => [1,3,5,7,9,10,12,11,8,6,4,2]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,0] => [1,3,5,8,9,10,7,12,11,6,4,2]
[1,0,1,1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0] => [1,3,6,7,9,8,10,12,11,5,4,2]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0,0] => [1,3,6,8,9,10,7,5,12,11,4,2]
[1,0,1,1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0,0] => [1,3,7,8,9,6,10,5,12,11,4,2]
[1,0,1,1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0,0] => [1,4,5,7,6,9,10,12,11,8,3,2]
[1,0,1,1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0,0] => [1,4,5,8,7,9,10,6,12,11,3,2]
[1,0,1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,1,0,0,0,0] => [1,4,6,7,9,8,5,10,12,11,3,2]
[1,0,1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,0,0] => [1,5,6,7,4,9,8,10,12,11,3,2]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,0,0] => [1,4,6,8,9,10,7,5,3,12,11,2]
[1,0,1,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0] => [1,4,7,8,9,6,10,5,3,12,11,2]
[1,0,1,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,1,1,0,0,0] => [1,5,6,8,7,9,10,4,3,12,11,2]
[1,0,1,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0,0] => [1,5,7,8,9,6,4,10,3,12,11,2]
[1,0,1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0,0] => [1,6,7,8,5,9,4,10,3,12,11,2]
[1,1,0,1,0,1,1,0,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0] => [2,3,5,4,7,9,10,12,11,8,6,1]
[1,1,0,1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [2,3,5,4,8,9,10,7,12,11,6,1]
[1,1,0,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [2,3,6,5,7,9,8,10,12,11,4,1]
[1,1,0,1,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [2,3,6,5,8,9,10,7,4,12,11,1]
[1,1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,1,0,0,0] => [2,3,7,6,8,9,5,10,4,12,11,1]
[1,1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0,1,1,0,0,0] => [2,4,5,8,7,6,9,10,3,12,11,1]
[1,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0] => [3,4,5,2,7,6,9,10,12,11,8,1]
[1,1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0] => [3,4,5,2,8,7,9,10,6,12,11,1]
[1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,0,1,1,0,0,0] => [2,4,6,7,9,8,5,3,10,12,11,1]
[1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,1,1,0,0,0] => [2,5,6,7,4,9,8,3,10,12,11,1]
[1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [3,4,6,5,7,9,8,2,10,12,11,1]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,1,1,0,0,0] => [3,5,6,7,4,2,9,8,10,12,11,1]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,1,0,1,1,0,0,0] => [4,5,6,3,7,2,9,8,10,12,11,1]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0,1,1,0,0] => [2,4,6,8,9,10,7,5,3,1,12,11]
[1,1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,0,1,1,0,0] => [2,4,7,8,9,6,10,5,3,1,12,11]
[1,1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0] => [2,5,6,8,7,9,10,4,3,1,12,11]
[1,1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0,1,1,0,0] => [2,5,7,8,9,6,4,10,3,1,12,11]
[1,1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,0,1,1,0,0] => [2,6,7,8,5,9,4,10,3,1,12,11]
[1,1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0,1,1,0,0] => [3,4,6,5,8,9,10,7,2,1,12,11]
[1,1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0,1,1,0,0] => [3,4,7,6,8,9,5,10,2,1,12,11]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0,0,1,1,0,0] => [3,5,6,8,7,4,9,10,2,1,12,11]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0,0,1,1,0,0] => [4,5,6,3,8,7,9,10,2,1,12,11]
[1,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0,0,1,1,0,0] => [3,5,7,8,9,6,4,2,10,1,12,11]
[1,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [3,6,7,8,5,9,4,2,10,1,12,11]
[1,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0,0,1,1,0,0] => [4,5,7,6,8,9,3,2,10,1,12,11]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0,0,1,1,0,0] => [4,6,7,8,5,3,9,2,10,1,12,11]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [5,6,7,4,8,3,9,2,10,1,12,11]
[1,0,1,1,0,0,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,11,10,12]
[1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0] => [11,10,9,12,8,7,6,5,4,3,2,1]
[1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0] => [10,12,11,9,8,7,6,5,4,3,2,1]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,1,0] => [6,7,8,9,10,11,5,4,3,2,1,12]
[1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,7,8,9,10,11,12,6,5,4,3,2]
[1,1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,1,0,0,0] => [6,5,8,7,9,4,10,3,11,12,2,1]
[1,1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0] => [5,4,8,7,9,6,10,11,3,2,12,1]
[1,1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0] => [6,5,7,4,9,8,10,11,3,12,2,1]
[1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0,0,0] => [5,4,7,6,9,8,10,11,12,3,2,1]
[1,1,1,1,0,0,1,1,1,1,0,0,1,0,1,0,0,0,1,0,0,1,0,0] => [4,3,8,7,9,10,6,5,11,2,12,1]
[1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0,1,0,0,0] => [4,3,7,6,9,10,8,5,11,12,2,1]
[1,1,1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [5,4,6,3,9,10,8,11,7,2,12,1]
[1,1,1,1,0,0,1,1,0,0,1,1,1,0,1,0,1,0,0,0,0,1,0,0] => [4,3,6,5,9,10,11,8,7,2,12,1]
[1,1,1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,0,1,0,0,0] => [6,5,7,4,8,10,9,11,3,12,2,1]
[1,1,1,1,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0,0] => [5,4,7,6,8,10,9,11,12,3,2,1]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0,0,0] => [4,3,7,6,8,10,11,9,5,12,2,1]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,1,0,0,0,0] => [5,4,6,3,8,10,11,9,12,7,2,1]
[1,1,1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [4,3,6,5,8,10,11,12,9,7,2,1]
[1,1,1,0,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [3,2,8,9,7,6,10,5,11,4,12,1]
[1,1,1,0,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,0,0,0] => [3,2,7,9,8,6,10,5,11,12,4,1]
[1,1,1,0,0,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0,1,0,0] => [3,2,6,9,8,7,10,11,5,4,12,1]
[1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0,0,0] => [3,2,7,8,6,5,10,11,9,12,4,1]
[1,1,1,0,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0,0,0] => [3,2,6,8,7,5,10,11,12,9,4,1]
[1,1,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0,1,0,0] => [4,3,5,9,8,10,7,6,11,2,12,1]
[1,1,1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,0,0,0] => [4,3,5,8,7,10,9,6,11,12,2,1]
[1,1,1,0,0,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0] => [3,2,5,9,10,8,7,6,11,4,12,1]
[1,1,1,0,0,1,1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,0,0,0] => [3,2,5,8,10,9,7,6,11,12,4,1]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0] => [5,4,6,7,3,10,9,11,8,2,12,1]
[1,1,1,1,0,0,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0,1,0,0] => [4,3,6,7,5,10,11,9,8,2,12,1]
[1,1,1,0,0,1,1,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,0,0] => [3,2,6,7,10,9,8,11,5,4,12,1]
[1,1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,0] => [4,3,5,7,10,9,11,8,6,2,12,1]
[1,1,1,0,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0,0] => [3,2,5,7,10,11,9,8,6,4,12,1]
[1,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,1,0,0,1,0,0,0] => [6,5,7,8,4,9,3,11,10,12,2,1]
[1,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [5,4,7,8,6,9,3,11,12,10,2,1]
[1,1,1,1,0,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0,0,0] => [4,3,7,8,6,9,11,10,5,12,2,1]
[1,1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,0,0] => [5,4,6,8,7,9,11,10,12,3,2,1]
[1,1,1,1,0,0,1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0,0,0] => [4,3,6,8,7,9,11,12,10,5,2,1]
[1,1,1,0,0,1,1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,0,0] => [3,2,7,8,9,6,5,11,10,12,4,1]
[1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,0] => [3,2,6,8,9,7,5,11,12,10,4,1]
[1,1,1,1,0,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0] => [4,3,5,8,9,7,11,10,6,12,2,1]
[1,1,1,0,0,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,0,0,0] => [3,2,5,8,9,11,10,7,6,12,4,1]
[1,1,1,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0,0,0,0] => [5,4,6,7,9,8,11,10,12,3,2,1]
[1,1,1,1,0,0,1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,0,0,0] => [4,3,6,7,9,8,11,12,10,5,2,1]
[1,1,1,0,0,1,1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,0,0,0] => [3,2,6,7,9,11,10,8,12,5,4,1]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,0] => [4,3,5,7,9,11,10,12,8,6,2,1]
[1,1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0] => [3,2,5,7,9,11,12,10,8,6,4,1]
[1,1,0,1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [2,8,7,6,9,5,10,4,11,3,12,1]
[1,1,0,1,1,1,1,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,0] => [2,7,6,5,9,8,10,4,11,12,3,1]
[1,1,0,1,1,1,1,0,0,0,1,1,1,0,0,1,0,1,0,0,0,1,0,0] => [2,6,5,4,9,8,10,11,7,3,12,1]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,1,0,1,0,0,1,0,0,0] => [2,7,6,5,8,4,10,11,9,12,3,1]
[1,1,0,1,1,1,1,0,0,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [2,6,5,4,8,7,10,11,12,9,3,1]
[1,1,0,1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [2,5,4,3,9,10,8,7,11,6,12,1]
[1,1,0,1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [2,5,4,3,8,10,9,7,11,12,6,1]
[1,1,0,1,1,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [2,6,5,4,7,10,9,11,8,3,12,1]
[1,1,0,1,1,1,0,0,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0] => [2,5,4,3,7,10,11,9,8,6,12,1]
[1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,1,1,0,0,1,0,0,0] => [2,7,6,5,8,9,4,11,10,12,3,1]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [2,6,5,4,8,9,7,11,12,10,3,1]
[1,1,0,1,1,1,0,0,0,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [2,5,4,3,8,9,11,10,7,12,6,1]
[1,1,0,1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [2,6,5,4,7,9,11,10,12,8,3,1]
[1,1,0,1,1,1,0,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [2,5,4,3,7,9,11,12,10,8,6,1]
[1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,0] => [3,4,2,9,8,7,10,6,11,5,12,1]
[1,1,1,0,1,0,0,1,1,1,1,0,0,0,1,1,0,0,1,0,1,0,0,0] => [3,4,2,8,7,6,10,9,11,12,5,1]
[1,1,1,0,1,0,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0] => [3,4,2,7,6,5,10,11,9,8,12,1]
[1,1,1,0,1,0,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [3,4,2,8,7,6,9,11,10,12,5,1]
[1,1,1,0,1,0,0,1,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [3,4,2,7,6,5,9,11,12,10,8,1]
[1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,1,0,0,1,0,0] => [2,4,9,8,7,6,10,5,11,3,12,1]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,0,0] => [2,4,8,7,6,5,10,9,11,12,3,1]
[1,1,0,1,1,0,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,1,0,0] => [2,4,7,6,5,3,10,11,9,8,12,1]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,1,1,0,0,1,0,0,0] => [2,4,8,7,6,5,9,11,10,12,3,1]
[1,1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [2,4,7,6,5,3,9,11,12,10,8,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,1,0,0,0,1,0,0,1,0,0] => [4,5,3,6,2,10,9,8,11,7,12,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,0,1,1,0,1,0,0,0] => [4,5,3,6,2,9,8,7,11,12,10,1]
[1,1,1,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [3,5,4,6,10,9,8,7,11,2,12,1]
[1,1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0,0] => [3,5,4,6,9,8,7,2,11,12,10,1]
[1,1,0,1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,1,0,0,1,0,0] => [2,5,6,4,3,10,9,8,11,7,12,1]
[1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,1,0,1,0,0,0] => [2,5,6,4,3,9,8,7,11,12,10,1]
[1,1,1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [3,4,6,5,10,9,8,7,11,2,12,1]
[1,1,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0,1,1,0,1,0,0,0] => [3,4,6,5,9,8,7,2,11,12,10,1]
[1,1,0,1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,1,0,0,1,0,0] => [2,4,6,10,9,8,7,5,11,3,12,1]
[1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,1,0,1,0,0,0] => [2,4,6,9,8,7,5,3,11,12,10,1]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [5,6,4,7,3,8,2,11,10,9,12,1]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,0,1,0,0] => [4,6,5,7,3,8,11,10,9,2,12,1]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [3,6,5,7,8,4,2,11,10,9,12,1]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0] => [4,5,3,7,8,6,11,10,9,2,12,1]
[1,1,1,0,1,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0,0,1,0,0] => [3,5,4,7,8,11,10,9,6,2,12,1]
[1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [2,6,7,5,4,8,3,11,10,9,12,1]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,0,0,1,0,0] => [2,5,7,6,4,8,11,10,9,3,12,1]
[1,1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [3,4,7,6,8,5,2,11,10,9,12,1]
[1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0,1,0,0] => [2,4,7,8,6,5,3,11,10,9,12,1]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,1,1,0,0,0,0,1,0,0] => [4,5,6,3,8,7,11,10,9,2,12,1]
[1,1,1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [3,5,6,4,8,11,10,9,7,2,12,1]
[1,1,0,1,1,1,0,1,0,1,1,0,0,0,1,1,1,0,0,0,0,1,0,0] => [2,5,6,8,7,4,11,10,9,3,12,1]
[1,1,1,0,1,0,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0,1,0,0] => [3,4,6,8,7,11,10,9,5,2,12,1]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0] => [2,4,6,8,11,10,9,7,5,3,12,1]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,0] => [6,7,5,8,4,9,3,10,2,12,11,1]
[1,1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0] => [5,7,6,8,4,9,3,10,12,11,2,1]
[1,1,1,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0,0,1,1,0,0,0] => [4,7,6,8,5,9,10,3,2,12,11,1]
[1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,1,1,0,0,0,0] => [5,6,4,8,7,9,10,3,12,11,2,1]
[1,1,1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0,0,0,0] => [4,6,5,8,7,9,10,12,11,3,2,1]
[1,1,1,0,1,1,1,1,0,0,1,0,1,0,0,0,1,0,0,1,1,0,0,0] => [3,7,6,8,9,5,4,10,2,12,11,1]
[1,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0,1,1,0,0,0,0] => [3,6,5,8,9,7,4,10,12,11,2,1]
[1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0] => [4,5,3,8,9,7,10,6,2,12,11,1]
[1,1,1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,0,0,1,1,0,0,0] => [3,5,4,8,9,10,7,6,2,12,11,1]
[1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0] => [5,6,4,7,9,8,10,3,12,11,2,1]
[1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0] => [4,6,5,7,9,8,10,12,11,3,2,1]
[1,1,1,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,0] => [3,6,5,7,9,10,8,4,12,11,2,1]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,0] => [4,5,3,7,9,10,8,12,11,6,2,1]
[1,1,1,0,1,1,0,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,0] => [3,5,4,7,9,10,12,11,8,6,2,1]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,1,0,0,0] => [2,7,8,6,5,9,4,10,3,12,11,1]
[1,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0,0] => [2,6,8,7,5,9,4,10,12,11,3,1]
[1,1,0,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0,1,1,0,0,0] => [2,5,8,7,6,9,10,4,3,12,11,1]
[1,1,0,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,1,1,0,0,0,0] => [2,6,7,5,4,9,10,8,12,11,3,1]
[1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0,0] => [2,5,7,6,4,9,10,12,11,8,3,1]
[1,1,1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0,1,1,0,0,0] => [3,4,8,7,9,6,5,10,2,12,11,1]
[1,1,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,0,0,0] => [3,4,7,6,9,8,5,10,12,11,2,1]
[1,1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,1,1,0,0,0] => [2,4,8,9,7,6,5,10,3,12,11,1]
[1,1,0,1,1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,1,0,0,0,0] => [2,4,7,9,8,6,5,10,12,11,3,1]
[1,1,1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [4,5,6,3,9,8,10,7,2,12,11,1]
[1,1,1,0,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [3,5,6,4,9,10,8,7,2,12,11,1]
[1,1,0,1,1,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,0,0,0] => [2,5,6,9,8,7,10,4,3,12,11,1]
[1,1,1,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,1,0,0,0] => [3,4,6,9,8,10,7,5,2,12,11,1]
[1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,1,1,0,0,0] => [2,4,6,9,10,8,7,5,3,12,11,1]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0] => [5,6,7,4,8,3,10,9,12,11,2,1]
[1,1,1,1,0,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,0,0] => [4,6,7,5,8,3,10,12,11,9,2,1]
[1,1,1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [3,6,7,5,8,10,9,4,12,11,2,1]
[1,1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0,0,0] => [4,5,7,6,8,10,9,12,11,3,2,1]
[1,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0,0,0] => [3,5,7,6,8,10,12,11,9,4,2,1]
[1,1,0,1,1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,1,0,0,0,0] => [2,6,7,8,5,4,10,9,12,11,3,1]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,0,0] => [2,5,7,8,6,4,10,12,11,9,3,1]
[1,1,1,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0,0,0] => [3,4,7,8,6,10,9,5,12,11,2,1]
[1,1,0,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0,0,0] => [2,4,7,8,10,9,6,5,12,11,3,1]
[1,1,1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0,0] => [4,5,6,8,7,10,9,12,11,3,2,1]
[1,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0] => [3,5,6,8,7,10,12,11,9,4,2,1]
[1,1,0,1,1,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,0] => [2,5,6,8,10,9,7,12,11,4,3,1]
[1,1,1,0,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0] => [3,4,6,8,10,9,12,11,7,5,2,1]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0,0] => [6,7,8,9,10,12,11,5,4,3,2,1]
[1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0,0,0] => [2,1,5,8,7,9,10,6,11,12,4,3]
[1,1,0,0,1,1,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0,0] => [2,1,5,7,6,8,10,11,12,9,4,3]
[1,1,0,0,1,1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0] => [2,1,7,10,9,11,8,6,12,5,4,3]
[1,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0] => [2,1,7,8,6,9,5,10,11,4,12,3]
[1,1,0,0,1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0] => [2,1,6,7,5,9,10,11,8,4,12,3]
[1,1,0,0,1,1,0,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [2,1,4,5,7,10,9,11,12,8,6,3]
[1,1,0,0,1,1,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [2,1,4,5,9,10,8,11,7,6,12,3]
[1,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [2,1,4,7,9,10,8,6,5,11,12,3]
[1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,1,0,0] => [2,1,6,7,9,8,5,10,4,11,12,3]
[1,1,0,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0,0] => [2,1,4,7,8,9,6,11,12,10,5,3]
[1,1,0,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [2,1,4,6,7,9,11,12,10,8,5,3]
[1,1,0,0,1,1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0,0] => [2,1,6,9,11,10,8,12,7,5,4,3]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0,0,0] => [2,1,6,7,8,5,9,11,10,12,4,3]
[1,1,0,0,1,1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [2,1,5,6,8,9,11,10,7,12,4,3]
[1,1,1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,1,0,1,0,0,0,0] => [4,3,7,6,5,10,9,11,12,8,2,1]
[1,1,1,1,0,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0,1,0,0] => [4,3,9,8,7,10,6,11,5,2,12,1]
[1,1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [4,3,6,5,2,7,9,10,8,11,12,1]
[1,1,1,1,0,0,1,1,0,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [4,3,6,5,2,9,11,12,10,8,7,1]
[1,1,1,1,0,0,1,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0,0,0] => [4,3,8,7,6,9,11,10,5,12,2,1]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0] => [4,3,5,2,6,9,8,10,7,11,12,1]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0] => [4,3,5,2,6,8,7,9,11,12,10,1]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [3,2,4,6,9,8,7,10,5,11,12,1]
[1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [3,2,4,6,8,7,5,9,11,12,10,1]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,1,1,0,0,0,0,1,0,0,0] => [4,3,7,6,8,11,10,9,5,12,2,1]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0] => [6,5,7,4,8,3,2,11,10,12,9,1]
[1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [3,2,4,6,7,5,8,11,10,12,9,1]
[1,1,1,0,0,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0] => [3,2,6,8,11,10,9,7,5,12,4,1]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,1,1,0,0,0,1,0,0,0] => [5,4,6,8,7,3,11,10,9,12,2,1]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0,0,0,1,0] => [4,3,7,6,8,9,5,10,11,2,1,12]
[1,1,1,1,0,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0,0,1,0] => [4,3,6,5,7,9,10,11,8,2,1,12]
[1,1,1,1,1,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0,1,0] => [6,5,9,8,10,7,4,11,3,2,1,12]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0] => [6,5,7,4,8,3,9,10,2,11,1,12]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [5,4,6,3,8,9,10,7,2,11,1,12]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [3,2,4,6,9,8,10,11,7,5,1,12]
[1,1,1,0,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0] => [3,2,4,8,9,7,10,6,5,11,1,12]
[1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0,1,0] => [3,2,6,8,9,7,5,4,10,11,1,12]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,0] => [5,4,6,8,7,3,9,2,10,11,1,12]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [3,2,6,7,8,5,10,11,9,4,1,12]
[1,1,1,0,0,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [3,2,5,6,8,10,11,9,7,4,1,12]
[1,1,1,1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0,0,1,0] => [5,4,8,10,9,7,11,6,3,2,1,12]
[1,1,1,1,1,0,0,1,0,1,0,0,1,0,1,1,0,0,1,0,0,0,1,0] => [5,4,6,7,3,8,10,9,11,2,1,12]
[1,1,1,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0,1,0] => [4,3,5,7,8,10,9,6,11,2,1,12]
[1,0,1,0,1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [1,2,4,3,7,10,9,11,12,8,6,5]
[1,0,1,0,1,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [1,2,4,3,9,10,8,11,7,6,12,5]
[1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [1,2,4,3,6,7,9,10,8,11,12,5]
[1,0,1,0,1,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [1,2,4,3,6,9,11,12,10,8,7,5]
[1,0,1,0,1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [1,2,4,3,8,9,11,10,7,12,6,5]
[1,0,1,0,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [1,2,6,5,9,8,7,10,4,11,12,3]
[1,0,1,0,1,1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [1,2,6,5,8,7,4,9,11,12,10,3]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [1,2,6,5,7,4,8,11,10,12,9,3]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0] => [1,2,5,4,6,8,11,10,9,12,7,3]
[1,0,1,0,1,1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [1,2,6,5,9,8,10,11,7,4,3,12]
[1,0,1,0,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0] => [1,2,8,7,9,6,10,5,4,11,3,12]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0] => [1,2,5,4,6,8,9,7,10,11,3,12]
[1,0,1,0,1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [1,2,5,4,8,10,11,9,7,6,3,12]
[1,0,1,0,1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0] => [1,2,7,6,8,10,9,5,11,4,3,12]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,1,0,1,0,0,1,0,1,0,0] => [1,4,6,5,3,2,9,10,8,11,12,7]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [1,4,6,5,3,2,8,9,11,12,10,7]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0,0,0] => [1,4,8,7,6,5,11,10,9,12,3,2]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,0,1,0] => [1,4,8,7,6,5,9,3,10,11,2,12]
[1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,1,0,0,0,1,0] => [1,4,7,6,5,3,8,10,11,9,2,12]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0] => [3,4,2,1,6,5,9,10,8,11,12,7]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [3,4,2,1,6,5,8,9,11,12,10,7]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [3,4,2,1,8,7,11,10,9,12,6,5]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0,1,0] => [3,4,2,1,8,7,9,6,10,11,5,12]
[1,1,1,0,1,0,0,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0] => [3,4,2,1,7,6,8,10,11,9,5,12]
[1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0] => [1,4,5,3,6,8,7,2,11,12,10,9]
[1,0,1,1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,1,0,0,0,1,0] => [1,4,5,3,6,10,9,8,11,7,2,12]
[1,0,1,1,0,1,0,1,1,0,1,1,0,0,0,0,1,1,1,0,1,0,0,0] => [1,3,4,6,8,7,5,2,11,12,10,9]
[1,0,1,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [1,3,4,6,10,9,8,7,11,5,2,12]
[1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,1,1,1,0,1,0,0,0] => [3,6,5,4,8,7,2,1,11,12,10,9]
[1,1,1,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [3,6,5,4,10,9,8,7,11,2,1,12]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0] => [3,4,2,5,6,1,8,7,11,12,10,9]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0,1,0] => [3,4,2,5,6,1,10,9,11,8,7,12]
[1,1,0,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,0] => [2,3,5,6,4,1,8,7,11,12,10,9]
[1,1,0,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,0,0,1,0] => [2,3,5,6,4,1,10,9,11,8,7,12]
[1,0,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0,1,0] => [1,4,7,6,8,10,9,5,3,2,11,12]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,1,0] => [1,6,7,5,8,4,3,10,9,2,11,12]
[1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [1,3,4,6,7,5,8,10,9,2,11,12]
[1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,1,0,1,0] => [1,3,6,8,10,9,7,5,4,2,11,12]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0,1,0] => [1,5,6,8,7,4,10,9,3,2,11,12]
[1,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [3,6,5,4,7,2,8,10,9,1,11,12]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0,1,0,1,0] => [3,5,4,2,6,8,10,9,7,1,11,12]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0] => [3,4,2,5,8,7,10,9,6,1,11,12]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,1,0,1,0] => [2,3,5,8,7,6,10,9,4,1,11,12]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0,1,0,1,0] => [3,6,5,7,8,4,2,1,10,9,11,12]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,1,0] => [5,6,4,7,3,2,8,1,10,9,11,12]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [2,3,5,6,4,7,8,1,10,9,11,12]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,0,1,0,1,0] => [2,5,7,8,6,4,3,1,10,9,11,12]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0,1,0,1,0] => [4,5,7,6,3,8,2,1,10,9,11,12]
[1,0,1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,1,0,0,0,0] => [1,4,7,6,8,9,5,10,12,11,3,2]
[1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0,0,0] => [1,4,6,5,7,9,10,12,11,8,3,2]
[1,0,1,1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0,0,0] => [1,6,9,8,10,7,5,12,11,4,3,2]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0] => [1,6,7,5,8,4,9,10,3,12,11,2]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [1,5,6,4,8,9,10,7,3,12,11,2]
[1,0,1,1,0,1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,0] => [1,3,4,6,9,8,10,12,11,7,5,2]
[1,0,1,1,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0] => [1,3,4,8,9,7,10,6,5,12,11,2]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0] => [1,3,6,8,9,7,5,4,10,12,11,2]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [1,5,6,8,7,4,9,3,10,12,11,2]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0,0,0] => [1,3,6,7,8,5,10,12,11,9,4,2]
[1,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [1,3,5,6,8,10,12,11,9,7,4,2]
[1,0,1,1,1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,0,0,0,0,0] => [1,5,8,10,9,7,12,11,6,4,3,2]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0,0,0] => [1,5,6,7,4,8,10,9,12,11,3,2]
[1,0,1,1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [1,4,5,7,8,10,9,6,12,11,3,2]
[1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,1,0,1,1,0,0,0,0,0] => [3,6,5,4,9,8,10,12,11,7,2,1]
[1,1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0] => [3,8,7,6,9,5,10,4,2,12,11,1]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0] => [3,5,4,2,6,8,9,7,10,12,11,1]
[1,1,1,0,1,1,0,0,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [3,5,4,2,8,10,12,11,9,7,6,1]
[1,1,1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [3,7,6,5,8,10,9,4,12,11,2,1]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0,1,1,0,0,0] => [3,4,2,5,8,7,9,6,10,12,11,1]
[1,1,1,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [3,4,2,5,7,6,8,10,12,11,9,1]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [2,3,5,8,7,6,9,4,10,12,11,1]
[1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [2,3,5,7,6,4,8,10,12,11,9,1]
[1,1,1,0,1,1,1,0,0,1,0,1,1,1,0,0,0,0,1,1,0,0,0,0] => [3,6,5,7,10,9,8,4,12,11,2,1]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,0] => [5,6,4,7,3,2,10,9,12,11,8,1]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [2,3,5,6,4,7,10,9,12,11,8,1]
[1,1,0,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [2,5,7,10,9,8,6,4,12,11,3,1]
[1,1,1,1,0,1,0,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,0,0] => [4,5,7,6,3,10,9,8,12,11,2,1]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0,0,0,1,1,0,0] => [3,6,5,7,8,4,9,10,2,1,12,11]
[1,1,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,0] => [3,5,4,6,8,9,10,7,2,1,12,11]
[1,1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0,1,1,0,0] => [5,8,7,9,6,4,10,3,2,1,12,11]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,1,0,0] => [5,6,4,7,3,8,9,2,10,1,12,11]
[1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0] => [4,5,3,7,8,9,6,2,10,1,12,11]
[1,1,0,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0] => [2,3,5,8,7,9,10,6,4,1,12,11]
[1,1,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [2,3,7,8,6,9,5,4,10,1,12,11]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0,1,1,0,0] => [2,5,7,8,6,4,3,9,10,1,12,11]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0] => [4,5,7,6,3,8,2,9,10,1,12,11]
[1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0,0,1,1,0,0] => [2,5,6,7,4,9,10,8,3,1,12,11]
[1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,0] => [2,4,5,7,9,10,8,6,3,1,12,11]
[1,1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0,0,1,1,0,0] => [4,7,9,8,6,10,5,3,2,1,12,11]
[1,1,1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0,0,0,1,1,0,0] => [4,5,6,3,7,9,8,10,2,1,12,11]
[1,1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0] => [3,4,6,7,9,8,5,10,2,1,12,11]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [3,2,1,4,6,5,7,11,10,9,8,12]
[1,1,0,1,1,0,0,0,1,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [2,4,3,1,6,5,7,8,12,11,10,9]
[1,1,0,0,1,0,1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [2,1,3,6,5,7,4,11,10,9,8,12]
[1,1,0,1,0,1,1,0,0,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [2,3,5,4,1,7,6,8,12,11,10,9]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [2,3,1,6,5,7,4,11,10,9,8,12]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,0] => [3,2,1,4,6,5,7,9,12,11,10,8]
[1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,0,1,1,0,0,1,0,1,0] => [3,6,5,4,2,8,7,1,10,9,11,12]
[1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,0] => [2,1,3,6,5,7,8,4,12,11,10,9]
[1,1,1,0,0,0,1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0] => [3,2,1,4,6,7,5,9,12,11,10,8]
[1,1,1,1,1,0,0,0,0,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [5,4,3,2,6,8,7,9,1,11,10,12]
[1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [2,3,5,4,1,7,8,6,12,11,10,9]
[1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [3,6,5,4,2,8,7,9,1,11,10,12]
[1,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0] => [2,4,3,1,6,7,8,5,12,11,10,9]
[1,1,1,0,0,1,0,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0] => [3,2,4,1,6,7,5,9,12,11,10,8]
[1,1,0,0,1,0,1,1,1,0,1,0,0,0,1,0,1,1,1,1,0,0,0,0] => [2,1,3,6,7,5,4,8,12,11,10,9]
[1,1,1,1,1,0,0,0,0,1,0,0,1,1,1,0,1,0,0,0,1,0,1,0] => [5,4,3,2,6,1,9,10,8,7,11,12]
[1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [2,1,3,5,7,8,6,4,12,11,10,9]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,1,1,0,1,0,0,0,1,0] => [5,4,3,2,6,7,1,10,11,9,8,12]
[1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [2,3,1,5,7,8,6,4,12,11,10,9]
[1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,1,0] => [3,6,5,4,7,2,1,8,11,10,9,12]
[1,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0,1,1,1,0,0,0,1,0] => [2,4,7,6,5,8,3,1,11,10,9,12]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,1,1,0,1,0,0,0,1,0] => [5,4,3,6,2,1,7,10,11,9,8,12]
[1,1,0,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,1,0,0,0,1,0] => [2,6,5,4,7,3,1,10,11,9,8,12]
[1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0] => [3,2,1,4,6,8,7,9,12,11,10,5]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,1,0,0] => [5,4,3,6,2,1,7,10,9,11,12,8]
[1,1,1,0,0,0,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [3,2,1,4,6,8,9,7,12,11,10,5]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [5,4,3,6,7,2,1,8,11,10,12,9]
[1,1,1,0,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [3,4,2,1,5,8,9,7,12,11,10,6]
[1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0] => [2,4,3,5,7,6,8,1,12,11,10,9]
[1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0] => [3,2,4,5,7,6,1,9,12,11,10,8]
[1,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [2,6,5,4,7,3,9,8,10,1,12,11]
[1,1,1,0,0,1,0,1,1,0,0,0,1,1,0,1,0,1,1,1,0,0,0,0] => [3,2,4,6,5,1,8,9,12,11,10,7]
[1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,1,0,0] => [5,4,3,6,2,8,7,9,1,11,12,10]
[1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [2,4,3,5,7,8,6,1,12,11,10,9]
[1,1,1,0,0,1,0,1,0,0,1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [3,2,4,5,1,8,9,7,12,11,10,6]
[1,1,0,1,1,1,1,0,0,0,1,0,1,0,0,1,1,0,0,0,1,1,0,0] => [2,6,5,4,7,8,3,10,9,1,12,11]
[1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [2,4,5,3,7,8,6,1,12,11,10,9]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [3,2,4,1,7,6,8,11,10,9,12,5]
[1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,1,1,1,0,0,0,0] => [3,4,2,6,5,1,8,9,12,11,10,7]
[1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,1,1,1,0,0,0,1,0,0] => [3,2,4,1,7,8,6,11,10,9,12,5]
[1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0] => [3,4,5,2,7,6,1,9,12,11,10,8]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,1,0,0] => [3,4,2,6,7,5,1,11,10,9,12,8]
[1,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,1,0,0] => [2,1,3,8,7,9,6,5,4,10,12,11]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [3,2,4,1,9,8,10,7,6,5,11,12]
[1,1,0,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [2,1,3,5,9,8,10,7,6,4,12,11]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [3,2,4,5,1,10,9,11,8,7,6,12]
[1,1,0,1,0,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [2,3,1,5,9,8,10,7,6,4,12,11]
[1,1,1,0,1,0,0,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [3,4,2,1,5,10,9,11,8,7,6,12]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [2,4,5,3,1,10,9,11,8,7,6,12]
[1,1,1,0,0,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0] => [3,2,1,4,6,10,9,11,8,7,12,5]
[1,1,1,0,1,0,0,0,1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [3,4,2,1,5,10,9,11,8,7,12,6]
[1,1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [2,4,3,5,9,8,10,7,6,1,12,11]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [3,2,4,5,1,10,9,11,8,7,12,6]
[1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [2,4,5,3,9,8,10,7,6,1,12,11]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,0] => [3,2,4,1,9,8,10,7,6,11,12,5]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,1,0,0] => [3,4,2,8,7,9,6,5,1,11,12,10]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0,1,1,0,0,1,0] => [5,4,6,8,7,3,2,1,9,11,10,12]
[1,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,1,1,0,0,1,0] => [2,6,5,7,9,8,4,3,1,11,10,12]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0] => [5,4,6,8,7,3,2,1,9,11,12,10]
[1,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0,0,1,1,0,0] => [2,6,5,7,9,8,4,3,10,1,12,11]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0,0,1,1,0,1,0,0] => [5,4,6,8,7,3,2,9,1,11,12,10]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,0,1,1,0,0,1,0] => [5,6,4,8,7,3,2,1,9,11,10,12]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,1,0,0,1,0] => [2,6,7,5,9,8,4,3,1,11,10,12]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0] => [5,6,4,8,7,3,2,1,9,11,12,10]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0,1,1,0,0] => [2,6,7,5,9,8,4,3,10,1,12,11]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0,1,1,0,1,0,0] => [5,6,4,8,7,3,2,9,1,11,12,10]
[1,1,0,0,1,0,1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [2,1,3,8,7,6,9,11,10,12,5,4]
[1,1,0,1,0,0,1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [2,3,1,8,7,6,9,11,10,12,5,4]
[1,1,0,0,1,0,1,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,0] => [2,1,3,7,9,8,6,11,10,12,5,4]
[1,1,0,1,0,0,1,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,0] => [2,3,1,7,9,8,6,11,10,12,5,4]
[1,1,0,0,1,0,1,1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0,0] => [2,1,3,8,7,6,9,11,12,10,5,4]
[1,1,0,1,0,0,1,1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0,0] => [2,3,1,8,7,6,9,11,12,10,5,4]
[1,1,0,0,1,0,1,1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0] => [2,1,3,7,9,8,10,6,12,11,5,4]
[1,1,0,1,0,0,1,1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0] => [2,3,1,7,9,8,10,6,12,11,5,4]
[1,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [2,1,3,8,7,9,6,11,12,10,5,4]
[1,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [2,3,1,8,7,9,6,11,12,10,5,4]
[1,1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0,0,1,0] => [4,3,5,8,7,6,9,11,10,2,1,12]
[1,1,1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0,1,0,0,0,1,0] => [5,4,6,3,9,8,7,10,11,2,1,12]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [4,3,5,7,9,8,6,11,10,2,1,12]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,1,0,0,0,1,0] => [5,4,6,7,3,10,9,8,11,2,1,12]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [4,5,3,7,9,8,6,11,10,2,1,12]
[1,1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0,1,0,0,0,1,0] => [5,6,4,3,7,10,9,8,11,2,1,12]
[1,1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0] => [4,6,7,5,3,10,9,8,11,2,1,12]
[1,1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [5,4,3,6,8,10,9,11,7,2,1,12]
[1,1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [5,6,4,3,7,10,9,11,8,2,1,12]
[1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [4,6,5,7,9,8,3,11,10,2,1,12]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0,0,1,0] => [5,4,6,7,3,10,9,11,8,2,1,12]
[1,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [4,6,7,5,9,8,3,11,10,2,1,12]
[1,1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [5,4,6,3,9,8,10,11,7,2,1,12]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,0,0,1,0] => [5,6,4,8,7,3,10,11,9,2,1,12]
[1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [4,3,2,5,7,6,8,11,10,9,12,1]
[1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,1,0,1,1,1,0,0,0,0] => [3,5,4,2,7,6,8,9,12,11,10,1]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [3,2,4,7,6,8,5,11,10,9,12,1]
[1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,1,0,1,1,1,0,0,0,0] => [3,4,6,5,2,8,7,9,12,11,10,1]
[1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [3,4,2,7,6,8,5,11,10,9,12,1]
[1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [4,3,2,5,7,6,8,10,12,11,9,1]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,0,1,0,0] => [4,6,5,3,8,7,2,10,9,11,12,1]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0] => [3,2,4,7,6,8,9,5,12,11,10,1]
[1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0] => [4,3,2,5,7,8,6,10,12,11,9,1]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [5,4,3,6,8,7,9,2,11,10,12,1]
[1,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [3,4,6,5,2,8,9,7,12,11,10,1]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [4,6,5,3,8,7,9,2,11,10,12,1]
[1,1,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [3,5,4,2,7,8,9,6,12,11,10,1]
[1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0] => [4,3,5,2,7,8,6,10,12,11,9,1]
[1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0] => [3,2,4,7,8,6,5,9,12,11,10,1]
[1,1,1,1,1,0,0,0,1,0,0,1,1,1,0,1,0,0,0,1,0,1,0,0] => [5,4,3,6,2,9,10,8,7,11,12,1]
[1,1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [3,2,4,6,8,9,7,5,12,11,10,1]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,1,1,0,1,0,0,0,1,0,0] => [5,4,3,6,7,2,10,11,9,8,12,1]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [3,4,2,6,8,9,7,5,12,11,10,1]
[1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,1,1,1,0,0,0,1,0,0] => [4,6,5,7,3,2,8,11,10,9,12,1]
[1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [3,5,7,6,8,4,2,11,10,9,12,1]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [5,4,6,3,2,7,10,11,9,8,12,1]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0] => [3,6,5,7,4,2,10,11,9,8,12,1]
[1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [4,3,2,5,7,9,8,10,12,11,6,1]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [5,4,6,3,2,7,10,9,11,12,8,1]
[1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0] => [4,3,2,5,7,9,10,8,12,11,6,1]
[1,1,1,1,1,0,0,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [5,4,6,7,3,2,8,11,10,12,9,1]
[1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0] => [4,5,3,2,6,9,10,8,12,11,7,1]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,1,1,1,0,0,0,0] => [3,5,4,6,8,7,9,2,12,11,10,1]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [4,3,5,6,8,7,2,10,12,11,9,1]
[1,1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0,0] => [3,6,5,7,4,9,8,10,2,12,11,1]
[1,1,1,1,0,0,1,0,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0] => [4,3,5,7,6,2,9,10,12,11,8,1]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,1,0,0,0] => [5,4,6,3,8,7,9,2,11,12,10,1]
[1,1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [3,5,4,6,8,9,7,2,12,11,10,1]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,0,0,0] => [4,3,5,6,2,9,10,8,12,11,7,1]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0,1,1,0,0,0] => [3,6,5,7,8,4,10,9,2,12,11,1]
[1,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [3,5,6,4,8,9,7,2,12,11,10,1]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0] => [4,3,5,2,8,7,9,11,10,12,6,1]
[1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0] => [4,5,3,7,6,2,9,10,12,11,8,1]
[1,1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0] => [4,3,5,2,8,9,7,11,10,12,6,1]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [4,5,6,3,8,7,2,10,12,11,9,1]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,0,0,1,0,0,0] => [4,5,3,7,8,6,2,11,10,12,9,1]
[1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0] => [11,10,9,8,7,6,5,4,3,12,2,1]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [2,1,3,4,5,6,7,8,9,10,11,12]
[1,1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [7,6,8,9,10,11,12,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [1,2,3,4,5,6,7,8,10,11,9,12]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,2,3,4,5,6,7,8,9,11,10,12]
[1,0,1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0,0] => [1,2,4,6,9,11,10,12,8,7,5,3]
[1,0,1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0,0] => [1,2,4,7,9,11,10,8,12,6,5,3]
[1,0,1,0,1,0,1,1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0,0] => [1,2,3,7,9,8,11,10,12,6,5,4]
[1,0,1,0,1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [1,2,5,6,4,9,11,10,12,8,7,3]
[1,0,1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,0] => [1,2,5,7,9,11,10,8,6,12,4,3]
[1,0,1,0,1,0,1,1,1,0,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [1,2,3,6,8,7,11,10,9,12,5,4]
[1,0,1,0,1,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,0,0,0] => [1,2,6,7,5,9,11,10,8,12,4,3]
[1,0,1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,0,0] => [1,2,4,6,7,5,3,11,10,12,9,8]
[1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,0] => [1,2,4,5,3,7,6,11,10,12,9,8]
[1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [1,3,4,2,6,9,11,10,12,8,7,5]
[1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [1,3,4,2,7,9,11,10,8,12,6,5]
[1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0] => [1,3,4,2,6,7,5,11,10,12,9,8]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [1,3,5,6,4,2,9,11,10,12,8,7]
[1,0,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [1,4,5,3,6,2,9,11,10,12,8,7]
[1,0,1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [1,2,4,6,8,11,10,9,7,5,12,3]
[1,0,1,0,1,0,1,1,1,0,1,1,1,0,0,1,1,0,0,0,0,1,0,0] => [1,2,3,6,9,8,11,10,7,5,12,4]
[1,0,1,0,1,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [1,2,5,6,4,8,11,10,9,7,12,3]
[1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0,0] => [1,2,3,5,8,7,6,11,10,9,12,4]
[1,0,1,0,1,0,1,1,0,0,1,1,1,1,0,0,1,1,0,0,0,1,0,0] => [1,2,3,5,4,9,8,11,10,7,12,6]
[1,0,1,1,0,1,0,0,1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [1,3,4,2,6,8,11,10,9,7,12,5]
[1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [1,3,4,2,5,8,7,11,10,9,12,6]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [1,3,5,6,4,2,8,11,10,9,12,7]
[1,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [1,4,5,3,6,2,8,11,10,9,12,7]
[1,0,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0] => [1,2,3,5,9,8,7,6,11,10,12,4]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0] => [1,2,3,7,6,8,5,4,11,10,12,9]
[1,0,1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [1,3,4,2,5,9,8,7,11,10,12,6]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,1,0,0,1,0,0] => [1,2,3,7,6,5,8,4,11,10,12,9]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [1,2,4,3,6,5,8,7,11,10,12,9]
[1,1,0,1,0,0,1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [2,3,1,4,6,9,11,10,12,8,7,5]
[1,1,0,1,0,0,1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [2,3,1,4,7,9,11,10,8,12,6,5]
[1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0] => [2,3,1,4,6,7,5,11,10,12,9,8]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [2,3,1,5,6,4,9,11,10,12,8,7]
[1,1,0,1,0,0,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [2,3,1,4,6,8,11,10,9,7,12,5]
[1,1,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [2,3,1,4,5,8,7,11,10,9,12,6]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [2,3,1,5,6,4,8,11,10,9,12,7]
[1,1,0,1,0,0,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [2,3,1,4,5,9,8,7,11,10,12,6]
[1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [2,3,1,4,6,5,8,7,11,10,12,9]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [2,4,5,3,1,6,9,11,10,12,8,7]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [2,4,5,3,1,6,8,11,10,9,12,7]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [2,4,5,3,1,6,8,7,11,10,12,9]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [3,4,2,5,1,6,9,11,10,12,8,7]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [3,4,2,5,1,6,8,11,10,9,12,7]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [3,4,2,5,1,6,8,7,11,10,12,9]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,1,1,1,0,0,1,0,0] => [2,4,6,7,5,3,1,8,11,10,12,9]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [2,5,6,4,7,3,1,8,11,10,12,9]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [3,4,2,6,7,5,1,8,11,10,12,9]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [3,5,6,4,2,7,1,8,11,10,12,9]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [4,5,3,6,2,7,1,8,11,10,12,9]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0,1,0] => [1,3,5,7,9,11,10,8,6,4,2,12]
[1,0,1,0,1,1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0,1,0] => [1,2,4,7,9,8,11,10,6,5,3,12]
[1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,0,1,0] => [1,3,6,7,5,9,11,10,8,4,2,12]
[1,0,1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [1,2,5,7,9,8,6,11,10,4,3,12]
[1,0,1,0,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [1,2,4,6,5,7,3,11,10,9,8,12]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0] => [1,4,5,3,7,9,11,10,8,6,2,12]
[1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [1,3,4,2,7,9,8,11,10,6,5,12]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,0,1,0] => [1,4,6,7,5,3,9,11,10,8,2,12]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [1,5,6,4,7,3,9,11,10,8,2,12]
[1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,1,0,0,0,1,0] => [1,3,5,7,8,6,4,2,11,10,9,12]
[1,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0] => [1,2,5,7,6,8,4,3,11,10,9,12]
[1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [1,4,5,3,7,8,6,2,11,10,9,12]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [1,3,5,6,4,2,8,7,11,10,9,12]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [1,3,4,2,6,5,8,7,11,10,9,12]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0] => [2,3,1,5,7,9,11,10,8,6,4,12]
[1,1,0,1,0,0,1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [2,3,1,4,7,9,8,11,10,6,5,12]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [2,3,1,6,7,5,9,11,10,8,4,12]
[1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [2,3,1,5,7,8,6,4,11,10,9,12]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [2,3,1,5,6,4,8,7,11,10,9,12]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [2,4,5,3,1,7,9,11,10,8,6,12]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [2,4,5,3,1,7,8,6,11,10,9,12]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [3,4,2,5,1,7,9,11,10,8,6,12]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [3,4,2,5,1,7,8,6,11,10,9,12]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,1,0,0,0,1,0] => [2,4,6,7,5,3,1,9,11,10,8,12]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [2,5,6,4,7,3,1,9,11,10,8,12]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [3,4,2,6,7,5,1,9,11,10,8,12]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [3,5,6,4,2,7,1,9,11,10,8,12]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [4,5,3,6,2,7,1,9,11,10,8,12]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,0,1,0] => [1,4,6,8,9,7,5,3,2,11,10,12]
[1,0,1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0,1,0] => [1,2,4,7,6,9,8,5,3,11,10,12]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [1,5,6,4,8,9,7,3,2,11,10,12]
[1,0,1,0,1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,1,0,0,1,0] => [1,2,5,8,7,6,9,4,3,11,10,12]
[1,0,1,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [1,2,4,3,7,6,9,8,5,11,10,12]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [2,3,1,6,8,9,7,5,4,11,10,12]
[1,1,0,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [2,3,1,4,8,7,9,6,5,11,10,12]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [2,4,5,3,1,8,9,7,6,11,10,12]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [3,4,2,5,1,8,9,7,6,11,10,12]
[1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0,1,0] => [1,2,4,8,7,6,5,9,3,11,10,12]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [1,2,6,5,7,4,3,9,8,11,10,12]
[1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [2,3,1,4,8,7,6,9,5,11,10,12]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [1,2,6,5,4,7,3,9,8,11,10,12]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,1,0,1,0,0] => [2,4,6,7,5,3,1,9,8,11,12,10]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [2,5,6,4,7,3,1,9,8,11,12,10]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [3,4,2,6,7,5,1,9,8,11,12,10]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0] => [3,5,6,4,2,7,1,9,8,11,12,10]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0] => [4,5,3,6,2,7,1,9,8,11,12,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [2,3,4,5,6,7,8,9,11,12,10,1]
[1,1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [2,7,8,6,9,5,10,4,11,3,12,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [2,3,4,5,6,7,8,9,10,11,1,12]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [1,3,2,5,4,7,6,9,8,11,12,10]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [1,3,2,5,4,7,6,10,11,9,12,8]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [1,3,2,5,4,8,9,7,6,11,12,10]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [1,3,2,5,4,8,10,11,9,7,12,6]
[1,0,1,1,0,0,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [1,3,2,5,4,9,10,8,11,7,12,6]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [1,3,2,6,7,5,4,9,8,11,12,10]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [1,3,2,6,7,5,4,10,11,9,12,8]
[1,0,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [1,3,2,6,8,9,7,5,4,11,12,10]
[1,0,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [1,3,2,7,8,6,9,5,4,11,12,10]
[1,0,1,1,0,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [1,3,2,6,8,10,11,9,7,5,12,4]
[1,0,1,1,0,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [1,3,2,6,9,10,8,11,7,5,12,4]
[1,0,1,1,0,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [1,3,2,7,8,6,10,11,9,5,12,4]
[1,0,1,1,0,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [1,3,2,7,9,10,8,6,11,5,12,4]
[1,0,1,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,3,2,8,9,7,10,6,11,5,12,4]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [1,4,5,3,2,7,6,9,8,11,12,10]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [1,4,5,3,2,7,6,10,11,9,12,8]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [1,4,5,3,2,8,9,7,6,11,12,10]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [1,4,5,3,2,8,10,11,9,7,12,6]
[1,0,1,1,1,0,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [1,4,5,3,2,9,10,8,11,7,12,6]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,1,0,1,0,0] => [1,4,6,7,5,3,2,9,8,11,12,10]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,1,0,0] => [1,4,6,7,5,3,2,10,11,9,12,8]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [1,5,6,4,7,3,2,9,8,11,12,10]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [1,5,6,4,7,3,2,10,11,9,12,8]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,1,0,0] => [1,4,6,8,9,7,5,3,2,11,12,10]
[1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0] => [1,4,7,8,6,9,5,3,2,11,12,10]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [1,5,6,4,8,9,7,3,2,11,12,10]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,1,0,1,0,0] => [1,5,7,8,6,4,9,3,2,11,12,10]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [1,6,7,5,8,4,9,3,2,11,12,10]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [2,3,1,5,4,7,6,9,8,11,12,10]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [2,3,1,5,4,7,6,10,11,9,12,8]
[1,1,0,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [2,3,1,5,4,8,9,7,6,11,12,10]
[1,1,0,1,0,0,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [2,3,1,5,4,8,10,11,9,7,12,6]
[1,1,0,1,0,0,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [2,3,1,5,4,9,10,8,11,7,12,6]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [2,3,1,6,7,5,4,9,8,11,12,10]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [2,3,1,6,7,5,4,10,11,9,12,8]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [2,3,1,6,8,9,7,5,4,11,12,10]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [2,3,1,7,8,6,9,5,4,11,12,10]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [2,4,5,3,1,7,6,9,8,11,12,10]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [2,4,5,3,1,7,6,10,11,9,12,8]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [2,4,5,3,1,8,9,7,6,11,12,10]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [3,4,2,5,1,7,6,9,8,11,12,10]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [3,4,2,5,1,7,6,10,11,9,12,8]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [3,4,2,5,1,8,9,7,6,11,12,10]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0] => [2,4,6,8,10,11,9,7,5,3,12,1]
[1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0,0] => [2,4,6,9,10,8,11,7,5,3,12,1]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [2,4,7,8,6,10,11,9,5,3,12,1]
[1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0,0] => [2,4,7,9,10,8,6,11,5,3,12,1]
[1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0] => [2,4,8,9,7,10,6,11,5,3,12,1]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [2,5,6,4,8,10,11,9,7,3,12,1]
[1,1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [2,5,6,4,9,10,8,11,7,3,12,1]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,0] => [2,5,7,8,6,4,10,11,9,3,12,1]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [2,6,7,5,8,4,10,11,9,3,12,1]
[1,1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0] => [2,5,7,9,10,8,6,4,11,3,12,1]
[1,1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,0] => [2,5,8,9,7,10,6,4,11,3,12,1]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [2,6,7,5,9,10,8,4,11,3,12,1]
[1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [2,6,8,9,7,5,10,4,11,3,12,1]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [3,4,2,6,8,10,11,9,7,5,12,1]
[1,1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [3,4,2,6,9,10,8,11,7,5,12,1]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [3,4,2,7,8,6,10,11,9,5,12,1]
[1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [3,4,2,7,9,10,8,6,11,5,12,1]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [3,4,2,8,9,7,10,6,11,5,12,1]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [3,5,6,4,2,8,10,11,9,7,12,1]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [3,5,6,4,2,9,10,8,11,7,12,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [4,5,3,6,2,8,10,11,9,7,12,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [4,5,3,6,2,9,10,8,11,7,12,1]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0,1,0,0] => [3,5,7,8,6,4,2,10,11,9,12,1]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0,1,0,0] => [3,6,7,5,8,4,2,10,11,9,12,1]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0,0] => [4,5,3,7,8,6,2,10,11,9,12,1]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0,1,0,0] => [4,6,7,5,3,8,2,10,11,9,12,1]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0] => [5,6,4,7,3,8,2,10,11,9,12,1]
[1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,1,0,0] => [3,5,7,9,10,8,6,4,2,11,12,1]
[1,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0,1,0,0] => [3,5,8,9,7,10,6,4,2,11,12,1]
[1,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [3,6,7,5,9,10,8,4,2,11,12,1]
[1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0,1,0,0] => [3,6,8,9,7,5,10,4,2,11,12,1]
[1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0,1,0,0] => [3,7,8,6,9,5,10,4,2,11,12,1]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [4,5,3,7,9,10,8,6,2,11,12,1]
[1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0,0] => [4,5,3,8,9,7,10,6,2,11,12,1]
[1,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,1,0,0] => [4,6,7,5,3,9,10,8,2,11,12,1]
[1,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0,1,0,0] => [5,6,4,7,3,9,10,8,2,11,12,1]
[1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,1,0,0] => [4,6,8,9,7,5,3,10,2,11,12,1]
[1,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,0] => [4,7,8,6,9,5,3,10,2,11,12,1]
[1,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,1,0,0] => [5,6,4,8,9,7,3,10,2,11,12,1]
[1,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,1,0,0] => [5,7,8,6,4,9,3,10,2,11,12,1]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0] => [6,7,5,8,4,9,3,10,2,11,12,1]
Identities
click to show experimental identities
(only identities of compositions of up to three maps are shown)
Inverses
Mp00127left-to-right-maxima to Dyck path ∘ Mp00031to 312-avoiding permutation = id : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00031to 312-avoiding permutation = id : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = id : Dyck paths ⟶ Dyck paths
Intertwining relations
Mp00031to 312-avoiding permutation ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation = Mp00023to non-crossing permutation ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation ∘ Mp00327inverse Kreweras complement = Mp00089Inverse Kreweras complement ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00277catalanization ∘ Mp00088Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00031to 312-avoiding permutation ∘ Mp00142promotion : Dyck paths ⟶ Permutations
Mp00277catalanization ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00031to 312-avoiding permutation ∘ Mp00143inverse promotion : Dyck paths ⟶ Permutations
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00089Inverse Kreweras complement ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00031to 312-avoiding permutation ∘ Mp00327inverse Kreweras complement : Dyck paths ⟶ Permutations
Absorbing relations
Mp00071descent composition ∘ Mp00031to 312-avoiding permutation ∘ Mp00132switch returns and last double rise = Mp00071descent composition ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00277catalanization ∘ Mp00031to 312-avoiding permutation = Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00071descent composition ∘ Mp00031to 312-avoiding permutation ∘ Mp00124Adin-Bagno-Roichman transformation = Mp00071descent composition ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00109descent word ∘ Mp00031to 312-avoiding permutation ∘ Mp00132switch returns and last double rise = Mp00109descent word ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00031to 312-avoiding permutation ∘ Mp00124Adin-Bagno-Roichman transformation = Mp00109descent word ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00149Lehmer code rotation ∘ Mp00031to 312-avoiding permutation = Mp00149Lehmer code rotation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00087inverse first fundamental transformation ∘ Mp00159Demazure product with inverse ∘ Mp00031to 312-avoiding permutation = Mp00159Demazure product with inverse ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Constant maps
Mp00013to poset ∘ Mp00018left border symmetry ∘ Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation = const : Dyck paths ⟶ Posets
Mp00011to graph ∘ Mp00018left border symmetry ∘ Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation = const : Dyck paths ⟶ Graphs
Mp00068Simion-Schmidt map ∘ Mp00031to 312-avoiding permutation ∘ Mp00101decomposition reverse ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Permutations
Mp00068Simion-Schmidt map ∘ Mp00088Kreweras complement ∘ Mp00031to 312-avoiding permutation ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Permutations
Other relations
Mp00069complement ∘ Mp00031to 312-avoiding permutation = Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00028reverse = Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00031to 312-avoiding permutation = Mp00064reverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00064reverse ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00069complement ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00102rise composition ∘ Mp00120Lalanne-Kreweras involution = Mp00071descent composition ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00041conjugate ∘ Mp00102rise composition ∘ Mp00028reverse = Mp00071descent composition ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00066inverse ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00069complement ∘ Mp00088Kreweras complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00229Delest-Viennot = Mp00031to 312-avoiding permutation ∘ Mp00229Delest-Viennot ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation = Mp00067Foata bijection ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00227Delest-Viennot-inverse = Mp00031to 312-avoiding permutation ∘ Mp00227Delest-Viennot-inverse ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00222peaks-to-valleys = Mp00031to 312-avoiding permutation ∘ Mp00222peaks-to-valleys ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution = Mp00031to 312-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00064reverse ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00066inverse ∘ Mp00088Kreweras complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00031to 312-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation = Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00017to 312-avoiding permutation ∘ Mp00029to binary tree: left tree, up step, right tree, down step = Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00031to 312-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00080to permutation ∘ Mp00138to noncrossing partition = Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00060Robinson-Schensted tableau shape ∘ Mp00031to 312-avoiding permutation = Mp00060Robinson-Schensted tableau shape ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00031to 312-avoiding permutation = Mp00204LLPS ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00071descent composition ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00102rise composition ∘ Mp00028reverse : Dyck paths ⟶ Integer compositions
Mp00038reverse ∘ Mp00071descent composition ∘ Mp00031to 312-avoiding permutation = Mp00039complement ∘ Mp00102rise composition ∘ Mp00028reverse : Dyck paths ⟶ Integer compositions
Mp00102rise composition ∘ Mp00028reverse ∘ Mp00101decomposition reverse = Mp00071descent composition ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00061to increasing tree ∘ Mp00031to 312-avoiding permutation = Mp00034to binary tree: up step, left tree, down step, right tree : Dyck paths ⟶ Binary trees
Mp00065permutation poset ∘ Mp00031to 312-avoiding permutation = Mp00065permutation poset ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Posets
Mp00160graph of inversions ∘ Mp00031to 312-avoiding permutation = Mp00160graph of inversions ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Graphs
Mp00114connectivity set ∘ Mp00031to 312-avoiding permutation = Mp00114connectivity set ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00031to 312-avoiding permutation ∘ Mp00012to Dyck path: up step, left tree, down step, right tree = Mp00066inverse ∘ Mp00064reverse ∘ Mp00014to 132-avoiding permutation : Binary trees ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00020to Tamari-corresponding Dyck path = Mp00017to 312-avoiding permutation : Binary trees ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00051to Dyck path = Mp00017to 312-avoiding permutation ∘ Mp00049to binary tree: left brother = left child : Ordered trees ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00228reflect parallelogram polyomino = Mp00031to 312-avoiding permutation ∘ Mp00228reflect parallelogram polyomino ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00142promotion = Mp00031to 312-avoiding permutation ∘ Mp00143inverse promotion ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00143inverse promotion = Mp00031to 312-avoiding permutation ∘ Mp00142promotion ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00126cactus evacuation ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00066inverse ∘ Mp00126cactus evacuation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00017to 312-avoiding permutation ∘ Mp00018left border symmetry ∘ Mp00034to binary tree: up step, left tree, down step, right tree = Mp00031to 312-avoiding permutation ∘ Mp00101decomposition reverse : Dyck paths ⟶ Permutations
Mp00068Simion-Schmidt map ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00068Simion-Schmidt map ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00126cactus evacuation ∘ Mp00031to 312-avoiding permutation = Mp00126cactus evacuation ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00087inverse first fundamental transformation ∘ Mp00031to 312-avoiding permutation = Mp00064reverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00062Lehmer-code to major-code bijection ∘ Mp00025to 132-avoiding permutation = Mp00175inverse Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00199prime Dyck path = Mp00031to 312-avoiding permutation ∘ Mp00199prime Dyck path ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00108cycle type ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00108cycle type ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00108cycle type ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00127left-to-right-maxima to Dyck path ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00028reverse ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Dyck paths
Mp00071descent composition ∘ Mp00031to 312-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution = Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00031to 312-avoiding permutation ∘ Mp00101decomposition reverse = Mp00102rise composition ∘ Mp00028reverse : Dyck paths ⟶ Integer compositions
Mp00070Robinson-Schensted recording tableau ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00059Robinson-Schensted insertion tableau ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00084conjugate ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00025to 132-avoiding permutation = Mp00070Robinson-Schensted recording tableau ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00151to cycle type ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00151to cycle type ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00112complement ∘ Mp00151to cycle type ∘ Mp00031to 312-avoiding permutation = Mp00151to cycle type ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00151to cycle type ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00112complement ∘ Mp00151to cycle type ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00016left-right symmetry ∘ Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation = Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00029to binary tree: left tree, up step, right tree, down step : Dyck paths ⟶ Binary trees
Mp00005transpose ∘ Mp00063to alternating sign matrix ∘ Mp00031to 312-avoiding permutation = Mp00063to alternating sign matrix ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Alternating sign matrices
Mp00160graph of inversions ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00160graph of inversions ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Graphs
Mp00130descent tops ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00109descent word ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00131descent bottoms ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00104reverse ∘ Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00104reverse ∘ Mp00109descent word ∘ Mp00031to 312-avoiding permutation = Mp00131descent bottoms ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00104reverse ∘ Mp00131descent bottoms ∘ Mp00031to 312-avoiding permutation = Mp00109descent word ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00105complement ∘ Mp00131descent bottoms ∘ Mp00031to 312-avoiding permutation = Mp00104reverse ∘ Mp00109descent word ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00208lattice of intervals ∘ Mp00031to 312-avoiding permutation = Mp00208lattice of intervals ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Lattices
Mp00031to 312-avoiding permutation ∘ Mp00231bounce path = Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00150to Dyck path = Mp00031to 312-avoiding permutation ∘ Mp00150to Dyck path ∘ Mp00113reverse : Perfect matchings ⟶ Permutations
Mp00014to 132-avoiding permutation ∘ Mp00029to binary tree: left tree, up step, right tree, down step ∘ Mp00230parallelogram polyomino = Mp00175inverse Foata bijection ∘ Mp00031to 312-avoiding permutation ∘ Mp00230parallelogram polyomino : Integer partitions ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00199prime Dyck path ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00199prime Dyck path ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00223runsort ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00090cycle-as-one-line notation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00132switch returns and last double rise ∘ Mp00099bounce path = Mp00025to 132-avoiding permutation ∘ Mp00032inverse zeta map ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00159Demazure product with inverse ∘ Mp00159Demazure product with inverse ∘ Mp00031to 312-avoiding permutation = Mp00159Demazure product with inverse ∘ Mp00159Demazure product with inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation = Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00159Demazure product with inverse ∘ Mp00031to 312-avoiding permutation = Mp00087inverse first fundamental transformation ∘ Mp00159Demazure product with inverse ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00277catalanization ∘ Mp00023to non-crossing permutation = Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00254Inverse fireworks map ∘ Mp00031to 312-avoiding permutation = Mp00002to left key permutation ∘ Mp00137to symmetric ASM : Dyck paths ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00143inverse promotion ∘ Mp00099bounce path = Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation ∘ 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
Mp00031to 312-avoiding permutation ∘ Mp00142promotion ∘ Mp00099bounce path = Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00002to left key permutation ∘ Mp00003rotate counterclockwise ∘ Mp00137to symmetric ASM = Mp00064reverse ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00149Lehmer code rotation ∘ Mp00031to 312-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00149Lehmer code rotation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00149Lehmer code rotation ∘ Mp00031to 312-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00149Lehmer code rotation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00060Robinson-Schensted tableau shape ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00060Robinson-Schensted tableau shape ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00060Robinson-Schensted tableau shape ∘ Mp00088Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00060Robinson-Schensted tableau shape ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00108cycle type ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00204LLPS ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00079shape ∘ Mp00138to noncrossing partition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation = Mp00079shape ∘ Mp00138to noncrossing partition : Dyck paths ⟶ Integer partitions
Mp00060Robinson-Schensted tableau shape ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00060Robinson-Schensted tableau shape ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00060Robinson-Schensted tableau shape ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00060Robinson-Schensted tableau shape ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00079shape ∘ Mp00138to noncrossing partition ∘ Mp00101decomposition reverse = Mp00040to partition ∘ Mp00071descent composition ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00204LLPS ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00017to 312-avoiding permutation ∘ Mp00034to binary tree: up step, left tree, down step, right tree = Mp00108cycle type ∘ Mp00031to 312-avoiding permutation ∘ Mp00101decomposition reverse : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00088Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00204LLPS ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00127left-to-right-maxima to Dyck path ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00127left-to-right-maxima to Dyck path ∘ Mp00073major-index to inversion-number bijection ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Dyck paths
Mp00012to Dyck path: up step, left tree, down step, right tree ∘ Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation = Mp00231bounce path ∘ Mp00102rise composition : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00159Demazure product with inverse ∘ Mp00031to 312-avoiding permutation = Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation = Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Dyck paths
Mp00100touch composition ∘ Mp00099bounce path ∘ Mp00030zeta map = Mp00071descent composition ∘ Mp00175inverse Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00062Lehmer-code to major-code bijection ∘ Mp00031to 312-avoiding permutation = Mp00071descent composition ∘ Mp00175inverse Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00039complement ∘ Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00002to left key permutation ∘ Mp00137to symmetric ASM = Mp00071descent composition ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00178to composition ∘ Mp00130descent tops ∘ Mp00031to 312-avoiding permutation = Mp00102rise composition ∘ Mp00327inverse Kreweras complement : Dyck paths ⟶ Integer compositions
Mp00102rise composition ∘ Mp00227Delest-Viennot-inverse ∘ Mp00142promotion = Mp00071descent composition ∘ Mp00031to 312-avoiding permutation ∘ Mp00227Delest-Viennot-inverse : Dyck paths ⟶ Integer compositions
Mp00070Robinson-Schensted recording tableau ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00059Robinson-Schensted insertion tableau ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00059Robinson-Schensted insertion tableau ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00070Robinson-Schensted recording tableau ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00070Robinson-Schensted recording tableau ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00059Robinson-Schensted insertion tableau ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00059Robinson-Schensted insertion tableau ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00070Robinson-Schensted recording tableau ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00085Schützenberger involution ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00031to 312-avoiding permutation = Mp00070Robinson-Schensted recording tableau ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00085Schützenberger involution ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00031to 312-avoiding permutation = Mp00059Robinson-Schensted insertion tableau ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00085Schützenberger involution ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00025to 132-avoiding permutation = Mp00070Robinson-Schensted recording tableau ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00085Schützenberger involution ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00025to 132-avoiding permutation = Mp00084conjugate ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00112complement ∘ Mp00240weak exceedance partition ∘ Mp00031to 312-avoiding permutation = Mp00240weak exceedance partition ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00151to cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00138to noncrossing partition : Dyck paths ⟶ Set partitions
Mp00151to cycle type ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation = Mp00138to noncrossing partition : Dyck paths ⟶ Set partitions
Mp00151to cycle type ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00151to cycle type ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00240weak exceedance partition ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00112complement ∘ Mp00240weak exceedance partition ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00061to increasing tree ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00072binary search tree: left to right ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00061to increasing tree ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00061to increasing tree ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00072binary search tree: left to right ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00061to increasing tree ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00061to increasing tree ∘ Mp00175inverse Foata bijection ∘ Mp00031to 312-avoiding permutation = Mp00029to binary tree: left tree, up step, right tree, down step ∘ Mp00099bounce path ∘ Mp00030zeta map : Dyck paths ⟶ Binary trees
Mp00061to increasing tree ∘ Mp00073major-index to inversion-number bijection ∘ Mp00025to 132-avoiding permutation = Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00017to 312-avoiding permutation ∘ Mp00034to binary tree: up step, left tree, down step, right tree = Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution : Dyck paths ⟶ Binary trees
Mp00065permutation poset ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00065permutation poset ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Posets
Mp00065permutation poset ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00065permutation poset ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Posets
Mp00013to poset ∘ Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation = Mp00013to poset ∘ Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Posets
Mp00209pattern poset ∘ Mp00031to 312-avoiding permutation = Mp00209pattern poset ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Posets
Mp00125dual poset ∘ Mp00065permutation poset ∘ Mp00025to 132-avoiding permutation = Mp00065permutation poset ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Posets
Mp00065permutation poset ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00065permutation poset ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Posets
Mp00065permutation poset ∘ Mp00088Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00065permutation poset ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Posets
Mp00003rotate counterclockwise ∘ Mp00063to alternating sign matrix ∘ Mp00025to 132-avoiding permutation = Mp00063to alternating sign matrix ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Alternating sign matrices
Mp00004rotate clockwise ∘ Mp00063to alternating sign matrix ∘ Mp00031to 312-avoiding permutation = Mp00063to alternating sign matrix ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Alternating sign matrices
Mp00160graph of inversions ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00160graph of inversions ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Graphs
Mp00160graph of inversions ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00160graph of inversions ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Graphs
Mp00011to graph ∘ Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation = Mp00011to graph ∘ Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Graphs
Mp00160graph of inversions ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00160graph of inversions ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Graphs
Mp00160graph of inversions ∘ Mp00088Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00160graph of inversions ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Graphs
Mp00131descent bottoms ∘ Mp00031to 312-avoiding permutation ∘ Mp00199prime Dyck path = Mp00094to binary word ∘ Mp00039complement ∘ Mp00102rise composition : Dyck paths ⟶ Binary words
Mp00130descent tops ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00201Ringel = Mp00109descent word ∘ Mp00031to 312-avoiding permutation ∘ Mp00199prime Dyck path : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00114connectivity set ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00062Lehmer-code to major-code bijection ∘ Mp00031to 312-avoiding permutation = Mp00109descent word ∘ Mp00175inverse Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00088Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00114connectivity set ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00130descent tops ∘ Mp00014to 132-avoiding permutation ∘ Mp00029to binary tree: left tree, up step, right tree, down step = Mp00130descent tops ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00130descent tops ∘ Mp00087inverse first fundamental transformation ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00109descent word ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00130descent tops ∘ Mp00002to left key permutation ∘ Mp00137to symmetric ASM = Mp00109descent word ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00131descent bottoms ∘ Mp00002to left key permutation ∘ Mp00137to symmetric ASM = Mp00109descent word ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00002to left key permutation ∘ Mp00137to symmetric ASM = Mp00109descent word ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00131descent bottoms ∘ Mp00087inverse first fundamental transformation ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00131descent bottoms ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00131descent bottoms ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00114connectivity set ∘ Mp00067Foata bijection ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation = Mp00114connectivity set ∘ Mp00067Foata bijection ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00175inverse Foata bijection ∘ Mp00031to 312-avoiding permutation = Mp00114connectivity set ∘ Mp00067Foata bijection ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00031to 312-avoiding permutation ∘ Mp00101decomposition reverse = Mp00109descent word ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00131descent bottoms ∘ Mp00031to 312-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution = Mp00109descent word ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00031to 312-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution = Mp00104reverse ∘ Mp00109descent word ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00068Simion-Schmidt map ∘ Mp00031to 312-avoiding permutation = Mp00114connectivity set ∘ Mp00068Simion-Schmidt map ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00031to 312-avoiding permutation ∘ Mp00101decomposition reverse ∘ Mp00051to Dyck path = Mp00017to 312-avoiding permutation ∘ Mp00018left border symmetry ∘ Mp00050to binary tree: right brother = right child : Ordered trees ⟶ Permutations
Mp00175inverse Foata bijection ∘ Mp00252restriction ∘ Mp00031to 312-avoiding permutation = Mp00252restriction ∘ Mp00175inverse Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00103peeling map = Mp00031to 312-avoiding permutation ∘ Mp00103peeling map ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00277catalanization ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00277catalanization ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation = Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00204LLPS ∘ Mp00066inverse ∘ Mp00175inverse Foata bijection ∘ Mp00031to 312-avoiding permutation = Mp00204LLPS ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00071descent composition ∘ Mp00064reverse ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00038reverse ∘ Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00175inverse Foata bijection ∘ Mp00031to 312-avoiding permutation ∘ Mp00032inverse zeta map = Mp00100touch composition ∘ Mp00099bounce path : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00069complement ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00071descent composition ∘ Mp00119to 321-avoiding permutation (Krattenthaler) : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00071descent composition ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00069complement ∘ Mp00073major-index to inversion-number bijection ∘ Mp00025to 132-avoiding permutation = Mp00071descent composition ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00039complement ∘ Mp00207horizontal strip sizes ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00025to 132-avoiding permutation = Mp00071descent composition ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00241invert Laguerre heap ∘ Mp00031to 312-avoiding permutation = Mp00039complement ∘ Mp00128to composition ∘ Mp00138to noncrossing partition : Dyck paths ⟶ Integer compositions
Mp00248DEX composition ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00248DEX composition ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00240weak exceedance partition ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00138to noncrossing partition : Dyck paths ⟶ Set partitions
Mp00061to increasing tree ∘ Mp00069complement ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00029to binary tree: left tree, up step, right tree, down step : Dyck paths ⟶ Binary trees
Mp00109descent word ∘ Mp00064reverse ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00109descent word ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation ∘ Mp00101decomposition reverse = Mp00109descent word ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00069complement ∘ Mp00073major-index to inversion-number bijection ∘ Mp00025to 132-avoiding permutation = Mp00109descent word ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00208lattice of intervals ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00208lattice of intervals ∘ Mp00088Kreweras complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Lattices
Mp00208lattice of intervals ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00208lattice of intervals ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Lattices
Mp00031to 312-avoiding permutation ∘ Mp00132switch returns and last double rise ∘ Mp00231bounce path = Mp00025to 132-avoiding permutation ∘ Mp00032inverse zeta map ∘ 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
Mp00277catalanization ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation = Mp00031to 312-avoiding permutation ∘ Mp00142promotion : Dyck paths ⟶ Permutations
Mp00277catalanization ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation = Mp00031to 312-avoiding permutation ∘ Mp00143inverse promotion : Dyck paths ⟶ Permutations
Mp00014to 132-avoiding permutation ∘ Mp00029to binary tree: left tree, up step, right tree, down step ∘ Mp00327inverse Kreweras complement = Mp00326weak order rowmotion ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00241invert Laguerre heap ∘ Mp00031to 312-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00241invert Laguerre heap ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00087inverse first fundamental transformation ∘ Mp00023to non-crossing permutation = Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00277catalanization ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00277catalanization ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00252restriction ∘ Mp00031to 312-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00252restriction ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00252restriction ∘ Mp00031to 312-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00252restriction ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00108cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00159Demazure product with inverse ∘ Mp00031to 312-avoiding permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00086first fundamental transformation ∘ Mp00159Demazure product with inverse ∘ Mp00031to 312-avoiding permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00086first fundamental transformation ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00237descent views to invisible inversion bottoms ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00086first fundamental transformation ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00127left-to-right-maxima to Dyck path ∘ Mp00241invert Laguerre heap ∘ Mp00031to 312-avoiding permutation = Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Dyck paths
Mp00294peak composition ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00031to 312-avoiding permutation = 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
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
Mp00295valley composition ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00295valley composition ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00295valley composition ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00031to 312-avoiding permutation = Mp00294peak composition ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00100touch composition ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00088Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00100touch composition ∘ Mp00142promotion : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00073major-index to inversion-number bijection ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation = Mp00039complement ∘ Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00031to 312-avoiding permutation ∘ Mp00227Delest-Viennot-inverse ∘ Mp00143inverse promotion = Mp00102rise composition ∘ Mp00227Delest-Viennot-inverse : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00066inverse ∘ Mp00241invert Laguerre heap ∘ Mp00031to 312-avoiding permutation = Mp00102rise composition ∘ Mp00327inverse Kreweras complement : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00073major-index to inversion-number bijection ∘ Mp00002to left key permutation ∘ Mp00137to symmetric ASM = Mp00071descent composition ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00100touch composition ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00100touch composition ∘ Mp00143inverse promotion : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00326weak order rowmotion ∘ Mp00031to 312-avoiding permutation = Mp00038reverse ∘ Mp00128to composition ∘ Mp00138to noncrossing partition : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00069complement ∘ Mp00241invert Laguerre heap ∘ Mp00031to 312-avoiding permutation = Mp00128to composition ∘ Mp00138to noncrossing partition : Dyck paths ⟶ Integer compositions
Mp00072binary search tree: left to right ∘ Mp00239Corteel ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation = Mp00072binary search tree: left to right ∘ Mp00119to 321-avoiding permutation (Krattenthaler) : Dyck paths ⟶ Binary trees
Mp00034to binary tree: up step, left tree, down step, right tree ∘ Mp00231bounce path ∘ Mp00102rise composition = Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00087inverse first fundamental transformation ∘ Mp00239Corteel ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00241invert Laguerre heap ∘ Mp00031to 312-avoiding permutation = Mp00029to binary tree: left tree, up step, right tree, down step ∘ Mp00327inverse Kreweras complement : Dyck paths ⟶ Binary trees
Mp00209pattern poset ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00209pattern poset ∘ Mp00088Kreweras complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Posets
Mp00209pattern poset ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00209pattern poset ∘ Mp00086first fundamental transformation ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Posets
Mp00026to ordered tree ∘ Mp00231bounce path ∘ Mp00102rise composition = Mp00015to ordered tree: right child = right brother ∘ Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Ordered trees
Mp00131descent bottoms ∘ Mp00031to 312-avoiding permutation ∘ Mp00327inverse Kreweras complement = Mp00105complement ∘ Mp00130descent tops ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00109descent word ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00130descent tops ∘ Mp00067Foata bijection ∘ Mp00002to left key permutation ∘ Mp00137to symmetric ASM = Mp00109descent word ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00130descent tops ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00130descent tops ∘ Mp00119to 321-avoiding permutation (Krattenthaler) : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00031to 312-avoiding permutation = Mp00109descent word ∘ Mp00119to 321-avoiding permutation (Krattenthaler) : Dyck paths ⟶ Binary words
Mp00131descent bottoms ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00131descent bottoms ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00073major-index to inversion-number bijection ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation = Mp00131descent bottoms ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00025to 132-avoiding permutation ∘ Mp00327inverse Kreweras complement = Mp00104reverse ∘ Mp00130descent tops ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00252restriction ∘ Mp00031to 312-avoiding permutation = Mp00114connectivity set ∘ Mp00252restriction ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00208lattice of intervals ∘ Mp00126cactus evacuation ∘ Mp00031to 312-avoiding permutation = Mp00208lattice of intervals ∘ Mp00126cactus evacuation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Lattices
Mp00208lattice of intervals ∘ Mp00062Lehmer-code to major-code bijection ∘ Mp00025to 132-avoiding permutation = Mp00208lattice of intervals ∘ Mp00175inverse Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Lattices
Mp00208lattice of intervals ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00208lattice of intervals ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Lattices
Mp00031to 312-avoiding permutation ∘ Mp00199prime Dyck path ∘ Mp00231bounce path = Mp00023to non-crossing permutation ∘ Mp00199prime Dyck path ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00142promotion ∘ Mp00231bounce path = Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00143inverse promotion ∘ Mp00231bounce path = Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00277catalanization ∘ Mp00089Inverse Kreweras complement ∘ Mp00017to 312-avoiding permutation = Mp00031to 312-avoiding permutation ∘ Mp00143inverse promotion ∘ Mp00020to Tamari-corresponding Dyck path : Binary trees ⟶ Permutations
Mp00277catalanization ∘ Mp00088Kreweras complement ∘ Mp00017to 312-avoiding permutation = Mp00031to 312-avoiding permutation ∘ Mp00142promotion ∘ Mp00020to Tamari-corresponding Dyck path : Binary trees ⟶ Permutations
Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00012to Dyck path: up step, left tree, down step, right tree = Mp00072binary search tree: left to right ∘ Mp00017to 312-avoiding permutation : Binary trees ⟶ Binary trees
Description
References
[1] Bandlow, J., Killpatrick, K. An area-to-inv bijection between Dyck paths and 312-avoiding permutations MathSciNet:1877659
Properties
injective, graded
Sage code
def mapping(elt):
return elt.to_312_avoiding_permutation()
Weight
26
Created
Jan 19, 2020 at 07:28 by FindStatCrew
Updated
Jan 19, 2020 at 07:28 by Martin Rubey
searching the database
Sorry, this map was not found in the database.