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] => [4,2,3,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,5,3,4,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,5,3,4,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] => [4,2,3,1,5]
[1,1,1,0,1,0,0,1,0,0] => [4,2,3,5,1]
[1,1,1,0,1,0,1,0,0,0] => [5,2,3,4,1]
[1,1,1,0,1,1,0,0,0,0] => [5,2,4,3,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] => [5,3,2,4,1]
[1,1,1,1,0,1,0,0,0,0] => [5,3,4,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,6,4,5,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,6,4,5,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,5,3,4,2,6]
[1,0,1,1,1,0,1,0,0,1,0,0] => [1,5,3,4,6,2]
[1,0,1,1,1,0,1,0,1,0,0,0] => [1,6,3,4,5,2]
>>> Load all 6483 entries. <<<
[1,0,1,1,1,0,1,1,0,0,0,0] => [1,6,3,5,4,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,6,4,3,5,2]
[1,0,1,1,1,1,0,1,0,0,0,0] => [1,6,4,5,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,6,4,5,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,6,4,5,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,5,3,4,1,6]
[1,1,0,1,1,0,1,0,0,1,0,0] => [2,5,3,4,6,1]
[1,1,0,1,1,0,1,0,1,0,0,0] => [2,6,3,4,5,1]
[1,1,0,1,1,0,1,1,0,0,0,0] => [2,6,3,5,4,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,6,4,3,5,1]
[1,1,0,1,1,1,0,1,0,0,0,0] => [2,6,4,5,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,6,4,5,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] => [4,2,3,1,5,6]
[1,1,1,0,1,0,0,0,1,1,0,0] => [4,2,3,1,6,5]
[1,1,1,0,1,0,0,1,0,0,1,0] => [4,2,3,5,1,6]
[1,1,1,0,1,0,0,1,0,1,0,0] => [4,2,3,5,6,1]
[1,1,1,0,1,0,0,1,1,0,0,0] => [4,2,3,6,5,1]
[1,1,1,0,1,0,1,0,0,0,1,0] => [5,2,3,4,1,6]
[1,1,1,0,1,0,1,0,0,1,0,0] => [5,2,3,4,6,1]
[1,1,1,0,1,0,1,0,1,0,0,0] => [6,2,3,4,5,1]
[1,1,1,0,1,0,1,1,0,0,0,0] => [6,2,3,5,4,1]
[1,1,1,0,1,1,0,0,0,0,1,0] => [5,2,4,3,1,6]
[1,1,1,0,1,1,0,0,0,1,0,0] => [5,2,4,3,6,1]
[1,1,1,0,1,1,0,0,1,0,0,0] => [6,2,4,3,5,1]
[1,1,1,0,1,1,0,1,0,0,0,0] => [6,2,4,5,3,1]
[1,1,1,0,1,1,1,0,0,0,0,0] => [6,2,5,4,3,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] => [5,3,2,4,1,6]
[1,1,1,1,0,0,1,0,0,1,0,0] => [5,3,2,4,6,1]
[1,1,1,1,0,0,1,0,1,0,0,0] => [6,3,2,4,5,1]
[1,1,1,1,0,0,1,1,0,0,0,0] => [6,3,2,5,4,1]
[1,1,1,1,0,1,0,0,0,0,1,0] => [5,3,4,2,1,6]
[1,1,1,1,0,1,0,0,0,1,0,0] => [5,3,4,2,6,1]
[1,1,1,1,0,1,0,0,1,0,0,0] => [6,3,4,2,5,1]
[1,1,1,1,0,1,0,1,0,0,0,0] => [6,3,4,5,2,1]
[1,1,1,1,0,1,1,0,0,0,0,0] => [6,3,5,4,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] => [6,4,3,2,5,1]
[1,1,1,1,1,0,0,1,0,0,0,0] => [6,4,3,5,2,1]
[1,1,1,1,1,0,1,0,0,0,0,0] => [6,5,3,4,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,7,5,6,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,7,5,6,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,6,4,5,3,7]
[1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [1,2,6,4,5,7,3]
[1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [1,2,7,4,5,6,3]
[1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [1,2,7,4,6,5,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,7,5,4,6,3]
[1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [1,2,7,5,6,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,7,5,6,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,7,5,6,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,6,4,5,2,7]
[1,0,1,1,0,1,1,0,1,0,0,1,0,0] => [1,3,6,4,5,7,2]
[1,0,1,1,0,1,1,0,1,0,1,0,0,0] => [1,3,7,4,5,6,2]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0] => [1,3,7,4,6,5,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,7,5,4,6,2]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [1,3,7,5,6,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,7,5,6,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,5,3,4,2,6,7]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0] => [1,5,3,4,2,7,6]
[1,0,1,1,1,0,1,0,0,1,0,0,1,0] => [1,5,3,4,6,2,7]
[1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [1,5,3,4,6,7,2]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0] => [1,5,3,4,7,6,2]
[1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [1,6,3,4,5,2,7]
[1,0,1,1,1,0,1,0,1,0,0,1,0,0] => [1,6,3,4,5,7,2]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [1,7,3,4,5,6,2]
[1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [1,7,3,4,6,5,2]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0] => [1,6,3,5,4,2,7]
[1,0,1,1,1,0,1,1,0,0,0,1,0,0] => [1,6,3,5,4,7,2]
[1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [1,7,3,5,4,6,2]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [1,7,3,5,6,4,2]
[1,0,1,1,1,0,1,1,1,0,0,0,0,0] => [1,7,3,6,5,4,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,6,4,3,5,2,7]
[1,0,1,1,1,1,0,0,1,0,0,1,0,0] => [1,6,4,3,5,7,2]
[1,0,1,1,1,1,0,0,1,0,1,0,0,0] => [1,7,4,3,5,6,2]
[1,0,1,1,1,1,0,0,1,1,0,0,0,0] => [1,7,4,3,6,5,2]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0] => [1,6,4,5,3,2,7]
[1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [1,6,4,5,3,7,2]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0] => [1,7,4,5,3,6,2]
[1,0,1,1,1,1,0,1,0,1,0,0,0,0] => [1,7,4,5,6,3,2]
[1,0,1,1,1,1,0,1,1,0,0,0,0,0] => [1,7,4,6,5,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,7,5,4,3,6,2]
[1,0,1,1,1,1,1,0,0,1,0,0,0,0] => [1,7,5,4,6,3,2]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [1,7,6,4,5,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,7,5,6,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,7,5,6,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,6,4,5,3,7]
[1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [2,1,6,4,5,7,3]
[1,1,0,0,1,1,1,0,1,0,1,0,0,0] => [2,1,7,4,5,6,3]
[1,1,0,0,1,1,1,0,1,1,0,0,0,0] => [2,1,7,4,6,5,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,7,5,4,6,3]
[1,1,0,0,1,1,1,1,0,1,0,0,0,0] => [2,1,7,5,6,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,7,5,6,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,7,5,6,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,6,4,5,1,7]
[1,1,0,1,0,1,1,0,1,0,0,1,0,0] => [2,3,6,4,5,7,1]
[1,1,0,1,0,1,1,0,1,0,1,0,0,0] => [2,3,7,4,5,6,1]
[1,1,0,1,0,1,1,0,1,1,0,0,0,0] => [2,3,7,4,6,5,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,7,5,4,6,1]
[1,1,0,1,0,1,1,1,0,1,0,0,0,0] => [2,3,7,5,6,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,7,5,6,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,5,3,4,1,6,7]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0] => [2,5,3,4,1,7,6]
[1,1,0,1,1,0,1,0,0,1,0,0,1,0] => [2,5,3,4,6,1,7]
[1,1,0,1,1,0,1,0,0,1,0,1,0,0] => [2,5,3,4,6,7,1]
[1,1,0,1,1,0,1,0,0,1,1,0,0,0] => [2,5,3,4,7,6,1]
[1,1,0,1,1,0,1,0,1,0,0,0,1,0] => [2,6,3,4,5,1,7]
[1,1,0,1,1,0,1,0,1,0,0,1,0,0] => [2,6,3,4,5,7,1]
[1,1,0,1,1,0,1,0,1,0,1,0,0,0] => [2,7,3,4,5,6,1]
[1,1,0,1,1,0,1,0,1,1,0,0,0,0] => [2,7,3,4,6,5,1]
[1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [2,6,3,5,4,1,7]
[1,1,0,1,1,0,1,1,0,0,0,1,0,0] => [2,6,3,5,4,7,1]
[1,1,0,1,1,0,1,1,0,0,1,0,0,0] => [2,7,3,5,4,6,1]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [2,7,3,5,6,4,1]
[1,1,0,1,1,0,1,1,1,0,0,0,0,0] => [2,7,3,6,5,4,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,6,4,3,5,1,7]
[1,1,0,1,1,1,0,0,1,0,0,1,0,0] => [2,6,4,3,5,7,1]
[1,1,0,1,1,1,0,0,1,0,1,0,0,0] => [2,7,4,3,5,6,1]
[1,1,0,1,1,1,0,0,1,1,0,0,0,0] => [2,7,4,3,6,5,1]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [2,6,4,5,3,1,7]
[1,1,0,1,1,1,0,1,0,0,0,1,0,0] => [2,6,4,5,3,7,1]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [2,7,4,5,3,6,1]
[1,1,0,1,1,1,0,1,0,1,0,0,0,0] => [2,7,4,5,6,3,1]
[1,1,0,1,1,1,0,1,1,0,0,0,0,0] => [2,7,4,6,5,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,7,5,4,3,6,1]
[1,1,0,1,1,1,1,0,0,1,0,0,0,0] => [2,7,5,4,6,3,1]
[1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [2,7,6,4,5,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,7,5,6,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,7,5,6,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,6,4,5,1,7]
[1,1,1,0,0,1,1,0,1,0,0,1,0,0] => [3,2,6,4,5,7,1]
[1,1,1,0,0,1,1,0,1,0,1,0,0,0] => [3,2,7,4,5,6,1]
[1,1,1,0,0,1,1,0,1,1,0,0,0,0] => [3,2,7,4,6,5,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,7,5,4,6,1]
[1,1,1,0,0,1,1,1,0,1,0,0,0,0] => [3,2,7,5,6,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] => [4,2,3,1,5,6,7]
[1,1,1,0,1,0,0,0,1,0,1,1,0,0] => [4,2,3,1,5,7,6]
[1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [4,2,3,1,6,5,7]
[1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [4,2,3,1,6,7,5]
[1,1,1,0,1,0,0,0,1,1,1,0,0,0] => [4,2,3,1,7,6,5]
[1,1,1,0,1,0,0,1,0,0,1,0,1,0] => [4,2,3,5,1,6,7]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0] => [4,2,3,5,1,7,6]
[1,1,1,0,1,0,0,1,0,1,0,0,1,0] => [4,2,3,5,6,1,7]
[1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [4,2,3,5,6,7,1]
[1,1,1,0,1,0,0,1,0,1,1,0,0,0] => [4,2,3,5,7,6,1]
[1,1,1,0,1,0,0,1,1,0,0,0,1,0] => [4,2,3,6,5,1,7]
[1,1,1,0,1,0,0,1,1,0,0,1,0,0] => [4,2,3,6,5,7,1]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [4,2,3,7,5,6,1]
[1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [4,2,3,7,6,5,1]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0] => [5,2,3,4,1,6,7]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0] => [5,2,3,4,1,7,6]
[1,1,1,0,1,0,1,0,0,1,0,0,1,0] => [5,2,3,4,6,1,7]
[1,1,1,0,1,0,1,0,0,1,0,1,0,0] => [5,2,3,4,6,7,1]
[1,1,1,0,1,0,1,0,0,1,1,0,0,0] => [5,2,3,4,7,6,1]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [6,2,3,4,5,1,7]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0] => [6,2,3,4,5,7,1]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [7,2,3,4,5,6,1]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [7,2,3,4,6,5,1]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0] => [6,2,3,5,4,1,7]
[1,1,1,0,1,0,1,1,0,0,0,1,0,0] => [6,2,3,5,4,7,1]
[1,1,1,0,1,0,1,1,0,0,1,0,0,0] => [7,2,3,5,4,6,1]
[1,1,1,0,1,0,1,1,0,1,0,0,0,0] => [7,2,3,5,6,4,1]
[1,1,1,0,1,0,1,1,1,0,0,0,0,0] => [7,2,3,6,5,4,1]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0] => [5,2,4,3,1,6,7]
[1,1,1,0,1,1,0,0,0,0,1,1,0,0] => [5,2,4,3,1,7,6]
[1,1,1,0,1,1,0,0,0,1,0,0,1,0] => [5,2,4,3,6,1,7]
[1,1,1,0,1,1,0,0,0,1,0,1,0,0] => [5,2,4,3,6,7,1]
[1,1,1,0,1,1,0,0,0,1,1,0,0,0] => [5,2,4,3,7,6,1]
[1,1,1,0,1,1,0,0,1,0,0,0,1,0] => [6,2,4,3,5,1,7]
[1,1,1,0,1,1,0,0,1,0,0,1,0,0] => [6,2,4,3,5,7,1]
[1,1,1,0,1,1,0,0,1,0,1,0,0,0] => [7,2,4,3,5,6,1]
[1,1,1,0,1,1,0,0,1,1,0,0,0,0] => [7,2,4,3,6,5,1]
[1,1,1,0,1,1,0,1,0,0,0,0,1,0] => [6,2,4,5,3,1,7]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [6,2,4,5,3,7,1]
[1,1,1,0,1,1,0,1,0,0,1,0,0,0] => [7,2,4,5,3,6,1]
[1,1,1,0,1,1,0,1,0,1,0,0,0,0] => [7,2,4,5,6,3,1]
[1,1,1,0,1,1,0,1,1,0,0,0,0,0] => [7,2,4,6,5,3,1]
[1,1,1,0,1,1,1,0,0,0,0,0,1,0] => [6,2,5,4,3,1,7]
[1,1,1,0,1,1,1,0,0,0,0,1,0,0] => [6,2,5,4,3,7,1]
[1,1,1,0,1,1,1,0,0,0,1,0,0,0] => [7,2,5,4,3,6,1]
[1,1,1,0,1,1,1,0,0,1,0,0,0,0] => [7,2,5,4,6,3,1]
[1,1,1,0,1,1,1,0,1,0,0,0,0,0] => [7,2,6,4,5,3,1]
[1,1,1,0,1,1,1,1,0,0,0,0,0,0] => [7,2,6,5,4,3,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,7,5,6,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] => [5,3,2,4,1,6,7]
[1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [5,3,2,4,1,7,6]
[1,1,1,1,0,0,1,0,0,1,0,0,1,0] => [5,3,2,4,6,1,7]
[1,1,1,1,0,0,1,0,0,1,0,1,0,0] => [5,3,2,4,6,7,1]
[1,1,1,1,0,0,1,0,0,1,1,0,0,0] => [5,3,2,4,7,6,1]
[1,1,1,1,0,0,1,0,1,0,0,0,1,0] => [6,3,2,4,5,1,7]
[1,1,1,1,0,0,1,0,1,0,0,1,0,0] => [6,3,2,4,5,7,1]
[1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [7,3,2,4,5,6,1]
[1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [7,3,2,4,6,5,1]
[1,1,1,1,0,0,1,1,0,0,0,0,1,0] => [6,3,2,5,4,1,7]
[1,1,1,1,0,0,1,1,0,0,0,1,0,0] => [6,3,2,5,4,7,1]
[1,1,1,1,0,0,1,1,0,0,1,0,0,0] => [7,3,2,5,4,6,1]
[1,1,1,1,0,0,1,1,0,1,0,0,0,0] => [7,3,2,5,6,4,1]
[1,1,1,1,0,0,1,1,1,0,0,0,0,0] => [7,3,2,6,5,4,1]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0] => [5,3,4,2,1,6,7]
[1,1,1,1,0,1,0,0,0,0,1,1,0,0] => [5,3,4,2,1,7,6]
[1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [5,3,4,2,6,1,7]
[1,1,1,1,0,1,0,0,0,1,0,1,0,0] => [5,3,4,2,6,7,1]
[1,1,1,1,0,1,0,0,0,1,1,0,0,0] => [5,3,4,2,7,6,1]
[1,1,1,1,0,1,0,0,1,0,0,0,1,0] => [6,3,4,2,5,1,7]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [6,3,4,2,5,7,1]
[1,1,1,1,0,1,0,0,1,0,1,0,0,0] => [7,3,4,2,5,6,1]
[1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [7,3,4,2,6,5,1]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0] => [6,3,4,5,2,1,7]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0] => [6,3,4,5,2,7,1]
[1,1,1,1,0,1,0,1,0,0,1,0,0,0] => [7,3,4,5,2,6,1]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0] => [7,3,4,5,6,2,1]
[1,1,1,1,0,1,0,1,1,0,0,0,0,0] => [7,3,4,6,5,2,1]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0] => [6,3,5,4,2,1,7]
[1,1,1,1,0,1,1,0,0,0,0,1,0,0] => [6,3,5,4,2,7,1]
[1,1,1,1,0,1,1,0,0,0,1,0,0,0] => [7,3,5,4,2,6,1]
[1,1,1,1,0,1,1,0,0,1,0,0,0,0] => [7,3,5,4,6,2,1]
[1,1,1,1,0,1,1,0,1,0,0,0,0,0] => [7,3,6,4,5,2,1]
[1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [7,3,6,5,4,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] => [6,4,3,2,5,1,7]
[1,1,1,1,1,0,0,0,1,0,0,1,0,0] => [6,4,3,2,5,7,1]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0] => [7,4,3,2,5,6,1]
[1,1,1,1,1,0,0,0,1,1,0,0,0,0] => [7,4,3,2,6,5,1]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [6,4,3,5,2,1,7]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [6,4,3,5,2,7,1]
[1,1,1,1,1,0,0,1,0,0,1,0,0,0] => [7,4,3,5,2,6,1]
[1,1,1,1,1,0,0,1,0,1,0,0,0,0] => [7,4,3,5,6,2,1]
[1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [7,4,3,6,5,2,1]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [6,5,3,4,2,1,7]
[1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [6,5,3,4,2,7,1]
[1,1,1,1,1,0,1,0,0,0,1,0,0,0] => [7,5,3,4,2,6,1]
[1,1,1,1,1,0,1,0,0,1,0,0,0,0] => [7,5,3,4,6,2,1]
[1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [7,6,3,4,5,2,1]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [7,6,3,5,4,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] => [7,5,4,3,2,6,1]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [7,5,4,3,6,2,1]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [7,6,4,3,5,2,1]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [7,6,4,5,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,8,6,7,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,8,6,7,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,7,5,6,4,8]
[1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [1,2,3,7,5,6,8,4]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [1,2,3,8,5,6,7,4]
[1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [1,2,3,8,5,7,6,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,8,6,5,7,4]
[1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [1,2,3,8,6,7,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,8,6,7,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,8,6,7,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,7,5,6,3,8]
[1,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0] => [1,2,4,7,5,6,8,3]
[1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,0] => [1,2,4,8,5,6,7,3]
[1,0,1,0,1,1,0,1,1,0,1,1,0,0,0,0] => [1,2,4,8,5,7,6,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,8,6,5,7,3]
[1,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [1,2,4,8,6,7,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,8,6,7,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,6,4,5,3,7,8]
[1,0,1,0,1,1,1,0,1,0,0,0,1,1,0,0] => [1,2,6,4,5,3,8,7]
[1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,0] => [1,2,6,4,5,7,3,8]
[1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [1,2,6,4,5,7,8,3]
[1,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0] => [1,2,6,4,5,8,7,3]
[1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [1,2,7,4,5,6,3,8]
[1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,0] => [1,2,7,4,5,6,8,3]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [1,2,8,4,5,6,7,3]
[1,0,1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [1,2,8,4,5,7,6,3]
[1,0,1,0,1,1,1,0,1,1,0,0,0,0,1,0] => [1,2,7,4,6,5,3,8]
[1,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0] => [1,2,7,4,6,5,8,3]
[1,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [1,2,8,4,6,5,7,3]
[1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [1,2,8,4,6,7,5,3]
[1,0,1,0,1,1,1,0,1,1,1,0,0,0,0,0] => [1,2,8,4,7,6,5,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,7,5,4,6,3,8]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0] => [1,2,7,5,4,6,8,3]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,0] => [1,2,8,5,4,6,7,3]
[1,0,1,0,1,1,1,1,0,0,1,1,0,0,0,0] => [1,2,8,5,4,7,6,3]
[1,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0] => [1,2,7,5,6,4,3,8]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [1,2,7,5,6,4,8,3]
[1,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0] => [1,2,8,5,6,4,7,3]
[1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,0] => [1,2,8,5,6,7,4,3]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,0,0] => [1,2,8,5,7,6,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,8,6,5,4,7,3]
[1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0] => [1,2,8,6,5,7,4,3]
[1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [1,2,8,7,5,6,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,8,6,7,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,8,6,7,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,7,5,6,4,8]
[1,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [1,3,2,7,5,6,8,4]
[1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,0] => [1,3,2,8,5,6,7,4]
[1,0,1,1,0,0,1,1,1,0,1,1,0,0,0,0] => [1,3,2,8,5,7,6,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,8,6,5,7,4]
[1,0,1,1,0,0,1,1,1,1,0,1,0,0,0,0] => [1,3,2,8,6,7,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,8,6,7,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,8,6,7,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,7,5,6,2,8]
[1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,0] => [1,3,4,7,5,6,8,2]
[1,0,1,1,0,1,0,1,1,0,1,0,1,0,0,0] => [1,3,4,8,5,6,7,2]
[1,0,1,1,0,1,0,1,1,0,1,1,0,0,0,0] => [1,3,4,8,5,7,6,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,8,6,5,7,2]
[1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,0] => [1,3,4,8,6,7,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,8,6,7,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,6,4,5,2,7,8]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,0,0] => [1,3,6,4,5,2,8,7]
[1,0,1,1,0,1,1,0,1,0,0,1,0,0,1,0] => [1,3,6,4,5,7,2,8]
[1,0,1,1,0,1,1,0,1,0,0,1,0,1,0,0] => [1,3,6,4,5,7,8,2]
[1,0,1,1,0,1,1,0,1,0,0,1,1,0,0,0] => [1,3,6,4,5,8,7,2]
[1,0,1,1,0,1,1,0,1,0,1,0,0,0,1,0] => [1,3,7,4,5,6,2,8]
[1,0,1,1,0,1,1,0,1,0,1,0,0,1,0,0] => [1,3,7,4,5,6,8,2]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0] => [1,3,8,4,5,6,7,2]
[1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0] => [1,3,8,4,5,7,6,2]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [1,3,7,4,6,5,2,8]
[1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,0] => [1,3,7,4,6,5,8,2]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0] => [1,3,8,4,6,5,7,2]
[1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [1,3,8,4,6,7,5,2]
[1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0] => [1,3,8,4,7,6,5,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,7,5,4,6,2,8]
[1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0] => [1,3,7,5,4,6,8,2]
[1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0] => [1,3,8,5,4,6,7,2]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,0] => [1,3,8,5,4,7,6,2]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [1,3,7,5,6,4,2,8]
[1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0] => [1,3,7,5,6,4,8,2]
[1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [1,3,8,5,6,4,7,2]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,0,0] => [1,3,8,5,6,7,4,2]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,0,0] => [1,3,8,5,7,6,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,8,6,5,4,7,2]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0] => [1,3,8,6,5,7,4,2]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [1,3,8,7,5,6,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,8,6,7,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,8,6,7,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,7,5,6,2,8]
[1,0,1,1,1,0,0,1,1,0,1,0,0,1,0,0] => [1,4,3,7,5,6,8,2]
[1,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0] => [1,4,3,8,5,6,7,2]
[1,0,1,1,1,0,0,1,1,0,1,1,0,0,0,0] => [1,4,3,8,5,7,6,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,8,6,5,7,2]
[1,0,1,1,1,0,0,1,1,1,0,1,0,0,0,0] => [1,4,3,8,6,7,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,5,3,4,2,6,7,8]
[1,0,1,1,1,0,1,0,0,0,1,0,1,1,0,0] => [1,5,3,4,2,6,8,7]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [1,5,3,4,2,7,6,8]
[1,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [1,5,3,4,2,7,8,6]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0] => [1,5,3,4,2,8,7,6]
[1,0,1,1,1,0,1,0,0,1,0,0,1,0,1,0] => [1,5,3,4,6,2,7,8]
[1,0,1,1,1,0,1,0,0,1,0,0,1,1,0,0] => [1,5,3,4,6,2,8,7]
[1,0,1,1,1,0,1,0,0,1,0,1,0,0,1,0] => [1,5,3,4,6,7,2,8]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [1,5,3,4,6,7,8,2]
[1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0] => [1,5,3,4,6,8,7,2]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,0] => [1,5,3,4,7,6,2,8]
[1,0,1,1,1,0,1,0,0,1,1,0,0,1,0,0] => [1,5,3,4,7,6,8,2]
[1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [1,5,3,4,8,6,7,2]
[1,0,1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [1,5,3,4,8,7,6,2]
[1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0] => [1,6,3,4,5,2,7,8]
[1,0,1,1,1,0,1,0,1,0,0,0,1,1,0,0] => [1,6,3,4,5,2,8,7]
[1,0,1,1,1,0,1,0,1,0,0,1,0,0,1,0] => [1,6,3,4,5,7,2,8]
[1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0] => [1,6,3,4,5,7,8,2]
[1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0] => [1,6,3,4,5,8,7,2]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [1,7,3,4,5,6,2,8]
[1,0,1,1,1,0,1,0,1,0,1,0,0,1,0,0] => [1,7,3,4,5,6,8,2]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [1,8,3,4,5,6,7,2]
[1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [1,8,3,4,5,7,6,2]
[1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,0] => [1,7,3,4,6,5,2,8]
[1,0,1,1,1,0,1,0,1,1,0,0,0,1,0,0] => [1,7,3,4,6,5,8,2]
[1,0,1,1,1,0,1,0,1,1,0,0,1,0,0,0] => [1,8,3,4,6,5,7,2]
[1,0,1,1,1,0,1,0,1,1,0,1,0,0,0,0] => [1,8,3,4,6,7,5,2]
[1,0,1,1,1,0,1,0,1,1,1,0,0,0,0,0] => [1,8,3,4,7,6,5,2]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,0] => [1,6,3,5,4,2,7,8]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,0,0] => [1,6,3,5,4,2,8,7]
[1,0,1,1,1,0,1,1,0,0,0,1,0,0,1,0] => [1,6,3,5,4,7,2,8]
[1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0] => [1,6,3,5,4,7,8,2]
[1,0,1,1,1,0,1,1,0,0,0,1,1,0,0,0] => [1,6,3,5,4,8,7,2]
[1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0] => [1,7,3,5,4,6,2,8]
[1,0,1,1,1,0,1,1,0,0,1,0,0,1,0,0] => [1,7,3,5,4,6,8,2]
[1,0,1,1,1,0,1,1,0,0,1,0,1,0,0,0] => [1,8,3,5,4,6,7,2]
[1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0] => [1,8,3,5,4,7,6,2]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0] => [1,7,3,5,6,4,2,8]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [1,7,3,5,6,4,8,2]
[1,0,1,1,1,0,1,1,0,1,0,0,1,0,0,0] => [1,8,3,5,6,4,7,2]
[1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,0] => [1,8,3,5,6,7,4,2]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0] => [1,8,3,5,7,6,4,2]
[1,0,1,1,1,0,1,1,1,0,0,0,0,0,1,0] => [1,7,3,6,5,4,2,8]
[1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,0] => [1,7,3,6,5,4,8,2]
[1,0,1,1,1,0,1,1,1,0,0,0,1,0,0,0] => [1,8,3,6,5,4,7,2]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0] => [1,8,3,6,5,7,4,2]
[1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0] => [1,8,3,7,5,6,4,2]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,0,0] => [1,8,3,7,6,5,4,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,8,6,7,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,6,4,3,5,2,7,8]
[1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [1,6,4,3,5,2,8,7]
[1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0] => [1,6,4,3,5,7,2,8]
[1,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0] => [1,6,4,3,5,7,8,2]
[1,0,1,1,1,1,0,0,1,0,0,1,1,0,0,0] => [1,6,4,3,5,8,7,2]
[1,0,1,1,1,1,0,0,1,0,1,0,0,0,1,0] => [1,7,4,3,5,6,2,8]
[1,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0] => [1,7,4,3,5,6,8,2]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [1,8,4,3,5,6,7,2]
[1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [1,8,4,3,5,7,6,2]
[1,0,1,1,1,1,0,0,1,1,0,0,0,0,1,0] => [1,7,4,3,6,5,2,8]
[1,0,1,1,1,1,0,0,1,1,0,0,0,1,0,0] => [1,7,4,3,6,5,8,2]
[1,0,1,1,1,1,0,0,1,1,0,0,1,0,0,0] => [1,8,4,3,6,5,7,2]
[1,0,1,1,1,1,0,0,1,1,0,1,0,0,0,0] => [1,8,4,3,6,7,5,2]
[1,0,1,1,1,1,0,0,1,1,1,0,0,0,0,0] => [1,8,4,3,7,6,5,2]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,0] => [1,6,4,5,3,2,7,8]
[1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0] => [1,6,4,5,3,2,8,7]
[1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [1,6,4,5,3,7,2,8]
[1,0,1,1,1,1,0,1,0,0,0,1,0,1,0,0] => [1,6,4,5,3,7,8,2]
[1,0,1,1,1,1,0,1,0,0,0,1,1,0,0,0] => [1,6,4,5,3,8,7,2]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0] => [1,7,4,5,3,6,2,8]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [1,7,4,5,3,6,8,2]
[1,0,1,1,1,1,0,1,0,0,1,0,1,0,0,0] => [1,8,4,5,3,6,7,2]
[1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [1,8,4,5,3,7,6,2]
[1,0,1,1,1,1,0,1,0,1,0,0,0,0,1,0] => [1,7,4,5,6,3,2,8]
[1,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0] => [1,7,4,5,6,3,8,2]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,0] => [1,8,4,5,6,3,7,2]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0] => [1,8,4,5,6,7,3,2]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,0,0] => [1,8,4,5,7,6,3,2]
[1,0,1,1,1,1,0,1,1,0,0,0,0,0,1,0] => [1,7,4,6,5,3,2,8]
[1,0,1,1,1,1,0,1,1,0,0,0,0,1,0,0] => [1,7,4,6,5,3,8,2]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,0] => [1,8,4,6,5,3,7,2]
[1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,0] => [1,8,4,6,5,7,3,2]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0] => [1,8,4,7,5,6,3,2]
[1,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [1,8,4,7,6,5,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,7,5,4,3,6,2,8]
[1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0] => [1,7,5,4,3,6,8,2]
[1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,0] => [1,8,5,4,3,6,7,2]
[1,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0] => [1,8,5,4,3,7,6,2]
[1,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [1,7,5,4,6,3,2,8]
[1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [1,7,5,4,6,3,8,2]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,0] => [1,8,5,4,6,3,7,2]
[1,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0] => [1,8,5,4,6,7,3,2]
[1,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [1,8,5,4,7,6,3,2]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [1,7,6,4,5,3,2,8]
[1,0,1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [1,7,6,4,5,3,8,2]
[1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,0] => [1,8,6,4,5,3,7,2]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,0] => [1,8,6,4,5,7,3,2]
[1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,8,7,4,5,6,3,2]
[1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [1,8,7,4,6,5,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,8,6,5,4,3,7,2]
[1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [1,8,6,5,4,7,3,2]
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [1,8,7,5,4,6,3,2]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,8,7,5,6,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,8,6,7,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,8,6,7,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,7,5,6,4,8]
[1,1,0,0,1,0,1,1,1,0,1,0,0,1,0,0] => [2,1,3,7,5,6,8,4]
[1,1,0,0,1,0,1,1,1,0,1,0,1,0,0,0] => [2,1,3,8,5,6,7,4]
[1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0] => [2,1,3,8,5,7,6,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,8,6,5,7,4]
[1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,1,3,8,6,7,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,8,6,7,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,8,6,7,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,7,5,6,3,8]
[1,1,0,0,1,1,0,1,1,0,1,0,0,1,0,0] => [2,1,4,7,5,6,8,3]
[1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0] => [2,1,4,8,5,6,7,3]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [2,1,4,8,5,7,6,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,8,6,5,7,3]
[1,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0] => [2,1,4,8,6,7,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,8,6,7,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,6,4,5,3,7,8]
[1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0] => [2,1,6,4,5,3,8,7]
[1,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0] => [2,1,6,4,5,7,3,8]
[1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0] => [2,1,6,4,5,7,8,3]
[1,1,0,0,1,1,1,0,1,0,0,1,1,0,0,0] => [2,1,6,4,5,8,7,3]
[1,1,0,0,1,1,1,0,1,0,1,0,0,0,1,0] => [2,1,7,4,5,6,3,8]
[1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0] => [2,1,7,4,5,6,8,3]
[1,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [2,1,8,4,5,6,7,3]
[1,1,0,0,1,1,1,0,1,0,1,1,0,0,0,0] => [2,1,8,4,5,7,6,3]
[1,1,0,0,1,1,1,0,1,1,0,0,0,0,1,0] => [2,1,7,4,6,5,3,8]
[1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0] => [2,1,7,4,6,5,8,3]
[1,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [2,1,8,4,6,5,7,3]
[1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0] => [2,1,8,4,6,7,5,3]
[1,1,0,0,1,1,1,0,1,1,1,0,0,0,0,0] => [2,1,8,4,7,6,5,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,7,5,4,6,3,8]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [2,1,7,5,4,6,8,3]
[1,1,0,0,1,1,1,1,0,0,1,0,1,0,0,0] => [2,1,8,5,4,6,7,3]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,0,0] => [2,1,8,5,4,7,6,3]
[1,1,0,0,1,1,1,1,0,1,0,0,0,0,1,0] => [2,1,7,5,6,4,3,8]
[1,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0] => [2,1,7,5,6,4,8,3]
[1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0] => [2,1,8,5,6,4,7,3]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0] => [2,1,8,5,6,7,4,3]
[1,1,0,0,1,1,1,1,0,1,1,0,0,0,0,0] => [2,1,8,5,7,6,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,8,6,5,4,7,3]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,0,0] => [2,1,8,6,5,7,4,3]
[1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [2,1,8,7,5,6,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,8,6,7,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,8,6,7,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,7,5,6,4,8]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [2,3,1,7,5,6,8,4]
[1,1,0,1,0,0,1,1,1,0,1,0,1,0,0,0] => [2,3,1,8,5,6,7,4]
[1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,0] => [2,3,1,8,5,7,6,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,8,6,5,7,4]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0] => [2,3,1,8,6,7,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,8,6,7,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,8,6,7,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,7,5,6,1,8]
[1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0] => [2,3,4,7,5,6,8,1]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [2,3,4,8,5,6,7,1]
[1,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0] => [2,3,4,8,5,7,6,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,8,6,5,7,1]
[1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0] => [2,3,4,8,6,7,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,8,6,7,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,6,4,5,1,7,8]
[1,1,0,1,0,1,1,0,1,0,0,0,1,1,0,0] => [2,3,6,4,5,1,8,7]
[1,1,0,1,0,1,1,0,1,0,0,1,0,0,1,0] => [2,3,6,4,5,7,1,8]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [2,3,6,4,5,7,8,1]
[1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,0] => [2,3,6,4,5,8,7,1]
[1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0] => [2,3,7,4,5,6,1,8]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0] => [2,3,7,4,5,6,8,1]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [2,3,8,4,5,6,7,1]
[1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,0] => [2,3,8,4,5,7,6,1]
[1,1,0,1,0,1,1,0,1,1,0,0,0,0,1,0] => [2,3,7,4,6,5,1,8]
[1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,0] => [2,3,7,4,6,5,8,1]
[1,1,0,1,0,1,1,0,1,1,0,0,1,0,0,0] => [2,3,8,4,6,5,7,1]
[1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0] => [2,3,8,4,6,7,5,1]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,0,0] => [2,3,8,4,7,6,5,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,7,5,4,6,1,8]
[1,1,0,1,0,1,1,1,0,0,1,0,0,1,0,0] => [2,3,7,5,4,6,8,1]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [2,3,8,5,4,6,7,1]
[1,1,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [2,3,8,5,4,7,6,1]
[1,1,0,1,0,1,1,1,0,1,0,0,0,0,1,0] => [2,3,7,5,6,4,1,8]
[1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [2,3,7,5,6,4,8,1]
[1,1,0,1,0,1,1,1,0,1,0,0,1,0,0,0] => [2,3,8,5,6,4,7,1]
[1,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [2,3,8,5,6,7,4,1]
[1,1,0,1,0,1,1,1,0,1,1,0,0,0,0,0] => [2,3,8,5,7,6,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,8,6,5,4,7,1]
[1,1,0,1,0,1,1,1,1,0,0,1,0,0,0,0] => [2,3,8,6,5,7,4,1]
[1,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [2,3,8,7,5,6,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,8,6,7,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,8,6,7,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,7,5,6,1,8]
[1,1,0,1,1,0,0,1,1,0,1,0,0,1,0,0] => [2,4,3,7,5,6,8,1]
[1,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [2,4,3,8,5,6,7,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [2,4,3,8,5,7,6,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,8,6,5,7,1]
[1,1,0,1,1,0,0,1,1,1,0,1,0,0,0,0] => [2,4,3,8,6,7,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,5,3,4,1,6,7,8]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,0,0] => [2,5,3,4,1,6,8,7]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,0] => [2,5,3,4,1,7,6,8]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [2,5,3,4,1,7,8,6]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0] => [2,5,3,4,1,8,7,6]
[1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,0] => [2,5,3,4,6,1,7,8]
[1,1,0,1,1,0,1,0,0,1,0,0,1,1,0,0] => [2,5,3,4,6,1,8,7]
[1,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0] => [2,5,3,4,6,7,1,8]
[1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0] => [2,5,3,4,6,7,8,1]
[1,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0] => [2,5,3,4,6,8,7,1]
[1,1,0,1,1,0,1,0,0,1,1,0,0,0,1,0] => [2,5,3,4,7,6,1,8]
[1,1,0,1,1,0,1,0,0,1,1,0,0,1,0,0] => [2,5,3,4,7,6,8,1]
[1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,0] => [2,5,3,4,8,6,7,1]
[1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [2,5,3,4,8,7,6,1]
[1,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0] => [2,6,3,4,5,1,7,8]
[1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0] => [2,6,3,4,5,1,8,7]
[1,1,0,1,1,0,1,0,1,0,0,1,0,0,1,0] => [2,6,3,4,5,7,1,8]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,0] => [2,6,3,4,5,7,8,1]
[1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,0] => [2,6,3,4,5,8,7,1]
[1,1,0,1,1,0,1,0,1,0,1,0,0,0,1,0] => [2,7,3,4,5,6,1,8]
[1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0] => [2,7,3,4,5,6,8,1]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,8,3,4,5,6,7,1]
[1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [2,8,3,4,5,7,6,1]
[1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,0] => [2,7,3,4,6,5,1,8]
[1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0] => [2,7,3,4,6,5,8,1]
[1,1,0,1,1,0,1,0,1,1,0,0,1,0,0,0] => [2,8,3,4,6,5,7,1]
[1,1,0,1,1,0,1,0,1,1,0,1,0,0,0,0] => [2,8,3,4,6,7,5,1]
[1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,0] => [2,8,3,4,7,6,5,1]
[1,1,0,1,1,0,1,1,0,0,0,0,1,0,1,0] => [2,6,3,5,4,1,7,8]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [2,6,3,5,4,1,8,7]
[1,1,0,1,1,0,1,1,0,0,0,1,0,0,1,0] => [2,6,3,5,4,7,1,8]
[1,1,0,1,1,0,1,1,0,0,0,1,0,1,0,0] => [2,6,3,5,4,7,8,1]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [2,6,3,5,4,8,7,1]
[1,1,0,1,1,0,1,1,0,0,1,0,0,0,1,0] => [2,7,3,5,4,6,1,8]
[1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,0] => [2,7,3,5,4,6,8,1]
[1,1,0,1,1,0,1,1,0,0,1,0,1,0,0,0] => [2,8,3,5,4,6,7,1]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [2,8,3,5,4,7,6,1]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0] => [2,7,3,5,6,4,1,8]
[1,1,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [2,7,3,5,6,4,8,1]
[1,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [2,8,3,5,6,4,7,1]
[1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [2,8,3,5,6,7,4,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [2,8,3,5,7,6,4,1]
[1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0] => [2,7,3,6,5,4,1,8]
[1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [2,7,3,6,5,4,8,1]
[1,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0] => [2,8,3,6,5,4,7,1]
[1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [2,8,3,6,5,7,4,1]
[1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0] => [2,8,3,7,5,6,4,1]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [2,8,3,7,6,5,4,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,8,6,7,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,6,4,3,5,1,7,8]
[1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0] => [2,6,4,3,5,1,8,7]
[1,1,0,1,1,1,0,0,1,0,0,1,0,0,1,0] => [2,6,4,3,5,7,1,8]
[1,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0] => [2,6,4,3,5,7,8,1]
[1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,0] => [2,6,4,3,5,8,7,1]
[1,1,0,1,1,1,0,0,1,0,1,0,0,0,1,0] => [2,7,4,3,5,6,1,8]
[1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0] => [2,7,4,3,5,6,8,1]
[1,1,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [2,8,4,3,5,6,7,1]
[1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0] => [2,8,4,3,5,7,6,1]
[1,1,0,1,1,1,0,0,1,1,0,0,0,0,1,0] => [2,7,4,3,6,5,1,8]
[1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0] => [2,7,4,3,6,5,8,1]
[1,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0] => [2,8,4,3,6,5,7,1]
[1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0] => [2,8,4,3,6,7,5,1]
[1,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [2,8,4,3,7,6,5,1]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [2,6,4,5,3,1,7,8]
[1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,0] => [2,6,4,5,3,1,8,7]
[1,1,0,1,1,1,0,1,0,0,0,1,0,0,1,0] => [2,6,4,5,3,7,1,8]
[1,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0] => [2,6,4,5,3,7,8,1]
[1,1,0,1,1,1,0,1,0,0,0,1,1,0,0,0] => [2,6,4,5,3,8,7,1]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0] => [2,7,4,5,3,6,1,8]
[1,1,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [2,7,4,5,3,6,8,1]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,0,0] => [2,8,4,5,3,6,7,1]
[1,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0] => [2,8,4,5,3,7,6,1]
[1,1,0,1,1,1,0,1,0,1,0,0,0,0,1,0] => [2,7,4,5,6,3,1,8]
[1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0] => [2,7,4,5,6,3,8,1]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [2,8,4,5,6,3,7,1]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [2,8,4,5,6,7,3,1]
[1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,0] => [2,8,4,5,7,6,3,1]
[1,1,0,1,1,1,0,1,1,0,0,0,0,0,1,0] => [2,7,4,6,5,3,1,8]
[1,1,0,1,1,1,0,1,1,0,0,0,0,1,0,0] => [2,7,4,6,5,3,8,1]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [2,8,4,6,5,3,7,1]
[1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [2,8,4,6,5,7,3,1]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [2,8,4,7,5,6,3,1]
[1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0] => [2,8,4,7,6,5,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,7,5,4,3,6,1,8]
[1,1,0,1,1,1,1,0,0,0,1,0,0,1,0,0] => [2,7,5,4,3,6,8,1]
[1,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0] => [2,8,5,4,3,6,7,1]
[1,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [2,8,5,4,3,7,6,1]
[1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,0] => [2,7,5,4,6,3,1,8]
[1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0] => [2,7,5,4,6,3,8,1]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [2,8,5,4,6,3,7,1]
[1,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0] => [2,8,5,4,6,7,3,1]
[1,1,0,1,1,1,1,0,0,1,1,0,0,0,0,0] => [2,8,5,4,7,6,3,1]
[1,1,0,1,1,1,1,0,1,0,0,0,0,0,1,0] => [2,7,6,4,5,3,1,8]
[1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0] => [2,7,6,4,5,3,8,1]
[1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0] => [2,8,6,4,5,3,7,1]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [2,8,6,4,5,7,3,1]
[1,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [2,8,7,4,5,6,3,1]
[1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0] => [2,8,7,4,6,5,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,8,6,5,4,3,7,1]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0] => [2,8,6,5,4,7,3,1]
[1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0] => [2,8,7,5,4,6,3,1]
[1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,8,7,5,6,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,8,6,7,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,8,6,7,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,7,5,6,4,8]
[1,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [3,2,1,7,5,6,8,4]
[1,1,1,0,0,0,1,1,1,0,1,0,1,0,0,0] => [3,2,1,8,5,6,7,4]
[1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,0] => [3,2,1,8,5,7,6,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,8,6,5,7,4]
[1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,0] => [3,2,1,8,6,7,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,8,6,7,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,8,6,7,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,7,5,6,1,8]
[1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,0] => [3,2,4,7,5,6,8,1]
[1,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [3,2,4,8,5,6,7,1]
[1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [3,2,4,8,5,7,6,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,8,6,5,7,1]
[1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0] => [3,2,4,8,6,7,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,8,6,7,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,6,4,5,1,7,8]
[1,1,1,0,0,1,1,0,1,0,0,0,1,1,0,0] => [3,2,6,4,5,1,8,7]
[1,1,1,0,0,1,1,0,1,0,0,1,0,0,1,0] => [3,2,6,4,5,7,1,8]
[1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,0] => [3,2,6,4,5,7,8,1]
[1,1,1,0,0,1,1,0,1,0,0,1,1,0,0,0] => [3,2,6,4,5,8,7,1]
[1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0] => [3,2,7,4,5,6,1,8]
[1,1,1,0,0,1,1,0,1,0,1,0,0,1,0,0] => [3,2,7,4,5,6,8,1]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0] => [3,2,8,4,5,6,7,1]
[1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0] => [3,2,8,4,5,7,6,1]
[1,1,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [3,2,7,4,6,5,1,8]
[1,1,1,0,0,1,1,0,1,1,0,0,0,1,0,0] => [3,2,7,4,6,5,8,1]
[1,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0] => [3,2,8,4,6,5,7,1]
[1,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [3,2,8,4,6,7,5,1]
[1,1,1,0,0,1,1,0,1,1,1,0,0,0,0,0] => [3,2,8,4,7,6,5,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,7,5,4,6,1,8]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [3,2,7,5,4,6,8,1]
[1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0] => [3,2,8,5,4,6,7,1]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,0] => [3,2,8,5,4,7,6,1]
[1,1,1,0,0,1,1,1,0,1,0,0,0,0,1,0] => [3,2,7,5,6,4,1,8]
[1,1,1,0,0,1,1,1,0,1,0,0,0,1,0,0] => [3,2,7,5,6,4,8,1]
[1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [3,2,8,5,6,4,7,1]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,0,0] => [3,2,8,5,6,7,4,1]
[1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0] => [3,2,8,5,7,6,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,8,6,5,4,7,1]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,0,0] => [3,2,8,6,5,7,4,1]
[1,1,1,0,0,1,1,1,1,0,1,0,0,0,0,0] => [3,2,8,7,5,6,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] => [4,2,3,1,5,6,7,8]
[1,1,1,0,1,0,0,0,1,0,1,0,1,1,0,0] => [4,2,3,1,5,6,8,7]
[1,1,1,0,1,0,0,0,1,0,1,1,0,0,1,0] => [4,2,3,1,5,7,6,8]
[1,1,1,0,1,0,0,0,1,0,1,1,0,1,0,0] => [4,2,3,1,5,7,8,6]
[1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0] => [4,2,3,1,5,8,7,6]
[1,1,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [4,2,3,1,6,5,7,8]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0] => [4,2,3,1,6,5,8,7]
[1,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0] => [4,2,3,1,6,7,5,8]
[1,1,1,0,1,0,0,0,1,1,0,1,0,1,0,0] => [4,2,3,1,6,7,8,5]
[1,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0] => [4,2,3,1,6,8,7,5]
[1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [4,2,3,1,7,6,5,8]
[1,1,1,0,1,0,0,0,1,1,1,0,0,1,0,0] => [4,2,3,1,7,6,8,5]
[1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0] => [4,2,3,1,8,6,7,5]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [4,2,3,1,8,7,6,5]
[1,1,1,0,1,0,0,1,0,0,1,0,1,0,1,0] => [4,2,3,5,1,6,7,8]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0] => [4,2,3,5,1,6,8,7]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0] => [4,2,3,5,1,7,6,8]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0] => [4,2,3,5,1,7,8,6]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,0] => [4,2,3,5,1,8,7,6]
[1,1,1,0,1,0,0,1,0,1,0,0,1,0,1,0] => [4,2,3,5,6,1,7,8]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0] => [4,2,3,5,6,1,8,7]
[1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [4,2,3,5,6,7,1,8]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [4,2,3,5,6,7,8,1]
[1,1,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [4,2,3,5,6,8,7,1]
[1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0] => [4,2,3,5,7,6,1,8]
[1,1,1,0,1,0,0,1,0,1,1,0,0,1,0,0] => [4,2,3,5,7,6,8,1]
[1,1,1,0,1,0,0,1,0,1,1,0,1,0,0,0] => [4,2,3,5,8,6,7,1]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,0,0] => [4,2,3,5,8,7,6,1]
[1,1,1,0,1,0,0,1,1,0,0,0,1,0,1,0] => [4,2,3,6,5,1,7,8]
[1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0] => [4,2,3,6,5,1,8,7]
[1,1,1,0,1,0,0,1,1,0,0,1,0,0,1,0] => [4,2,3,6,5,7,1,8]
[1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [4,2,3,6,5,7,8,1]
[1,1,1,0,1,0,0,1,1,0,0,1,1,0,0,0] => [4,2,3,6,5,8,7,1]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0] => [4,2,3,7,5,6,1,8]
[1,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0] => [4,2,3,7,5,6,8,1]
[1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,0] => [4,2,3,8,5,6,7,1]
[1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0] => [4,2,3,8,5,7,6,1]
[1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0] => [4,2,3,7,6,5,1,8]
[1,1,1,0,1,0,0,1,1,1,0,0,0,1,0,0] => [4,2,3,7,6,5,8,1]
[1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0] => [4,2,3,8,6,5,7,1]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0] => [4,2,3,8,6,7,5,1]
[1,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [4,2,3,8,7,6,5,1]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [5,2,3,4,1,6,7,8]
[1,1,1,0,1,0,1,0,0,0,1,0,1,1,0,0] => [5,2,3,4,1,6,8,7]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0] => [5,2,3,4,1,7,6,8]
[1,1,1,0,1,0,1,0,0,0,1,1,0,1,0,0] => [5,2,3,4,1,7,8,6]
[1,1,1,0,1,0,1,0,0,0,1,1,1,0,0,0] => [5,2,3,4,1,8,7,6]
[1,1,1,0,1,0,1,0,0,1,0,0,1,0,1,0] => [5,2,3,4,6,1,7,8]
[1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0] => [5,2,3,4,6,1,8,7]
[1,1,1,0,1,0,1,0,0,1,0,1,0,0,1,0] => [5,2,3,4,6,7,1,8]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [5,2,3,4,6,7,8,1]
[1,1,1,0,1,0,1,0,0,1,0,1,1,0,0,0] => [5,2,3,4,6,8,7,1]
[1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0] => [5,2,3,4,7,6,1,8]
[1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,0] => [5,2,3,4,7,6,8,1]
[1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0] => [5,2,3,4,8,6,7,1]
[1,1,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [5,2,3,4,8,7,6,1]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [6,2,3,4,5,1,7,8]
[1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [6,2,3,4,5,1,8,7]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [6,2,3,4,5,7,1,8]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [6,2,3,4,5,7,8,1]
[1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [6,2,3,4,5,8,7,1]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [7,2,3,4,5,6,1,8]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [7,2,3,4,5,6,8,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [8,2,3,4,5,6,7,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [8,2,3,4,5,7,6,1]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [7,2,3,4,6,5,1,8]
[1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,0] => [7,2,3,4,6,5,8,1]
[1,1,1,0,1,0,1,0,1,1,0,0,1,0,0,0] => [8,2,3,4,6,5,7,1]
[1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [8,2,3,4,6,7,5,1]
[1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [8,2,3,4,7,6,5,1]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [6,2,3,5,4,1,7,8]
[1,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0] => [6,2,3,5,4,1,8,7]
[1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0] => [6,2,3,5,4,7,1,8]
[1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [6,2,3,5,4,7,8,1]
[1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0] => [6,2,3,5,4,8,7,1]
[1,1,1,0,1,0,1,1,0,0,1,0,0,0,1,0] => [7,2,3,5,4,6,1,8]
[1,1,1,0,1,0,1,1,0,0,1,0,0,1,0,0] => [7,2,3,5,4,6,8,1]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [8,2,3,5,4,6,7,1]
[1,1,1,0,1,0,1,1,0,0,1,1,0,0,0,0] => [8,2,3,5,4,7,6,1]
[1,1,1,0,1,0,1,1,0,1,0,0,0,0,1,0] => [7,2,3,5,6,4,1,8]
[1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0] => [7,2,3,5,6,4,8,1]
[1,1,1,0,1,0,1,1,0,1,0,0,1,0,0,0] => [8,2,3,5,6,4,7,1]
[1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0] => [8,2,3,5,6,7,4,1]
[1,1,1,0,1,0,1,1,0,1,1,0,0,0,0,0] => [8,2,3,5,7,6,4,1]
[1,1,1,0,1,0,1,1,1,0,0,0,0,0,1,0] => [7,2,3,6,5,4,1,8]
[1,1,1,0,1,0,1,1,1,0,0,0,0,1,0,0] => [7,2,3,6,5,4,8,1]
[1,1,1,0,1,0,1,1,1,0,0,0,1,0,0,0] => [8,2,3,6,5,4,7,1]
[1,1,1,0,1,0,1,1,1,0,0,1,0,0,0,0] => [8,2,3,6,5,7,4,1]
[1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [8,2,3,7,5,6,4,1]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [8,2,3,7,6,5,4,1]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [5,2,4,3,1,6,7,8]
[1,1,1,0,1,1,0,0,0,0,1,0,1,1,0,0] => [5,2,4,3,1,6,8,7]
[1,1,1,0,1,1,0,0,0,0,1,1,0,0,1,0] => [5,2,4,3,1,7,6,8]
[1,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0] => [5,2,4,3,1,7,8,6]
[1,1,1,0,1,1,0,0,0,0,1,1,1,0,0,0] => [5,2,4,3,1,8,7,6]
[1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,0] => [5,2,4,3,6,1,7,8]
[1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0] => [5,2,4,3,6,1,8,7]
[1,1,1,0,1,1,0,0,0,1,0,1,0,0,1,0] => [5,2,4,3,6,7,1,8]
[1,1,1,0,1,1,0,0,0,1,0,1,0,1,0,0] => [5,2,4,3,6,7,8,1]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [5,2,4,3,6,8,7,1]
[1,1,1,0,1,1,0,0,0,1,1,0,0,0,1,0] => [5,2,4,3,7,6,1,8]
[1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0] => [5,2,4,3,7,6,8,1]
[1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0] => [5,2,4,3,8,6,7,1]
[1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0] => [5,2,4,3,8,7,6,1]
[1,1,1,0,1,1,0,0,1,0,0,0,1,0,1,0] => [6,2,4,3,5,1,7,8]
[1,1,1,0,1,1,0,0,1,0,0,0,1,1,0,0] => [6,2,4,3,5,1,8,7]
[1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0] => [6,2,4,3,5,7,1,8]
[1,1,1,0,1,1,0,0,1,0,0,1,0,1,0,0] => [6,2,4,3,5,7,8,1]
[1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0] => [6,2,4,3,5,8,7,1]
[1,1,1,0,1,1,0,0,1,0,1,0,0,0,1,0] => [7,2,4,3,5,6,1,8]
[1,1,1,0,1,1,0,0,1,0,1,0,0,1,0,0] => [7,2,4,3,5,6,8,1]
[1,1,1,0,1,1,0,0,1,0,1,0,1,0,0,0] => [8,2,4,3,5,6,7,1]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [8,2,4,3,5,7,6,1]
[1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [7,2,4,3,6,5,1,8]
[1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0] => [7,2,4,3,6,5,8,1]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0] => [8,2,4,3,6,5,7,1]
[1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0] => [8,2,4,3,6,7,5,1]
[1,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0] => [8,2,4,3,7,6,5,1]
[1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0] => [6,2,4,5,3,1,7,8]
[1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0] => [6,2,4,5,3,1,8,7]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0] => [6,2,4,5,3,7,1,8]
[1,1,1,0,1,1,0,1,0,0,0,1,0,1,0,0] => [6,2,4,5,3,7,8,1]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,0,0] => [6,2,4,5,3,8,7,1]
[1,1,1,0,1,1,0,1,0,0,1,0,0,0,1,0] => [7,2,4,5,3,6,1,8]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,0] => [7,2,4,5,3,6,8,1]
[1,1,1,0,1,1,0,1,0,0,1,0,1,0,0,0] => [8,2,4,5,3,6,7,1]
[1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0] => [8,2,4,5,3,7,6,1]
[1,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0] => [7,2,4,5,6,3,1,8]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0] => [7,2,4,5,6,3,8,1]
[1,1,1,0,1,1,0,1,0,1,0,0,1,0,0,0] => [8,2,4,5,6,3,7,1]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [8,2,4,5,6,7,3,1]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0] => [8,2,4,5,7,6,3,1]
[1,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0] => [7,2,4,6,5,3,1,8]
[1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0] => [7,2,4,6,5,3,8,1]
[1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [8,2,4,6,5,3,7,1]
[1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [8,2,4,6,5,7,3,1]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [8,2,4,7,5,6,3,1]
[1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0] => [8,2,4,7,6,5,3,1]
[1,1,1,0,1,1,1,0,0,0,0,0,1,0,1,0] => [6,2,5,4,3,1,7,8]
[1,1,1,0,1,1,1,0,0,0,0,0,1,1,0,0] => [6,2,5,4,3,1,8,7]
[1,1,1,0,1,1,1,0,0,0,0,1,0,0,1,0] => [6,2,5,4,3,7,1,8]
[1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [6,2,5,4,3,7,8,1]
[1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,0] => [6,2,5,4,3,8,7,1]
[1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,0] => [7,2,5,4,3,6,1,8]
[1,1,1,0,1,1,1,0,0,0,1,0,0,1,0,0] => [7,2,5,4,3,6,8,1]
[1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0] => [8,2,5,4,3,6,7,1]
[1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0] => [8,2,5,4,3,7,6,1]
[1,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [7,2,5,4,6,3,1,8]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [7,2,5,4,6,3,8,1]
[1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [8,2,5,4,6,3,7,1]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [8,2,5,4,6,7,3,1]
[1,1,1,0,1,1,1,0,0,1,1,0,0,0,0,0] => [8,2,5,4,7,6,3,1]
[1,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0] => [7,2,6,4,5,3,1,8]
[1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0] => [7,2,6,4,5,3,8,1]
[1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [8,2,6,4,5,3,7,1]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0] => [8,2,6,4,5,7,3,1]
[1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [8,2,7,4,5,6,3,1]
[1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,0] => [8,2,7,4,6,5,3,1]
[1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0] => [7,2,6,5,4,3,1,8]
[1,1,1,0,1,1,1,1,0,0,0,0,0,1,0,0] => [7,2,6,5,4,3,8,1]
[1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0] => [8,2,6,5,4,3,7,1]
[1,1,1,0,1,1,1,1,0,0,0,1,0,0,0,0] => [8,2,6,5,4,7,3,1]
[1,1,1,0,1,1,1,1,0,0,1,0,0,0,0,0] => [8,2,7,5,4,6,3,1]
[1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0] => [8,2,7,5,6,4,3,1]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [8,2,7,6,5,4,3,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,8,6,7,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,8,6,7,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,7,5,6,1,8]
[1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0] => [4,3,2,7,5,6,8,1]
[1,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0] => [4,3,2,8,5,6,7,1]
[1,1,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [4,3,2,8,5,7,6,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,8,6,5,7,1]
[1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0] => [4,3,2,8,6,7,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] => [5,3,2,4,1,6,7,8]
[1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0] => [5,3,2,4,1,6,8,7]
[1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [5,3,2,4,1,7,6,8]
[1,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0] => [5,3,2,4,1,7,8,6]
[1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0] => [5,3,2,4,1,8,7,6]
[1,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0] => [5,3,2,4,6,1,7,8]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [5,3,2,4,6,1,8,7]
[1,1,1,1,0,0,1,0,0,1,0,1,0,0,1,0] => [5,3,2,4,6,7,1,8]
[1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,0] => [5,3,2,4,6,7,8,1]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,0] => [5,3,2,4,6,8,7,1]
[1,1,1,1,0,0,1,0,0,1,1,0,0,0,1,0] => [5,3,2,4,7,6,1,8]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [5,3,2,4,7,6,8,1]
[1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0] => [5,3,2,4,8,6,7,1]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,0,0] => [5,3,2,4,8,7,6,1]
[1,1,1,1,0,0,1,0,1,0,0,0,1,0,1,0] => [6,3,2,4,5,1,7,8]
[1,1,1,1,0,0,1,0,1,0,0,0,1,1,0,0] => [6,3,2,4,5,1,8,7]
[1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0] => [6,3,2,4,5,7,1,8]
[1,1,1,1,0,0,1,0,1,0,0,1,0,1,0,0] => [6,3,2,4,5,7,8,1]
[1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0] => [6,3,2,4,5,8,7,1]
[1,1,1,1,0,0,1,0,1,0,1,0,0,0,1,0] => [7,3,2,4,5,6,1,8]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0] => [7,3,2,4,5,6,8,1]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [8,3,2,4,5,6,7,1]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0] => [8,3,2,4,5,7,6,1]
[1,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0] => [7,3,2,4,6,5,1,8]
[1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0] => [7,3,2,4,6,5,8,1]
[1,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0] => [8,3,2,4,6,5,7,1]
[1,1,1,1,0,0,1,0,1,1,0,1,0,0,0,0] => [8,3,2,4,6,7,5,1]
[1,1,1,1,0,0,1,0,1,1,1,0,0,0,0,0] => [8,3,2,4,7,6,5,1]
[1,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0] => [6,3,2,5,4,1,7,8]
[1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0] => [6,3,2,5,4,1,8,7]
[1,1,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [6,3,2,5,4,7,1,8]
[1,1,1,1,0,0,1,1,0,0,0,1,0,1,0,0] => [6,3,2,5,4,7,8,1]
[1,1,1,1,0,0,1,1,0,0,0,1,1,0,0,0] => [6,3,2,5,4,8,7,1]
[1,1,1,1,0,0,1,1,0,0,1,0,0,0,1,0] => [7,3,2,5,4,6,1,8]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [7,3,2,5,4,6,8,1]
[1,1,1,1,0,0,1,1,0,0,1,0,1,0,0,0] => [8,3,2,5,4,6,7,1]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [8,3,2,5,4,7,6,1]
[1,1,1,1,0,0,1,1,0,1,0,0,0,0,1,0] => [7,3,2,5,6,4,1,8]
[1,1,1,1,0,0,1,1,0,1,0,0,0,1,0,0] => [7,3,2,5,6,4,8,1]
[1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0] => [8,3,2,5,6,4,7,1]
[1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [8,3,2,5,6,7,4,1]
[1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [8,3,2,5,7,6,4,1]
[1,1,1,1,0,0,1,1,1,0,0,0,0,0,1,0] => [7,3,2,6,5,4,1,8]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,0] => [7,3,2,6,5,4,8,1]
[1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [8,3,2,6,5,4,7,1]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,0,0] => [8,3,2,6,5,7,4,1]
[1,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0] => [8,3,2,7,5,6,4,1]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,0] => [8,3,2,7,6,5,4,1]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0] => [5,3,4,2,1,6,7,8]
[1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0] => [5,3,4,2,1,6,8,7]
[1,1,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [5,3,4,2,1,7,6,8]
[1,1,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [5,3,4,2,1,7,8,6]
[1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0] => [5,3,4,2,1,8,7,6]
[1,1,1,1,0,1,0,0,0,1,0,0,1,0,1,0] => [5,3,4,2,6,1,7,8]
[1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,0] => [5,3,4,2,6,1,8,7]
[1,1,1,1,0,1,0,0,0,1,0,1,0,0,1,0] => [5,3,4,2,6,7,1,8]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [5,3,4,2,6,7,8,1]
[1,1,1,1,0,1,0,0,0,1,0,1,1,0,0,0] => [5,3,4,2,6,8,7,1]
[1,1,1,1,0,1,0,0,0,1,1,0,0,0,1,0] => [5,3,4,2,7,6,1,8]
[1,1,1,1,0,1,0,0,0,1,1,0,0,1,0,0] => [5,3,4,2,7,6,8,1]
[1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [5,3,4,2,8,6,7,1]
[1,1,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [5,3,4,2,8,7,6,1]
[1,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0] => [6,3,4,2,5,1,7,8]
[1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0] => [6,3,4,2,5,1,8,7]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0] => [6,3,4,2,5,7,1,8]
[1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0] => [6,3,4,2,5,7,8,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,0] => [6,3,4,2,5,8,7,1]
[1,1,1,1,0,1,0,0,1,0,1,0,0,0,1,0] => [7,3,4,2,5,6,1,8]
[1,1,1,1,0,1,0,0,1,0,1,0,0,1,0,0] => [7,3,4,2,5,6,8,1]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [8,3,4,2,5,6,7,1]
[1,1,1,1,0,1,0,0,1,0,1,1,0,0,0,0] => [8,3,4,2,5,7,6,1]
[1,1,1,1,0,1,0,0,1,1,0,0,0,0,1,0] => [7,3,4,2,6,5,1,8]
[1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0] => [7,3,4,2,6,5,8,1]
[1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0] => [8,3,4,2,6,5,7,1]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [8,3,4,2,6,7,5,1]
[1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [8,3,4,2,7,6,5,1]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0,1,0] => [6,3,4,5,2,1,7,8]
[1,1,1,1,0,1,0,1,0,0,0,0,1,1,0,0] => [6,3,4,5,2,1,8,7]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [6,3,4,5,2,7,1,8]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0] => [6,3,4,5,2,7,8,1]
[1,1,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [6,3,4,5,2,8,7,1]
[1,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0] => [7,3,4,5,2,6,1,8]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [7,3,4,5,2,6,8,1]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [8,3,4,5,2,6,7,1]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [8,3,4,5,2,7,6,1]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [7,3,4,5,6,2,1,8]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [7,3,4,5,6,2,8,1]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [8,3,4,5,6,2,7,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [8,3,4,5,6,7,2,1]
[1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0] => [8,3,4,5,7,6,2,1]
[1,1,1,1,0,1,0,1,1,0,0,0,0,0,1,0] => [7,3,4,6,5,2,1,8]
[1,1,1,1,0,1,0,1,1,0,0,0,0,1,0,0] => [7,3,4,6,5,2,8,1]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [8,3,4,6,5,2,7,1]
[1,1,1,1,0,1,0,1,1,0,0,1,0,0,0,0] => [8,3,4,6,5,7,2,1]
[1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,0] => [8,3,4,7,5,6,2,1]
[1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0] => [8,3,4,7,6,5,2,1]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0] => [6,3,5,4,2,1,7,8]
[1,1,1,1,0,1,1,0,0,0,0,0,1,1,0,0] => [6,3,5,4,2,1,8,7]
[1,1,1,1,0,1,1,0,0,0,0,1,0,0,1,0] => [6,3,5,4,2,7,1,8]
[1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,0] => [6,3,5,4,2,7,8,1]
[1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0] => [6,3,5,4,2,8,7,1]
[1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0] => [7,3,5,4,2,6,1,8]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0] => [7,3,5,4,2,6,8,1]
[1,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [8,3,5,4,2,6,7,1]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,0,0] => [8,3,5,4,2,7,6,1]
[1,1,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [7,3,5,4,6,2,1,8]
[1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [7,3,5,4,6,2,8,1]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,0] => [8,3,5,4,6,2,7,1]
[1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0] => [8,3,5,4,6,7,2,1]
[1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [8,3,5,4,7,6,2,1]
[1,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [7,3,6,4,5,2,1,8]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [7,3,6,4,5,2,8,1]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [8,3,6,4,5,2,7,1]
[1,1,1,1,0,1,1,0,1,0,0,1,0,0,0,0] => [8,3,6,4,5,7,2,1]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [8,3,7,4,5,6,2,1]
[1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [8,3,7,4,6,5,2,1]
[1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0] => [7,3,6,5,4,2,1,8]
[1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [7,3,6,5,4,2,8,1]
[1,1,1,1,0,1,1,1,0,0,0,0,1,0,0,0] => [8,3,6,5,4,2,7,1]
[1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0] => [8,3,6,5,4,7,2,1]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0] => [8,3,7,5,4,6,2,1]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0] => [8,3,7,5,6,4,2,1]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0] => [8,3,7,6,5,4,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,8,6,7,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] => [6,4,3,2,5,1,7,8]
[1,1,1,1,1,0,0,0,1,0,0,0,1,1,0,0] => [6,4,3,2,5,1,8,7]
[1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0] => [6,4,3,2,5,7,1,8]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [6,4,3,2,5,7,8,1]
[1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,0] => [6,4,3,2,5,8,7,1]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0] => [7,4,3,2,5,6,1,8]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,0,0] => [7,4,3,2,5,6,8,1]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [8,4,3,2,5,6,7,1]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,0,0] => [8,4,3,2,5,7,6,1]
[1,1,1,1,1,0,0,0,1,1,0,0,0,0,1,0] => [7,4,3,2,6,5,1,8]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,0] => [7,4,3,2,6,5,8,1]
[1,1,1,1,1,0,0,0,1,1,0,0,1,0,0,0] => [8,4,3,2,6,5,7,1]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0] => [8,4,3,2,6,7,5,1]
[1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [8,4,3,2,7,6,5,1]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [6,4,3,5,2,1,7,8]
[1,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [6,4,3,5,2,1,8,7]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [6,4,3,5,2,7,1,8]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,0] => [6,4,3,5,2,7,8,1]
[1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [6,4,3,5,2,8,7,1]
[1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [7,4,3,5,2,6,1,8]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [7,4,3,5,2,6,8,1]
[1,1,1,1,1,0,0,1,0,0,1,0,1,0,0,0] => [8,4,3,5,2,6,7,1]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,0,0] => [8,4,3,5,2,7,6,1]
[1,1,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [7,4,3,5,6,2,1,8]
[1,1,1,1,1,0,0,1,0,1,0,0,0,1,0,0] => [7,4,3,5,6,2,8,1]
[1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [8,4,3,5,6,2,7,1]
[1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0] => [8,4,3,5,6,7,2,1]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0] => [8,4,3,5,7,6,2,1]
[1,1,1,1,1,0,0,1,1,0,0,0,0,0,1,0] => [7,4,3,6,5,2,1,8]
[1,1,1,1,1,0,0,1,1,0,0,0,0,1,0,0] => [7,4,3,6,5,2,8,1]
[1,1,1,1,1,0,0,1,1,0,0,0,1,0,0,0] => [8,4,3,6,5,2,7,1]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,0,0] => [8,4,3,6,5,7,2,1]
[1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [8,4,3,7,5,6,2,1]
[1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0] => [8,4,3,7,6,5,2,1]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0] => [6,5,3,4,2,1,7,8]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0] => [6,5,3,4,2,1,8,7]
[1,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0] => [6,5,3,4,2,7,1,8]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,0] => [6,5,3,4,2,7,8,1]
[1,1,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [6,5,3,4,2,8,7,1]
[1,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [7,5,3,4,2,6,1,8]
[1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [7,5,3,4,2,6,8,1]
[1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0] => [8,5,3,4,2,6,7,1]
[1,1,1,1,1,0,1,0,0,0,1,1,0,0,0,0] => [8,5,3,4,2,7,6,1]
[1,1,1,1,1,0,1,0,0,1,0,0,0,0,1,0] => [7,5,3,4,6,2,1,8]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [7,5,3,4,6,2,8,1]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [8,5,3,4,6,2,7,1]
[1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0] => [8,5,3,4,6,7,2,1]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0] => [8,5,3,4,7,6,2,1]
[1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0] => [7,6,3,4,5,2,1,8]
[1,1,1,1,1,0,1,0,1,0,0,0,0,1,0,0] => [7,6,3,4,5,2,8,1]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [8,6,3,4,5,2,7,1]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [8,6,3,4,5,7,2,1]
[1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [8,7,3,4,5,6,2,1]
[1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0] => [8,7,3,4,6,5,2,1]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0] => [7,6,3,5,4,2,1,8]
[1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [7,6,3,5,4,2,8,1]
[1,1,1,1,1,0,1,1,0,0,0,0,1,0,0,0] => [8,6,3,5,4,2,7,1]
[1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [8,6,3,5,4,7,2,1]
[1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0] => [8,7,3,5,4,6,2,1]
[1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0] => [8,7,3,5,6,4,2,1]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [8,7,3,6,5,4,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] => [7,5,4,3,2,6,1,8]
[1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [7,5,4,3,2,6,8,1]
[1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [8,5,4,3,2,6,7,1]
[1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [8,5,4,3,2,7,6,1]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0] => [7,5,4,3,6,2,1,8]
[1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,0] => [7,5,4,3,6,2,8,1]
[1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0] => [8,5,4,3,6,2,7,1]
[1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [8,5,4,3,6,7,2,1]
[1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [8,5,4,3,7,6,2,1]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0] => [7,6,4,3,5,2,1,8]
[1,1,1,1,1,1,0,0,1,0,0,0,0,1,0,0] => [7,6,4,3,5,2,8,1]
[1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0] => [8,6,4,3,5,2,7,1]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0] => [8,6,4,3,5,7,2,1]
[1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [8,7,4,3,5,6,2,1]
[1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0] => [8,7,4,3,6,5,2,1]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [7,6,4,5,3,2,1,8]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0] => [7,6,4,5,3,2,8,1]
[1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0] => [8,6,4,5,3,2,7,1]
[1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [8,6,4,5,3,7,2,1]
[1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0] => [8,7,4,5,3,6,2,1]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [8,7,4,5,6,3,2,1]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [8,7,4,6,5,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] => [8,6,5,4,3,2,7,1]
[1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0] => [8,6,5,4,3,7,2,1]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [8,7,5,4,3,6,2,1]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [8,7,5,4,6,3,2,1]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [8,7,6,4,5,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] => [8,7,6,4,5,3,2,1,9]
[1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [1,9,8,7,5,6,4,3,2]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,0] => [8,7,5,4,6,3,2,1,9]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0] => [8,7,4,6,5,3,2,1,9]
[1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [1,9,8,6,5,7,4,3,2]
[1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [1,9,8,5,7,6,4,3,2]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,1,0] => [8,7,5,4,3,6,2,1,9]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,1,0] => [8,7,4,5,6,3,2,1,9]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,1,0] => [8,7,3,6,5,4,2,1,9]
[1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [1,9,8,6,5,4,7,3,2]
[1,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [1,9,8,5,6,7,4,3,2]
[1,0,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [1,9,8,4,7,6,5,3,2]
[1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,1,0] => [8,7,4,5,3,6,2,1,9]
[1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,1,0] => [8,7,4,3,6,5,2,1,9]
[1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,1,0] => [8,7,3,5,6,4,2,1,9]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,1,0] => [8,3,7,6,5,4,2,1,9]
[1,0,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0] => [1,9,7,6,5,4,8,3,2]
[1,0,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0] => [1,9,8,5,6,4,7,3,2]
[1,0,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0] => [1,9,8,5,4,7,6,3,2]
[1,0,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0] => [1,9,8,4,6,7,5,3,2]
[1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0] => [1,9,4,8,7,6,5,3,2]
[1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,1,0] => [8,6,4,5,3,7,2,1,9]
[1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,1,0] => [8,7,3,4,6,5,2,1,9]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,1,0] => [8,3,7,5,6,4,2,1,9]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [8,2,7,6,5,4,3,1,9]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [1,9,7,6,5,4,3,8,2]
[1,0,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [1,9,7,5,6,4,8,3,2]
[1,0,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [1,9,8,5,4,6,7,3,2]
[1,0,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0] => [1,9,8,4,6,5,7,3,2]
[1,0,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0] => [1,9,8,4,5,7,6,3,2]
[1,0,1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0] => [1,9,4,8,6,7,5,3,2]
[1,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [1,9,3,8,7,6,5,4,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,0,1,1,0,0,0,0,0,1,0] => [8,5,4,3,7,6,2,1,9]
[1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [8,7,3,4,5,6,2,1,9]
[1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,1,0] => [8,3,7,4,6,5,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,9,7,5,4,6,8,3,2]
[1,0,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [1,9,6,5,4,8,7,3,2]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [1,9,8,4,5,6,7,3,2]
[1,0,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [1,9,4,8,5,7,6,3,2]
[1,0,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0] => [1,9,3,8,6,7,5,4,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] => [7,6,4,5,3,2,8,1,9]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0,1,0] => [8,6,3,4,5,7,2,1,9]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,0] => [8,5,3,4,7,6,2,1,9]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,1,0] => [8,3,7,4,5,6,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] => [7,6,4,5,3,2,1,9,8]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0] => [1,8,7,5,6,4,3,9,2]
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0] => [1,9,7,5,4,6,3,8,2]
[1,0,1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [1,9,6,5,4,7,8,3,2]
[1,0,1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [1,9,7,4,5,6,8,3,2]
[1,0,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0] => [1,9,4,7,6,5,8,3,2]
[1,0,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [1,9,5,4,8,6,7,3,2]
[1,0,1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [1,9,4,8,5,6,7,3,2]
[1,0,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0] => [1,9,4,5,8,7,6,3,2]
[1,1,0,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,1,9,8,6,7,5,4,3]
[1,0,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,3,9,8,6,7,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] => [7,6,4,5,3,2,1,8,9]
[1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0,1,0] => [8,5,4,3,6,2,7,1,9]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0,1,0] => [8,6,3,4,5,2,7,1,9]
[1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0,1,0] => [8,2,7,4,5,6,3,1,9]
[1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0] => [2,8,7,4,6,5,3,1,9]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [1,8,7,5,6,4,3,2,9]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,1,0,0] => [7,6,4,3,5,2,1,9,8]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,1,0,0] => [7,6,3,5,4,2,1,9,8]
[1,0,1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [1,9,7,4,5,6,3,8,2]
[1,0,1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [1,9,4,6,5,8,7,3,2]
[1,0,1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [1,9,3,8,5,6,7,4,2]
[1,1,0,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [2,1,9,8,6,5,7,4,3]
[1,0,1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0] => [1,3,9,8,6,5,7,4,2]
[1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,2,9,8,6,7,5,4,3]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,1,0] => [7,6,4,3,5,2,1,8,9]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,1,0] => [7,6,3,5,4,2,1,8,9]
[1,1,1,1,1,0,1,0,1,0,0,0,0,1,0,0,1,0] => [7,6,3,4,5,2,8,1,9]
[1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0,1,0] => [8,5,4,3,2,6,7,1,9]
[1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,1,0] => [8,4,3,2,7,6,5,1,9]
[1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,1,0] => [8,3,4,5,7,6,2,1,9]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,1,0,0] => [7,5,4,3,6,2,1,9,8]
[1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,1,0,0] => [7,6,3,4,5,2,1,9,8]
[1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,1,0,0] => [7,3,6,5,4,2,1,9,8]
[1,0,1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [1,9,6,5,4,3,7,8,2]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [1,9,4,7,5,6,3,8,2]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0] => [1,9,3,7,6,5,4,8,2]
[1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0] => [1,9,5,4,6,7,8,3,2]
[1,0,1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0] => [1,9,4,6,5,7,8,3,2]
[1,0,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [1,9,5,4,3,8,7,6,2]
[1,0,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0] => [1,9,4,5,6,8,7,3,2]
[1,1,0,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [2,1,9,8,5,6,7,4,3]
[1,0,1,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,3,9,8,5,6,7,4,2]
[1,0,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [1,2,9,8,6,5,7,4,3]
[1,0,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [1,9,3,4,8,7,6,5,2]
[1,1,0,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [2,1,9,5,8,7,6,4,3]
[1,0,1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [1,2,9,8,5,7,6,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,9,7,8,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,8,6,7,9,1]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [2,3,4,5,9,6,7,8,1]
[1,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0] => [2,3,4,5,9,6,8,7,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,9,7,6,8,1]
[1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0] => [2,3,4,5,9,7,8,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,7,5,6,8,9,1]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [2,3,4,9,5,6,7,8,1]
[1,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0,0] => [2,3,4,9,5,6,8,7,1]
[1,1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0,0] => [2,3,4,9,5,8,7,6,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,9,6,5,7,8,1]
[1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [2,3,4,8,6,7,5,9,1]
[1,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0,0] => [2,3,4,9,6,7,5,8,1]
[1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [2,3,4,9,6,7,8,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,9,7,6,5,8,1]
[1,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [2,3,4,9,8,6,7,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,9,7,8,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,8,6,7,9,1]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [2,3,5,4,9,6,7,8,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,6,4,5,7,8,9,1]
[1,1,0,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [2,3,6,4,5,9,8,7,1]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,0] => [2,3,7,4,5,6,8,9,1]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,9,4,5,6,7,8,1]
[1,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [2,3,9,4,5,6,8,7,1]
[1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0,0] => [2,3,7,4,6,5,8,9,1]
[1,1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [2,3,9,4,6,7,8,5,1]
[1,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [2,3,9,4,8,7,6,5,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,7,5,4,6,8,9,1]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [2,3,9,5,4,6,7,8,1]
[1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0] => [2,3,7,5,6,4,8,9,1]
[1,1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0,0] => [2,3,9,5,6,4,7,8,1]
[1,1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [2,3,9,5,6,7,4,8,1]
[1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [2,3,9,5,6,7,8,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,9,6,5,4,7,8,1]
[1,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [2,3,9,6,5,4,8,7,1]
[1,1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0] => [2,3,9,6,5,7,8,4,1]
[1,1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [2,3,9,8,5,6,7,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,9,7,6,5,8,4,1]
[1,1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0] => [2,3,9,8,6,5,7,4,1]
[1,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,3,9,8,6,7,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,9,7,8,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,8,6,7,9,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,9,7,8,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,9,5,7,6,8,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [2,4,3,9,5,7,8,6,1]
[1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [2,4,3,8,6,5,7,9,1]
[1,1,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [2,4,3,9,6,7,5,8,1]
[1,1,0,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0] => [2,4,3,9,6,8,7,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,5,3,4,6,7,8,9,1]
[1,1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [2,5,3,4,6,7,9,8,1]
[1,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,0] => [2,5,3,4,6,9,7,8,1]
[1,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [2,5,3,4,7,6,8,9,1]
[1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0] => [2,5,3,4,8,6,7,9,1]
[1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [2,5,3,4,9,8,7,6,1]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [2,6,3,4,5,7,8,9,1]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [2,8,3,4,5,6,7,9,1]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,9,3,4,5,6,7,8,1]
[1,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [2,9,3,4,5,6,8,7,1]
[1,1,0,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [2,9,3,4,5,7,8,6,1]
[1,1,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [2,9,3,4,5,8,7,6,1]
[1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,1,0,0] => [2,8,3,4,7,6,5,9,1]
[1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [2,9,3,4,8,7,6,5,1]
[1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [2,9,3,5,4,6,8,7,1]
[1,1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [2,9,3,5,6,7,8,4,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [2,9,3,5,7,6,8,4,1]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [2,9,3,5,8,6,7,4,1]
[1,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [2,9,3,6,5,7,4,8,1]
[1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [2,9,3,8,7,6,5,4,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,9,7,8,1]
[1,1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0] => [2,5,4,3,9,6,7,8,1]
[1,1,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0] => [2,5,4,3,9,7,8,6,1]
[1,1,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0] => [2,6,4,3,5,9,7,8,1]
[1,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [2,9,4,3,5,6,7,8,1]
[1,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [2,6,4,5,3,7,8,9,1]
[1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [2,6,4,5,3,9,8,7,1]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,0,1,0,0] => [2,8,4,5,3,6,7,9,1]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [2,9,4,5,3,6,7,8,1]
[1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0] => [2,7,4,5,6,3,8,9,1]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [2,8,4,5,6,7,3,9,1]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [2,9,4,5,6,7,3,8,1]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [2,9,4,5,6,7,8,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,9,5,4,3,6,7,8,1]
[1,1,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [2,9,5,4,3,8,7,6,1]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,8,5,4,6,3,7,9,1]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0,0] => [2,9,5,4,6,3,7,8,1]
[1,1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0] => [2,9,5,4,6,7,8,3,1]
[1,1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [2,7,6,4,5,3,9,8,1]
[1,1,0,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0] => [2,9,6,4,5,7,8,3,1]
[1,1,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [2,9,7,4,5,6,3,8,1]
[1,1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [2,9,8,4,5,6,7,3,1]
[1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0] => [2,9,8,4,6,7,5,3,1]
[1,1,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [2,9,8,4,7,6,5,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,9,6,5,4,3,8,7,1]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0] => [2,9,6,5,4,7,3,8,1]
[1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [2,9,6,5,4,7,8,3,1]
[1,1,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [2,9,6,5,4,8,7,3,1]
[1,1,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [2,9,8,5,4,6,7,3,1]
[1,1,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0] => [2,9,8,5,4,7,6,3,1]
[1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0] => [2,8,7,5,6,4,3,9,1]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [2,9,7,5,6,4,8,3,1]
[1,1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0] => [2,9,8,5,6,4,7,3,1]
[1,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [2,9,8,5,6,7,4,3,1]
[1,1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [2,9,8,5,7,6,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,9,7,6,5,4,3,8,1]
[1,1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [2,9,8,6,5,4,7,3,1]
[1,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [2,9,8,6,5,7,4,3,1]
[1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [2,9,8,7,5,6,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,9,7,8,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,9,6,7,8,1]
[1,1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [3,2,4,9,5,6,7,8,1]
[1,1,1,0,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [3,2,4,9,6,7,8,5,1]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0,0] => [3,2,4,9,6,8,7,5,1]
[1,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [3,2,4,9,8,6,7,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,8,6,7,9,1]
[1,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [3,2,5,4,9,6,8,7,1]
[1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,0] => [3,2,6,4,5,7,8,9,1]
[1,1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0,0] => [3,2,6,4,5,9,7,8,1]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [3,2,9,4,5,6,7,8,1]
[1,1,1,0,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [3,2,9,4,5,6,8,7,1]
[1,1,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0,0] => [3,2,9,4,5,8,7,6,1]
[1,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [3,2,9,4,6,8,7,5,1]
[1,1,1,0,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [3,2,9,4,8,7,6,5,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,9,5,4,6,7,8,1]
[1,1,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [3,2,9,5,6,7,8,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,9,8,5,6,7,4,1]
[1,1,1,0,0,1,1,1,1,0,1,1,0,0,0,0,0,0] => [3,2,9,8,5,7,6,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,9,7,6,5,4,8,1]
[1,1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [3,2,9,8,6,7,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] => [4,2,3,5,6,7,8,9,1]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0,0] => [4,2,3,5,6,7,9,8,1]
[1,1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0,0] => [4,2,3,5,6,9,7,8,1]
[1,1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [4,2,3,5,9,6,7,8,1]
[1,1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0,0] => [4,2,3,5,9,8,7,6,1]
[1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0,0] => [4,2,3,6,5,7,8,9,1]
[1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [4,2,3,8,6,5,7,9,1]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0,0] => [4,2,3,9,8,6,7,5,1]
[1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [4,2,3,9,8,7,6,5,1]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [5,2,3,4,6,7,8,9,1]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [5,2,3,4,6,7,9,8,1]
[1,1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0,0] => [5,2,3,4,6,9,7,8,1]
[1,1,1,0,1,0,1,0,0,1,0,1,1,1,0,0,0,0] => [5,2,3,4,6,9,8,7,1]
[1,1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0] => [5,2,3,4,9,6,7,8,1]
[1,1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [5,2,3,4,9,8,7,6,1]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [6,2,3,4,5,7,8,9,1]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0,0] => [6,2,3,4,5,7,9,8,1]
[1,1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [6,2,3,4,5,9,8,7,1]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [7,2,3,4,5,6,8,9,1]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [7,2,3,4,5,6,9,8,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [8,2,3,4,5,6,7,9,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [9,2,3,4,5,6,7,8,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [9,2,3,4,5,6,8,7,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,0] => [8,2,3,4,5,7,6,9,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0,0] => [9,2,3,4,5,7,6,8,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [9,2,3,4,5,7,8,6,1]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [9,2,3,4,5,8,7,6,1]
[1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [7,2,3,4,6,5,8,9,1]
[1,1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [9,2,3,4,6,5,7,8,1]
[1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0,0] => [8,2,3,4,6,7,5,9,1]
[1,1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0,0] => [9,2,3,4,6,7,8,5,1]
[1,1,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0,0] => [9,2,3,4,6,8,7,5,1]
[1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0,0] => [8,2,3,4,7,6,5,9,1]
[1,1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [9,2,3,4,8,6,7,5,1]
[1,1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [9,2,3,4,8,7,6,5,1]
[1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,0] => [6,2,3,5,4,7,8,9,1]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0,0] => [9,2,3,5,4,6,7,8,1]
[1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,1,0,0] => [7,2,3,5,6,4,8,9,1]
[1,1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0,0] => [9,2,3,5,6,7,4,8,1]
[1,1,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [9,2,3,5,6,7,8,4,1]
[1,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [9,2,3,5,8,6,7,4,1]
[1,1,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [7,2,3,6,5,4,8,9,1]
[1,1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0,0] => [9,2,3,6,5,4,7,8,1]
[1,1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [9,2,3,7,5,6,4,8,1]
[1,1,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [9,2,3,8,5,6,7,4,1]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0,0] => [8,2,3,7,6,5,4,9,1]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0,0] => [9,2,3,7,6,5,4,8,1]
[1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [9,2,3,8,7,6,5,4,1]
[1,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [5,2,4,3,6,7,8,9,1]
[1,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [9,2,4,3,5,6,7,8,1]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,0] => [9,2,4,3,5,7,6,8,1]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [8,2,4,3,6,5,7,9,1]
[1,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [9,2,4,3,6,5,8,7,1]
[1,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [9,2,4,3,6,8,7,5,1]
[1,1,1,0,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [6,2,4,5,3,7,8,9,1]
[1,1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [9,2,4,5,3,6,7,8,1]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0,0] => [7,2,4,5,6,3,8,9,1]
[1,1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [9,2,4,5,6,3,7,8,1]
[1,1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [9,2,4,5,6,3,8,7,1]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [8,2,4,5,6,7,3,9,1]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [9,2,4,5,6,7,3,8,1]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [9,2,4,5,6,7,8,3,1]
[1,1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0,0] => [9,2,4,5,6,8,7,3,1]
[1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [8,2,4,6,5,7,3,9,1]
[1,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [9,2,4,8,5,6,7,3,1]
[1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [8,2,4,7,6,5,3,9,1]
[1,1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0,0] => [9,2,4,8,7,6,5,3,1]
[1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [6,2,5,4,3,7,8,9,1]
[1,1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [6,2,5,4,3,7,9,8,1]
[1,1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [9,2,5,4,3,6,7,8,1]
[1,1,1,0,1,1,1,0,0,0,1,1,0,1,0,0,0,0] => [9,2,5,4,3,7,8,6,1]
[1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [9,2,5,4,3,8,7,6,1]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [7,2,5,4,6,3,9,8,1]
[1,1,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0,0] => [9,2,6,4,5,3,7,8,1]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [9,2,6,4,5,7,3,8,1]
[1,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [9,2,7,4,5,6,3,8,1]
[1,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [9,2,7,4,5,6,8,3,1]
[1,1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [9,2,8,4,5,6,7,3,1]
[1,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,0,0] => [9,2,8,4,5,7,6,3,1]
[1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [8,2,7,4,6,5,3,9,1]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [9,2,7,4,6,5,8,3,1]
[1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [9,2,8,4,7,6,5,3,1]
[1,1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [7,2,6,5,4,3,9,8,1]
[1,1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [9,2,6,5,4,3,7,8,1]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [9,2,6,5,4,3,8,7,1]
[1,1,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [9,2,6,5,4,7,8,3,1]
[1,1,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [9,2,6,5,4,8,7,3,1]
[1,1,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [9,2,8,5,4,6,7,3,1]
[1,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,0] => [9,2,7,5,6,4,3,8,1]
[1,1,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [9,2,8,5,6,7,4,3,1]
[1,1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [9,2,8,5,7,6,4,3,1]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [8,2,7,6,5,4,3,9,1]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [9,2,7,6,5,4,3,8,1]
[1,1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0,0] => [9,2,7,6,5,4,8,3,1]
[1,1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [9,2,8,6,5,4,7,3,1]
[1,1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [9,2,8,6,5,7,4,3,1]
[1,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [9,2,8,7,5,6,4,3,1]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [9,2,8,7,6,5,4,3,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,9,7,8,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,9,6,7,8,1]
[1,1,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [4,3,2,5,9,7,6,8,1]
[1,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,0,0] => [4,3,2,5,9,7,8,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,0,0,1,0,0] => [4,3,2,6,5,8,7,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,9,5,8,7,6,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,9,6,7,8,5,1]
[1,1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,0,0] => [4,3,2,9,6,8,7,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,9,8,6,7,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] => [5,3,2,4,6,7,8,9,1]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0] => [5,3,2,4,7,6,9,8,1]
[1,1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,0] => [5,3,2,4,9,8,7,6,1]
[1,1,1,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0] => [6,3,2,4,5,7,8,9,1]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0] => [7,3,2,4,5,6,8,9,1]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,1,0,0,0] => [7,3,2,4,5,6,9,8,1]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0,0] => [8,3,2,4,5,6,7,9,1]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [9,3,2,4,5,6,7,8,1]
[1,1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0,0] => [9,3,2,4,5,6,8,7,1]
[1,1,1,1,0,0,1,0,1,0,1,1,0,1,0,0,0,0] => [9,3,2,4,5,7,8,6,1]
[1,1,1,1,0,0,1,0,1,0,1,1,1,0,0,0,0,0] => [9,3,2,4,5,8,7,6,1]
[1,1,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0,0] => [9,3,2,4,6,5,8,7,1]
[1,1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,0,0] => [9,3,2,4,6,7,5,8,1]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0,0] => [9,3,2,4,6,8,7,5,1]
[1,1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0,0] => [9,3,2,4,7,6,5,8,1]
[1,1,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0,0] => [9,3,2,5,4,6,7,8,1]
[1,1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0,0] => [9,3,2,5,6,7,8,4,1]
[1,1,1,1,0,0,1,1,1,0,1,0,1,0,0,0,0,0] => [9,3,2,8,5,6,7,4,1]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [9,3,2,7,6,5,4,8,1]
[1,1,1,1,0,0,1,1,1,1,0,0,1,0,0,0,0,0] => [9,3,2,8,6,5,7,4,1]
[1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,0,0,0] => [9,3,2,8,6,7,5,4,1]
[1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0] => [9,3,2,8,7,6,5,4,1]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,0] => [5,3,4,2,6,7,8,9,1]
[1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,0] => [5,3,4,2,9,7,8,6,1]
[1,1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0,0] => [5,3,4,2,9,8,7,6,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [6,3,4,2,5,8,7,9,1]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0,0] => [8,3,4,2,5,6,7,9,1]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [9,3,4,2,5,6,7,8,1]
[1,1,1,1,0,1,0,0,1,0,1,1,0,1,0,0,0,0] => [9,3,4,2,5,7,8,6,1]
[1,1,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0,0] => [9,3,4,2,8,7,6,5,1]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,0] => [6,3,4,5,2,7,8,9,1]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,1,0,0,0] => [6,3,4,5,2,7,9,8,1]
[1,1,1,1,0,1,0,1,0,0,0,1,1,0,1,0,0,0] => [6,3,4,5,2,9,7,8,1]
[1,1,1,1,0,1,0,1,0,0,0,1,1,1,0,0,0,0] => [6,3,4,5,2,9,8,7,1]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,1,0,0] => [7,3,4,5,2,6,8,9,1]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0] => [7,3,4,5,2,6,9,8,1]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,1,0,0] => [8,3,4,5,2,6,7,9,1]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0] => [9,3,4,5,2,6,7,8,1]
[1,1,1,1,0,1,0,1,0,0,1,1,1,0,0,0,0,0] => [9,3,4,5,2,8,7,6,1]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,0] => [7,3,4,5,6,2,8,9,1]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0,0] => [7,3,4,5,6,2,9,8,1]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0,0] => [8,3,4,5,6,2,7,9,1]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0] => [9,3,4,5,6,2,7,8,1]
[1,1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0,0] => [9,3,4,5,6,2,8,7,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0] => [8,3,4,5,6,7,2,9,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [9,3,4,5,6,7,2,8,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [9,3,4,5,6,7,8,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [9,3,4,5,6,8,7,2,1]
[1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0,0] => [8,3,4,5,7,6,2,9,1]
[1,1,1,1,0,1,0,1,0,1,1,0,0,1,0,0,0,0] => [9,3,4,5,7,6,8,2,1]
[1,1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0] => [9,3,4,5,8,6,7,2,1]
[1,1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0,0] => [9,3,4,5,8,7,6,2,1]
[1,1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,0] => [7,3,4,6,5,2,8,9,1]
[1,1,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0,0] => [7,3,4,6,5,2,9,8,1]
[1,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,0] => [9,3,4,6,5,7,8,2,1]
[1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,1,0,0] => [8,3,4,7,5,6,2,9,1]
[1,1,1,1,0,1,0,1,1,0,1,0,0,1,0,0,0,0] => [9,3,4,7,5,6,8,2,1]
[1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0,0] => [9,3,4,8,5,6,7,2,1]
[1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,1,0,0] => [8,3,4,7,6,5,2,9,1]
[1,1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0] => [9,3,4,8,6,7,5,2,1]
[1,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0] => [9,3,4,8,7,6,5,2,1]
[1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0,0] => [6,3,5,4,2,7,8,9,1]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [8,3,5,4,6,2,7,9,1]
[1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0] => [9,3,5,4,6,8,7,2,1]
[1,1,1,1,0,1,1,0,1,0,0,1,0,1,0,0,0,0] => [9,3,6,4,5,7,8,2,1]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0] => [9,3,7,4,5,6,2,8,1]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0] => [9,3,8,4,5,6,7,2,1]
[1,1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,0] => [9,3,8,4,5,7,6,2,1]
[1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0] => [9,3,8,4,6,7,5,2,1]
[1,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0,0] => [9,3,8,4,7,6,5,2,1]
[1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,1,0,0] => [7,3,6,5,4,2,8,9,1]
[1,1,1,1,0,1,1,1,0,0,0,0,0,1,1,0,0,0] => [7,3,6,5,4,2,9,8,1]
[1,1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0,0] => [9,3,6,5,4,2,7,8,1]
[1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,0,0] => [8,3,6,5,4,7,2,9,1]
[1,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0,0] => [9,3,6,5,4,7,8,2,1]
[1,1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,0] => [9,3,6,5,4,8,7,2,1]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [9,3,7,5,4,6,2,8,1]
[1,1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,0] => [9,3,8,5,4,6,7,2,1]
[1,1,1,1,0,1,1,1,0,0,1,1,0,0,0,0,0,0] => [9,3,8,5,4,7,6,2,1]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0,0] => [8,3,7,5,6,4,2,9,1]
[1,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,0] => [9,3,7,5,6,4,8,2,1]
[1,1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0,0] => [9,3,8,5,6,7,4,2,1]
[1,1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,0,0] => [9,3,8,5,7,6,4,2,1]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0,0] => [8,3,7,6,5,4,2,9,1]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,1,0,0,0] => [9,3,7,6,5,4,2,8,1]
[1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0] => [9,3,7,6,5,4,8,2,1]
[1,1,1,1,0,1,1,1,1,0,0,1,0,0,0,0,0,0] => [9,3,8,6,5,7,4,2,1]
[1,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0,0] => [9,3,8,7,5,6,4,2,1]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0] => [9,3,8,7,6,5,4,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,9,7,8,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,0,0,1,0,1,0,0] => [5,4,3,2,7,6,8,9,1]
[1,1,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,0] => [5,4,3,2,9,7,8,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] => [6,4,3,2,5,7,8,9,1]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,0,1,0,0] => [7,4,3,2,5,6,8,9,1]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0,0] => [8,4,3,2,5,6,7,9,1]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0,0] => [9,4,3,2,5,6,7,8,1]
[1,1,1,1,1,0,0,0,1,0,1,0,1,1,0,0,0,0] => [9,4,3,2,5,6,8,7,1]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [9,4,3,2,5,7,6,8,1]
[1,1,1,1,1,0,0,0,1,0,1,1,1,0,0,0,0,0] => [9,4,3,2,5,8,7,6,1]
[1,1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,0,0] => [9,4,3,2,6,5,8,7,1]
[1,1,1,1,1,0,0,0,1,1,1,0,0,0,1,0,0,0] => [9,4,3,2,7,6,5,8,1]
[1,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0,0] => [9,4,3,2,8,6,7,5,1]
[1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0] => [9,4,3,2,8,7,6,5,1]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,1,0,0] => [6,4,3,5,2,7,8,9,1]
[1,1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0,0] => [6,4,3,5,2,9,8,7,1]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0,0] => [7,4,3,5,2,6,8,9,1]
[1,1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,0,0] => [9,4,3,5,2,6,7,8,1]
[1,1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0,0] => [9,4,3,5,6,7,2,8,1]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [9,4,3,5,6,7,8,2,1]
[1,1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0,0] => [9,4,3,5,6,8,7,2,1]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0] => [9,4,3,5,7,6,2,8,1]
[1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0,0] => [9,4,3,6,5,8,7,2,1]
[1,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,0,0] => [9,4,3,8,5,6,7,2,1]
[1,1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0] => [9,4,3,8,5,7,6,2,1]
[1,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0,0] => [9,4,3,7,6,5,8,2,1]
[1,1,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0,0] => [9,4,3,8,6,7,5,2,1]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,0] => [6,5,3,4,2,7,8,9,1]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0] => [6,5,3,4,2,7,9,8,1]
[1,1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0,0] => [6,5,3,4,2,9,8,7,1]
[1,1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0,0] => [9,5,3,4,2,6,7,8,1]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [8,5,3,4,6,2,7,9,1]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,0] => [9,5,3,4,6,2,7,8,1]
[1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0,0] => [9,5,3,4,6,7,8,2,1]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0] => [9,5,3,4,7,6,2,8,1]
[1,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,0] => [9,5,3,4,8,6,7,2,1]
[1,1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,0,0] => [9,5,3,4,8,7,6,2,1]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0,0] => [8,6,3,4,5,2,7,9,1]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0,0] => [9,6,3,4,5,2,7,8,1]
[1,1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0,0] => [9,6,3,4,5,7,8,2,1]
[1,1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,0] => [9,6,3,4,5,8,7,2,1]
[1,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,0] => [9,7,3,4,5,6,2,8,1]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [9,7,3,4,5,6,8,2,1]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [9,8,3,4,5,6,7,2,1]
[1,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [9,8,3,4,5,7,6,2,1]
[1,1,1,1,1,0,1,0,1,1,0,0,1,0,0,0,0,0] => [9,8,3,4,6,5,7,2,1]
[1,1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,0,0] => [9,8,3,4,6,7,5,2,1]
[1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0] => [9,8,3,4,7,6,5,2,1]
[1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0,0] => [7,6,3,5,4,2,8,9,1]
[1,1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,0,0] => [9,6,3,5,4,2,7,8,1]
[1,1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0,0] => [9,8,3,5,4,6,7,2,1]
[1,1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0] => [9,8,3,5,4,7,6,2,1]
[1,1,1,1,1,0,1,1,0,1,0,0,1,0,0,0,0,0] => [9,8,3,5,6,4,7,2,1]
[1,1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,0] => [9,8,3,5,6,7,4,2,1]
[1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0] => [9,8,3,5,7,6,4,2,1]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0] => [8,7,3,6,5,4,2,9,1]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0] => [9,7,3,6,5,4,2,8,1]
[1,1,1,1,1,0,1,1,1,0,0,0,0,1,0,0,0,0] => [9,7,3,6,5,4,8,2,1]
[1,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,0] => [9,8,3,6,5,4,7,2,1]
[1,1,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0] => [9,8,3,6,5,7,4,2,1]
[1,1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,0] => [9,8,3,7,5,6,4,2,1]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0] => [9,8,3,7,6,5,4,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,0,1,0,0] => [6,5,4,3,2,8,7,9,1]
[1,1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,0,0] => [6,5,4,3,2,9,7,8,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] => [7,5,4,3,2,6,8,9,1]
[1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0,0] => [8,5,4,3,2,6,7,9,1]
[1,1,1,1,1,1,0,0,0,0,1,1,0,1,0,0,0,0] => [9,5,4,3,2,7,8,6,1]
[1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0] => [9,5,4,3,2,8,7,6,1]
[1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0,0] => [7,5,4,3,6,2,8,9,1]
[1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,0] => [8,5,4,3,6,2,7,9,1]
[1,1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0,0] => [9,5,4,3,6,7,8,2,1]
[1,1,1,1,1,1,0,0,0,1,0,1,1,0,0,0,0,0] => [9,5,4,3,6,8,7,2,1]
[1,1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,0,0] => [9,5,4,3,7,6,2,8,1]
[1,1,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0,0] => [9,5,4,3,8,6,7,2,1]
[1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0] => [9,5,4,3,8,7,6,2,1]
[1,1,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0,0] => [7,6,4,3,5,2,9,8,1]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0] => [9,6,4,3,5,7,2,8,1]
[1,1,1,1,1,1,0,0,1,0,0,1,0,1,0,0,0,0] => [9,6,4,3,5,7,8,2,1]
[1,1,1,1,1,1,0,0,1,0,0,1,1,0,0,0,0,0] => [9,6,4,3,5,8,7,2,1]
[1,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0,0] => [9,7,4,3,5,6,8,2,1]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0] => [9,8,4,3,5,6,7,2,1]
[1,1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,0] => [9,8,4,3,5,7,6,2,1]
[1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,1,0,0] => [8,7,4,3,6,5,2,9,1]
[1,1,1,1,1,1,0,0,1,1,0,0,1,0,0,0,0,0] => [9,8,4,3,6,5,7,2,1]
[1,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0] => [9,8,4,3,6,7,5,2,1]
[1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0] => [9,8,4,3,7,6,5,2,1]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,0] => [7,6,4,5,3,2,8,9,1]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0,0] => [7,6,4,5,3,2,9,8,1]
[1,1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0] => [9,6,4,5,3,2,7,8,1]
[1,1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0,0] => [9,6,4,5,3,7,8,2,1]
[1,1,1,1,1,1,0,1,0,0,0,1,1,0,0,0,0,0] => [9,6,4,5,3,8,7,2,1]
[1,1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,0] => [9,7,4,5,3,6,2,8,1]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0] => [9,7,4,5,3,6,8,2,1]
[1,1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0,0] => [9,8,4,5,3,6,7,2,1]
[1,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,0] => [9,8,4,5,3,7,6,2,1]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0,0] => [8,7,4,5,6,3,2,9,1]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,1,0,0,0] => [9,7,4,5,6,3,2,8,1]
[1,1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0,0] => [9,7,4,5,6,3,8,2,1]
[1,1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0,0] => [9,8,4,5,6,3,7,2,1]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [9,8,4,5,6,7,3,2,1]
[1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0] => [9,8,4,5,7,6,3,2,1]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,0] => [8,7,4,6,5,3,2,9,1]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,0,0] => [9,7,4,6,5,3,2,8,1]
[1,1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,0,0] => [9,8,4,6,5,3,7,2,1]
[1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0] => [9,8,4,6,5,7,3,2,1]
[1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0] => [9,8,4,7,5,6,3,2,1]
[1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0] => [9,8,4,7,6,5,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] => [8,6,5,4,3,2,7,9,1]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0,0] => [9,6,5,4,3,2,7,8,1]
[1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [9,6,5,4,3,2,8,7,1]
[1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,1,0,0] => [8,6,5,4,3,7,2,9,1]
[1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0] => [9,6,5,4,3,8,7,2,1]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0,0] => [8,7,5,4,3,6,2,9,1]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0] => [9,7,5,4,3,6,2,8,1]
[1,1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0] => [9,8,5,4,3,6,7,2,1]
[1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0] => [9,8,5,4,3,7,6,2,1]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,0] => [8,7,5,4,6,3,2,9,1]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,1,0,0,0] => [9,7,5,4,6,3,2,8,1]
[1,1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0,0] => [9,7,5,4,6,3,8,2,1]
[1,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0] => [9,8,5,4,6,3,7,2,1]
[1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0] => [9,8,5,4,6,7,3,2,1]
[1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0] => [9,8,5,4,7,6,3,2,1]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0] => [8,7,6,4,5,3,2,9,1]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,0] => [9,7,6,4,5,3,2,8,1]
[1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0] => [9,7,6,4,5,3,8,2,1]
[1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0] => [9,8,6,4,5,3,7,2,1]
[1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0] => [9,8,6,4,5,7,3,2,1]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [9,8,7,4,5,6,3,2,1]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [9,8,7,4,6,5,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] => [9,7,6,5,4,3,2,8,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0] => [9,7,6,5,4,3,8,2,1]
[1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [9,8,6,5,4,3,7,2,1]
[1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [9,8,6,5,4,7,3,2,1]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [9,8,7,5,4,6,3,2,1]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [9,8,7,5,6,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,9,7,8,6]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [1,2,3,4,8,6,7,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,7,5,6,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,6,4,5,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,5,3,4,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,9,6,7,8,5]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,0] => [1,2,3,8,5,6,7,9,4]
[1,0,1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [1,2,3,4,9,6,8,7,5]
[1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0] => [1,2,7,4,5,6,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,9,7,8,6,5]
[1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [1,6,3,4,5,7,8,9,2]
[1,0,1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0] => [1,2,7,4,6,5,8,9,3]
[1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [1,2,3,8,6,7,5,9,4]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,1,0,0] => [1,2,7,5,6,4,8,9,3]
[1,0,1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [1,6,4,5,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,9,5,6,7,8,4]
[1,0,1,0,1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [1,2,3,9,5,6,8,7,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,9,5,7,8,6,4]
[1,0,1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [1,7,3,4,6,5,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,8,4,6,7,5,9,3]
[1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0] => [1,2,8,5,6,7,4,9,3]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [1,2,9,4,5,6,7,8,3]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [1,8,3,4,5,6,7,9,2]
[1,0,1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [1,2,9,4,5,6,8,7,3]
[1,0,1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0] => [1,2,3,9,7,6,8,5,4]
[1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [1,7,3,6,5,4,8,9,2]
[1,0,1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0] => [1,8,3,4,6,7,5,9,2]
[1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [1,2,8,6,5,7,4,9,3]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [1,8,4,5,6,7,3,9,2]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [1,9,3,4,5,6,7,8,2]
[1,0,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,9,3,4,5,6,8,7,2]
[1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [1,2,3,9,8,6,7,5,4]
[1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [1,2,8,7,5,6,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,8,3,6,5,7,4,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,9,3,5,6,7,8,4,2]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,9,4,5,6,7,8,3,2]
[1,0,1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0] => [1,2,9,4,8,6,7,5,3]
[1,0,1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [1,2,9,7,6,5,8,4,3]
[1,0,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,2,9,8,5,6,7,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,0,1,1,0,0,1,1,0,0] => [1,2,4,3,5,7,6,9,8]
[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,0,0,1,1,1,0,0,0] => [1,2,4,3,6,5,9,8,7]
[1,0,1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [1,2,4,3,7,6,5,9,8]
[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,0,0,0,1,1,0,0,1,1,0,0] => [1,2,5,4,3,7,6,9,8]
[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,0,1,0,1,1,0,0] => [1,3,2,5,4,6,7,9,8]
[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,0,0,1,1,1,0,0,0,1,0] => [1,3,2,5,4,8,7,6,9]
[1,0,1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [1,3,2,5,4,9,8,7,6]
[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,0,0,0,1,1,1,0,0,0] => [1,3,2,6,5,4,9,8,7]
[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,0,0,0,1,1,1,0,0,0,1,0,1,0] => [1,4,3,2,7,6,5,8,9]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [1,4,3,2,7,6,5,9,8]
[1,0,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [1,4,3,2,9,8,7,6,5]
[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,0,0,1,1,0,0,1,1,0,0] => [2,1,3,5,4,7,6,9,8]
[1,1,0,0,1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [2,1,3,6,5,4,9,8,7]
[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,0,1,1,1,1,0,0,0,0] => [2,1,4,3,5,9,8,7,6]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [2,1,4,3,6,5,7,8,9]
[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,0,0,0,1,1,1,1,0,0,0,0] => [2,1,5,4,3,9,8,7,6]
[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] => [8,2,3,4,5,6,7,1,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [7,2,3,4,5,6,1,8,9]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [6,2,3,4,5,1,7,8,9]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [5,2,3,4,1,6,7,8,9]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [4,2,3,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] => [7,2,3,4,5,6,1,9,8]
[1,1,0,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,1,9,4,5,6,7,8,3]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [2,8,3,4,5,6,7,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] => [4,2,3,1,9,8,7,6,5]
[1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,0] => [5,3,4,2,1,9,8,7,6]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,0,0,0] => [6,5,3,4,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,9,4,3,5,6,7,8,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,9,7,8,6,5]
[1,1,0,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0] => [2,3,1,9,6,7,8,5,4]
[1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0] => [2,1,9,5,6,7,8,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] => [7,2,6,5,4,3,1,9,8]
[1,1,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,0] => [3,2,1,9,5,8,7,6,4]
[1,1,1,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0] => [6,3,5,4,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,9,7,8,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,9,7,8,6]
[1,1,1,0,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [3,2,1,9,8,6,7,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,0,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0] => [2,1,9,7,6,5,4,8,3]
[1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,0,0] => [6,4,3,2,5,1,9,8,7]
[1,1,1,0,0,0,1,1,1,1,1,0,0,1,0,0,0,0] => [3,2,1,9,7,6,8,5,4]
[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,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,6,4,3,5,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,8,6,5,7,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] => [8,3,4,5,6,7,2,1,9]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [8,2,3,4,5,7,6,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] => [5,3,4,2,1,7,8,9,6]
[1,1,1,1,0,1,0,1,0,0,0,0,1,1,0,1,0,0] => [6,3,4,5,2,1,8,9,7]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,1,0,0] => [7,3,4,5,6,2,1,9,8]
[1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0] => [2,3,7,4,5,6,1,8,9]
[1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0] => [2,3,4,1,5,7,6,8,9]
[1,1,1,0,0,0,1,1,1,1,0,1,0,1,0,0,0,0] => [3,2,1,9,6,7,8,5,4]
[1,1,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,0] => [3,2,1,9,6,7,5,8,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] => [6,5,3,4,2,1,7,8,9]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0] => [5,3,4,2,1,6,7,8,9]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,1,0,0] => [6,5,3,4,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] => [4,2,3,1,5,6,7,9,8]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,1,0,0] => [5,3,4,2,1,6,7,9,8]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,1,0,0] => [6,5,3,4,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,8,6,7,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,7,4,5,6,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,9,4,3,5,6,8,7,2]
[1,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [1,2,9,5,4,6,8,7,3]
[1,0,1,0,1,0,1,1,1,1,0,0,1,1,0,0,0,0] => [1,2,3,9,6,5,8,7,4]
[1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [1,6,3,4,5,2,7,8,9]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0] => [1,2,6,4,5,3,7,8,9]
[1,1,1,0,1,0,1,0,0,0,1,1,1,0,1,0,0,0] => [5,2,3,4,1,9,7,8,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] => [4,2,3,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] => [5,2,4,3,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,9,8,6,7,5,4]
[1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [2,1,8,7,5,6,4,3,9]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0,1,0] => [8,3,2,4,5,7,6,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] => [6,2,3,4,5,1,9,8,7]
[1,1,1,0,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [5,2,3,4,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,9,8,6,7,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,8,6,7,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,6,3,4,5,7,8,2,9]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [1,8,4,5,6,7,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,9,7,8,5]
[1,0,1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,0] => [1,2,3,5,9,6,7,8,4]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [1,3,9,4,5,6,7,8,2]
[1,1,1,0,1,0,0,0,1,0,1,1,1,0,1,0,0,0] => [4,2,3,1,5,9,7,8,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] => [6,3,5,4,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] => [6,5,3,4,2,7,1,8,9]
[1,1,1,1,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [6,3,5,4,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] => [7,3,4,5,6,2,1,8,9]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0,1,0] => [6,3,4,5,2,7,1,8,9]
[1,1,1,1,0,1,0,0,0,1,0,0,1,0,1,0,1,0] => [5,3,4,2,6,1,7,8,9]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0] => [2,8,4,6,5,3,7,1,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,9,8,6,7,5,4]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [1,3,2,4,9,7,8,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,9,7,8,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] => [4,2,3,5,1,7,6,9,8]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [4,2,3,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,9,7,6,8,4]
[1,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0] => [1,2,4,9,7,6,8,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] => [8,3,4,5,6,2,7,1,9]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [8,2,4,5,6,7,3,1,9]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0,1,0] => [7,5,4,3,6,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] => [6,4,3,5,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,8,6,7,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,8,6,7,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] => [6,3,2,5,4,1,7,8,9]
[1,1,0,0,1,1,1,1,0,0,1,0,0,0,1,0,1,0] => [2,1,7,5,4,6,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,8,6,7,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] => [7,2,3,4,6,5,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,9,7,8,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,7,3,4,5,6,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,8,4,3,5,6,7,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] => [5,3,4,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,9,7,8,6,5]
[1,1,0,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [2,1,3,4,9,7,8,6,5]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,0,0,0] => [3,2,1,9,7,6,5,8,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,8,4,5,6,7,3,1,9]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,1,0] => [7,3,4,5,6,2,8,1,9]
[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] => [5,2,4,3,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,7,4,6,5,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,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,1,0,0,0,0,0,1,0,1,0] => [2,7,4,6,5,3,1,8,9]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,0,0,1,0] => [2,8,4,5,3,6,7,1,9]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0] => [2,7,4,5,3,6,1,8,9]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0] => [2,6,4,5,3,1,7,8,9]
[1,1,0,1,0,1,1,1,1,0,0,0,1,0,0,0,1,0] => [2,3,8,6,5,4,7,1,9]
[1,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0,1,0] => [2,3,7,6,5,4,1,8,9]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0,1,0] => [2,3,8,5,4,6,7,1,9]
[1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0,1,0] => [2,3,7,5,4,6,1,8,9]
[1,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0,1,0] => [2,3,6,5,4,1,7,8,9]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0] => [2,3,4,8,5,6,7,1,9]
[1,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0,1,0] => [2,3,4,7,5,6,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] => [4,2,3,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,9,5,4,6,7,8,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] => [5,2,3,4,6,1,7,8,9]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0,1,0] => [6,2,3,4,5,7,1,8,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [7,2,3,4,5,6,8,1,9]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0,1,0] => [6,3,5,4,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,9,4,5,6,7,3,8,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,7,5,6,4,8,9]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [1,2,3,8,6,5,7,4,9]
[1,1,1,0,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [6,2,5,4,3,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,9,4,5,6,3,7,8,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,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [1,3,2,5,4,8,7,9,6]
[1,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [1,3,2,6,5,8,7,9,4]
[1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [1,4,3,6,5,8,7,9,2]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0] => [2,1,4,6,5,8,7,9,3]
[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,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0] => [1,3,2,8,5,7,6,9,4]
[1,0,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0] => [1,6,3,5,4,8,7,9,2]
[1,0,1,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0] => [1,2,4,6,5,8,7,9,3]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,0,0] => [2,4,3,1,6,8,7,9,5]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,0,0] => [2,1,4,6,5,3,8,9,7]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0] => [1,2,3,4,9,7,6,8,5]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,0] => [1,2,3,9,6,5,7,8,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] => [6,3,4,5,2,1,9,8,7]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0,1,0] => [5,3,4,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,9,5,6,7,8,4]
[1,1,1,1,0,1,0,0,1,0,1,1,0,0,0,0,1,0] => [8,3,4,2,5,7,6,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,9,7,8,6]
[1,1,1,0,1,0,0,0,1,0,1,0,1,1,0,0,1,0] => [4,2,3,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,7,5,6,3,8,9]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [5,2,3,4,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,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,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,9,6,8,7,4]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [1,3,9,4,6,8,7,5,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,9,6,8,7,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] => [5,2,4,3,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] => [8,3,2,4,5,6,7,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,5,3,4,1,6,7,8,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,9,3,6,5,4,8,7,2]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0] => [1,7,6,4,5,3,2,9,8]
[1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [2,1,8,7,5,6,4,9,3]
[1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [1,2,8,7,5,6,4,3,9]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0] => [1,7,6,4,5,3,2,8,9]
[1,1,0,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0] => [2,7,6,4,5,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] => [5,3,4,2,1,9,7,8,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,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [5,2,4,3,1,6,7,8,9]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [6,2,3,5,4,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,7,5,4,6,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,6,4,5,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,8,3,4,5,6,7,2,9]
[1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [8,2,6,4,5,3,7,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,9,5,6,7,8,4]
[1,1,1,1,0,0,1,0,1,0,1,0,0,0,1,0,1,0] => [7,3,2,4,5,6,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,6,4,5,3,9,8,7]
[1,0,1,1,1,1,1,0,0,0,1,0,0,0,1,1,0,0] => [1,7,5,4,3,6,2,9,8]
[1,0,1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0] => [1,6,4,3,5,2,9,8,7]
[1,0,1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [1,5,3,4,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,9,6,7,8,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,8,6,7,5,9]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0] => [2,3,1,7,5,6,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,6,4,5,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,5,3,4,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] => [6,2,4,3,5,1,8,7,9]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0,1,0] => [8,2,4,3,6,5,7,1,9]
[1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [7,2,4,3,6,5,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,8,3,4,5,7,6,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,5,3,4,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] => [6,3,2,5,4,1,8,7,9]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,0] => [2,6,3,5,4,1,8,7,9]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0] => [5,3,2,4,6,1,8,7,9]
[1,1,0,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0] => [2,5,3,4,6,1,8,7,9]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [1,7,3,4,5,6,2,9,8]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,1,0,0] => [6,2,3,4,5,1,7,9,8]
[1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0] => [4,2,3,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,7,4,5,6,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] => [4,2,3,1,8,7,6,5,9]
[1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0,1,0] => [5,3,4,2,1,8,7,6,9]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0,1,0] => [6,5,3,4,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] => [5,3,2,4,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] => [6,4,3,5,2,1,8,7,9]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [1,5,3,4,2,8,7,6,9]
[1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [1,6,4,5,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] => [6,2,3,4,5,1,8,7,9]
[1,0,1,1,1,1,0,0,1,0,1,1,0,1,0,0,0,0] => [1,9,4,3,5,7,8,6,2]
[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,9,6,7,8,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] => [6,2,4,3,5,8,7,1,9]
[1,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0,1,0] => [3,2,8,4,6,5,7,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,9,7,8,3]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0] => [1,3,8,7,5,6,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,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,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,9,7,6,8,4]
[1,0,1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,0] => [1,3,7,5,4,6,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,9,7,8,6,4]
[1,0,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [1,9,4,3,6,7,8,5,2]
[1,0,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [1,9,5,4,6,7,3,8,2]
[1,0,1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [1,9,4,3,6,8,7,5,2]
[1,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [3,2,1,5,9,6,8,7,4]
[1,0,1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [1,7,3,4,5,6,9,8,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] => [5,3,2,4,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,7,5,6,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] => [7,3,4,5,2,6,1,8,9]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0,1,0] => [8,3,4,5,2,6,7,1,9]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [2,4,3,8,5,7,6,1,9]
[1,1,0,1,0,0,1,1,1,0,1,0,1,1,0,0,0,0] => [2,3,1,9,5,6,8,7,4]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [2,5,3,4,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] => [5,3,2,4,6,8,7,1,9]
[1,0,1,1,1,0,1,0,0,1,1,0,0,1,1,0,0,0] => [1,5,3,4,7,6,9,8,2]
[1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0] => [7,3,2,4,6,5,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,9,6,8,7,5]
[1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0,1,0] => [2,1,7,4,6,5,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,7,5,4,6,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,9,7,6,8,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,9,5,4,7,6,8,2]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [1,3,9,5,7,6,4,8,2]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0] => [6,3,4,5,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,6,4,5,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,8,5,6,4,7,1,9]
[1,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0,1,0] => [3,2,4,8,5,6,7,1,9]
[1,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0,1,0] => [4,3,2,8,5,6,7,1,9]
[1,1,1,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [3,2,7,5,6,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,7,5,6,1,8,9]
[1,1,1,1,0,0,0,1,1,0,1,0,0,0,1,0,1,0] => [4,3,2,7,5,6,1,8,9]
[1,1,1,1,1,1,0,0,0,0,1,0,0,0,1,0,1,0] => [7,5,4,3,2,6,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] => [6,2,3,4,5,7,8,1,9]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,1,0,0] => [6,2,3,4,5,7,1,9,8]
[1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [2,1,6,4,5,7,8,9,3]
[1,1,0,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [2,1,9,5,4,6,7,8,3]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [7,2,5,4,6,3,8,1,9]
[1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,1,0] => [5,2,4,3,7,6,8,1,9]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0] => [1,5,3,4,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] => [8,2,4,5,7,6,3,1,9]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,1,0] => [8,3,4,5,2,7,6,1,9]
[1,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,0] => [1,2,7,5,6,4,3,8,9]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [7,4,3,5,2,6,8,1,9]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0] => [5,3,2,4,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,8,6,7,9,5]
[1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [2,1,8,5,6,4,7,9,3]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,8,5,4,6,3,7,9,2]
[1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [2,3,1,8,6,5,7,9,4]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [4,2,3,5,1,8,7,9,6]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [6,3,4,2,5,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,8,4,6,5,7,9,3]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [1,8,4,5,6,3,7,9,2]
[1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [3,2,1,8,6,5,7,9,4]
[1,1,1,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [4,2,3,6,5,7,1,9,8]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,1,0,0] => [5,2,3,4,1,7,6,9,8]
[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,7,3,4,5,6,8,2,9]
[1,0,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0] => [1,9,3,6,5,4,7,8,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] => [4,2,3,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,8,5,4,7,6,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] => [7,3,5,4,2,6,1,9,8]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0] => [6,3,4,5,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,9,7,8,4]
[1,1,1,0,0,1,0,1,0,0,1,1,1,0,1,0,0,0] => [3,2,4,5,1,9,7,8,6]
[1,1,1,0,0,0,1,0,1,0,1,1,1,0,1,0,0,0] => [3,2,1,4,5,9,7,8,6]
[1,1,1,1,0,0,0,0,1,0,1,1,1,0,1,0,0,0] => [4,3,2,1,5,9,7,8,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,8,6,7,5,9,2]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0] => [1,3,8,5,6,7,4,9,2]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,0,0,1,0] => [7,4,3,2,5,6,8,1,9]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,0,1,0] => [6,4,3,5,2,7,8,1,9]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,0,1,0] => [6,4,3,2,5,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] => [7,4,3,5,2,6,1,8,9]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0,1,0] => [7,4,3,2,5,6,1,8,9]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0,1,0,1,0] => [6,4,3,5,2,7,1,8,9]
[1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,1,0] => [6,4,3,2,5,7,1,8,9]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,0,1,0] => [6,4,3,5,2,1,7,8,9]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0,1,0] => [6,4,3,2,5,1,7,8,9]
[1,0,1,0,1,1,1,1,0,0,1,1,0,1,0,0,0,0] => [1,2,9,5,4,7,8,6,3]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [7,3,6,4,5,2,8,1,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] => [4,2,3,1,9,6,7,8,5]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [1,3,7,4,6,5,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,9,6,8,7,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] => [6,4,3,2,5,1,8,7,9]
[1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,0,1,0] => [5,3,4,2,6,1,8,7,9]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0] => [6,3,4,2,5,7,1,8,9]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [1,3,9,6,5,7,4,8,2]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [1,3,9,4,7,6,8,5,2]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0] => [1,2,7,5,4,6,8,3,9]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [2,8,5,4,6,3,7,1,9]
[1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [5,3,4,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,7,3,4,6,5,2,8,9]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [1,6,3,5,4,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,9,7,8,4]
[1,0,1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,0] => [1,2,4,5,9,7,8,6,3]
[1,0,1,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [1,3,4,9,8,6,7,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] => [4,2,3,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,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] => [7,3,5,4,2,6,8,1,9]
[1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [2,7,4,3,6,5,8,1,9]
[1,0,1,1,1,1,0,0,1,0,0,1,1,0,0,0,1,0] => [1,6,4,3,5,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,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] => [7,4,3,2,6,5,1,9,8]
[1,1,0,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [2,1,9,6,5,8,7,4,3]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0,1,0] => [1,3,8,4,5,6,7,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,7,4,5,6,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,5,3,4,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,7,6,4,5,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,7,5,6,4,1,8,9]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [1,9,4,6,5,3,7,8,2]
[1,0,1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [1,9,4,5,3,6,7,8,2]
[1,0,1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [1,3,9,4,8,7,6,5,2]
[1,0,1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,0] => [1,3,9,4,5,8,7,6,2]
[1,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [1,3,9,4,6,7,8,5,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] => [9,8,7,5,6,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,10,9,8,6,7,5,4,3,2]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,1,0] => [9,8,7,5,4,6,3,2,1,10]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,1,0] => [9,8,7,4,6,5,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,10,9,8,6,5,7,4,3,2]
[1,0,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [1,10,9,8,5,7,6,4,3,2]
[1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,1,0] => [9,8,6,5,4,7,3,2,1,10]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,1,0] => [9,8,7,4,5,6,3,2,1,10]
[1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,1,0] => [9,8,4,7,6,5,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,10,9,7,6,5,8,4,3,2]
[1,0,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [1,10,9,8,5,6,7,4,3,2]
[1,0,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0] => [1,10,9,5,8,7,6,4,3,2]
[1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,1,0] => [9,8,6,5,4,3,7,2,1,10]
[1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0,1,0] => [9,8,6,4,5,7,3,2,1,10]
[1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,1,0] => [9,8,4,7,5,6,3,2,1,10]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [9,8,3,7,6,5,4,2,1,10]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [1,10,9,7,6,5,4,8,3,2]
[1,0,1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0] => [1,10,9,7,5,6,8,4,3,2]
[1,0,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0] => [1,10,9,6,5,8,7,4,3,2]
[1,0,1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0] => [1,10,9,5,8,6,7,4,3,2]
[1,0,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0] => [1,10,9,4,8,7,6,5,3,2]
[1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,1,0] => [9,8,4,5,7,6,3,2,1,10]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [9,3,8,7,6,5,4,2,1,10]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0] => [1,10,8,7,6,5,4,9,3,2]
[1,0,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0] => [1,10,9,6,5,7,8,4,3,2]
[1,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0] => [1,10,9,5,7,6,8,4,3,2]
[1,0,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0] => [1,10,9,5,6,8,7,4,3,2]
[1,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,10,4,9,8,7,6,5,3,2]
[1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,1,0] => [9,8,5,4,3,7,6,2,1,10]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0,1,0] => [9,8,4,5,6,7,3,2,1,10]
[1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,1,0] => [9,8,4,3,7,6,5,2,1,10]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [9,2,8,7,6,5,4,3,1,10]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [1,10,8,7,6,5,4,3,9,2]
[1,0,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0] => [1,10,9,6,5,4,8,7,3,2]
[1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [1,10,9,5,6,7,8,4,3,2]
[1,0,1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0] => [1,10,9,4,6,8,7,5,3,2]
[1,0,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,10,3,9,8,7,6,5,4,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,10,9,4,7,6,5,8,3,2]
[1,0,1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0] => [1,10,9,4,5,8,7,6,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] => [8,7,6,4,5,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] => [8,7,6,4,5,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,10,9,8,6,7,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,10,9,8,6,7,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,10,8,9,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,9,7,8,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,8,6,7,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,7,5,6,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,6,4,5,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,5,3,4,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] => [4,2,3,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,10,7,8,9,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,10,7,9,8,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,10,8,9,7,6]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [5,2,3,4,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] => [5,2,4,3,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] => [5,3,4,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,10,6,7,8,9,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,10,6,7,9,8,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] => [6,2,3,4,5,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] => [6,2,3,5,4,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] => [6,3,4,5,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,10,5,6,7,8,9,4]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [1,2,3,10,5,6,7,9,8,4]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [7,2,3,4,5,6,8,9,10,1]
[1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,0] => [7,2,3,4,6,5,8,9,10,1]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,0] => [7,3,4,5,6,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,10,4,5,6,7,8,9,3]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,2,10,4,5,6,7,9,8,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,10,9,7,8,6,5]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [8,2,3,4,5,6,7,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] => [8,2,3,4,5,7,6,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,9,4,7,6,8,5,10,3]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,0] => [6,5,3,4,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] => [8,3,4,5,6,7,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,10,3,4,5,6,7,8,9,2]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [9,2,3,4,5,6,7,8,10,1]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [1,10,3,4,5,6,7,9,8,2]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,0] => [9,2,3,4,5,6,8,7,10,1]
[1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [8,2,3,4,7,6,5,9,10,1]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0] => [9,2,4,5,6,7,8,3,10,1]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [1,10,4,5,6,7,8,9,3,2]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0] => [9,3,4,5,6,7,8,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,0,0,1,1,0,0,1,1,0,0] => [1,2,3,4,6,5,8,7,10,9]
[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,0,1,0,1,0] => [1,3,2,5,4,7,6,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,0,0,0,1,1,0,0,1,1,0,0] => [1,3,2,6,5,4,8,7,10,9]
[1,0,1,1,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [1,3,2,6,5,4,10,9,8,7]
[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,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [1,4,3,2,7,6,5,10,9,8]
[1,0,1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [1,4,3,2,10,9,8,7,6,5]
[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,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [1,5,4,3,2,10,9,8,7,6]
[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,0,1,0,1,0] => [2,1,4,3,6,5,7,8,9,10]
[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,0,1,0] => [2,1,4,3,6,5,8,7,9,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,0,0,1,1,1,1,0,0,0,0] => [2,1,4,3,6,5,10,9,8,7]
[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,0,0,0,1,1,1,0,0,0,1,1,0,0] => [2,1,5,4,3,8,7,6,10,9]
[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] => [10,9,3,4,5,6,8,7,2,1]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,0] => [10,9,4,3,5,6,7,8,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [10,3,4,5,6,7,9,8,2,1]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [10,4,3,5,6,7,8,9,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] => [10,9,8,5,7,6,4,3,2,1]
[1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0] => [10,9,8,6,5,7,4,3,2,1]
[1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0] => [10,9,8,4,5,7,6,3,2,1]
[1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0] => [10,9,8,5,4,6,7,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] => [9,8,7,5,6,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] => [10,9,8,7,5,6,4,3,2,1]
[1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0] => [10,9,8,4,7,6,5,3,2,1]
[1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0] => [10,9,4,8,7,6,5,3,2,1]
[1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [10,9,3,8,7,6,5,4,2,1]
[1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [10,3,9,8,7,6,5,4,2,1]
[1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [10,2,9,8,7,6,5,4,3,1]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,10,3,4,5,6,7,8,9,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,6,3,4,5,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,6,4,5,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,10,9,4,5,6,7,8,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,10,8,9,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,10,7,8,9,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,10,6,7,8,9,5,1]
[1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [2,3,10,5,6,7,8,9,4,1]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [2,10,4,5,6,7,8,9,3,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [10,3,4,5,6,7,8,9,2,1]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0] => [10,8,7,6,5,4,3,2,9,1]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0] => [10,8,7,6,5,4,3,9,2,1]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0] => [10,9,7,6,5,4,3,8,2,1]
[1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0] => [10,9,7,6,5,4,8,3,2,1]
[1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0] => [10,9,8,6,5,4,7,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,10,6,7,8,9,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,9,6,7,8,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,8,6,7,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] => [9,8,7,4,5,6,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,10,9,8,5,6,7,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,10,8,9,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,10,7,8,9,1]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,4,10,5,6,7,8,9,1]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,3,10,4,5,6,7,8,9,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [10,2,3,4,5,6,7,8,9,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,10,8,7,9,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,10,7,6,8,9,1]
[1,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [2,3,4,10,6,5,7,8,9,1]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [2,3,10,5,4,6,7,8,9,1]
[1,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,10,4,3,5,6,7,8,9,1]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [10,3,2,4,5,6,7,8,9,1]
[1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0] => [10,9,8,5,4,7,6,3,2,1]
[1,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,0] => [10,9,6,5,4,8,7,3,2,1]
[1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0] => [10,9,5,4,3,8,7,6,2,1]
[1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0] => [10,6,5,4,3,9,8,7,2,1]
[1,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0] => [10,5,4,3,2,9,8,7,6,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,10,4,6,9,7,8,5,2]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0] => [1,3,10,4,8,6,7,9,5,2]
[1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [1,3,10,5,6,4,8,9,7,2]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [1,3,10,5,8,6,7,4,9,2]
[1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [1,3,10,7,5,6,8,4,9,2]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [1,5,3,4,10,6,8,9,7,2]
[1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [1,5,3,4,10,7,8,6,9,2]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [1,7,3,5,6,4,10,8,9,2]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0] => [1,7,4,5,3,6,10,8,9,2]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [1,9,3,5,8,6,7,4,10,2]
[1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [1,9,3,7,5,6,8,4,10,2]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [1,9,4,5,3,7,8,6,10,2]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [1,9,4,7,5,6,3,8,10,2]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [1,9,6,4,5,7,3,8,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,10,6,8,9,7,4]
[1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [2,3,1,5,10,7,8,6,9,4]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [2,3,1,7,5,6,10,8,9,4]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [2,3,1,9,5,7,8,6,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,9,6,7,5,8,10,4]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [2,5,3,4,1,7,10,8,9,6]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [2,5,3,4,1,9,7,8,10,6]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0] => [4,2,3,5,1,7,10,8,9,6]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [4,2,3,5,1,9,7,8,10,6]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [2,7,3,5,6,4,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,7,4,5,3,6,1,9,10,8]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [4,2,3,7,5,6,1,9,10,8]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [6,2,4,5,3,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] => [6,3,4,2,5,7,1,9,10,8]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [2,9,3,5,8,6,7,4,1,10]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0] => [2,9,3,7,5,6,8,4,1,10]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [2,9,4,5,3,7,8,6,1,10]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0] => [2,9,4,7,5,6,3,8,1,10]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0] => [2,9,6,4,5,7,3,8,1,10]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0] => [4,2,3,9,5,7,8,6,1,10]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0] => [4,2,3,9,6,7,5,8,1,10]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0] => [6,2,4,5,3,9,7,8,1,10]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0] => [6,3,4,2,5,9,7,8,1,10]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [8,2,4,7,5,6,3,9,1,10]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0] => [8,2,6,4,5,7,3,9,1,10]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0] => [8,3,4,2,6,7,5,9,1,10]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0] => [8,3,6,4,5,2,7,9,1,10]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [8,5,3,4,6,2,7,9,1,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [9,2,3,4,5,6,7,8,1,10]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [9,8,3,4,5,6,7,2,1,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [9,3,4,5,6,7,8,2,1,10]
[1,1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,0] => [10,9,8,4,6,7,5,3,2,1]
[1,1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [2,10,9,8,6,7,5,4,3,1]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,0,0] => [9,8,7,5,4,6,3,2,10,1]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0,0] => [9,8,7,4,6,5,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,10,9,8,6,5,7,4,3,1]
[1,1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [2,10,9,8,5,7,6,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] => [10,9,3,4,5,6,7,8,2,1]
[1,1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0,0] => [10,9,5,4,6,7,8,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,10,9,6,7,8,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,10,6,7,8,9,5]
[1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0,0] => [10,9,8,5,6,4,7,3,2,1]
[1,1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [2,10,9,4,5,6,7,8,3,1]
[1,1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [2,10,9,5,6,7,8,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,10,9,8,6,7,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,10,9,7,8,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] => [10,7,6,5,4,3,2,9,8,1]
[1,1,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [10,3,9,8,6,7,5,4,2,1]
[1,1,1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [10,3,9,8,6,5,7,4,2,1]
[1,1,1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [10,3,9,7,6,5,8,4,2,1]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [10,3,9,7,6,5,4,8,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] => [10,9,8,5,6,7,4,3,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [10,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,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,7,4,5,6,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,7,5,6,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] => [10,9,4,5,6,7,8,3,2,1]
[1,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0,0] => [10,9,8,4,5,6,7,3,2,1]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0,0,0] => [10,8,7,4,5,6,3,2,9,1]
[1,1,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [10,2,9,8,5,6,7,4,3,1]
[1,1,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0,0] => [10,3,4,5,6,9,8,7,2,1]
[1,1,1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0] => [10,3,4,5,9,8,7,6,2,1]
[1,1,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [10,2,3,4,9,8,7,6,5,1]
[1,1,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [10,2,3,9,8,7,6,5,4,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,10,9,7,6,5,8,4,3,1]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [10,2,9,7,6,5,4,8,3,1]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0] => [10,3,8,7,6,5,4,9,2,1]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [10,8,3,7,6,5,4,2,9,1]
[1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,1,0,0] => [9,8,4,7,6,5,3,2,10,1]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [6,2,3,4,5,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,6,3,4,5,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,6,4,5,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] => [10,3,9,4,5,6,7,8,2,1]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0,0] => [10,9,4,5,6,7,3,8,2,1]
[1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [10,2,9,4,5,6,7,8,3,1]
[1,1,1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0,0,0] => [10,9,4,5,6,3,7,8,2,1]
[1,1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0,0,0] => [10,9,4,5,3,6,7,8,2,1]
[1,1,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0,0] => [10,9,7,5,4,6,8,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] => [8,2,3,4,5,6,7,1,9,10]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [7,2,3,4,5,6,1,8,9,10]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [6,2,3,4,5,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] => [5,2,3,4,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] => [4,2,3,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] => [6,5,3,4,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] => [7,6,4,5,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] => [8,3,4,5,6,7,2,1,9,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0] => [10,3,4,5,6,7,2,8,9,1]
[1,1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0] => [10,3,4,5,6,9,7,8,2,1]
[1,1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0] => [10,3,4,9,8,7,6,5,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] => [4,2,3,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] => [10,8,3,4,5,6,7,9,2,1]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,0,0] => [10,8,4,5,6,7,3,9,2,1]
[1,1,1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [10,3,9,5,6,7,8,4,2,1]
[1,0,1,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0] => [1,10,4,5,9,8,7,6,3,2]
[1,0,1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [1,10,3,4,9,8,7,6,5,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] => [6,5,3,4,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] => [10,9,3,4,5,7,8,6,2,1]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,0] => [9,8,3,4,5,6,7,2,10,1]
[1,1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0,0,0] => [10,9,3,4,6,7,8,5,2,1]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0,0] => [10,8,3,4,5,6,7,2,9,1]
[1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [10,9,3,5,6,7,8,4,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] => [10,4,3,5,6,7,9,8,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] => [8,7,5,4,6,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,10,5,4,6,7,8,9,3,2]
[1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0,0] => [2,10,6,5,4,7,8,9,3,1]
[1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [2,3,10,6,5,4,7,8,9,1]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [10,2,3,7,6,5,4,8,9,1]
[1,1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0,1,0,0] => [9,3,4,5,8,7,6,2,10,1]
[1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,1,0] => [9,3,4,5,6,8,7,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] => [8,7,6,4,5,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] => [8,7,6,4,5,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] => [10,7,6,4,5,3,2,8,9,1]
[1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0] => [10,7,6,4,5,3,8,9,2,1]
[1,1,1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0,0,0] => [10,9,6,4,5,3,7,8,2,1]
[1,1,1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0,0,0] => [10,9,6,4,5,7,8,3,2,1]
[1,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0] => [10,9,5,4,8,7,6,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,10,7,6,5,4,3,9,8,2]
[1,1,1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0,0,0] => [10,4,3,9,5,6,7,8,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,10,4,5,6,7,8,9,3]
[1,1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0,0] => [10,5,4,3,9,8,7,6,2,1]
[1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [10,5,3,4,6,7,8,9,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [10,2,3,4,5,6,8,9,7,1]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [10,3,4,2,5,6,7,8,9,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] => [10,3,2,9,8,7,6,5,4,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,10,7,6,9,8,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,10,8,7,9,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,10,7,9,8,6]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0] => [3,2,1,10,7,6,5,9,8,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] => [10,8,7,5,6,4,3,2,9,1]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,0,0] => [10,8,7,5,6,4,3,9,2,1]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0] => [10,9,7,5,6,4,3,8,2,1]
[1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0,0] => [10,9,7,5,6,4,8,3,2,1]
[1,1,1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,0,0] => [10,9,4,8,6,7,5,3,2,1]
[1,1,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [10,9,3,8,6,7,5,4,2,1]
[1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [10,2,9,8,6,7,5,4,3,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,1,1,0,0,1,1,0,0,1,0,0] => [1,3,2,5,7,6,9,8,10,4]
[1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0] => [1,3,2,5,4,7,9,8,10,6]
[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,6,4,5,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,6,4,5,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] => [10,5,4,3,6,7,8,9,2,1]
[1,1,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [10,3,5,4,6,7,8,9,2,1]
[1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,0,0] => [10,3,4,2,6,7,8,9,5,1]
[1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,1,0,0,0,0] => [5,3,4,2,10,7,8,9,6,1]
[1,1,1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,0,0,0] => [10,9,4,5,8,6,7,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,10,9,8,6,7,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,10,5,7,9,8,6,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,10,7,9,8,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,10,8,9,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,10,6,8,9,7,1]
[1,1,0,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [2,3,10,4,6,9,7,8,5,1]
[1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0] => [10,2,4,9,5,7,8,6,3,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] => [9,3,2,4,5,6,7,8,1,10]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,0] => [10,7,4,5,3,6,8,2,9,1]
[1,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [10,2,4,3,5,6,7,8,9,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,9,8,6,7,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,8,7,5,6,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] => [10,2,3,4,5,7,8,9,6,1]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [10,2,4,5,6,7,8,9,3,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [10,2,3,4,5,6,9,8,7,1]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [10,2,3,4,5,9,7,8,6,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,9,3,4,5,6,7,8,2,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] => [8,2,3,4,5,6,7,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,10,4,5,6,7,8,9,1]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [5,3,2,4,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,7,5,4,6,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,7,5,4,6,8,1,10,9]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [7,3,2,5,4,6,8,1,10,9]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [7,4,3,5,2,6,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] => [5,3,2,4,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,9,7,6,8,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,9,7,6,8,10,5]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [5,3,2,4,9,7,6,8,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,9,7,6,8,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,9,7,6,8,10,1]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [9,3,2,5,4,7,6,8,10,1]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [9,4,3,5,2,7,6,8,10,1]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [9,3,2,6,5,7,4,8,10,1]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [9,4,3,6,5,7,2,8,10,1]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [2,1,9,5,4,7,6,8,10,3]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [3,2,9,5,4,7,6,8,10,1]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [9,6,4,3,5,7,2,8,10,1]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [2,1,9,6,5,7,4,8,10,3]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [3,2,9,6,5,7,4,8,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] => [5,3,2,4,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,7,5,4,6,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,7,5,4,6,9,8,10,1]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [7,3,2,5,4,6,9,8,10,1]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [7,4,3,5,2,6,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] => [5,3,2,4,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] => [10,2,3,4,5,7,6,9,8,1]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,0] => [10,3,2,4,5,7,6,9,8,1]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [10,3,2,5,4,7,6,9,8,1]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0] => [8,7,4,6,5,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] => [10,3,8,4,5,6,7,9,2,1]
[1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0] => [10,3,4,8,5,6,7,2,9,1]
[1,1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0,1,0,0] => [9,3,4,5,8,6,7,2,10,1]
[1,1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,1,0,0,0] => [10,3,4,8,6,7,5,2,9,1]
[1,1,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0,0,0] => [10,3,8,5,6,7,4,9,2,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0,0] => [9,7,6,5,4,3,2,8,10,1]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,1,0,0] => [8,6,5,4,3,2,7,9,10,1]
[1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,1,0,0] => [7,5,4,3,2,6,8,9,10,1]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0,1,0,0] => [6,4,3,2,5,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] => [5,3,2,4,6,7,8,9,10,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,1,0,0] => [9,3,4,5,6,7,2,8,10,1]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [9,6,3,4,5,7,2,8,10,1]
[1,1,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [10,2,9,8,6,5,7,4,3,1]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [9,2,8,7,6,5,4,3,10,1]
[1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0] => [10,9,8,4,6,5,7,3,2,1]
[1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,0,0] => [10,9,4,7,6,5,8,3,2,1]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [10,9,3,7,6,5,4,8,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] => [10,3,4,5,6,7,8,2,9,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [8,2,3,4,5,6,7,1,10,9]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0,0] => [9,8,4,5,6,7,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] => [10,3,2,4,5,6,7,9,8,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] => [4,2,3,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] => [5,3,4,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] => [6,5,3,4,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] => [7,6,4,5,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,10,9,6,5,7,8,4,3,1]
[1,1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0] => [2,10,9,5,4,6,7,8,3,1]
[1,1,0,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [2,10,5,4,6,7,8,9,3,1]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [9,3,2,4,5,6,7,8,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,9,3,5,8,6,7,4,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,10,6,8,9,7,5]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [1,3,9,5,8,6,7,4,10,2]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [1,8,4,7,5,6,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,10,8,9,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,9,7,8,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,7,5,6,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,6,4,5,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,10,4,8,6,7,5,9,2]
[1,0,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [1,9,3,7,5,6,4,8,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,9,7,8,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,9,7,5,6,4,8,10,2]
[1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0] => [1,8,6,4,5,3,7,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,10,4,6,5,7,9,8,2]
[1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,1,0] => [1,9,3,5,4,6,8,7,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,9,5,4,6,8,7,10,2]
[1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0] => [1,8,4,3,5,7,6,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,7,4,6,5,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,6,3,5,4,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,10,4,6,8,7,9,5,2]
[1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [1,9,3,5,7,6,8,4,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,10,6,8,7,9,5]
[1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [1,3,9,5,7,6,8,4,10,2]
[1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,1,0] => [1,8,4,6,5,7,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,10,8,7,9,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,9,7,6,8,2,10]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0] => [1,3,7,5,4,6,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,6,4,3,5,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,10,4,7,6,8,5,9,2]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [1,9,3,6,5,7,4,8,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,9,7,6,8,10,5]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,3,9,6,5,7,4,8,10,2]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [1,8,5,4,6,3,7,9,2,10]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [2,10,4,5,6,7,8,3,9,1]
[1,1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [2,3,10,5,6,7,4,8,9,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,10,7,8,9,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,10,8,9,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,1,0,1,0,1,1,0,0,0,0,0,0,0] => [10,9,4,5,6,8,7,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,10,8,9,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,9,8,7,5,6,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,8,7,5,6,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,9,8,6,7,5,4,3,10]
[1,0,1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [1,2,10,9,6,8,7,5,4,3]
[1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [4,2,3,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] => [5,3,4,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] => [6,5,3,4,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] => [7,6,4,5,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] => [8,7,6,4,5,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] => [10,9,4,8,5,7,6,3,2,1]
[1,1,1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,0,0] => [10,9,4,8,5,6,7,3,2,1]
[1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0] => [5,2,4,3,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] => [9,2,6,5,4,3,8,7,10,1]
[1,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0,0] => [9,2,4,3,6,5,8,7,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,10,4,5,7,6,8,9,3]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,1,0,0] => [6,3,2,4,5,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] => [8,2,3,5,4,6,7,1,10,9]
[1,0,1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0] => [1,10,9,5,4,6,7,8,3,2]
[1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [1,10,3,5,9,6,8,7,4,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] => [6,3,4,5,2,1,7,8,9,10]
[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] => [7,2,4,6,5,3,10,8,9,1]
[1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [7,2,4,6,5,3,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,10,4,6,5,3,8,9,7,1]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,1,0] => [2,8,4,6,5,3,7,1,9,10]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [1,8,4,6,5,3,7,9,2,10]
[1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,1,0] => [4,2,3,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] => [4,2,3,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,10,3,6,5,9,7,8,4,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,9,7,8,4,10]
[1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [2,8,3,6,5,7,4,1,9,10]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [1,8,3,6,5,7,4,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,9,6,5,7,4,8,2,10]
[1,0,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [1,2,9,6,5,7,4,8,10,3]
[1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,1,0,0,1,0] => [2,6,4,5,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,6,4,5,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,6,4,5,3,9,7,8,2,10]
[1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [1,6,4,5,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] => [9,6,4,5,3,7,2,8,10,1]
[1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,0] => [2,10,3,5,9,7,8,6,4,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,9,7,8,6,4,10]
[1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0,1,0] => [1,5,3,4,9,7,8,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,9,7,8,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,9,7,8,6,10,5]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0,1,0] => [2,8,3,5,7,6,4,1,9,10]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0] => [1,8,3,5,7,6,4,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,9,5,7,6,4,8,2,10]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0] => [1,2,9,5,7,6,4,8,10,3]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0] => [1,5,3,4,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] => [9,5,3,4,7,6,2,8,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,10,8,9,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,10,8,9,5]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [1,3,9,4,7,6,8,5,2,10]
[1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0] => [9,3,4,2,7,6,8,5,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,10,7,6,8,5,9,3]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [4,2,3,10,7,6,8,5,9,1]
[1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [10,2,3,4,9,6,7,8,5,1]
[1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [10,2,3,9,5,6,7,8,4,1]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [7,2,3,4,5,6,10,9,8,1]
[1,1,1,0,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [6,2,3,4,5,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] => [5,2,3,4,10,9,7,8,6,1]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [4,2,3,10,9,6,7,8,5,1]
[1,1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [3,2,10,9,5,6,7,8,4,1]
[1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [2,10,4,8,6,5,7,3,9,1]
[1,1,0,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,0] => [2,10,4,6,5,9,7,8,3,1]
[1,1,0,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [2,10,4,3,8,7,6,5,9,1]
[1,1,0,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,0] => [2,10,4,7,5,6,9,8,3,1]
[1,1,0,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0] => [2,10,4,3,9,6,8,7,5,1]
[1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [2,10,3,5,6,8,7,4,9,1]
[1,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [2,10,3,5,6,4,9,8,7,1]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,0] => [2,10,5,4,3,7,8,6,9,1]
[1,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [2,10,3,6,5,7,8,4,9,1]
[1,1,0,1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0,0] => [2,10,7,5,4,6,3,9,8,1]
[1,1,0,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,0] => [2,10,5,4,8,6,7,9,3,1]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [2,10,3,7,6,5,4,9,8,1]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,0] => [2,10,6,4,5,8,7,9,3,1]
[1,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [2,10,3,8,5,7,6,9,4,1]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [3,2,4,10,6,8,7,5,9,1]
[1,1,1,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [3,2,4,10,6,5,9,8,7,1]
[1,1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [3,2,4,10,5,7,8,6,9,1]
[1,1,1,0,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [3,2,4,10,7,6,5,9,8,1]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [3,2,4,10,5,8,7,9,6,1]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [5,3,2,4,6,10,8,7,9,1]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [5,3,2,4,6,10,7,9,8,1]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [5,2,4,3,6,10,8,7,9,1]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [5,2,4,3,6,10,7,9,8,1]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [7,3,5,4,2,6,8,10,9,1]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [7,3,2,6,5,4,8,10,9,1]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0,0] => [7,2,4,5,3,6,8,10,9,1]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0] => [7,4,3,2,6,5,8,10,9,1]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,0] => [7,2,5,4,6,3,8,10,9,1]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,0] => [9,3,7,5,4,6,2,8,10,1]
[1,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [9,3,5,4,8,6,7,2,10,1]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [9,3,2,7,6,5,4,8,10,1]
[1,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0] => [9,3,6,4,5,8,7,2,10,1]
[1,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [9,3,2,8,5,7,6,4,10,1]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,0] => [9,2,4,5,7,6,3,8,10,1]
[1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0] => [9,2,4,5,3,8,7,6,10,1]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0] => [9,4,3,2,6,7,5,8,10,1]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0] => [9,2,5,4,6,7,3,8,10,1]
[1,1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0] => [9,6,4,3,5,2,8,7,10,1]
[1,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,1,0,0] => [9,4,3,7,5,6,8,2,10,1]
[1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,1,0,0] => [9,5,3,4,7,6,8,2,10,1]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,0] => [9,2,7,4,6,5,8,3,10,1]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0] => [10,4,3,5,2,7,6,9,8,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,10,7,6,9,8,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,9,6,8,7,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,10,8,9,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,10,8,9,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,10,9,7,8,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,10,9,7,8,6,5,1]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [2,1,4,3,6,10,7,9,8,5]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [2,1,4,6,5,3,8,10,9,7]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [2,1,4,6,5,8,7,3,10,9]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [2,1,4,8,5,7,6,3,10,9]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [2,1,4,6,5,10,7,9,8,3]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [2,1,4,8,5,7,6,10,9,3]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [2,1,4,10,5,7,6,9,8,3]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [2,4,3,1,6,5,8,10,9,7]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,4,3,1,6,8,7,5,10,9]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [2,4,3,1,6,8,7,10,9,5]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [2,6,3,5,4,1,8,7,10,9]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0] => [2,6,3,5,4,1,8,10,9,7]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [2,4,3,8,5,7,6,1,10,9]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0] => [2,6,3,5,4,8,7,1,10,9]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0] => [2,8,3,5,4,7,6,1,10,9]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0] => [2,8,3,5,7,6,4,1,10,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [2,4,3,6,5,10,7,9,8,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [2,4,3,8,5,7,6,10,9,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [2,4,3,10,5,7,6,9,8,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [2,4,3,10,5,7,9,8,6,1]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [2,6,3,5,4,8,7,10,9,1]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [2,6,3,5,4,10,7,9,8,1]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0] => [2,8,3,5,4,7,6,10,9,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0] => [2,8,3,5,7,6,4,10,9,1]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [2,10,3,5,4,7,6,9,8,1]
[1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [2,10,3,5,4,7,9,8,6,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0] => [2,10,3,5,7,6,4,9,8,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [2,10,3,5,7,6,9,8,4,1]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [2,10,3,5,9,6,8,7,4,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,7,5,4,6,2,9,8,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [9,2,3,4,5,6,8,7,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,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [4,2,3,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,10,5,7,8,9,6,3]
[1,1,0,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [2,1,4,10,6,7,8,5,9,3]
[1,1,0,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0] => [2,1,9,4,6,7,8,5,10,3]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [2,1,9,5,6,7,4,8,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,10,7,8,9,1]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0] => [3,2,4,9,6,5,7,8,10,1]
[1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [3,2,8,4,5,7,6,9,10,1]
[1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [6,3,2,4,5,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,9,4,6,7,8,5,1,10]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0] => [3,2,9,5,6,7,4,8,1,10]
[1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0] => [9,3,2,4,6,5,7,8,1,10]
[1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [8,3,2,5,6,7,4,9,1,10]
[1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0] => [8,4,3,5,6,2,7,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,10,7,8,9,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,9,6,7,8,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,9,6,7,8,3,10]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0] => [1,2,8,5,4,6,7,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,8,4,5,7,6,2,9,10]
[1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,1,0] => [1,6,3,4,5,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,6,3,4,5,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] => [5,2,3,4,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,10,4,6,7,9,8,5,2]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [1,3,10,5,6,7,4,9,8,2]
[1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [1,10,3,4,6,5,7,9,8,2]
[1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [1,8,3,5,6,7,4,10,9,2]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0] => [1,8,4,5,6,3,7,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,10,6,7,9,8,1]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0] => [2,3,8,5,4,6,7,10,9,1]
[1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [2,7,3,4,6,5,8,10,9,1]
[1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,0] => [5,2,3,4,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,8,3,5,6,7,4,1,10,9]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0] => [2,8,4,5,6,3,7,1,10,9]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0] => [7,2,4,5,6,3,8,1,10,9]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [7,3,4,5,2,6,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,10,4,9,8,7,6,5,1]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0] => [8,3,7,6,5,4,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,10,6,9,8,7,5,1]
[1,1,1,1,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0,0] => [7,6,3,5,4,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,9,7,8,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,10,7,9,8,1]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0] => [10,3,4,5,6,2,7,8,9,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] => [8,2,4,3,6,5,7,9,1,10]
[1,1,1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,0] => [10,2,9,4,8,6,7,5,3,1]
[1,1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0] => [10,2,9,4,7,6,8,5,3,1]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [7,2,5,4,6,3,8,1,10,9]
[1,1,1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0] => [10,3,4,5,9,7,8,6,2,1]
[1,1,1,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0,0] => [10,3,4,9,6,7,8,5,2,1]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,1,0,0,0] => [7,3,4,5,6,2,10,8,9,1]
[1,1,1,1,0,1,0,1,0,0,0,1,1,1,1,0,0,0,0,0] => [6,3,4,5,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,10,9,6,7,8,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] => [9,8,3,4,5,7,6,2,1,10]
[1,1,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0] => [10,9,6,4,5,8,7,3,2,1]
[1,1,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0,0] => [10,9,5,4,8,6,7,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] => [9,3,8,4,5,6,7,2,1,10]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0,1,0] => [9,7,3,4,5,6,8,2,1,10]
[1,0,1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0] => [1,10,4,9,5,6,7,8,3,2]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [1,10,8,4,5,6,7,9,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] => [10,2,3,4,5,7,6,8,9,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0,0] => [10,2,3,4,5,7,8,6,9,1]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0] => [10,2,3,4,5,8,7,6,9,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0,0] => [10,2,3,4,5,7,9,8,6,1]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [6,2,3,4,5,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] => [10,6,3,4,5,7,8,9,2,1]
[1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [3,2,6,4,5,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,10,4,7,6,8,9,5,3]
[1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [2,1,10,5,6,8,7,4,9,3]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,0] => [4,2,3,1,6,5,10,8,9,7]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0] => [8,2,5,4,6,7,3,1,10,9]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0] => [8,3,4,6,5,2,7,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] => [4,2,3,5,10,9,7,8,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] => [6,5,3,4,2,7,10,8,9,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] => [10,7,3,4,5,6,9,8,2,1]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0,0] => [10,7,3,4,5,6,8,9,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [8,2,3,4,5,6,7,9,1,10]
[1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0] => [1,10,4,8,7,6,5,9,3,2]
[1,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [1,10,3,8,7,6,5,4,9,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] => [10,4,3,2,5,6,7,8,9,1]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0,1,0] => [1,3,9,5,4,7,6,8,2,10]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [1,3,10,5,4,7,6,9,8,2]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [1,3,8,5,4,7,6,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,10,8,9,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0,0] => [10,2,3,4,5,6,8,7,9,1]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,0] => [10,4,3,6,5,7,2,8,9,1]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0,1,0,0] => [9,3,2,6,5,7,8,4,10,1]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0,0] => [10,4,3,5,2,7,8,6,9,1]
[1,1,1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [10,3,2,5,4,7,8,9,6,1]
[1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [3,2,9,7,5,6,4,8,10,1]
[1,1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [3,2,10,5,7,6,4,8,9,1]
[1,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [9,3,2,4,7,6,8,5,10,1]
[1,1,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0] => [3,2,9,4,8,6,7,5,10,1]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0,0,0] => [10,4,3,5,6,2,8,7,9,1]
[1,1,1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [10,3,2,5,6,4,8,9,7,1]
[1,1,1,0,0,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [3,2,10,5,6,8,7,4,9,1]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [10,3,2,4,6,8,7,9,5,1]
[1,1,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [3,2,10,4,6,9,7,8,5,1]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,0] => [2,9,6,5,4,7,3,8,10,1]
[1,1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,1,0,0,0] => [2,10,5,4,3,7,6,8,9,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,9,7,8,6,10,1]
[1,1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [2,10,5,4,3,6,8,7,9,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,10,6,8,9,7,1]
[1,1,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0,1,0,0] => [4,2,3,9,7,6,5,8,10,1]
[1,1,1,0,1,0,0,1,1,1,0,0,0,1,1,0,1,0,0,0] => [4,2,3,7,6,5,10,8,9,1]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [2,9,3,7,6,5,4,8,10,1]
[1,1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0,0] => [2,7,3,6,5,4,10,8,9,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [6,3,4,2,5,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] => [9,2,4,3,5,8,7,6,10,1]
[1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [2,6,4,5,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] => [9,2,3,5,4,8,7,6,10,1]
[1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [2,9,3,5,8,7,6,4,10,1]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0,0] => [8,5,3,4,6,2,7,10,9,1]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,0,0] => [10,3,5,4,6,2,7,9,8,1]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,1,1,0,0,0] => [8,2,5,4,6,7,3,10,9,1]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,0,0,0] => [10,3,4,2,6,7,5,9,8,1]
[1,1,1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0,0] => [10,2,4,3,6,7,9,8,5,1]
[1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,0,0] => [2,8,6,4,5,3,7,10,9,1]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,0] => [2,10,4,6,5,3,7,9,8,1]
[1,1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [8,2,3,6,5,7,4,10,9,1]
[1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [2,8,3,7,5,6,4,10,9,1]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,0] => [10,3,4,5,2,7,6,9,8,1]
[1,1,1,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,0] => [10,2,4,5,3,7,9,8,6,1]
[1,1,0,1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [2,10,4,5,7,6,3,9,8,1]
[1,1,1,0,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [10,2,3,5,7,6,9,8,4,1]
[1,0,1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [1,2,10,9,7,6,5,8,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] => [4,2,3,5,6,7,10,8,9,1]
[1,1,1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [10,3,9,4,5,6,8,7,2,1]
[1,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [2,1,9,7,5,6,8,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,8,6,7,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,10,6,9,7,8,5,3]
[1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [8,3,2,6,5,4,7,9,10,1]
[1,1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [6,3,2,5,4,7,10,8,9,1]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0] => [3,2,4,10,5,8,7,6,9,1]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [9,3,2,6,5,7,8,4,1,10]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0] => [8,6,4,3,5,7,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,7,5,6,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,9,5,8,6,7,4,1,10]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0] => [9,4,3,5,7,6,2,8,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,8,6,7,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,10,8,9,5]
[1,0,1,0,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [1,2,10,5,4,8,7,6,9,3]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0,1,0] => [1,2,7,5,4,6,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,9,7,8,3,10]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,1,0,1,0,0,0] => [1,6,3,5,4,2,10,8,9,7]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [1,9,3,7,6,5,4,8,2,10]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,0,0,1,0] => [4,2,3,1,9,7,6,8,5,10]
[1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [1,5,3,4,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,8,5,7,6,2,9,10]
[1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,1,0,1,0] => [8,2,5,4,3,7,6,1,9,10]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [4,2,3,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,6,4,5,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,10,3,6,5,7,9,8,4,2]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0] => [1,8,6,4,5,7,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,7,5,6,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,10,5,9,6,8,7,4,2]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [1,10,4,5,7,6,3,9,8,2]
[1,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [7,2,5,4,3,6,8,10,9,1]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [4,2,3,5,10,7,6,9,8,1]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0] => [2,3,10,4,7,6,5,9,8,1]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [7,5,3,4,6,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,6,4,5,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,8,4,7,5,6,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] => [4,2,3,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,5,3,4,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] => [4,2,3,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,5,3,4,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] => [4,2,3,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] => [6,4,3,5,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,7,5,4,6,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] => [6,4,3,5,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,7,5,4,6,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] => [6,4,3,5,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,10,6,5,7,9,8,4]
[1,1,0,1,0,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [2,3,1,10,6,5,7,9,8,4]
[1,1,0,0,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [2,1,3,10,6,7,5,9,8,4]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [2,3,1,10,6,7,5,9,8,4]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0,1,0] => [9,4,3,2,5,7,6,8,1,10]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,0,1,0] => [9,3,5,4,2,7,6,8,1,10]
[1,1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0,0,1,0] => [9,4,3,2,5,7,8,6,1,10]
[1,1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0,1,0] => [9,3,5,4,6,2,8,7,1,10]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [9,4,3,5,2,7,8,6,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] => [5,3,2,4,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,8,5,7,6,10,9,1]
[1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [4,2,3,8,5,7,6,10,9,1]
[1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0,1,0,0] => [5,3,4,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] => [6,2,4,5,3,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,10,6,8,7,9,1]
[1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [5,3,4,2,6,10,8,7,9,1]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,0] => [8,2,4,3,5,7,6,10,9,1]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0] => [6,3,2,4,5,10,8,7,9,1]
[1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0,0] => [8,2,4,5,3,7,6,10,9,1]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,0,0,0] => [5,3,2,4,10,7,6,8,9,1]
[1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,0] => [7,3,4,2,6,5,10,8,9,1]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,1,0,0] => [8,7,4,6,5,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] => [10,7,3,6,5,4,2,8,9,1]
[1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0,0,0] => [10,3,7,6,5,4,8,9,2,1]
[1,1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0] => [10,2,9,6,5,4,7,8,3,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0] => [10,7,6,5,4,3,9,8,2,1]
[1,1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0] => [10,9,6,5,4,3,8,7,2,1]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,0,0] => [10,8,7,5,4,6,3,2,9,1]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,0,0] => [10,8,7,4,6,5,3,2,9,1]
[1,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0] => [10,9,6,4,5,7,3,8,2,1]
[1,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0] => [2,10,7,5,4,6,8,3,9,1]
[1,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,0] => [2,10,3,8,6,5,7,9,4,1]
[1,1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,0] => [2,10,3,5,9,7,6,8,4,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [8,2,3,4,5,7,6,1,9,10]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [7,2,3,4,6,5,1,8,9,10]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [6,2,3,5,4,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] => [5,2,4,3,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,10,8,9,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,10,8,9,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,10,9,7,8,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,10,9,7,8,6,5,3]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0,0,0] => [10,8,4,3,5,6,7,9,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] => [6,3,2,5,4,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,8,6,5,7,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,10,8,9,7]
[1,1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0,0] => [10,9,4,5,8,7,6,3,2,1]
[1,1,1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,0,0] => [10,9,5,4,6,8,7,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,10,6,8,7,9,5,3]
[1,0,1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [1,2,10,4,6,8,7,5,9,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,10,8,7,9,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,10,6,8,7,9,5]
[1,0,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [1,2,4,9,5,8,7,6,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,10,6,8,7,9,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,5,3,4,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] => [4,2,3,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,9,4,6,8,7,5,2,10]
[1,0,1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [1,2,9,4,6,5,8,7,3,10]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [1,5,3,4,9,6,8,7,2,10]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [1,3,6,4,5,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,9,6,8,7,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,5,3,4,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] => [4,2,3,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,7,3,5,6,4,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,7,5,4,6,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,7,5,6,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,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [2,5,3,4,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] => [4,2,3,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] => [4,2,3,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] => [9,6,3,5,4,7,2,8,10,1]
[1,1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,1,0,0] => [9,3,5,4,7,6,2,8,10,1]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [8,3,5,4,6,2,7,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,10,4,5,6,7,8,9,2]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [2,9,6,4,5,7,3,8,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,8,3,4,5,6,7,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] => [10,2,8,7,6,5,4,3,9,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,1,0,0,0] => [8,3,4,5,6,7,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,10,5,6,7,8,9,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,9,7,8,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,7,5,6,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,9,5,7,8,6,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,9,6,7,5,8,10,4]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [1,5,3,4,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,5,3,4,2,9,7,8,10,6]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [1,7,3,5,6,4,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,7,4,5,3,6,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,9,7,8,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,7,5,6,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,9,3,5,8,6,7,4,10,1]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [2,9,3,7,5,6,8,4,10,1]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [2,9,4,5,3,7,8,6,10,1]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [2,9,4,7,5,6,3,8,10,1]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [4,2,3,9,5,7,8,6,10,1]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [4,2,3,9,6,7,5,8,10,1]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0,0] => [6,2,4,5,3,9,7,8,10,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0] => [6,3,4,2,5,9,7,8,10,1]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [8,2,4,7,5,6,3,9,10,1]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0,0] => [8,2,6,4,5,7,3,9,10,1]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,1,0,0] => [8,3,4,2,6,7,5,9,10,1]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,1,0,0] => [8,3,6,4,5,2,7,9,10,1]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0] => [8,5,3,4,6,2,7,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,10,4,9,8,7,6,5,2]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0] => [1,3,10,4,6,9,8,7,5,2]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [2,10,3,4,5,6,7,9,8,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] => [10,9,8,7,5,6,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,11,10,9,8,6,7,5,4,3,2]
[1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,1,0] => [10,9,8,5,7,6,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,11,10,9,7,6,8,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,11,10,9,6,8,7,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] => [10,9,8,5,6,7,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,11,10,9,7,6,5,8,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,11,10,9,6,7,8,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,11,10,9,5,8,7,6,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,11,10,5,9,8,7,6,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,11,10,4,9,8,7,6,5,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,11,4,10,9,8,7,6,5,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,11,3,10,9,8,7,6,5,4,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,11,9,10,8]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [4,2,3,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,11,9,10,8,7]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [5,2,3,4,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] => [6,2,3,4,5,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] => [7,2,3,4,5,6,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,11,10,8,9,7,6]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [8,2,3,4,5,6,7,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] => [11,10,3,4,5,6,7,9,8,2,1]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [11,10,4,3,5,6,7,8,9,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] => [11,10,9,8,5,7,6,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] => [11,10,9,8,6,5,7,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] => [11,10,9,8,6,7,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] => [10,9,8,7,5,6,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,11,10,9,8,6,7,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,11,9,10,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,11,8,9,10,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,11,7,8,9,10,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,11,6,7,8,9,10,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,11,5,6,7,8,9,10,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,11,4,5,6,7,8,9,10,1]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [2,11,3,4,5,6,7,8,9,10,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [11,2,3,4,5,6,7,8,9,10,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] => [11,10,9,8,5,6,7,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] => [11,10,9,7,6,5,8,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] => [11,9,8,5,6,7,4,3,2,10,1]
[1,1,1,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [11,2,10,9,6,7,8,5,4,3,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,11,10,8,9,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] => [11,3,4,5,6,7,8,9,10,2,1]
[1,1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0,0,0] => [11,10,9,7,5,6,8,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] => [7,6,4,5,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] => [11,10,4,5,6,7,8,3,9,2,1]
[1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [11,10,3,5,6,7,8,9,4,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [10,2,3,4,5,6,7,8,9,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,11,3,4,5,6,7,8,9,10,2]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,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] => [10,9,3,4,5,6,7,8,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] => [9,2,3,4,5,6,7,8,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] => [10,2,3,4,5,6,7,8,9,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] => [11,10,3,4,5,6,7,8,9,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] => [10,9,4,5,6,7,8,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,11,10,5,6,7,8,9,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,9,7,8,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] => [11,3,4,5,6,7,10,8,9,2,1]
[1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [11,5,3,4,6,7,8,9,10,2,1]
[1,1,1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0] => [11,10,9,5,8,6,7,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,11,10,4,5,6,7,8,9,3,2]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [11,3,2,4,5,6,7,8,9,10,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [11,2,3,4,5,6,7,8,10,9,1]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [11,2,4,5,6,7,8,9,10,3,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [11,2,3,4,5,6,7,10,9,8,1]
[1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0] => [11,10,9,5,8,7,6,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,11,10,9,7,6,8,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] => [11,2,10,9,8,7,6,5,4,3,1]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0] => [11,9,8,7,6,5,4,3,2,10,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0,0] => [11,3,4,5,6,7,10,9,8,2,1]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [11,4,3,5,6,7,8,10,9,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,11,10,9,6,7,8,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,11,10,9,5,6,7,8,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,11,10,5,6,7,8,9,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,11,10,4,5,6,7,8,9,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,11,4,5,6,7,8,9,10,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,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [5,4,3,2,1,11,10,9,8,7,6]
[1,0,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [1,2,11,10,9,7,8,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] => [11,10,9,6,5,8,7,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] => [11,10,4,5,6,7,8,9,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,11,10,5,4,6,7,8,9,3,2]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [11,2,3,4,5,6,10,8,9,7,1]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [11,2,3,4,5,10,7,8,9,6,1]
[1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [11,2,3,4,10,6,7,8,9,5,1]
[1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [11,2,3,10,5,6,7,8,9,4,1]
[1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [11,2,10,4,5,6,7,8,9,3,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] => [11,9,8,7,6,5,4,3,10,2,1]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0] => [11,10,8,7,6,5,4,3,9,2,1]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0] => [11,10,8,7,6,5,4,9,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] => [11,10,9,7,6,5,4,8,3,2,1]
[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,7,3,4,5,6,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,7,4,5,6,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,7,5,6,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] => [10,3,4,5,6,7,8,9,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] => [11,3,4,5,6,7,8,9,2,10,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [11,3,4,5,6,7,8,10,9,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0] => [11,3,4,5,6,10,8,9,7,2,1]
[1,1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0,0] => [11,3,4,5,10,7,8,9,6,2,1]
[1,1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [11,3,4,10,6,7,8,9,5,2,1]
[1,1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [11,3,10,5,6,7,8,9,4,2,1]
[1,1,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0] => [11,10,9,6,5,4,8,7,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] => [10,9,3,4,5,6,8,7,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] => [11,10,9,5,6,8,7,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] => [11,10,9,6,5,7,8,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,10,7,8,9,11,1]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [11,3,4,5,6,2,7,8,9,10,1]
[1,1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [11,2,4,5,6,3,7,8,9,10,1]
[1,1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [11,2,3,5,6,4,7,8,9,10,1]
[1,1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [11,2,3,4,6,5,7,8,9,10,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] => [11,9,8,7,5,6,4,3,2,10,1]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0,0,0] => [11,9,8,7,5,6,4,3,10,2,1]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,0,0,0] => [11,10,8,7,5,6,4,3,9,2,1]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0] => [11,10,8,7,5,6,4,9,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] => [11,10,9,7,5,6,4,8,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,11,10,9,7,8,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] => [11,10,4,5,6,7,9,8,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] => [11,10,5,4,6,7,8,9,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,11,9,10,1]
[1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [11,10,9,4,8,7,6,5,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] => [11,10,4,9,8,7,6,5,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] => [11,10,3,9,8,7,6,5,4,2,1]
[1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [11,3,10,9,8,7,6,5,4,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] => [11,10,9,8,6,7,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,12,11,10,9,7,8,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,12,4,6,11,7,9,10,8,5,2]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,0] => [1,3,12,4,6,11,8,9,7,10,5,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,12,4,8,6,7,11,9,10,5,2]
[1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,0] => [1,3,12,4,10,6,8,9,7,11,5,2]
[1,0,1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0] => [1,3,12,4,10,7,8,6,9,11,5,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,12,5,6,4,8,11,9,10,7,2]
[1,0,1,1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,0] => [1,3,12,5,6,4,10,8,9,11,7,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,12,5,8,6,7,4,10,11,9,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,12,7,5,6,8,4,10,11,9,2]
[1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,0] => [1,3,12,5,10,6,8,9,7,4,11,2]
[1,0,1,1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,0] => [1,3,12,5,10,7,8,6,9,4,11,2]
[1,0,1,1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,0] => [1,3,12,7,5,6,10,8,9,4,11,2]
[1,0,1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,0] => [1,3,12,9,5,7,8,6,10,4,11,2]
[1,0,1,1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,0] => [1,3,12,9,6,7,5,8,10,4,11,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,5,3,4,12,6,8,11,9,10,7,2]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0] => [1,5,3,4,12,6,10,8,9,11,7,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,5,3,4,12,7,8,6,10,11,9,2]
[1,0,1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [1,5,3,4,12,7,10,8,9,6,11,2]
[1,0,1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [1,5,3,4,12,9,7,8,10,6,11,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,7,3,5,6,4,12,8,10,11,9,2]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,0] => [1,7,3,5,6,4,12,9,10,8,11,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,7,4,5,3,6,12,8,10,11,9,2]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [1,7,4,5,3,6,12,9,10,8,11,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,9,3,5,8,6,7,4,12,10,11,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,9,3,7,5,6,8,4,12,10,11,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,9,4,5,3,7,8,6,12,10,11,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,9,4,7,5,6,3,8,12,10,11,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,9,6,4,5,7,3,8,12,10,11,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,11,3,5,10,6,8,9,7,4,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,11,3,5,10,7,8,6,9,4,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,11,3,7,5,6,10,8,9,4,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,11,3,9,5,7,8,6,10,4,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,11,3,9,6,7,5,8,10,4,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,11,4,5,3,7,10,8,9,6,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,11,4,5,3,9,7,8,10,6,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,11,4,7,5,6,3,9,10,8,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,11,6,4,5,7,3,9,10,8,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,11,4,9,5,7,8,6,3,10,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,11,4,9,6,7,5,8,3,10,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,11,6,4,5,9,7,8,3,10,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,11,8,4,6,7,5,9,3,10,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,11,8,5,6,4,7,9,3,10,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,12,6,8,11,9,10,7,4]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0] => [2,3,1,5,12,6,10,8,9,11,7,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,12,7,8,6,10,11,9,4]
[1,1,0,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [2,3,1,5,12,7,10,8,9,6,11,4]
[1,1,0,1,0,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [2,3,1,5,12,9,7,8,10,6,11,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,7,5,6,12,8,10,11,9,4]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [2,3,1,7,5,6,12,9,10,8,11,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,9,5,7,8,6,12,10,11,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,9,6,7,5,8,12,10,11,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,11,5,7,10,8,9,6,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,11,5,9,7,8,10,6,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,11,6,7,5,9,10,8,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,11,6,9,7,8,5,10,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,11,8,6,7,9,5,10,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,5,3,4,1,7,12,8,10,11,9,6]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [2,5,3,4,1,7,12,9,10,8,11,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,5,3,4,1,9,7,8,12,10,11,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,5,3,4,1,11,7,9,10,8,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,5,3,4,1,11,8,9,7,10,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] => [4,2,3,5,1,7,12,8,10,11,9,6]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [4,2,3,5,1,7,12,9,10,8,11,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] => [4,2,3,5,1,9,7,8,12,10,11,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] => [4,2,3,5,1,11,7,9,10,8,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] => [4,2,3,5,1,11,8,9,7,10,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,7,3,5,6,4,1,9,12,10,11,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,7,3,5,6,4,1,11,9,10,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,7,4,5,3,6,1,9,12,10,11,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,7,4,5,3,6,1,11,9,10,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] => [4,2,3,7,5,6,1,9,12,10,11,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] => [4,2,3,7,5,6,1,11,9,10,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] => [6,2,4,5,3,7,1,9,12,10,11,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] => [6,2,4,5,3,7,1,11,9,10,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] => [6,3,4,2,5,7,1,9,12,10,11,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] => [6,3,4,2,5,7,1,11,9,10,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,9,3,5,8,6,7,4,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,9,3,7,5,6,8,4,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,9,4,5,3,7,8,6,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,9,4,7,5,6,3,8,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,9,6,4,5,7,3,8,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] => [4,2,3,9,5,7,8,6,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] => [4,2,3,9,6,7,5,8,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] => [6,2,4,5,3,9,7,8,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] => [6,3,4,2,5,9,7,8,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] => [8,2,4,7,5,6,3,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] => [8,2,6,4,5,7,3,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] => [8,3,4,2,6,7,5,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] => [8,3,6,4,5,2,7,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] => [8,5,3,4,6,2,7,9,1,11,12,10]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0,1,0] => [2,11,3,5,10,6,8,9,7,4,1,12]
[1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,0,1,0] => [2,11,3,5,10,7,8,6,9,4,1,12]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,0] => [2,11,3,7,5,6,10,8,9,4,1,12]
[1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,0,1,0] => [2,11,3,9,5,7,8,6,10,4,1,12]
[1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0,1,0] => [2,11,3,9,6,7,5,8,10,4,1,12]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [2,11,4,5,3,7,10,8,9,6,1,12]
[1,1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0] => [2,11,4,5,3,9,7,8,10,6,1,12]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,0,1,0] => [2,11,4,7,5,6,3,9,10,8,1,12]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [2,11,6,4,5,7,3,9,10,8,1,12]
[1,1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,0,1,0] => [2,11,4,9,5,7,8,6,3,10,1,12]
[1,1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,0,1,0] => [2,11,4,9,6,7,5,8,3,10,1,12]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,0,1,0] => [2,11,6,4,5,9,7,8,3,10,1,12]
[1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,0,1,0] => [2,11,8,4,6,7,5,9,3,10,1,12]
[1,1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0] => [2,11,8,5,6,4,7,9,3,10,1,12]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [4,2,3,11,5,7,10,8,9,6,1,12]
[1,1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0] => [4,2,3,11,5,9,7,8,10,6,1,12]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [4,2,3,11,6,7,5,9,10,8,1,12]
[1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0] => [4,2,3,11,6,9,7,8,5,10,1,12]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0] => [4,2,3,11,8,6,7,9,5,10,1,12]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0] => [6,2,4,5,3,11,7,9,10,8,1,12]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0] => [6,2,4,5,3,11,8,9,7,10,1,12]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0] => [6,3,4,2,5,11,7,9,10,8,1,12]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0] => [6,3,4,2,5,11,8,9,7,10,1,12]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0,0,1,0] => [8,2,4,7,5,6,3,11,9,10,1,12]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0,0,1,0] => [8,2,6,4,5,7,3,11,9,10,1,12]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0] => [8,3,4,2,6,7,5,11,9,10,1,12]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0,0,1,0] => [8,3,6,4,5,2,7,11,9,10,1,12]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0] => [8,5,3,4,6,2,7,11,9,10,1,12]
[1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0,1,0] => [10,2,4,9,5,7,8,6,3,11,1,12]
[1,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0,0,1,0] => [10,2,4,9,6,7,5,8,3,11,1,12]
[1,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [10,2,6,4,5,9,7,8,3,11,1,12]
[1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0,0,1,0] => [10,2,8,4,6,7,5,9,3,11,1,12]
[1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0] => [10,2,8,5,6,4,7,9,3,11,1,12]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [10,3,4,2,6,9,7,8,5,11,1,12]
[1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0] => [10,3,4,2,8,6,7,9,5,11,1,12]
[1,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,0,1,0] => [10,3,6,4,5,2,8,9,7,11,1,12]
[1,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0] => [10,5,3,4,6,2,8,9,7,11,1,12]
[1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0,1,0] => [10,3,8,4,6,7,5,2,9,11,1,12]
[1,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0] => [10,3,8,5,6,4,7,2,9,11,1,12]
[1,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0] => [10,5,3,4,8,6,7,2,9,11,1,12]
[1,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0] => [10,7,3,5,6,4,8,2,9,11,1,12]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [10,7,4,5,3,6,8,2,9,11,1,12]
[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] => [12,2,3,4,5,6,7,8,9,10,11,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] => [5,3,2,4,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,7,5,4,6,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,7,5,4,6,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] => [7,3,2,5,4,6,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] => [7,4,3,5,2,6,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] => [5,3,2,4,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,9,7,6,8,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,9,7,6,8,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] => [5,3,2,4,9,7,6,8,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,9,7,6,8,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,9,7,6,8,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] => [9,3,2,5,4,7,6,8,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] => [9,4,3,5,2,7,6,8,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] => [9,3,2,6,5,7,4,8,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] => [9,4,3,6,5,7,2,8,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,9,5,4,7,6,8,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,9,5,4,7,6,8,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] => [9,6,4,3,5,7,2,8,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,9,6,5,7,4,8,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,9,6,5,7,4,8,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] => [5,3,2,4,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,7,5,4,6,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,7,5,4,6,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] => [7,3,2,5,4,6,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] => [7,4,3,5,2,6,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] => [5,3,2,4,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,11,9,8,10,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,11,9,8,10,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] => [5,3,2,4,6,1,11,9,8,10,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,11,9,8,10,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,11,9,8,10,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,7,5,4,6,11,9,8,10,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,7,5,4,6,11,9,8,10,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] => [7,3,2,5,4,6,11,9,8,10,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] => [7,4,3,5,2,6,11,9,8,10,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,11,9,8,10,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,11,9,8,10,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] => [5,3,2,4,7,6,11,9,8,10,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,11,9,8,10,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,11,9,8,10,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,11,5,4,7,6,9,8,10,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,11,5,4,7,6,9,8,10,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] => [11,6,4,3,5,7,2,9,8,10,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,11,6,5,7,4,9,8,10,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,11,6,5,7,4,9,8,10,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,11,5,4,8,7,9,6,10,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,11,5,4,8,7,9,6,10,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] => [11,6,4,3,5,8,7,9,2,10,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,11,6,5,8,7,9,4,10,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,11,6,5,8,7,9,4,10,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] => [11,3,2,5,4,7,6,9,8,10,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] => [11,3,2,6,5,7,4,9,8,10,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] => [11,4,3,5,2,7,6,9,8,10,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] => [11,4,3,6,5,7,2,9,8,10,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] => [11,8,4,3,6,5,7,9,2,10,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] => [11,8,5,4,6,3,7,9,2,10,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] => [11,3,2,5,4,8,7,9,6,10,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] => [11,3,2,6,5,8,7,9,4,10,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] => [11,4,3,5,2,8,7,9,6,10,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] => [11,4,3,6,5,8,7,9,2,10,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,11,7,6,9,8,10,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,11,7,6,9,8,10,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] => [5,3,2,4,11,7,6,9,8,10,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,11,7,6,9,8,10,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,11,7,6,9,8,10,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,11,8,6,5,7,9,4,10,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,11,8,6,5,7,9,4,10,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] => [11,3,2,8,6,5,7,9,4,10,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] => [11,4,3,8,6,5,7,9,2,10,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,11,8,7,9,6,10,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,11,8,7,9,6,10,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] => [5,3,2,4,11,8,7,9,6,10,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,11,8,7,9,6,10,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,11,8,7,9,6,10,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] => [5,3,2,4,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,7,5,4,6,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,7,5,4,6,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] => [7,3,2,5,4,6,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] => [7,4,3,5,2,6,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] => [5,3,2,4,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,9,7,6,8,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,9,7,6,8,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] => [5,3,2,4,9,7,6,8,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,9,7,6,8,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,9,7,6,8,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] => [9,3,2,5,4,7,6,8,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] => [9,4,3,5,2,7,6,8,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] => [9,3,2,6,5,7,4,8,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] => [9,4,3,6,5,7,2,8,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,9,5,4,7,6,8,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,9,5,4,7,6,8,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] => [9,6,4,3,5,7,2,8,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,9,6,5,7,4,8,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,9,6,5,7,4,8,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] => [5,3,2,4,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,7,5,4,6,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,7,5,4,6,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] => [7,3,2,5,4,6,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] => [7,4,3,5,2,6,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] => [5,3,2,4,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] => [12,11,10,9,7,6,8,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] => [12,11,10,9,8,6,7,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,11,3,5,10,6,8,9,7,4,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,12,6,8,11,9,10,7,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,11,5,10,6,8,9,7,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,10,4,9,5,7,8,6,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,12,8,11,9,10,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,11,7,10,8,9,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,9,5,8,6,7,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,8,4,7,5,6,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,12,4,10,6,8,9,7,5,11,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,11,3,9,5,7,8,6,4,10,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,11,7,10,8,9,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,11,9,5,7,8,6,4,10,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,10,8,4,6,7,5,3,9,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,12,4,6,5,7,11,9,10,8,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,11,3,5,4,6,10,8,9,7,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,12,10,11,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,11,5,4,6,10,8,9,7,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,10,4,3,5,9,7,8,6,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,12,10,11,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,11,9,10,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,12,10,11,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,11,9,10,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,9,4,8,6,7,5,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,8,3,7,5,6,4,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,9,7,8,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,8,7,5,6,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,7,6,4,5,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,12,4,6,10,8,9,7,11,5,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,11,3,5,9,7,8,6,10,4,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,12,6,10,8,9,7,11,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,11,5,9,7,8,6,10,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,10,4,8,6,7,5,9,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,12,10,8,9,7,11,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,11,9,7,8,6,10,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,9,7,5,6,4,8,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,8,6,4,5,3,7,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,12,4,9,7,8,6,10,5,11,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,11,3,8,6,7,5,9,4,10,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,11,9,7,8,6,10,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,11,8,6,7,5,9,4,10,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,10,7,5,6,4,8,3,9,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,12,4,6,8,7,9,11,10,5,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,11,3,5,7,6,8,10,9,4,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,12,6,8,7,9,11,10,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,11,5,7,6,8,10,9,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,10,4,6,5,7,9,8,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,12,8,7,9,11,10,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,11,7,6,8,10,9,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,9,5,4,6,8,7,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,8,4,3,5,7,6,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,12,4,7,6,8,10,9,5,11,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,11,3,6,5,7,9,8,4,10,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,11,7,6,8,10,9,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,11,6,5,7,9,8,4,10,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,10,5,4,6,8,7,3,9,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,7,4,6,5,8,12,9,11,10,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,6,3,5,4,7,11,8,10,9,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,11,8,10,9,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,10,7,9,8,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,8,4,6,5,7,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,7,3,5,4,6,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,7,5,4,6,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,6,4,3,5,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,7,4,6,5,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,7,4,6,5,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,6,3,5,4,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,6,3,5,4,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,12,4,6,8,7,5,9,11,10,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,11,3,5,7,6,4,8,10,9,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,9,6,8,7,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,11,5,7,6,4,8,10,9,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,10,4,6,5,3,7,9,8,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,12,4,7,6,5,8,10,9,11,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,11,3,6,5,4,7,9,8,10,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,11,6,5,4,7,9,8,10,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,10,5,4,3,6,8,7,9,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,12,4,6,11,7,9,8,10,5,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,11,3,5,10,6,8,7,9,4,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,12,6,8,10,9,11,7,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,11,5,10,6,8,7,9,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,10,4,9,5,7,6,8,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,12,8,10,9,11,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,11,7,9,8,10,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,9,5,7,6,8,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,8,4,6,5,7,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,12,4,10,6,8,7,9,5,11,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,11,3,9,5,7,6,8,4,10,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,11,7,9,8,10,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,11,9,5,7,6,8,4,10,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,10,8,4,6,5,7,3,9,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,12,4,6,5,7,10,9,11,8,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,11,3,5,4,6,9,8,10,7,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,12,10,9,11,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,11,5,4,6,9,8,10,7,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,10,4,3,5,8,7,9,6,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,12,10,9,11,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,11,9,8,10,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,12,10,9,11,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,11,9,8,10,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,9,4,7,6,8,5,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,8,3,6,5,7,4,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,9,7,6,8,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,8,6,5,7,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,7,5,4,6,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,12,4,6,10,8,7,9,11,5,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,11,3,5,9,7,6,8,10,4,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,12,6,9,8,10,7,11,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,11,5,9,7,6,8,10,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,10,4,8,6,5,7,9,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,12,9,8,10,7,11,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,11,8,7,9,6,10,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,9,6,5,7,4,8,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,8,5,4,6,3,7,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,12,4,9,7,6,8,10,5,11,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,11,3,8,6,5,7,9,4,10,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,11,8,7,9,6,10,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,11,8,6,5,7,9,4,10,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,10,7,5,4,6,8,3,9,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] => [4,2,3,12,7,6,10,8,9,5,11,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,7,3,4,6,5,12,8,9,11,10,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,12,6,7,9,8,10,11,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] => [8,2,3,5,4,6,7,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] => [6,3,2,4,5,11,8,7,9,10,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,8,3,5,7,6,4,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,8,3,5,7,6,4,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,8,3,5,7,6,4,11,9,10,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,8,3,5,7,6,4,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] => [11,8,3,5,7,6,4,9,2,10,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,11,9,10,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,12,10,11,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,11,5,7,6,4,9,10,8,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,11,5,7,6,4,9,10,8,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,9,5,7,6,4,8,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] => [11,3,9,5,7,6,4,8,2,10,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,9,5,7,6,4,8,12,10,11,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] => [11,2,9,5,7,6,4,8,10,3,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,12,9,5,7,6,4,8,10,3,11,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,5,3,4,7,6,2,11,9,10,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,5,3,4,7,6,2,9,12,10,11,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] => [11,5,3,4,7,6,2,9,10,8,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] => [9,5,3,4,7,6,2,8,12,10,11,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] => [9,5,3,4,7,6,2,8,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,12,9,10,8,11,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,12,8,10,11,9,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,12,9,10,8,11,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,12,8,10,11,9,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,11,4,7,6,10,8,9,5,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,11,4,7,6,10,8,9,5,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] => [11,3,4,2,7,6,10,8,9,5,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,12,7,6,10,8,9,5,11,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,9,4,7,6,8,5,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] => [11,3,9,4,7,6,8,5,2,10,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,9,4,7,6,8,5,12,10,11,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] => [11,2,9,4,7,6,8,5,10,3,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,12,9,4,7,6,8,5,10,3,11,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] => [9,3,4,2,7,6,8,5,12,10,11,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] => [9,3,4,2,7,6,8,5,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,12,7,6,8,5,10,11,9,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] => [4,2,3,12,7,6,8,5,10,11,9,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] => [11,2,4,10,7,6,8,5,9,3,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,12,4,10,7,6,8,5,9,3,11,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] => [4,2,3,10,7,6,8,5,9,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,12,3,10,7,6,8,5,9,11,4,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,10,7,6,8,5,9,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,7,5,6,4,2,11,9,10,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,7,5,6,4,2,9,12,10,11,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] => [11,3,7,5,6,4,2,9,10,8,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] => [9,3,7,5,6,4,2,8,12,10,11,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] => [9,3,7,5,6,4,2,8,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,7,5,6,4,12,9,10,8,11,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,7,5,6,4,12,8,10,11,9,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] => [11,2,7,5,6,4,10,8,9,3,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,12,7,5,6,4,10,8,9,3,11,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] => [9,2,7,5,6,4,8,3,12,10,11,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] => [9,2,7,5,6,4,8,3,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,12,7,5,6,4,8,3,10,11,9,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,10,7,5,6,4,8,3,9,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] => [7,5,3,4,6,2,12,9,10,8,11,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] => [7,5,3,4,6,2,12,8,10,11,9,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] => [7,5,3,4,6,2,10,8,9,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] => [7,5,3,4,6,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] => [7,5,3,4,6,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] => [7,3,6,4,5,2,12,9,10,8,11,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] => [7,3,6,4,5,2,12,8,10,11,9,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] => [7,3,6,4,5,2,10,8,9,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] => [7,3,6,4,5,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] => [7,3,6,4,5,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,12,10,8,9,11,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,12,8,11,9,10,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,12,10,8,9,11,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,12,8,11,9,10,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,6,4,5,12,10,8,9,11,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,6,4,5,12,8,11,9,10,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] => [6,3,4,2,5,12,10,8,9,11,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] => [6,3,4,2,5,12,8,11,9,10,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] => [6,2,4,5,3,12,10,8,9,11,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] => [6,2,4,5,3,12,8,11,9,10,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,11,4,6,10,8,9,7,5,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,11,4,6,10,8,9,7,5,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] => [11,3,4,2,6,10,8,9,7,5,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,12,6,10,8,9,7,5,11,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] => [4,2,3,12,6,10,8,9,7,5,11,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] => [11,2,6,4,5,10,8,9,7,3,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,12,6,4,5,10,8,9,7,3,11,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] => [6,3,4,2,5,10,8,9,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] => [6,2,4,5,3,10,8,9,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,12,5,10,8,9,7,11,6,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] => [4,2,3,12,5,10,8,9,7,11,6,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,12,4,5,3,10,8,9,7,11,6,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] => [4,2,3,5,1,10,8,9,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,5,3,4,1,10,8,9,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,9,4,6,8,7,5,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] => [11,3,9,4,6,8,7,5,2,10,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,9,4,6,8,7,5,12,10,11,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] => [11,2,9,4,6,8,7,5,10,3,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,12,9,4,6,8,7,5,10,3,11,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] => [9,3,4,2,6,8,7,5,12,10,11,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] => [9,3,4,2,6,8,7,5,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,12,6,8,7,5,10,11,9,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] => [4,2,3,12,6,8,7,5,10,11,9,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] => [11,2,4,10,6,8,7,5,9,3,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,12,4,10,6,8,7,5,9,3,11,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] => [4,2,3,10,6,8,7,5,9,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,12,3,10,6,8,7,5,9,11,4,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,10,6,8,7,5,9,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] => [9,2,6,4,5,8,7,3,12,10,11,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] => [9,2,6,4,5,8,7,3,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,12,6,4,5,8,7,3,10,11,9,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,10,6,4,5,8,7,3,9,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,10,6,4,5,8,7,3,9,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] => [6,3,4,2,5,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] => [6,3,4,2,5,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] => [6,2,4,5,3,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] => [6,2,4,5,3,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,12,5,8,7,11,9,10,6,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] => [4,2,3,12,5,8,7,11,9,10,6,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,12,4,5,3,8,7,11,9,10,6,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] => [4,2,3,5,1,8,7,11,9,10,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,5,3,4,1,8,7,11,9,10,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] => [11,2,4,10,5,8,7,9,6,3,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,12,4,10,5,8,7,9,6,3,11,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] => [4,2,3,10,5,8,7,9,6,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,12,3,10,5,8,7,9,6,11,4,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,10,5,8,7,9,6,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,10,4,5,3,8,7,9,6,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,10,4,5,3,8,7,9,6,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] => [4,2,3,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,5,3,4,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,12,3,5,11,8,7,9,6,10,4,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,11,8,7,9,6,10,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,5,3,4,11,8,7,9,6,10,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,11,8,7,9,6,10,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,11,8,7,9,6,10,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,12,4,11,6,5,8,7,9,10,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,12,4,6,5,10,9,8,7,3,11,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,12,4,11,6,5,7,9,8,10,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,12,4,6,5,11,7,10,9,8,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,12,4,3,10,7,8,6,9,5,11,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,12,4,3,8,7,6,11,9,10,5,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,12,4,7,5,6,10,9,8,3,11,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,12,4,3,10,6,8,9,7,5,11,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,12,4,9,7,6,5,8,11,10,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,12,4,11,5,7,6,8,10,9,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,12,4,3,9,8,7,6,11,10,5,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,12,4,11,5,6,8,7,10,9,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,12,4,3,11,6,9,8,10,7,5,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,12,3,5,6,10,8,7,9,4,11,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,12,3,5,6,8,7,11,9,10,4,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,12,3,5,6,4,10,9,8,7,11,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,12,3,5,6,9,7,8,11,10,4,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,12,3,5,6,4,11,8,10,9,7,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,12,5,4,3,7,8,10,9,6,11,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,12,5,4,3,7,8,6,11,10,9,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,12,3,6,5,7,8,10,9,4,11,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,12,3,6,5,7,8,4,11,10,9,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,12,7,5,4,6,3,9,10,8,11,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,12,5,4,8,6,7,9,10,3,11,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,12,3,7,6,5,4,9,10,8,11,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,12,6,4,5,8,7,9,10,3,11,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,12,3,8,5,7,6,9,10,4,11,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,12,9,5,7,6,4,8,3,11,10,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,12,10,5,4,7,6,8,9,11,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,12,5,4,9,8,7,6,3,11,10,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,12,10,5,4,6,8,7,9,11,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,12,5,4,10,6,9,8,7,11,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,12,3,9,6,7,5,8,4,11,10,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,12,3,7,6,5,10,8,9,11,4,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,12,6,4,5,9,8,7,3,11,10,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,12,3,9,5,7,8,6,4,11,10,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,12,8,6,5,4,7,10,9,11,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,12,10,4,6,5,7,9,8,11,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,12,3,8,7,6,5,10,9,11,4,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,12,10,4,5,7,6,9,8,11,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,12,6,10,8,7,9,5,11,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,12,6,8,7,11,9,10,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,12,6,5,10,9,8,7,11,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,12,6,9,7,8,11,10,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,12,6,5,11,8,10,9,7,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,12,5,7,8,10,9,6,11,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,12,5,7,8,6,11,10,9,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,12,7,6,5,9,10,8,11,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,12,5,8,7,9,10,6,11,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,12,9,7,6,8,5,11,10,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,12,7,6,10,8,9,11,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,12,5,9,8,7,6,11,10,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,12,8,6,7,10,9,11,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,12,5,10,7,9,8,11,6,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] => [5,3,2,4,6,12,8,10,9,7,11,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] => [5,3,2,4,6,12,8,7,11,10,9,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] => [5,3,2,4,6,12,7,9,10,8,11,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] => [5,3,2,4,6,12,9,8,7,11,10,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] => [5,3,2,4,6,12,7,10,9,11,8,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] => [5,2,4,3,6,12,8,10,9,7,11,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] => [5,2,4,3,6,12,8,7,11,10,9,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] => [5,2,4,3,6,12,7,9,10,8,11,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] => [5,2,4,3,6,12,9,8,7,11,10,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] => [5,2,4,3,6,12,7,10,9,11,8,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] => [7,3,5,4,2,6,8,12,10,9,11,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] => [7,3,5,4,2,6,8,12,9,11,10,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] => [7,3,2,6,5,4,8,12,10,9,11,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] => [7,3,2,6,5,4,8,12,9,11,10,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] => [7,2,4,5,3,6,8,12,10,9,11,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] => [7,2,4,5,3,6,8,12,9,11,10,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] => [7,4,3,2,6,5,8,12,10,9,11,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] => [7,4,3,2,6,5,8,12,9,11,10,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] => [7,2,5,4,6,3,8,12,10,9,11,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] => [7,2,5,4,6,3,8,12,9,11,10,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] => [9,3,7,5,4,6,2,8,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] => [9,3,5,4,8,6,7,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] => [9,3,2,7,6,5,4,8,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] => [9,3,6,4,5,8,7,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] => [9,3,2,8,5,7,6,4,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] => [9,2,4,5,7,6,3,8,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] => [9,2,4,5,3,8,7,6,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] => [9,4,3,2,6,7,5,8,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] => [9,2,5,4,6,7,3,8,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] => [9,6,4,3,5,2,8,7,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] => [9,4,3,7,5,6,8,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] => [9,2,6,5,4,3,8,7,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] => [9,5,3,4,7,6,8,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] => [9,2,7,4,6,5,8,3,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] => [11,3,10,5,4,7,6,8,9,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] => [11,3,5,4,9,8,7,6,2,10,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] => [11,3,10,5,4,6,8,7,9,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] => [11,3,5,4,10,6,9,8,7,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] => [11,3,2,9,6,7,5,8,4,10,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] => [11,3,2,7,6,5,10,8,9,4,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] => [11,3,6,4,5,9,8,7,2,10,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] => [11,3,2,9,5,7,8,6,4,10,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] => [11,3,8,6,5,4,7,10,9,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] => [11,3,10,4,6,5,7,9,8,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] => [11,3,2,8,7,6,5,10,9,4,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] => [11,3,10,4,5,7,6,9,8,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] => [11,3,2,10,5,8,7,9,6,4,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] => [11,2,4,5,9,7,6,8,3,10,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] => [11,2,4,5,7,6,10,8,9,3,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] => [11,2,4,5,3,9,8,7,6,10,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] => [11,2,4,5,8,6,7,10,9,3,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] => [11,2,4,5,3,10,7,9,8,6,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] => [11,4,3,2,6,7,9,8,5,10,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] => [11,4,3,2,6,7,5,10,9,8,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] => [11,2,5,4,6,7,9,8,3,10,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] => [11,2,5,4,6,7,3,10,9,8,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] => [11,6,4,3,5,2,8,9,7,10,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] => [11,4,3,7,5,6,8,9,2,10,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] => [11,2,6,5,4,3,8,9,7,10,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] => [11,5,3,4,7,6,8,9,2,10,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] => [11,2,7,4,6,5,8,9,3,10,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] => [11,8,4,6,5,3,7,2,10,9,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] => [11,9,4,3,6,5,7,8,10,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] => [11,4,3,8,7,6,5,2,10,9,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] => [11,9,4,3,5,7,6,8,10,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] => [11,4,3,9,5,8,7,6,10,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] => [11,2,8,5,6,4,7,3,10,9,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] => [11,2,6,5,4,9,7,8,10,3,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] => [11,5,3,4,8,7,6,2,10,9,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] => [11,2,8,4,6,7,5,3,10,9,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] => [11,7,5,4,3,6,9,8,10,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] => [11,9,3,5,4,6,8,7,10,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] => [11,2,7,6,5,4,9,8,10,3,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] => [11,9,3,4,6,5,8,7,10,2,12,1]
[1,1,0,0,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,7,10,12,11,9]
[1,1,0,0,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,5,8,10,9,7,12,11]
[1,1,0,0,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,5,8,10,9,12,11,7]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [2,1,4,3,6,5,8,12,9,11,10,7]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,1,4,3,6,8,7,5,10,9,12,11]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [2,1,4,3,6,8,7,5,10,12,11,9]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [2,1,4,3,6,8,7,10,9,5,12,11]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [2,1,4,3,6,10,7,9,8,5,12,11]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,1,4,3,6,8,7,10,9,12,11,5]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [2,1,4,3,6,8,7,12,9,11,10,5]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [2,1,4,3,6,10,7,9,8,12,11,5]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [2,1,4,3,6,12,7,9,8,11,10,5]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [2,1,4,3,6,12,7,9,11,10,8,5]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,1,4,6,5,3,8,7,10,9,12,11]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [2,1,4,6,5,3,8,7,10,12,11,9]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,1,4,6,5,3,8,10,9,7,12,11]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [2,1,4,6,5,3,8,10,9,12,11,7]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [2,1,4,6,5,3,8,12,9,11,10,7]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,1,4,6,5,8,7,3,10,9,12,11]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [2,1,4,6,5,8,7,3,10,12,11,9]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [2,1,4,8,5,7,6,3,10,9,12,11]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0] => [2,1,4,8,5,7,6,3,10,12,11,9]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [2,1,4,6,5,8,7,10,9,3,12,11]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [2,1,4,6,5,10,7,9,8,3,12,11]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0] => [2,1,4,8,5,7,6,10,9,3,12,11]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0] => [2,1,4,10,5,7,6,9,8,3,12,11]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0] => [2,1,4,10,5,7,9,8,6,3,12,11]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,1,4,6,5,8,7,10,9,12,11,3]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [2,1,4,6,5,8,7,12,9,11,10,3]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [2,1,4,6,5,10,7,9,8,12,11,3]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [2,1,4,6,5,12,7,9,8,11,10,3]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [2,1,4,6,5,12,7,9,11,10,8,3]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [2,1,4,8,5,7,6,10,9,12,11,3]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [2,1,4,8,5,7,6,12,9,11,10,3]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0] => [2,1,4,10,5,7,6,9,8,12,11,3]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0] => [2,1,4,10,5,7,9,8,6,12,11,3]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [2,1,4,12,5,7,6,9,8,11,10,3]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [2,1,4,12,5,7,6,9,11,10,8,3]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0] => [2,1,4,12,5,7,9,8,6,11,10,3]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [2,1,4,12,5,7,9,8,11,10,6,3]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [2,1,4,12,5,7,11,8,10,9,6,3]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,4,3,1,6,5,8,7,10,9,12,11]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [2,4,3,1,6,5,8,7,10,12,11,9]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,4,3,1,6,5,8,10,9,7,12,11]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [2,4,3,1,6,5,8,10,9,12,11,7]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [2,4,3,1,6,5,8,12,9,11,10,7]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,4,3,1,6,8,7,5,10,9,12,11]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [2,4,3,1,6,8,7,5,10,12,11,9]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [2,4,3,1,6,8,7,10,9,5,12,11]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [2,4,3,1,6,10,7,9,8,5,12,11]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,4,3,1,6,8,7,10,9,12,11,5]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [2,4,3,1,6,8,7,12,9,11,10,5]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [2,4,3,1,6,10,7,9,8,12,11,5]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [2,4,3,1,6,12,7,9,8,11,10,5]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [2,4,3,1,6,12,7,9,11,10,8,5]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,4,3,6,5,1,8,7,10,9,12,11]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [2,4,3,6,5,1,8,7,10,12,11,9]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,4,3,6,5,1,8,10,9,7,12,11]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [2,4,3,6,5,1,8,10,9,12,11,7]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [2,4,3,6,5,1,8,12,9,11,10,7]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [2,6,3,5,4,1,8,7,10,9,12,11]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [2,6,3,5,4,1,8,7,10,12,11,9]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [2,6,3,5,4,1,8,10,9,7,12,11]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [2,6,3,5,4,1,8,10,9,12,11,7]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [2,6,3,5,4,1,8,12,9,11,10,7]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,4,3,6,5,8,7,1,10,9,12,11]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [2,4,3,6,5,8,7,1,10,12,11,9]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [2,4,3,8,5,7,6,1,10,9,12,11]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0] => [2,4,3,8,5,7,6,1,10,12,11,9]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [2,6,3,5,4,8,7,1,10,9,12,11]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [2,6,3,5,4,8,7,1,10,12,11,9]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [2,8,3,5,4,7,6,1,10,9,12,11]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0] => [2,8,3,5,4,7,6,1,10,12,11,9]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0,1,1,0,0] => [2,8,3,5,7,6,4,1,10,9,12,11]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,1,1,0,0,0] => [2,8,3,5,7,6,4,1,10,12,11,9]
[1,1,0,1,1,0,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,10,9,1,12,11]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [2,4,3,6,5,10,7,9,8,1,12,11]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0] => [2,4,3,8,5,7,6,10,9,1,12,11]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0] => [2,4,3,10,5,7,6,9,8,1,12,11]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0] => [2,4,3,10,5,7,9,8,6,1,12,11]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [2,6,3,5,4,8,7,10,9,1,12,11]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [2,6,3,5,4,10,7,9,8,1,12,11]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0] => [2,8,3,5,4,7,6,10,9,1,12,11]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0,1,1,0,0] => [2,8,3,5,7,6,4,10,9,1,12,11]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0] => [2,10,3,5,4,7,6,9,8,1,12,11]
[1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0] => [2,10,3,5,4,7,9,8,6,1,12,11]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,1,1,0,0] => [2,10,3,5,7,6,4,9,8,1,12,11]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0,1,1,0,0] => [2,10,3,5,7,6,9,8,4,1,12,11]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0,1,1,0,0] => [2,10,3,5,9,6,8,7,4,1,12,11]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,4,3,6,5,8,7,10,9,12,11,1]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [2,4,3,6,5,8,7,12,9,11,10,1]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [2,4,3,6,5,10,7,9,8,12,11,1]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [2,4,3,6,5,12,7,9,8,11,10,1]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [2,4,3,6,5,12,7,9,11,10,8,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [2,4,3,8,5,7,6,10,9,12,11,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [2,4,3,8,5,7,6,12,9,11,10,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0] => [2,4,3,10,5,7,6,9,8,12,11,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0] => [2,4,3,10,5,7,9,8,6,12,11,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [2,4,3,12,5,7,6,9,8,11,10,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [2,4,3,12,5,7,6,9,11,10,8,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0] => [2,4,3,12,5,7,9,8,6,11,10,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [2,4,3,12,5,7,9,8,11,10,6,1]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [2,4,3,12,5,7,11,8,10,9,6,1]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [2,6,3,5,4,8,7,10,9,12,11,1]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [2,6,3,5,4,8,7,12,9,11,10,1]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [2,6,3,5,4,10,7,9,8,12,11,1]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [2,6,3,5,4,12,7,9,8,11,10,1]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [2,6,3,5,4,12,7,9,11,10,8,1]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [2,8,3,5,4,7,6,10,9,12,11,1]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [2,8,3,5,4,7,6,12,9,11,10,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0,0] => [2,8,3,5,7,6,4,10,9,12,11,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0,0] => [2,8,3,5,7,6,4,12,9,11,10,1]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0] => [2,10,3,5,4,7,6,9,8,12,11,1]
[1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0] => [2,10,3,5,4,7,9,8,6,12,11,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0] => [2,10,3,5,7,6,4,9,8,12,11,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0,0] => [2,10,3,5,7,6,9,8,4,12,11,1]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0,0] => [2,10,3,5,9,6,8,7,4,12,11,1]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [2,12,3,5,4,7,6,9,8,11,10,1]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [2,12,3,5,4,7,6,9,11,10,8,1]
[1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0] => [2,12,3,5,4,7,9,8,6,11,10,1]
[1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [2,12,3,5,4,7,9,8,11,10,6,1]
[1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [2,12,3,5,4,7,11,8,10,9,6,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,0] => [2,12,3,5,7,6,4,9,8,11,10,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0,0] => [2,12,3,5,7,6,4,9,11,10,8,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0,0] => [2,12,3,5,7,6,9,8,4,11,10,1]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0] => [2,12,3,5,9,6,8,7,4,11,10,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0,0] => [2,12,3,5,7,6,9,8,11,10,4,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0] => [2,12,3,5,7,6,11,8,10,9,4,1]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,0] => [2,12,3,5,9,6,8,7,11,10,4,1]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0] => [2,12,3,5,11,6,8,7,10,9,4,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,12,3,5,11,6,8,10,9,7,4,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,12,5,7,11,8,9,10,6,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,12,5,10,7,8,9,11,6,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,12,6,7,9,8,10,11,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,12,6,10,7,8,9,5,11,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,12,9,6,7,8,10,5,11,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,12,4,5,7,6,9,10,11,8,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,12,4,5,8,7,9,10,6,11,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,12,4,6,7,9,8,5,10,11,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,12,5,6,7,4,9,8,10,11,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,11,4,6,10,7,8,9,5,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,11,4,9,6,7,8,10,5,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,11,5,6,8,7,9,10,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,11,5,9,6,7,8,4,10,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,11,8,5,6,7,9,4,10,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,12,7,9,10,11,8,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,12,8,9,10,7,11,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,12,6,5,7,9,8,10,11,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,11,6,5,8,9,10,7,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,11,7,6,8,9,5,10,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,8,4,5,7,6,12,9,10,11,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,11,4,5,8,7,6,9,10,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] => [6,3,2,4,5,8,7,12,9,10,11,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,10,4,6,7,9,8,5,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,10,5,6,7,4,9,8,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] => [10,3,2,4,6,5,7,9,8,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] => [8,3,2,5,6,7,4,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] => [8,4,3,5,6,2,7,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,11,4,6,10,7,8,9,5,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,11,4,9,6,7,8,10,5,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,11,5,6,8,7,9,10,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,11,5,9,6,7,8,4,10,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,11,8,5,6,7,9,4,10,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] => [11,3,2,4,6,5,8,9,10,7,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] => [11,3,2,4,7,6,8,9,5,10,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] => [11,3,2,5,6,8,7,4,9,10,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] => [11,4,3,5,6,2,8,7,9,10,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] => [10,3,2,5,9,6,7,8,4,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] => [10,3,2,8,5,6,7,9,4,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] => [10,4,3,5,7,6,8,9,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] => [10,4,3,8,5,6,7,2,9,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] => [10,7,4,3,5,6,8,2,9,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,12,7,9,10,11,8,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,12,8,9,10,7,11,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,11,6,8,9,10,7,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,11,7,8,9,6,10,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,12,9,10,11,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,11,8,7,9,10,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,10,6,7,9,8,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,8,5,4,6,7,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,11,6,8,9,10,7,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,11,7,8,9,6,10,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,11,5,4,6,8,7,9,10,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,10,5,4,7,8,9,6,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,10,6,5,7,8,4,9,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,12,9,10,11,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,11,8,9,10,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,11,8,9,10,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,10,7,6,5,8,9,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,12,9,10,11,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,11,8,9,10,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,11,8,9,10,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,10,7,6,8,9,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,8,4,5,7,6,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,9,4,5,8,7,6,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,6,3,4,5,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,6,3,4,5,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,6,3,4,5,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,6,3,4,5,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] => [5,2,3,4,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] => [5,2,3,4,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,10,4,6,7,9,8,5,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,10,5,6,7,4,9,8,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,10,3,4,6,5,7,9,8,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,8,3,5,6,7,4,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,8,4,5,6,3,7,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,10,6,7,9,8,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,8,5,4,6,7,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,7,3,4,6,5,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] => [5,2,3,4,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,8,3,5,6,7,4,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,8,4,5,6,3,7,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] => [7,2,4,5,6,3,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] => [7,3,4,5,2,6,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,12,4,6,11,7,8,10,9,5,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,12,4,9,6,7,8,11,10,5,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,12,5,6,8,7,9,11,10,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,12,5,9,6,7,8,4,11,10,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,12,8,5,6,7,9,4,11,10,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,12,3,4,6,5,8,9,11,10,7,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,12,3,4,7,6,8,9,5,11,10,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,12,3,5,6,8,7,4,9,11,10,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,12,4,5,6,3,8,7,9,11,10,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,10,3,5,9,6,7,8,4,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,10,3,8,5,6,7,9,4,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,10,4,5,7,6,8,9,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,10,4,8,5,6,7,3,9,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,10,7,4,5,6,8,3,9,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,12,6,8,9,11,10,7,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,12,7,8,9,6,11,10,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,12,5,4,6,8,7,9,11,10,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,10,5,4,7,8,9,6,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,10,6,5,7,8,4,9,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,10,3,4,7,6,5,8,9,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] => [5,2,3,4,7,6,12,8,9,11,10,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] => [5,2,3,4,10,7,6,8,9,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,9,3,5,6,8,7,4,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,9,4,5,6,3,8,7,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] => [9,2,3,5,4,6,8,7,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] => [7,2,4,5,6,3,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] => [7,3,4,5,2,6,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,10,3,5,9,6,7,8,4,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,10,3,8,5,6,7,9,4,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,10,4,5,7,6,8,9,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,10,4,8,5,6,7,3,9,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,10,7,4,5,6,8,3,9,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] => [10,2,3,5,4,7,8,9,6,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] => [10,2,3,6,5,7,8,4,9,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] => [10,2,4,5,7,6,3,8,9,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] => [10,3,4,5,2,7,6,8,9,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] => [9,2,4,8,5,6,7,3,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] => [9,2,7,4,5,6,8,3,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] => [9,3,4,6,5,7,8,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] => [9,3,7,4,5,6,2,8,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] => [9,6,3,4,5,7,2,8,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] => [12,11,10,9,7,6,5,8,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] => [12,11,10,9,6,8,7,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] => [11,10,4,5,6,7,8,9,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,12,11,5,6,7,8,9,10,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] => [12,8,4,3,6,5,7,9,2,10,11,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] => [11,4,3,8,6,5,7,9,10,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] => [12,6,4,3,5,8,7,9,10,2,11,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] => [12,4,3,6,5,8,7,9,10,11,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] => [11,3,2,9,6,5,7,8,4,10,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] => [12,3,2,6,5,9,7,8,4,10,11,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] => [11,4,3,5,2,9,7,8,10,6,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] => [11,3,2,5,4,10,7,8,9,6,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] => [12,6,4,3,5,7,9,8,10,2,11,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] => [12,4,3,6,5,7,9,8,10,11,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] => [12,3,2,6,5,7,10,8,9,4,11,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] => [12,4,3,5,2,7,10,8,9,11,6,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] => [12,3,2,5,4,7,11,8,9,10,6,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,11,8,6,7,5,9,4,10,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,12,8,5,7,6,9,4,10,11,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,11,5,8,7,6,9,10,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,12,7,5,6,4,9,10,8,11,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,12,5,7,6,4,9,10,11,8,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] => [11,3,2,4,9,7,6,8,5,10,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] => [12,3,2,4,7,6,9,8,5,10,11,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,11,4,9,7,8,6,5,10,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,12,4,9,6,8,7,5,10,11,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] => [11,4,3,5,6,2,9,8,10,7,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] => [11,3,2,5,6,4,10,8,9,7,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,11,5,6,9,8,7,10,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] => [11,3,2,4,6,10,8,7,9,5,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,11,4,6,10,8,9,7,5,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] => [12,7,4,3,5,6,8,2,10,9,11,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] => [12,4,3,7,5,6,8,2,10,11,9,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] => [12,3,2,7,5,6,8,10,9,4,11,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] => [12,4,3,5,7,6,8,10,9,11,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] => [12,3,2,5,7,6,8,11,9,10,4,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,12,8,5,6,7,4,10,9,11,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,12,5,8,6,7,4,10,11,9,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] => [12,3,2,4,8,6,7,10,9,5,11,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,12,4,10,6,7,9,8,5,11,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] => [12,4,3,5,6,8,7,10,9,11,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] => [12,3,2,5,6,8,7,11,9,10,4,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,12,5,6,10,7,9,8,11,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] => [12,3,2,4,6,11,7,9,8,10,5,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,12,4,6,11,7,9,10,8,5,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,11,8,6,5,4,7,9,3,10,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,12,6,5,4,8,7,9,3,10,11,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,11,5,4,3,8,7,9,10,6,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,12,6,5,4,7,3,9,10,8,11,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,12,5,4,3,7,6,9,10,11,8,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,11,9,7,8,6,10,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,12,7,9,8,6,10,11,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,11,5,4,3,6,9,8,10,7,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,11,6,10,8,9,7,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,12,6,5,4,7,8,3,10,9,11,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,12,5,4,3,7,8,6,10,11,9,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,12,7,8,10,9,6,11,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,12,5,4,3,6,8,10,9,11,7,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,12,6,8,11,9,10,7,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] => [4,2,3,11,8,7,6,9,5,10,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] => [4,2,3,12,7,6,5,9,8,10,11,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] => [4,2,3,7,6,5,11,9,10,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] => [4,2,3,12,7,6,5,8,10,9,11,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] => [4,2,3,7,6,5,12,8,10,11,9,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,11,3,8,7,6,5,9,4,10,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,12,3,7,6,5,4,9,8,10,11,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,7,3,6,5,4,11,9,10,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,12,3,7,6,5,4,8,10,9,11,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,7,3,6,5,4,12,8,10,11,9,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] => [6,3,4,2,5,11,9,8,7,10,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] => [6,3,4,2,5,9,8,7,12,10,11,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] => [11,2,4,3,5,9,8,7,6,10,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] => [9,2,4,3,5,8,7,6,12,10,11,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,6,4,5,3,11,9,8,7,10,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,6,4,5,3,9,8,7,12,10,11,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] => [11,2,3,5,4,9,8,7,6,10,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] => [9,2,3,5,4,8,7,6,12,10,11,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,11,3,5,9,8,7,6,4,10,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,9,3,5,8,7,6,4,12,10,11,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] => [8,5,3,4,6,2,7,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] => [11,3,5,4,6,2,7,10,9,8,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] => [8,2,5,4,6,7,3,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] => [11,3,4,2,6,7,5,10,9,8,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] => [11,2,4,3,6,7,10,9,8,5,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,8,6,4,5,3,7,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,11,4,6,5,3,7,10,9,8,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] => [8,2,3,6,5,7,4,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,8,3,7,5,6,4,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] => [11,3,4,5,2,7,6,10,9,8,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] => [11,2,4,5,3,7,10,9,8,6,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,11,4,5,7,6,3,10,9,8,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] => [11,2,3,5,7,6,10,9,8,4,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,11,3,5,10,6,9,8,7,4,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] => [10,7,4,5,3,6,8,2,9,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] => [12,7,3,5,4,6,8,2,9,11,10,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] => [10,3,7,5,4,6,8,9,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] => [12,5,3,4,7,6,8,9,2,11,10,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] => [12,3,5,4,7,6,8,9,11,10,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] => [10,2,8,5,4,6,7,3,9,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] => [12,2,5,4,8,6,7,3,9,11,10,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] => [10,3,4,2,8,6,7,9,5,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] => [10,2,4,3,9,6,7,8,5,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] => [12,5,3,4,6,8,7,9,2,11,10,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] => [12,3,5,4,6,8,7,9,11,10,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] => [12,2,5,4,6,9,7,8,3,11,10,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] => [12,3,4,2,6,9,7,8,11,10,5,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] => [12,2,4,3,6,11,7,8,10,9,5,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,10,7,5,6,4,8,3,9,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,12,7,4,6,5,8,3,9,11,10,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,10,4,7,6,5,8,9,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,12,6,4,5,3,8,9,7,11,10,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,12,4,6,5,3,8,9,11,10,7,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] => [10,2,3,8,6,5,7,4,9,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] => [12,2,3,6,5,8,7,4,9,11,10,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,10,3,8,6,7,5,4,9,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,12,3,8,5,7,6,4,9,11,10,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] => [10,3,4,5,2,8,7,9,6,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] => [10,2,4,5,3,9,7,8,6,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,10,4,5,8,7,6,9,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] => [10,2,3,5,9,7,6,8,4,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,10,3,5,9,7,8,6,4,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] => [12,6,3,4,5,7,2,9,8,11,10,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] => [12,3,6,4,5,7,2,9,11,10,8,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] => [12,2,6,4,5,7,9,8,3,11,10,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] => [12,3,4,6,5,7,9,8,11,10,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] => [12,2,4,6,5,7,11,8,10,9,3,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,12,7,4,5,6,3,9,8,11,10,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,12,4,7,5,6,3,9,11,10,8,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] => [12,2,3,7,5,6,9,8,4,11,10,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,12,3,9,5,6,8,7,4,11,10,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] => [12,3,4,5,7,6,9,8,11,10,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] => [12,2,4,5,7,6,11,8,10,9,3,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,12,4,5,9,6,8,7,11,10,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] => [12,2,3,5,11,6,8,7,10,9,4,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] => [12,11,4,5,6,7,8,10,9,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,12,4,7,6,8,9,5,10,11,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,12,4,6,5,7,9,10,11,8,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,12,10,5,8,7,9,6,11,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,11,7,5,6,8,4,9,10,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,11,5,6,4,8,9,10,7,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,12,6,9,8,10,11,7,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,11,9,7,8,10,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,10,6,9,7,8,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,10,5,6,8,7,4,9,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,12,6,7,8,5,10,11,9,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,12,5,6,8,11,9,10,7,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,12,5,11,7,9,8,6,10,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,12,5,6,7,4,8,10,9,11,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,12,4,5,7,8,10,9,6,11,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] => [12,3,2,6,5,4,9,8,10,11,7,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] => [11,3,2,9,7,6,5,8,10,4,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] => [6,3,2,5,4,7,10,8,9,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] => [6,3,2,5,4,12,8,11,9,10,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] => [12,3,2,7,6,5,8,10,9,4,11,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] => [5,3,2,4,6,10,8,7,9,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] => [5,3,2,4,6,8,7,9,12,10,11,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,10,5,8,7,6,9,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,8,5,7,6,9,12,10,11,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] => [12,3,2,6,5,7,10,9,8,4,11,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] => [8,6,4,3,5,7,2,12,10,9,11,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,7,5,6,8,12,10,9,11,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,12,5,10,6,9,8,7,4,11,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] => [12,4,3,5,7,6,2,10,9,8,11,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] => [11,3,2,6,5,7,8,4,9,10,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] => [11,3,2,5,4,6,8,9,10,7,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] => [11,9,4,3,7,6,8,5,10,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] => [10,6,4,3,5,7,2,8,9,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] => [10,4,3,5,2,7,8,9,6,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,11,5,8,7,9,10,6,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,10,8,6,7,9,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,9,5,8,6,7,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] => [9,4,3,5,7,6,2,8,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,11,5,6,7,4,9,10,8,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,11,4,5,7,10,8,9,6,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] => [11,4,3,10,6,8,7,5,9,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] => [11,4,3,5,6,2,7,9,8,10,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] => [11,3,2,4,6,7,9,8,5,10,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,12,6,9,8,10,11,7,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,11,9,7,8,10,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,10,8,9,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,12,8,11,9,10,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,12,7,8,10,9,6,11,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,10,5,4,8,7,6,9,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,8,5,4,7,6,9,12,10,11,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,7,5,4,6,8,12,10,9,11,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,12,7,10,9,8,11,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,11,5,4,8,7,9,10,6,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,10,8,6,5,7,9,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,9,7,8,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,11,7,10,8,9,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,11,6,5,7,9,8,4,10,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,6,3,5,4,2,10,8,9,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,6,3,5,4,2,8,9,12,10,11,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,12,3,7,6,5,4,10,9,8,11,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,9,3,7,6,5,4,8,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,7,3,6,5,4,8,11,9,10,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] => [4,2,3,1,6,5,10,8,9,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] => [4,2,3,1,6,5,8,9,12,10,11,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] => [4,2,3,1,12,7,6,10,9,8,11,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] => [4,2,3,1,9,7,6,8,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] => [4,2,3,1,7,6,8,11,9,10,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,5,3,4,6,8,7,2,12,10,11,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,5,3,4,6,11,9,8,7,10,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,8,5,7,6,2,12,10,11,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,11,5,9,8,7,6,10,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] => [8,2,5,4,3,7,6,1,12,10,11,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] => [11,2,5,4,3,9,8,7,6,10,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] => [4,2,3,5,6,1,8,7,12,10,11,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] => [4,2,3,5,6,1,11,9,8,10,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,6,4,5,1,8,7,12,10,11,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,6,4,5,1,11,9,8,10,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,10,3,6,5,7,9,8,4,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,8,6,4,5,7,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,7,5,6,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,10,5,9,6,8,7,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,10,4,5,7,6,3,9,8,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] => [7,2,5,4,3,6,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] => [5,2,4,3,6,10,7,9,8,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] => [4,2,3,5,10,7,6,9,8,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,10,4,7,6,5,9,8,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] => [8,2,5,4,6,7,3,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] => [7,5,3,4,6,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,6,4,5,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,8,4,7,5,6,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] => [8,3,4,6,5,2,7,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,12,3,6,5,7,8,4,9,11,10,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,12,3,5,4,6,8,9,11,10,7,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,12,9,4,7,6,8,5,11,10,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,10,6,4,5,7,3,8,9,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,10,4,5,3,7,8,9,6,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,12,5,8,7,9,11,10,6,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,10,8,6,7,9,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,9,5,8,6,7,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,9,4,5,7,6,3,8,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,12,5,6,7,4,9,11,10,8,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,12,4,5,7,11,8,10,9,6,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,12,4,11,6,8,7,5,10,9,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,12,4,5,6,3,7,9,8,11,10,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,12,3,4,6,7,9,8,5,11,10,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] => [12,2,5,4,3,8,7,9,11,10,6,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] => [10,2,8,6,5,4,7,9,3,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] => [5,2,4,3,6,9,7,8,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] => [5,2,4,3,12,7,11,8,10,9,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] => [12,2,6,5,4,7,9,8,3,11,10,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] => [4,2,3,5,9,7,6,8,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] => [4,2,3,5,7,6,8,12,9,11,10,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,9,4,7,6,5,8,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,7,4,6,5,8,12,9,11,10,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] => [12,2,5,4,6,9,8,7,3,11,10,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] => [7,5,3,4,6,2,12,9,8,11,10,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,6,4,5,7,12,9,8,11,10,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,12,4,9,5,8,7,6,3,11,10,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] => [12,3,4,6,5,2,9,8,7,11,10,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] => [10,2,5,4,6,7,3,8,9,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] => [10,2,4,3,5,7,8,9,6,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] => [10,8,3,6,5,7,4,9,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] => [9,5,3,4,6,2,7,8,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] => [9,3,4,2,6,7,8,5,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,10,4,7,6,8,9,5,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,9,7,5,6,8,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,8,4,7,5,6,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] => [8,3,4,6,5,2,7,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,10,4,5,6,3,8,9,7,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,10,3,4,6,9,7,8,5,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] => [10,3,9,5,7,6,4,8,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] => [10,3,4,5,2,6,8,7,9,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] => [10,2,3,5,6,8,7,4,9,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] => [6,2,5,4,3,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] => [6,2,5,4,3,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,7,5,6,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,10,8,9,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,8,6,7,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,11,9,10,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,8,6,7,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] => [7,2,5,4,3,6,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,8,3,6,5,4,7,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] => [6,4,3,2,5,1,7,11,9,10,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,7,5,4,3,6,1,11,9,10,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] => [6,4,3,2,5,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,9,7,8,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] => [7,4,3,2,5,6,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] => [4,2,3,1,5,9,7,8,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,7,5,4,3,6,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] => [6,4,3,2,5,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,8,6,7,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,9,7,8,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,8,5,4,3,6,7,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,5,3,4,8,6,7,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] => [4,2,3,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,8,6,7,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] => [5,2,3,4,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] => [4,2,3,7,5,6,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,9,7,6,8,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,10,8,7,9,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,10,8,7,9,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,11,9,8,10,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,10,8,7,9,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] => [4,2,3,1,5,11,9,8,10,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,5,3,4,1,11,9,8,10,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,11,9,8,10,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] => [4,2,3,1,5,11,9,8,10,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,10,8,7,9,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,11,9,8,10,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,5,3,4,10,8,7,9,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,10,8,7,9,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] => [4,2,3,9,7,6,8,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] => [8,4,3,5,7,6,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,9,5,4,6,8,7,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] => [8,4,3,5,7,6,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,9,5,4,6,8,7,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] => [8,4,3,5,7,6,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] => [8,5,3,4,7,6,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,9,6,4,5,8,7,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] => [8,5,3,4,7,6,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,9,6,4,5,8,7,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] => [8,5,3,4,7,6,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,12,7,6,5,8,10,9,11,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,12,7,6,5,8,10,9,11,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,12,6,8,7,5,10,9,11,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,12,6,8,7,5,10,9,11,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,12,7,6,5,8,10,11,9,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,12,7,6,5,8,10,11,9,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,12,6,8,7,9,5,11,10,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,12,6,8,7,9,5,11,10,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,12,7,6,8,5,10,11,9,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,12,7,6,8,5,10,11,9,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] => [11,3,2,4,7,6,5,8,10,9,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] => [11,4,3,5,2,8,7,6,9,10,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] => [11,3,2,4,6,8,7,5,10,9,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] => [11,4,3,5,6,2,9,8,7,10,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] => [11,3,4,2,6,8,7,5,10,9,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] => [11,5,3,4,2,6,9,8,7,10,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] => [11,3,6,4,5,2,9,8,7,10,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] => [11,4,3,2,5,7,9,8,10,6,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] => [11,5,3,4,2,6,9,8,10,7,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] => [11,3,5,4,6,8,7,2,10,9,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] => [11,4,3,5,6,2,9,8,10,7,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] => [11,3,6,4,5,8,7,2,10,9,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] => [11,4,3,5,2,8,7,9,10,6,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] => [11,5,3,4,7,6,2,9,10,8,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] => [5,2,4,3,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,8,6,5,7,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] => [6,2,3,5,4,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] => [4,2,3,8,6,5,7,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,12,9,11,10,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] => [8,3,5,4,2,7,6,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,9,6,5,7,8,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,8,6,7,12,9,11,10,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] => [9,4,3,2,5,7,6,8,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] => [6,2,3,5,4,9,7,8,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] => [9,3,5,4,2,7,6,8,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] => [5,2,4,3,9,6,7,8,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] => [5,3,2,4,8,6,7,12,9,11,10,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,8,6,7,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] => [6,4,3,2,5,10,8,9,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,9,5,7,8,6,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] => [7,4,3,2,5,6,11,9,10,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] => [4,2,3,9,5,7,8,6,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] => [7,3,5,4,6,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] => [8,2,4,6,5,7,3,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] => [6,4,3,5,2,7,11,9,10,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] => [7,2,5,4,6,3,11,9,10,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,12,6,8,7,9,11,10,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] => [6,4,3,5,2,7,12,9,8,10,11,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,12,6,8,9,7,11,10,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] => [7,4,3,5,6,2,8,12,10,9,11,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] => [5,3,4,2,6,12,8,9,7,11,10,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] => [9,2,4,3,5,7,6,8,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] => [8,3,2,4,5,7,6,12,9,11,10,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] => [10,2,5,4,6,3,8,7,9,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] => [7,3,2,4,6,5,12,8,9,11,10,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] => [9,4,3,5,2,7,6,8,12,10,11,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] => [9,2,4,3,5,7,8,6,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] => [6,3,2,4,5,12,8,9,7,11,10,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] => [10,2,5,4,6,7,3,9,8,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] => [9,2,4,5,3,7,8,6,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] => [5,3,2,4,12,7,6,8,10,9,11,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] => [7,3,4,2,6,5,12,8,9,11,10,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] => [5,3,2,4,12,7,8,6,10,9,11,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] => [8,3,4,5,2,7,6,12,9,11,10,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] => [8,3,4,2,6,7,5,12,10,9,11,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] => [12,10,9,8,7,6,5,4,3,2,11,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] => [12,11,5,4,6,7,8,9,10,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,12,5,11,7,9,8,10,6,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,12,6,10,7,9,8,11,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,12,6,8,7,10,9,11,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,6,4,5,12,8,10,9,11,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,12,4,6,10,7,9,8,5,11,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,12,5,7,6,10,9,8,11,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,12,5,6,4,8,10,9,7,11,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,7,5,6,3,12,10,9,11,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,12,10,9,11,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,12,8,10,9,11,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,12,6,8,10,9,7,11,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,12,10,9,11,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,6,4,5,2,12,8,10,9,11,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,5,3,4,6,2,12,8,10,9,11,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,11,5,7,10,9,8,6,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,11,5,8,7,10,9,6,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,6,4,5,11,7,10,9,8,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,11,8,7,10,9,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,11,7,10,9,8,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,6,4,5,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,5,3,4,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,8,6,5,7,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,12,8,10,9,11,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,12,6,8,10,9,7,11,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,12,10,9,11,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,12,8,10,9,11,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,11,7,10,9,8,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,5,3,4,1,6,12,8,10,9,11,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,5,3,4,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,5,3,4,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] => [4,2,3,5,1,6,12,8,10,9,11,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] => [4,2,3,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] => [4,2,3,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,7,3,5,6,4,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,7,4,5,3,6,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] => [4,2,3,7,5,6,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] => [6,2,4,5,3,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] => [6,3,4,2,5,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,11,4,6,10,7,9,8,5,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,11,6,8,7,10,9,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,11,5,6,4,8,10,9,7,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,11,4,6,8,7,5,10,9,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,5,3,4,11,6,8,10,9,7,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,11,6,8,7,10,9,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,7,3,5,6,4,11,8,10,9,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,7,4,5,3,6,11,8,10,9,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,8,4,6,7,5,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,8,4,6,5,7,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,5,3,4,8,6,7,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,6,4,5,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,11,6,8,10,9,7,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,11,6,8,7,10,9,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,7,5,6,11,8,10,9,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,8,6,7,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,5,3,4,1,7,11,8,10,9,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,5,3,4,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] => [4,2,3,5,1,7,11,8,10,9,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] => [4,2,3,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,7,3,5,6,4,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,7,4,5,3,6,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] => [4,2,3,7,5,6,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] => [6,2,4,5,3,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] => [6,3,4,2,5,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,9,3,5,8,6,7,4,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,9,6,5,8,7,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,9,4,5,3,7,8,6,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,9,4,7,6,5,8,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,9,5,7,8,6,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,9,7,6,8,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,5,3,4,1,9,7,8,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] => [4,2,3,5,1,9,7,8,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,7,5,4,6,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,7,3,5,6,4,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,7,4,5,3,6,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] => [4,2,3,7,5,6,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] => [6,2,4,5,3,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] => [6,3,4,2,5,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,12,10,11,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,11,8,5,6,4,7,9,3,10,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,11,9,10,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,9,7,8,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,11,7,9,10,8,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,11,8,9,7,10,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,7,5,6,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,7,5,6,4,11,9,10,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,9,5,7,8,6,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,9,6,7,5,8,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,11,5,7,10,8,9,6,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,11,5,9,7,8,10,6,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,11,6,7,5,9,10,8,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,11,6,9,7,8,5,10,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,11,8,6,7,9,5,10,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,5,3,4,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,5,3,4,2,7,6,11,9,10,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,5,3,4,2,9,7,8,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,5,3,4,2,11,7,9,10,8,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,5,3,4,2,11,8,9,7,10,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,7,3,5,6,4,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,7,3,5,6,4,2,11,9,10,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,7,4,5,3,6,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,7,4,5,3,6,2,11,9,10,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,9,3,5,8,6,7,4,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,9,3,7,5,6,8,4,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,9,4,5,3,7,8,6,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,9,4,7,5,6,3,8,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,9,6,4,5,7,3,8,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,11,9,10,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,9,7,8,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,11,7,9,10,8,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,11,8,9,7,10,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,7,5,6,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,7,5,6,4,11,9,10,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,9,5,7,8,6,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,9,6,7,5,8,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,5,3,4,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,5,3,4,1,7,6,11,9,10,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,5,3,4,1,9,7,8,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] => [4,2,3,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] => [4,2,3,5,1,7,6,11,9,10,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] => [4,2,3,5,1,9,7,8,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,11,3,5,10,6,8,9,7,4,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,11,3,5,10,7,8,6,9,4,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,11,3,7,5,6,10,8,9,4,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,11,3,9,5,7,8,6,10,4,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,11,3,9,6,7,5,8,10,4,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,11,4,5,3,7,10,8,9,6,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,11,4,5,3,9,7,8,10,6,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,11,4,7,5,6,3,9,10,8,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,11,6,4,5,7,3,9,10,8,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,11,4,9,5,7,8,6,3,10,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,11,4,9,6,7,5,8,3,10,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,11,6,4,5,9,7,8,3,10,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,11,8,4,6,7,5,9,3,10,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] => [4,2,3,11,5,7,10,8,9,6,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] => [4,2,3,11,5,9,7,8,10,6,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] => [4,2,3,11,6,7,5,9,10,8,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] => [4,2,3,11,6,9,7,8,5,10,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] => [4,2,3,11,8,6,7,9,5,10,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] => [6,2,4,5,3,11,7,9,10,8,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] => [6,2,4,5,3,11,8,9,7,10,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] => [6,3,4,2,5,11,7,9,10,8,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] => [6,3,4,2,5,11,8,9,7,10,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] => [8,2,4,7,5,6,3,11,9,10,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] => [8,2,6,4,5,7,3,11,9,10,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] => [8,3,4,2,6,7,5,11,9,10,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] => [8,3,6,4,5,2,7,11,9,10,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] => [8,5,3,4,6,2,7,11,9,10,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] => [10,2,4,9,5,7,8,6,3,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] => [10,2,4,9,6,7,5,8,3,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] => [10,2,6,4,5,9,7,8,3,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] => [10,2,8,4,6,7,5,9,3,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] => [10,2,8,5,6,4,7,9,3,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] => [10,3,4,2,6,9,7,8,5,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] => [10,3,4,2,8,6,7,9,5,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] => [10,3,6,4,5,2,8,9,7,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] => [10,5,3,4,6,2,8,9,7,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] => [10,3,8,4,6,7,5,2,9,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] => [10,3,8,5,6,4,7,2,9,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] => [10,5,3,4,8,6,7,2,9,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] => [10,7,3,5,6,4,8,2,9,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] => [10,7,4,5,3,6,8,2,9,11,12,1]
Identities
click to show experimental identities
(only identities of compositions of up to three maps are shown)
Commutation relations
Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse = Mp00028reverse ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Dyck paths
Intertwining relations
Mp00064reverse ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse = Mp00066inverse ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00023to non-crossing permutation ∘ Mp00143inverse promotion = Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00023to non-crossing permutation ∘ Mp00142promotion = Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00064reverse ∘ Mp00066inverse ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation = Mp00023to non-crossing permutation ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00126cactus evacuation ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse = Mp00066inverse ∘ Mp00126cactus evacuation ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse = Mp00112complement ∘ Mp00151to cycle type ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Set partitions
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse = Mp00104reverse ∘ Mp00114connectivity set ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
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
Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation ∘ Mp00296Knuth-Krattenthaler = Mp00023to non-crossing permutation ∘ Mp00296Knuth-Krattenthaler ∘ Mp00222peaks-to-valleys : Dyck paths ⟶ Permutations
Mp00080to permutation ∘ Mp00112complement ∘ Mp00151to cycle type ∘ Mp00023to non-crossing permutation = Mp00023to non-crossing permutation ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00203cone ∘ Mp00160graph of inversions ∘ Mp00023to non-crossing permutation = Mp00160graph of inversions ∘ Mp00023to non-crossing permutation ∘ Mp00199prime Dyck path : Dyck paths ⟶ Graphs
Absorbing relations
Mp00066inverse ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00108cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse = Mp00108cycle type ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse = Mp00204LLPS ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00060Robinson-Schensted tableau shape ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse = Mp00060Robinson-Schensted tableau shape ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00160graph of inversions ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse = Mp00160graph of inversions ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Graphs
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00127left-to-right-maxima to Dyck path = Mp00114connectivity set : Permutations ⟶ Binary words
Mp00237descent views to invisible inversion bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00023to non-crossing permutation = Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00080to permutation ∘ Mp00151to cycle type ∘ Mp00023to non-crossing permutation = Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00023to non-crossing permutation = Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00159Demazure product with inverse ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00204LLPS ∘ Mp00023to non-crossing permutation ∘ Mp00121Cori-Le Borgne involution = Mp00204LLPS ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00060Robinson-Schensted tableau shape ∘ Mp00023to non-crossing permutation ∘ Mp00121Cori-Le Borgne involution = Mp00060Robinson-Schensted tableau shape ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00099bounce path : Dyck paths ⟶ Dyck paths
Mp00100touch composition ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation = Mp00100touch composition : Dyck paths ⟶ Integer compositions
Mp00157connected complement ∘ Mp00160graph of inversions ∘ Mp00023to non-crossing permutation = Mp00160graph of inversions ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Graphs
Mp00208lattice of intervals ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse = Mp00208lattice of intervals ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Lattices
Mp00066inverse ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00100touch composition ∘ Mp00028reverse ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation = Mp00100touch composition ∘ Mp00028reverse : Dyck paths ⟶ Integer compositions
Mp00209pattern poset ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse = Mp00209pattern poset ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Posets
Mp00235descent views to invisible inversion bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation = Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00080to permutation ∘ Mp00151to cycle type ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation = Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation = Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00080to permutation ∘ Mp00151to cycle type ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation = Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation = Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation = Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00223runsort ∘ Mp00090cycle-as-one-line notation ∘ Mp00023to non-crossing permutation = Mp00090cycle-as-one-line notation ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00241invert Laguerre heap ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00087inverse first fundamental transformation ∘ Mp00159Demazure product with inverse ∘ Mp00023to non-crossing permutation = Mp00159Demazure product with inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path = Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot ∘ Mp00222peaks-to-valleys = Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Dyck paths
Mp00100touch composition ∘ Mp00222peaks-to-valleys ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation = Mp00100touch composition ∘ Mp00222peaks-to-valleys : Dyck paths ⟶ Integer compositions
Mp00164Chen Deng Du Stanley Yan ∘ Mp00115Kasraoui-Zeng ∘ Mp00151to cycle type ∘ Mp00023to non-crossing permutation = Mp00151to cycle type ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Set partitions
Mp00217Wachs-White-rho ∘ Mp00115Kasraoui-Zeng ∘ Mp00151to cycle type ∘ Mp00023to non-crossing permutation = Mp00151to cycle type ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Set partitions
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00222peaks-to-valleys ∘ Mp00229Delest-Viennot = Mp00114connectivity set ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00222peaks-to-valleys ∘ Mp00228reflect parallelogram polyomino = Mp00114connectivity set ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00159Demazure product with inverse ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00231bounce path : Integer compositions ⟶ Dyck paths
Constant maps
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Binary words
Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Dyck paths
Mp00068Simion-Schmidt map ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Permutations
Mp00068Simion-Schmidt map ∘ Mp00023to non-crossing permutation ∘ Mp00101decomposition reverse ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Permutations
Mp00068Simion-Schmidt map ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Permutations
Mp00114connectivity set ∘ Mp00067Foata bijection ∘ Mp00023to non-crossing permutation ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Binary words
Mp00090cycle-as-one-line notation ∘ Mp00064reverse ∘ Mp00068Simion-Schmidt map ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation = const : Dyck paths ⟶ Permutations
Other relations
Mp00066inverse ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse = Mp00069complement ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse = Mp00064reverse ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00087inverse first fundamental transformation ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation = Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00023to non-crossing 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
Mp00060Robinson-Schensted tableau shape ∘ Mp00025to 132-avoiding permutation = Mp00204LLPS ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
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
Mp00114connectivity set ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00114connectivity set ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00239Corteel ∘ Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00066inverse ∘ Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot : Dyck paths ⟶ Permutations
Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection ∘ Mp00028reverse = Mp00066inverse ∘ Mp00239Corteel ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection = Mp00239Corteel ∘ Mp00066inverse ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00099bounce path = Mp00069complement ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00068Simion-Schmidt map ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00068Simion-Schmidt map ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00064reverse ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00025to 132-avoiding permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot ∘ Mp00120Lalanne-Kreweras involution = Mp00066inverse ∘ Mp00239Corteel ∘ Mp00119to 321-avoiding permutation (Krattenthaler) : Dyck paths ⟶ Permutations
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation = Mp00087inverse first fundamental transformation ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00239Corteel ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation = Mp00066inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00227Delest-Viennot-inverse : Dyck paths ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00087inverse first fundamental transformation ∘ Mp00023to non-crossing permutation = Mp00066inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00064reverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00023to non-crossing permutation ∘ Mp00028reverse ∘ Mp00099bounce path = Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00204LLPS ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00204LLPS ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation = Mp00204LLPS ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00044conjugate ∘ Mp00060Robinson-Schensted tableau shape ∘ Mp00023to non-crossing permutation = Mp00204LLPS ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00044conjugate ∘ Mp00204LLPS ∘ Mp00023to non-crossing permutation = Mp00060Robinson-Schensted tableau shape ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation = Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00231bounce path ∘ Mp00100touch composition = Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Dyck paths
Mp00240weak exceedance partition ∘ Mp00023to non-crossing permutation = Mp00151to cycle type ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Set partitions
Mp00065permutation poset ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse = Mp00065permutation poset ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Posets
Mp00065permutation poset ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00065permutation poset ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Posets
Mp00160graph of inversions ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00160graph of inversions ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Graphs
Mp00160graph of inversions ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation = Mp00160graph of inversions ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Graphs
Mp00114connectivity set ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00104reverse ∘ Mp00114connectivity set ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00114connectivity set ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00031to 312-avoiding permutation ∘ Mp00231bounce path = Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00204LLPS ∘ Mp00025to 132-avoiding permutation ∘ Mp00230parallelogram polyomino = Mp00060Robinson-Schensted tableau shape ∘ Mp00023to non-crossing permutation ∘ Mp00230parallelogram polyomino : Integer partitions ⟶ Integer partitions
Mp00031to 312-avoiding permutation ∘ Mp00199prime Dyck path ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00199prime Dyck path ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00073major-index to inversion-number bijection ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00025to 132-avoiding permutation ∘ Mp00032inverse zeta map ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00014to 132-avoiding permutation ∘ Mp00029to binary tree: left tree, up step, right tree, down step ∘ Mp00099bounce path = Mp00067Foata bijection ∘ Mp00023to non-crossing permutation ∘ 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
Mp00086first fundamental transformation ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00023to non-crossing permutation = Mp00066inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00087inverse first fundamental transformation ∘ Mp00023to non-crossing permutation = Mp00066inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00087inverse first fundamental transformation ∘ Mp00023to non-crossing permutation = Mp00066inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00159Demazure product with inverse ∘ Mp00023to non-crossing permutation = Mp00087inverse first fundamental transformation ∘ Mp00159Demazure product with inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00277catalanization ∘ Mp00023to non-crossing permutation = Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00066inverse ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00066inverse ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00066inverse ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00087inverse first fundamental transformation ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00087inverse first fundamental transformation ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00002to left key permutation ∘ Mp00137to symmetric ASM ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00086first fundamental transformation ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00143inverse promotion ∘ Mp00099bounce path = Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot ∘ Mp00099bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00142promotion ∘ Mp00099bounce path = Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00239Corteel ∘ Mp00066inverse ∘ Mp00024to 321-avoiding permutation = Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Permutations
Mp00002to left key permutation ∘ Mp00003rotate counterclockwise ∘ Mp00035to alternating sign matrix = Mp00068Simion-Schmidt map ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Permutations
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00239Corteel ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00227Delest-Viennot-inverse = Mp00066inverse ∘ Mp00023to non-crossing permutation ∘ Mp00228reflect parallelogram polyomino : Dyck paths ⟶ Permutations
Mp00204LLPS ∘ Mp00023to non-crossing permutation ∘ Mp00199prime Dyck path = Mp00110Greene-Kleitman invariant ∘ Mp00047to poset ∘ Mp00026to ordered tree : Dyck paths ⟶ Integer partitions
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
Mp00037to partition of connected components ∘ Mp00160graph of inversions ∘ Mp00023to non-crossing permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00060Robinson-Schensted tableau shape ∘ Mp00017to 312-avoiding permutation ∘ Mp00034to binary tree: up step, left tree, down step, right tree = Mp00060Robinson-Schensted tableau shape ∘ Mp00023to non-crossing permutation ∘ Mp00101decomposition reverse : Dyck paths ⟶ Integer partitions
Mp00040to partition ∘ Mp00100touch composition ∘ Mp00099bounce path = Mp00204LLPS ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00099bounce path = Mp00204LLPS ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Integer partitions
Mp00079shape ∘ Mp00138to noncrossing partition ∘ Mp00099bounce path = Mp00204LLPS ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation = Mp00108cycle type ∘ Mp00086first fundamental transformation ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00237descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation = Mp00108cycle type ∘ Mp00086first fundamental transformation ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00017to 312-avoiding permutation ∘ Mp00034to binary tree: up step, left tree, down step, right tree = Mp00204LLPS ∘ Mp00023to non-crossing permutation ∘ Mp00101decomposition reverse : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00066inverse ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation = Mp00204LLPS ∘ Mp00025to 132-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
Mp00060Robinson-Schensted tableau shape ∘ Mp00088Kreweras complement ∘ Mp00025to 132-avoiding permutation = Mp00204LLPS ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation : 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
Mp00127left-to-right-maxima to Dyck path ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00023to non-crossing permutation = Mp00127left-to-right-maxima to Dyck path ∘ Mp00087inverse first fundamental transformation ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00239Corteel ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation : 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
Mp00127left-to-right-maxima to Dyck path ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00159Demazure product with inverse ∘ Mp00023to non-crossing 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 ∘ Mp00023to non-crossing permutation = Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Dyck paths
Mp00248DEX composition ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation = Mp00248DEX composition ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00039complement ∘ Mp00100touch composition ∘ Mp00099bounce path : Dyck paths ⟶ Integer compositions
Mp00178to composition ∘ Mp00114connectivity set ∘ Mp00023to non-crossing permutation = Mp00100touch composition : Dyck paths ⟶ Integer compositions
Mp00070Robinson-Schensted recording tableau ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00059Robinson-Schensted insertion tableau ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Standard tableaux
Mp00085Schützenberger involution ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00023to non-crossing permutation = Mp00070Robinson-Schensted recording tableau ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse : Dyck paths ⟶ Standard tableaux
Mp00085Schützenberger involution ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00023to non-crossing permutation = Mp00059Robinson-Schensted insertion tableau ∘ Mp00023to non-crossing permutation ∘ Mp00028reverse : Dyck paths ⟶ Standard tableaux
Mp00218inverse Wachs-White-rho ∘ Mp00151to cycle type ∘ Mp00023to non-crossing permutation = Mp00115Kasraoui-Zeng ∘ Mp00151to cycle type ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Set partitions
Mp00164Chen Deng Du Stanley Yan ∘ Mp00151to cycle type ∘ Mp00023to non-crossing permutation = Mp00115Kasraoui-Zeng ∘ Mp00151to cycle type ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Set partitions
Mp00151to cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation = Mp00151to cycle type ∘ Mp00086first fundamental transformation ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Set partitions
Mp00151to cycle type ∘ Mp00237descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation = Mp00151to cycle type ∘ Mp00086first fundamental transformation ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Set partitions
Mp00138to noncrossing partition ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation = Mp00151to cycle type ∘ Mp00086first fundamental transformation ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Set partitions
Mp00061to increasing tree ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00034to binary tree: up step, left tree, down step, right tree ∘ Mp00099bounce path : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00034to binary tree: up step, left tree, down step, right tree ∘ Mp00099bounce path : Dyck paths ⟶ Binary trees
Mp00125dual poset ∘ Mp00065permutation poset ∘ Mp00023to non-crossing permutation = Mp00065permutation poset ∘ Mp00069complement ∘ Mp00025to 132-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
Mp00063to alternating sign matrix ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00137to symmetric ASM ∘ Mp00099bounce path : Dyck paths ⟶ Alternating sign matrices
Mp00160graph of inversions ∘ Mp00017to 312-avoiding permutation ∘ Mp00034to binary tree: up step, left tree, down step, right tree = Mp00160graph of inversions ∘ Mp00023to non-crossing permutation ∘ Mp00101decomposition reverse : 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
Mp00114connectivity set ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00114connectivity set ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing 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
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00227Delest-Viennot-inverse = Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00222peaks-to-valleys : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00228reflect parallelogram polyomino = Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00222peaks-to-valleys : Dyck paths ⟶ Binary words
Mp00131descent bottoms ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00109descent word ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Binary words
Mp00130descent tops ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00109descent word ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path = Mp00109descent word ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00120Lalanne-Kreweras involution = Mp00114connectivity set ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot = Mp00114connectivity set ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection = Mp00114connectivity set ∘ Mp00024to 321-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 ∘ Mp00088Kreweras complement ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = 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 ∘ Mp00014to 132-avoiding permutation ∘ Mp00029to binary tree: left tree, up step, right tree, down step = Mp00114connectivity set ∘ Mp00067Foata bijection ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00073major-index to inversion-number bijection ∘ Mp00023to non-crossing 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
Mp00114connectivity set ∘ Mp00175inverse Foata bijection ∘ Mp00023to non-crossing permutation = Mp00114connectivity set ∘ Mp00067Foata bijection ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation ∘ Mp00032inverse zeta map = Mp00114connectivity set ∘ Mp00067Foata bijection ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00227Delest-Viennot-inverse = Mp00114connectivity set ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00068Simion-Schmidt map ∘ Mp00031to 312-avoiding permutation = Mp00114connectivity set ∘ Mp00068Simion-Schmidt map ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Binary words
Mp00205maximal antichains ∘ Mp00065permutation poset ∘ Mp00023to non-crossing permutation = Mp00205maximal antichains ∘ Mp00242Hessenberg poset : Dyck paths ⟶ Lattices
Mp00206antichains of maximal size ∘ Mp00065permutation poset ∘ Mp00023to non-crossing permutation = Mp00206antichains of maximal size ∘ Mp00242Hessenberg poset : Dyck paths ⟶ Lattices
Mp00064reverse ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00025to 132-avoiding permutation ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00069complement ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00025to 132-avoiding permutation ∘ Mp00231bounce path ∘ Mp00038reverse : Integer compositions ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00231bounce path = Mp00023to non-crossing permutation ∘ Mp00231bounce path ∘ Mp00038reverse : Integer compositions ⟶ Permutations
Mp00064reverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00231bounce path = Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00060Robinson-Schensted tableau shape ∘ Mp00023to non-crossing permutation ∘ Mp00020to Tamari-corresponding Dyck path = Mp00060Robinson-Schensted tableau shape ∘ Mp00017to 312-avoiding permutation : Binary trees ⟶ Integer partitions
Mp00204LLPS ∘ Mp00023to non-crossing permutation ∘ Mp00012to Dyck path: up step, left tree, down step, right tree = Mp00060Robinson-Schensted tableau shape ∘ Mp00014to 132-avoiding permutation : Binary trees ⟶ Integer partitions
Mp00060Robinson-Schensted tableau shape ∘ Mp00023to non-crossing permutation ∘ Mp00012to Dyck path: up step, left tree, down step, right tree = Mp00044conjugate ∘ Mp00060Robinson-Schensted tableau shape ∘ Mp00014to 132-avoiding permutation : Binary trees ⟶ Integer partitions
Mp00204LLPS ∘ Mp00023to non-crossing permutation ∘ Mp00020to Tamari-corresponding Dyck path = Mp00204LLPS ∘ Mp00017to 312-avoiding permutation : Binary trees ⟶ Integer partitions
Mp00065permutation poset ∘ Mp00023to non-crossing permutation ∘ Mp00012to Dyck path: up step, left tree, down step, right tree = Mp00065permutation poset ∘ Mp00064reverse ∘ Mp00014to 132-avoiding permutation : Binary trees ⟶ Posets
Mp00065permutation poset ∘ Mp00023to non-crossing permutation ∘ Mp00020to Tamari-corresponding Dyck path = Mp00065permutation poset ∘ Mp00017to 312-avoiding permutation : Binary trees ⟶ Posets
Mp00160graph of inversions ∘ Mp00023to non-crossing permutation ∘ Mp00012to Dyck path: up step, left tree, down step, right tree = Mp00160graph of inversions ∘ Mp00064reverse ∘ Mp00014to 132-avoiding permutation : Binary trees ⟶ Graphs
Mp00160graph of inversions ∘ Mp00023to non-crossing permutation ∘ Mp00020to Tamari-corresponding Dyck path = Mp00160graph of inversions ∘ Mp00017to 312-avoiding permutation : Binary trees ⟶ Graphs
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00020to Tamari-corresponding Dyck path = Mp00114connectivity set ∘ Mp00017to 312-avoiding permutation : Binary trees ⟶ Binary words
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00012to Dyck path: up step, left tree, down step, right tree = Mp00114connectivity set ∘ Mp00064reverse ∘ Mp00014to 132-avoiding permutation : Binary trees ⟶ Binary words
Mp00065permutation poset ∘ Mp00023to non-crossing permutation ∘ Mp00051to Dyck path = Mp00065permutation poset ∘ Mp00017to 312-avoiding permutation ∘ Mp00049to binary tree: left brother = left child : Ordered trees ⟶ Posets
Mp00114connectivity set ∘ Mp00023to non-crossing permutation ∘ Mp00051to Dyck path = Mp00114connectivity set ∘ Mp00017to 312-avoiding permutation ∘ Mp00049to binary tree: left brother = left child : Ordered trees ⟶ Binary words
Mp00277catalanization ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation = Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00066inverse ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00204LLPS ∘ Mp00066inverse ∘ Mp00175inverse Foata bijection ∘ Mp00031to 312-avoiding permutation = Mp00204LLPS ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00086first fundamental transformation ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00237descent views to invisible inversion bottoms ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00102rise composition ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation = Mp00100touch composition : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00069complement ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00100touch composition ∘ Mp00099bounce path : Dyck paths ⟶ Integer compositions
Mp00217Wachs-White-rho ∘ Mp00240weak exceedance partition ∘ Mp00024to 321-avoiding permutation = Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Set partitions
Mp00115Kasraoui-Zeng ∘ Mp00240weak exceedance partition ∘ Mp00024to 321-avoiding permutation = Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Set partitions
Mp00164Chen Deng Du Stanley Yan ∘ Mp00240weak exceedance partition ∘ Mp00024to 321-avoiding permutation = Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Set partitions
Mp00240weak exceedance partition ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation = Mp00151to cycle type ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Set partitions
Mp00217Wachs-White-rho ∘ Mp00240weak exceedance partition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot : Dyck paths ⟶ Set partitions
Mp00115Kasraoui-Zeng ∘ Mp00240weak exceedance partition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot : Dyck paths ⟶ Set partitions
Mp00164Chen Deng Du Stanley Yan ∘ Mp00240weak exceedance partition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot : Dyck paths ⟶ Set partitions
Mp00240weak exceedance partition ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation = Mp00151to cycle type ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Set partitions
Mp00240weak exceedance partition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00227Delest-Viennot-inverse = Mp00115Kasraoui-Zeng ∘ Mp00151to cycle type ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Set partitions
Mp00061to increasing tree ∘ Mp00069complement ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00029to binary tree: left tree, up step, right tree, down step ∘ Mp00099bounce path : Dyck paths ⟶ Binary trees
Mp00242Hessenberg poset ∘ Mp00028reverse ∘ Mp00099bounce path = Mp00065permutation poset ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Posets
Mp00235descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path ∘ Mp00039complement : Integer compositions ⟶ Permutations
Mp00087inverse first fundamental transformation ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00231bounce path = Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00086first fundamental transformation ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot ∘ Mp00231bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00071descent composition ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00039complement : Integer compositions ⟶ Integer compositions
Mp00060Robinson-Schensted tableau shape ∘ Mp00023to non-crossing permutation ∘ Mp00051to Dyck path = Mp00060Robinson-Schensted tableau shape ∘ Mp00017to 312-avoiding permutation ∘ Mp00049to binary tree: left brother = left child : Ordered trees ⟶ Integer partitions
Mp00204LLPS ∘ Mp00023to non-crossing permutation ∘ Mp00051to Dyck path = Mp00204LLPS ∘ Mp00017to 312-avoiding permutation ∘ Mp00049to binary tree: left brother = left child : Ordered trees ⟶ Integer partitions
Mp00160graph of inversions ∘ Mp00023to non-crossing permutation ∘ Mp00051to Dyck path = Mp00160graph of inversions ∘ Mp00017to 312-avoiding permutation ∘ Mp00049to binary tree: left brother = left child : Ordered trees ⟶ Graphs
Mp00127left-to-right-maxima to Dyck path ∘ Mp00066inverse ∘ Mp00023to non-crossing permutation ∘ Mp00056to Dyck path = Mp00231bounce path ∘ Mp00057to touch composition : Parking functions ⟶ Dyck paths
Mp00277catalanization ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation = Mp00031to 312-avoiding permutation ∘ Mp00142promotion : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00023to non-crossing permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00277catalanization ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation = Mp00031to 312-avoiding permutation ∘ Mp00143inverse promotion : Dyck paths ⟶ Permutations
Mp00241invert Laguerre heap ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00024to 321-avoiding permutation = Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection : Dyck paths ⟶ Permutations
Mp00254Inverse fireworks map ∘ Mp00175inverse Foata bijection ∘ Mp00025to 132-avoiding permutation = Mp00023to non-crossing permutation ∘ Mp00099bounce path ∘ Mp00030zeta map : Dyck paths ⟶ Permutations
Mp00241invert Laguerre heap ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot : Dyck paths ⟶ Permutations
Mp00277catalanization ∘ Mp00069complement ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation = Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00159Demazure product with inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00227Delest-Viennot-inverse ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00062Lehmer-code to major-code bijection ∘ Mp00025to 132-avoiding permutation ∘ Mp00032inverse zeta map ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00099bounce path : 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
Mp00241invert Laguerre heap ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00023to non-crossing permutation = Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00227Delest-Viennot-inverse : Dyck paths ⟶ Permutations
Mp00108cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00086first fundamental transformation ∘ Mp00023to non-crossing permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00159Demazure product with inverse ∘ Mp00023to non-crossing permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00086first fundamental transformation ∘ Mp00159Demazure product with inverse ∘ Mp00023to non-crossing permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00086first fundamental transformation ∘ Mp00086first fundamental transformation ∘ Mp00023to non-crossing permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00237descent views to invisible inversion bottoms ∘ Mp00086first fundamental transformation ∘ Mp00023to non-crossing permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00073major-index to inversion-number bijection ∘ Mp00023to non-crossing permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00086first fundamental transformation ∘ Mp00073major-index to inversion-number bijection ∘ Mp00023to non-crossing permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00127left-to-right-maxima to Dyck path ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00143inverse promotion ∘ Mp00099bounce path : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00142promotion ∘ Mp00099bounce path : Dyck paths ⟶ Dyck paths
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
Mp00127left-to-right-maxima to Dyck path ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation = Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00087inverse first fundamental transformation ∘ Mp00237descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation = Mp00127left-to-right-maxima to Dyck path ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Dyck paths
Mp00100touch composition ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation = Mp00100touch composition ∘ Mp00142promotion : Dyck paths ⟶ Integer compositions
Mp00100touch composition ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00089Inverse Kreweras complement ∘ Mp00023to non-crossing permutation = Mp00100touch composition ∘ Mp00143inverse promotion : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00014to 132-avoiding permutation ∘ Mp00061to increasing tree ∘ Mp00023to non-crossing permutation = Mp00038reverse ∘ Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00014to 132-avoiding permutation ∘ Mp00072binary search tree: left to right ∘ Mp00023to non-crossing permutation = Mp00038reverse ∘ Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00023to non-crossing permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00099bounce path = Mp00100touch composition ∘ Mp00099bounce path : Dyck paths ⟶ Integer compositions
Mp00138to noncrossing partition ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00087inverse first fundamental transformation ∘ Mp00023to non-crossing permutation = Mp00151to cycle type ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Set partitions
Mp00115Kasraoui-Zeng ∘ Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00122Elizalde-Deutsch bijection = Mp00240weak exceedance partition ∘ Mp00024to 321-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00115Kasraoui-Zeng ∘ Mp00151to cycle type ∘ Mp00023to non-crossing permutation ∘ Mp00229Delest-Viennot = Mp00240weak exceedance partition ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Set partitions
Mp00114connectivity set ∘ Mp00088Kreweras complement ∘ Mp00023to non-crossing permutation ∘ Mp00199prime Dyck path = Mp00094to binary word ∘ Mp00100touch composition : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00067Foata bijection ∘ Mp00023to non-crossing permutation ∘ Mp00030zeta map = Mp00114connectivity set ∘ Mp00025to 132-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 ∘ Mp00025to 132-avoiding permutation ∘ Mp00099bounce path = Mp00208lattice of intervals ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : 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
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00023to non-crossing permutation ∘ Mp00231bounce path ∘ Mp00039complement : Integer compositions ⟶ Permutations
Mp00073major-index to inversion-number bijection ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00025to 132-avoiding permutation ∘ Mp00032inverse zeta map ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00014to 132-avoiding permutation ∘ Mp00029to binary tree: left tree, up step, right tree, down step ∘ Mp00231bounce path = Mp00067Foata bijection ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path ∘ Mp00039complement : Integer compositions ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path ∘ Mp00039complement : Integer compositions ⟶ Permutations
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00087inverse first fundamental transformation ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00002to left key permutation ∘ Mp00137to symmetric ASM ∘ Mp00231bounce path = Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00060Robinson-Schensted tableau shape ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00044conjugate ∘ Mp00040to partition : Integer compositions ⟶ Integer partitions
Mp00204LLPS ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00040to partition : Integer compositions ⟶ Integer partitions
Mp00070Robinson-Schensted recording tableau ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00059Robinson-Schensted insertion tableau ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Standard tableaux
Mp00061to increasing tree ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00034to binary tree: up step, left tree, down step, right tree ∘ Mp00231bounce path : Integer compositions ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00034to binary tree: up step, left tree, down step, right tree ∘ Mp00231bounce path : Integer compositions ⟶ Binary trees
Mp00063to alternating sign matrix ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00137to symmetric ASM ∘ Mp00231bounce path : Integer compositions ⟶ Alternating sign matrices
Mp00131descent bottoms ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00109descent word ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Binary words
Mp00130descent tops ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path = Mp00109descent word ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Binary words
Mp00114connectivity set ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) ∘ Mp00231bounce path = Mp00109descent word ∘ Mp00023to non-crossing permutation ∘ Mp00231bounce path : Integer compositions ⟶ Binary words
Mp00114connectivity set ∘ Mp00067Foata bijection ∘ Mp00023to non-crossing permutation ∘ Mp00020to Tamari-corresponding Dyck path = Mp00114connectivity set ∘ Mp00014to 132-avoiding permutation : Binary trees ⟶ Binary words
Description
Sends a Dyck path D with valley at positions {(i1,j1),…,(ik,jk)} to the unique non-crossing permutation π having descents {i1,…,ik} and whose inverse has descents {j1,…,jk}.
It sends the area St000012The area of a Dyck path. to the number of inversions St000018The number of inversions of a permutation. and the major index St000027The major index of a Dyck path. to n(n−1) minus the sum of the major index St000004The major index of a permutation. and the inverse major index St000305The inverse major index of a permutation..
It sends the area St000012The area of a Dyck path. to the number of inversions St000018The number of inversions of a permutation. and the major index St000027The major index of a Dyck path. to n(n−1) minus the sum of the major index St000004The major index of a permutation. and the inverse major index St000305The inverse major index of a permutation..
References
[1] Stump, C. More bijective Catalan combinatorics on permutations and on signed permutations MathSciNet:3153083 arXiv:0808.2822
Properties
injective, graded
Sage code
def mapping(elt):
return elt.to_noncrossing_permutation()
Weight
26
Created
May 02, 2019 at 17:15 by Martin Rubey
Updated
Jan 19, 2020 at 07:28 by Martin Rubey
searching the database
Sorry, this map was not found in the database.