Identifier
Images
[] => []
[1,0] => [1]
[1,0,1,0] => [2,1]
[1,1,0,0] => [1,2]
[1,0,1,0,1,0] => [3,2,1]
[1,0,1,1,0,0] => [2,3,1]
[1,1,0,0,1,0] => [3,1,2]
[1,1,0,1,0,0] => [2,1,3]
[1,1,1,0,0,0] => [1,2,3]
[1,0,1,0,1,0,1,0] => [4,3,2,1]
[1,0,1,0,1,1,0,0] => [3,4,2,1]
[1,0,1,1,0,0,1,0] => [4,2,3,1]
[1,0,1,1,0,1,0,0] => [3,2,4,1]
[1,0,1,1,1,0,0,0] => [2,3,4,1]
[1,1,0,0,1,0,1,0] => [4,3,1,2]
[1,1,0,0,1,1,0,0] => [3,4,1,2]
[1,1,0,1,0,0,1,0] => [4,2,1,3]
[1,1,0,1,0,1,0,0] => [3,2,1,4]
[1,1,0,1,1,0,0,0] => [2,3,1,4]
[1,1,1,0,0,0,1,0] => [4,1,2,3]
[1,1,1,0,0,1,0,0] => [3,1,2,4]
[1,1,1,0,1,0,0,0] => [2,1,3,4]
[1,1,1,1,0,0,0,0] => [1,2,3,4]
[1,0,1,0,1,0,1,0,1,0] => [5,4,3,2,1]
[1,0,1,0,1,0,1,1,0,0] => [4,5,3,2,1]
[1,0,1,0,1,1,0,0,1,0] => [5,3,4,2,1]
[1,0,1,0,1,1,0,1,0,0] => [4,3,5,2,1]
[1,0,1,0,1,1,1,0,0,0] => [3,4,5,2,1]
[1,0,1,1,0,0,1,0,1,0] => [5,4,2,3,1]
[1,0,1,1,0,0,1,1,0,0] => [4,5,2,3,1]
[1,0,1,1,0,1,0,0,1,0] => [5,3,2,4,1]
[1,0,1,1,0,1,0,1,0,0] => [4,3,2,5,1]
[1,0,1,1,0,1,1,0,0,0] => [3,4,2,5,1]
[1,0,1,1,1,0,0,0,1,0] => [5,2,3,4,1]
[1,0,1,1,1,0,0,1,0,0] => [4,2,3,5,1]
[1,0,1,1,1,0,1,0,0,0] => [3,2,4,5,1]
[1,0,1,1,1,1,0,0,0,0] => [2,3,4,5,1]
[1,1,0,0,1,0,1,0,1,0] => [5,4,3,1,2]
[1,1,0,0,1,0,1,1,0,0] => [4,5,3,1,2]
[1,1,0,0,1,1,0,0,1,0] => [5,3,4,1,2]
[1,1,0,0,1,1,0,1,0,0] => [4,3,5,1,2]
[1,1,0,0,1,1,1,0,0,0] => [3,4,5,1,2]
[1,1,0,1,0,0,1,0,1,0] => [5,4,2,1,3]
[1,1,0,1,0,0,1,1,0,0] => [4,5,2,1,3]
[1,1,0,1,0,1,0,0,1,0] => [5,3,2,1,4]
[1,1,0,1,0,1,0,1,0,0] => [4,3,2,1,5]
[1,1,0,1,0,1,1,0,0,0] => [3,4,2,1,5]
[1,1,0,1,1,0,0,0,1,0] => [5,2,3,1,4]
[1,1,0,1,1,0,0,1,0,0] => [4,2,3,1,5]
[1,1,0,1,1,0,1,0,0,0] => [3,2,4,1,5]
[1,1,0,1,1,1,0,0,0,0] => [2,3,4,1,5]
[1,1,1,0,0,0,1,0,1,0] => [5,4,1,2,3]
[1,1,1,0,0,0,1,1,0,0] => [4,5,1,2,3]
[1,1,1,0,0,1,0,0,1,0] => [5,3,1,2,4]
[1,1,1,0,0,1,0,1,0,0] => [4,3,1,2,5]
[1,1,1,0,0,1,1,0,0,0] => [3,4,1,2,5]
[1,1,1,0,1,0,0,0,1,0] => [5,2,1,3,4]
[1,1,1,0,1,0,0,1,0,0] => [4,2,1,3,5]
[1,1,1,0,1,0,1,0,0,0] => [3,2,1,4,5]
[1,1,1,0,1,1,0,0,0,0] => [2,3,1,4,5]
[1,1,1,1,0,0,0,0,1,0] => [5,1,2,3,4]
[1,1,1,1,0,0,0,1,0,0] => [4,1,2,3,5]
[1,1,1,1,0,0,1,0,0,0] => [3,1,2,4,5]
[1,1,1,1,0,1,0,0,0,0] => [2,1,3,4,5]
[1,1,1,1,1,0,0,0,0,0] => [1,2,3,4,5]
[1,0,1,0,1,0,1,0,1,0,1,0] => [6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,0] => [5,6,4,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,0] => [6,4,5,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,0] => [5,4,6,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,0] => [4,5,6,3,2,1]
[1,0,1,0,1,1,0,0,1,0,1,0] => [6,5,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,0] => [5,6,3,4,2,1]
[1,0,1,0,1,1,0,1,0,0,1,0] => [6,4,3,5,2,1]
[1,0,1,0,1,1,0,1,0,1,0,0] => [5,4,3,6,2,1]
[1,0,1,0,1,1,0,1,1,0,0,0] => [4,5,3,6,2,1]
[1,0,1,0,1,1,1,0,0,0,1,0] => [6,3,4,5,2,1]
[1,0,1,0,1,1,1,0,0,1,0,0] => [5,3,4,6,2,1]
[1,0,1,0,1,1,1,0,1,0,0,0] => [4,3,5,6,2,1]
[1,0,1,0,1,1,1,1,0,0,0,0] => [3,4,5,6,2,1]
[1,0,1,1,0,0,1,0,1,0,1,0] => [6,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,0,0] => [5,6,4,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,0] => [6,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,1,0,0] => [5,4,6,2,3,1]
[1,0,1,1,0,0,1,1,1,0,0,0] => [4,5,6,2,3,1]
[1,0,1,1,0,1,0,0,1,0,1,0] => [6,5,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,0,0] => [5,6,3,2,4,1]
[1,0,1,1,0,1,0,1,0,0,1,0] => [6,4,3,2,5,1]
[1,0,1,1,0,1,0,1,0,1,0,0] => [5,4,3,2,6,1]
[1,0,1,1,0,1,0,1,1,0,0,0] => [4,5,3,2,6,1]
[1,0,1,1,0,1,1,0,0,0,1,0] => [6,3,4,2,5,1]
[1,0,1,1,0,1,1,0,0,1,0,0] => [5,3,4,2,6,1]
[1,0,1,1,0,1,1,0,1,0,0,0] => [4,3,5,2,6,1]
[1,0,1,1,0,1,1,1,0,0,0,0] => [3,4,5,2,6,1]
[1,0,1,1,1,0,0,0,1,0,1,0] => [6,5,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,0,0] => [5,6,2,3,4,1]
[1,0,1,1,1,0,0,1,0,0,1,0] => [6,4,2,3,5,1]
[1,0,1,1,1,0,0,1,0,1,0,0] => [5,4,2,3,6,1]
[1,0,1,1,1,0,0,1,1,0,0,0] => [4,5,2,3,6,1]
[1,0,1,1,1,0,1,0,0,0,1,0] => [6,3,2,4,5,1]
[1,0,1,1,1,0,1,0,0,1,0,0] => [5,3,2,4,6,1]
[1,0,1,1,1,0,1,0,1,0,0,0] => [4,3,2,5,6,1]
>>> Load all 6284 entries. <<<
[1,0,1,1,1,0,1,1,0,0,0,0] => [3,4,2,5,6,1]
[1,0,1,1,1,1,0,0,0,0,1,0] => [6,2,3,4,5,1]
[1,0,1,1,1,1,0,0,0,1,0,0] => [5,2,3,4,6,1]
[1,0,1,1,1,1,0,0,1,0,0,0] => [4,2,3,5,6,1]
[1,0,1,1,1,1,0,1,0,0,0,0] => [3,2,4,5,6,1]
[1,0,1,1,1,1,1,0,0,0,0,0] => [2,3,4,5,6,1]
[1,1,0,0,1,0,1,0,1,0,1,0] => [6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,0,0] => [5,6,4,3,1,2]
[1,1,0,0,1,0,1,1,0,0,1,0] => [6,4,5,3,1,2]
[1,1,0,0,1,0,1,1,0,1,0,0] => [5,4,6,3,1,2]
[1,1,0,0,1,0,1,1,1,0,0,0] => [4,5,6,3,1,2]
[1,1,0,0,1,1,0,0,1,0,1,0] => [6,5,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0] => [5,6,3,4,1,2]
[1,1,0,0,1,1,0,1,0,0,1,0] => [6,4,3,5,1,2]
[1,1,0,0,1,1,0,1,0,1,0,0] => [5,4,3,6,1,2]
[1,1,0,0,1,1,0,1,1,0,0,0] => [4,5,3,6,1,2]
[1,1,0,0,1,1,1,0,0,0,1,0] => [6,3,4,5,1,2]
[1,1,0,0,1,1,1,0,0,1,0,0] => [5,3,4,6,1,2]
[1,1,0,0,1,1,1,0,1,0,0,0] => [4,3,5,6,1,2]
[1,1,0,0,1,1,1,1,0,0,0,0] => [3,4,5,6,1,2]
[1,1,0,1,0,0,1,0,1,0,1,0] => [6,5,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,0,0] => [5,6,4,2,1,3]
[1,1,0,1,0,0,1,1,0,0,1,0] => [6,4,5,2,1,3]
[1,1,0,1,0,0,1,1,0,1,0,0] => [5,4,6,2,1,3]
[1,1,0,1,0,0,1,1,1,0,0,0] => [4,5,6,2,1,3]
[1,1,0,1,0,1,0,0,1,0,1,0] => [6,5,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,0,0] => [5,6,3,2,1,4]
[1,1,0,1,0,1,0,1,0,0,1,0] => [6,4,3,2,1,5]
[1,1,0,1,0,1,0,1,0,1,0,0] => [5,4,3,2,1,6]
[1,1,0,1,0,1,0,1,1,0,0,0] => [4,5,3,2,1,6]
[1,1,0,1,0,1,1,0,0,0,1,0] => [6,3,4,2,1,5]
[1,1,0,1,0,1,1,0,0,1,0,0] => [5,3,4,2,1,6]
[1,1,0,1,0,1,1,0,1,0,0,0] => [4,3,5,2,1,6]
[1,1,0,1,0,1,1,1,0,0,0,0] => [3,4,5,2,1,6]
[1,1,0,1,1,0,0,0,1,0,1,0] => [6,5,2,3,1,4]
[1,1,0,1,1,0,0,0,1,1,0,0] => [5,6,2,3,1,4]
[1,1,0,1,1,0,0,1,0,0,1,0] => [6,4,2,3,1,5]
[1,1,0,1,1,0,0,1,0,1,0,0] => [5,4,2,3,1,6]
[1,1,0,1,1,0,0,1,1,0,0,0] => [4,5,2,3,1,6]
[1,1,0,1,1,0,1,0,0,0,1,0] => [6,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,1,0,0] => [5,3,2,4,1,6]
[1,1,0,1,1,0,1,0,1,0,0,0] => [4,3,2,5,1,6]
[1,1,0,1,1,0,1,1,0,0,0,0] => [3,4,2,5,1,6]
[1,1,0,1,1,1,0,0,0,0,1,0] => [6,2,3,4,1,5]
[1,1,0,1,1,1,0,0,0,1,0,0] => [5,2,3,4,1,6]
[1,1,0,1,1,1,0,0,1,0,0,0] => [4,2,3,5,1,6]
[1,1,0,1,1,1,0,1,0,0,0,0] => [3,2,4,5,1,6]
[1,1,0,1,1,1,1,0,0,0,0,0] => [2,3,4,5,1,6]
[1,1,1,0,0,0,1,0,1,0,1,0] => [6,5,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,0,0] => [5,6,4,1,2,3]
[1,1,1,0,0,0,1,1,0,0,1,0] => [6,4,5,1,2,3]
[1,1,1,0,0,0,1,1,0,1,0,0] => [5,4,6,1,2,3]
[1,1,1,0,0,0,1,1,1,0,0,0] => [4,5,6,1,2,3]
[1,1,1,0,0,1,0,0,1,0,1,0] => [6,5,3,1,2,4]
[1,1,1,0,0,1,0,0,1,1,0,0] => [5,6,3,1,2,4]
[1,1,1,0,0,1,0,1,0,0,1,0] => [6,4,3,1,2,5]
[1,1,1,0,0,1,0,1,0,1,0,0] => [5,4,3,1,2,6]
[1,1,1,0,0,1,0,1,1,0,0,0] => [4,5,3,1,2,6]
[1,1,1,0,0,1,1,0,0,0,1,0] => [6,3,4,1,2,5]
[1,1,1,0,0,1,1,0,0,1,0,0] => [5,3,4,1,2,6]
[1,1,1,0,0,1,1,0,1,0,0,0] => [4,3,5,1,2,6]
[1,1,1,0,0,1,1,1,0,0,0,0] => [3,4,5,1,2,6]
[1,1,1,0,1,0,0,0,1,0,1,0] => [6,5,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,0,0] => [5,6,2,1,3,4]
[1,1,1,0,1,0,0,1,0,0,1,0] => [6,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,1,0,0] => [5,4,2,1,3,6]
[1,1,1,0,1,0,0,1,1,0,0,0] => [4,5,2,1,3,6]
[1,1,1,0,1,0,1,0,0,0,1,0] => [6,3,2,1,4,5]
[1,1,1,0,1,0,1,0,0,1,0,0] => [5,3,2,1,4,6]
[1,1,1,0,1,0,1,0,1,0,0,0] => [4,3,2,1,5,6]
[1,1,1,0,1,0,1,1,0,0,0,0] => [3,4,2,1,5,6]
[1,1,1,0,1,1,0,0,0,0,1,0] => [6,2,3,1,4,5]
[1,1,1,0,1,1,0,0,0,1,0,0] => [5,2,3,1,4,6]
[1,1,1,0,1,1,0,0,1,0,0,0] => [4,2,3,1,5,6]
[1,1,1,0,1,1,0,1,0,0,0,0] => [3,2,4,1,5,6]
[1,1,1,0,1,1,1,0,0,0,0,0] => [2,3,4,1,5,6]
[1,1,1,1,0,0,0,0,1,0,1,0] => [6,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,0,0] => [5,6,1,2,3,4]
[1,1,1,1,0,0,0,1,0,0,1,0] => [6,4,1,2,3,5]
[1,1,1,1,0,0,0,1,0,1,0,0] => [5,4,1,2,3,6]
[1,1,1,1,0,0,0,1,1,0,0,0] => [4,5,1,2,3,6]
[1,1,1,1,0,0,1,0,0,0,1,0] => [6,3,1,2,4,5]
[1,1,1,1,0,0,1,0,0,1,0,0] => [5,3,1,2,4,6]
[1,1,1,1,0,0,1,0,1,0,0,0] => [4,3,1,2,5,6]
[1,1,1,1,0,0,1,1,0,0,0,0] => [3,4,1,2,5,6]
[1,1,1,1,0,1,0,0,0,0,1,0] => [6,2,1,3,4,5]
[1,1,1,1,0,1,0,0,0,1,0,0] => [5,2,1,3,4,6]
[1,1,1,1,0,1,0,0,1,0,0,0] => [4,2,1,3,5,6]
[1,1,1,1,0,1,0,1,0,0,0,0] => [3,2,1,4,5,6]
[1,1,1,1,0,1,1,0,0,0,0,0] => [2,3,1,4,5,6]
[1,1,1,1,1,0,0,0,0,0,1,0] => [6,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,1,0,0] => [5,1,2,3,4,6]
[1,1,1,1,1,0,0,0,1,0,0,0] => [4,1,2,3,5,6]
[1,1,1,1,1,0,0,1,0,0,0,0] => [3,1,2,4,5,6]
[1,1,1,1,1,0,1,0,0,0,0,0] => [2,1,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0] => [1,2,3,4,5,6]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [6,7,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [7,5,6,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [6,5,7,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [5,6,7,4,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [7,6,4,5,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [6,7,4,5,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [7,5,4,6,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [6,5,4,7,3,2,1]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [5,6,4,7,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [7,4,5,6,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [6,4,5,7,3,2,1]
[1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [5,4,6,7,3,2,1]
[1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [4,5,6,7,3,2,1]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [7,6,5,3,4,2,1]
[1,0,1,0,1,1,0,0,1,0,1,1,0,0] => [6,7,5,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [7,5,6,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,1,0,0] => [6,5,7,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [5,6,7,3,4,2,1]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [7,6,4,3,5,2,1]
[1,0,1,0,1,1,0,1,0,0,1,1,0,0] => [6,7,4,3,5,2,1]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [7,5,4,3,6,2,1]
[1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [6,5,4,3,7,2,1]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [5,6,4,3,7,2,1]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0] => [7,4,5,3,6,2,1]
[1,0,1,0,1,1,0,1,1,0,0,1,0,0] => [6,4,5,3,7,2,1]
[1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [5,4,6,3,7,2,1]
[1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [4,5,6,3,7,2,1]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0] => [7,6,3,4,5,2,1]
[1,0,1,0,1,1,1,0,0,0,1,1,0,0] => [6,7,3,4,5,2,1]
[1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [7,5,3,4,6,2,1]
[1,0,1,0,1,1,1,0,0,1,0,1,0,0] => [6,5,3,4,7,2,1]
[1,0,1,0,1,1,1,0,0,1,1,0,0,0] => [5,6,3,4,7,2,1]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [7,4,3,5,6,2,1]
[1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [6,4,3,5,7,2,1]
[1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [5,4,3,6,7,2,1]
[1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [4,5,3,6,7,2,1]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [7,3,4,5,6,2,1]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0] => [6,3,4,5,7,2,1]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0] => [5,3,4,6,7,2,1]
[1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [4,3,5,6,7,2,1]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [3,4,5,6,7,2,1]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [7,6,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,0,1,1,0,0] => [6,7,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,0,0,1,0] => [7,5,6,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,0,1,0,0] => [6,5,7,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,1,0,0,0] => [5,6,7,4,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0] => [7,6,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [6,7,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,1,0,0,1,0] => [7,5,4,6,2,3,1]
[1,0,1,1,0,0,1,1,0,1,0,1,0,0] => [6,5,4,7,2,3,1]
[1,0,1,1,0,0,1,1,0,1,1,0,0,0] => [5,6,4,7,2,3,1]
[1,0,1,1,0,0,1,1,1,0,0,0,1,0] => [7,4,5,6,2,3,1]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [6,4,5,7,2,3,1]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0] => [5,4,6,7,2,3,1]
[1,0,1,1,0,0,1,1,1,1,0,0,0,0] => [4,5,6,7,2,3,1]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [7,6,5,3,2,4,1]
[1,0,1,1,0,1,0,0,1,0,1,1,0,0] => [6,7,5,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,0,0,1,0] => [7,5,6,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,0,1,0,0] => [6,5,7,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,1,0,0,0] => [5,6,7,3,2,4,1]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0] => [7,6,4,3,2,5,1]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0] => [6,7,4,3,2,5,1]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [7,5,4,3,2,6,1]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [6,5,4,3,2,7,1]
[1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [5,6,4,3,2,7,1]
[1,0,1,1,0,1,0,1,1,0,0,0,1,0] => [7,4,5,3,2,6,1]
[1,0,1,1,0,1,0,1,1,0,0,1,0,0] => [6,4,5,3,2,7,1]
[1,0,1,1,0,1,0,1,1,0,1,0,0,0] => [5,4,6,3,2,7,1]
[1,0,1,1,0,1,0,1,1,1,0,0,0,0] => [4,5,6,3,2,7,1]
[1,0,1,1,0,1,1,0,0,0,1,0,1,0] => [7,6,3,4,2,5,1]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [6,7,3,4,2,5,1]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0] => [7,5,3,4,2,6,1]
[1,0,1,1,0,1,1,0,0,1,0,1,0,0] => [6,5,3,4,2,7,1]
[1,0,1,1,0,1,1,0,0,1,1,0,0,0] => [5,6,3,4,2,7,1]
[1,0,1,1,0,1,1,0,1,0,0,0,1,0] => [7,4,3,5,2,6,1]
[1,0,1,1,0,1,1,0,1,0,0,1,0,0] => [6,4,3,5,2,7,1]
[1,0,1,1,0,1,1,0,1,0,1,0,0,0] => [5,4,3,6,2,7,1]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0] => [4,5,3,6,2,7,1]
[1,0,1,1,0,1,1,1,0,0,0,0,1,0] => [7,3,4,5,2,6,1]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [6,3,4,5,2,7,1]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0] => [5,3,4,6,2,7,1]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [4,3,5,6,2,7,1]
[1,0,1,1,0,1,1,1,1,0,0,0,0,0] => [3,4,5,6,2,7,1]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [7,6,5,2,3,4,1]
[1,0,1,1,1,0,0,0,1,0,1,1,0,0] => [6,7,5,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,0,0,1,0] => [7,5,6,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,0,1,0,0] => [6,5,7,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [5,6,7,2,3,4,1]
[1,0,1,1,1,0,0,1,0,0,1,0,1,0] => [7,6,4,2,3,5,1]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [6,7,4,2,3,5,1]
[1,0,1,1,1,0,0,1,0,1,0,0,1,0] => [7,5,4,2,3,6,1]
[1,0,1,1,1,0,0,1,0,1,0,1,0,0] => [6,5,4,2,3,7,1]
[1,0,1,1,1,0,0,1,0,1,1,0,0,0] => [5,6,4,2,3,7,1]
[1,0,1,1,1,0,0,1,1,0,0,0,1,0] => [7,4,5,2,3,6,1]
[1,0,1,1,1,0,0,1,1,0,0,1,0,0] => [6,4,5,2,3,7,1]
[1,0,1,1,1,0,0,1,1,0,1,0,0,0] => [5,4,6,2,3,7,1]
[1,0,1,1,1,0,0,1,1,1,0,0,0,0] => [4,5,6,2,3,7,1]
[1,0,1,1,1,0,1,0,0,0,1,0,1,0] => [7,6,3,2,4,5,1]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0] => [6,7,3,2,4,5,1]
[1,0,1,1,1,0,1,0,0,1,0,0,1,0] => [7,5,3,2,4,6,1]
[1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [6,5,3,2,4,7,1]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0] => [5,6,3,2,4,7,1]
[1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [7,4,3,2,5,6,1]
[1,0,1,1,1,0,1,0,1,0,0,1,0,0] => [6,4,3,2,5,7,1]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [5,4,3,2,6,7,1]
[1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [4,5,3,2,6,7,1]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0] => [7,3,4,2,5,6,1]
[1,0,1,1,1,0,1,1,0,0,0,1,0,0] => [6,3,4,2,5,7,1]
[1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [5,3,4,2,6,7,1]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [4,3,5,2,6,7,1]
[1,0,1,1,1,0,1,1,1,0,0,0,0,0] => [3,4,5,2,6,7,1]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0] => [7,6,2,3,4,5,1]
[1,0,1,1,1,1,0,0,0,0,1,1,0,0] => [6,7,2,3,4,5,1]
[1,0,1,1,1,1,0,0,0,1,0,0,1,0] => [7,5,2,3,4,6,1]
[1,0,1,1,1,1,0,0,0,1,0,1,0,0] => [6,5,2,3,4,7,1]
[1,0,1,1,1,1,0,0,0,1,1,0,0,0] => [5,6,2,3,4,7,1]
[1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [7,4,2,3,5,6,1]
[1,0,1,1,1,1,0,0,1,0,0,1,0,0] => [6,4,2,3,5,7,1]
[1,0,1,1,1,1,0,0,1,0,1,0,0,0] => [5,4,2,3,6,7,1]
[1,0,1,1,1,1,0,0,1,1,0,0,0,0] => [4,5,2,3,6,7,1]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0] => [7,3,2,4,5,6,1]
[1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [6,3,2,4,5,7,1]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0] => [5,3,2,4,6,7,1]
[1,0,1,1,1,1,0,1,0,1,0,0,0,0] => [4,3,2,5,6,7,1]
[1,0,1,1,1,1,0,1,1,0,0,0,0,0] => [3,4,2,5,6,7,1]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [7,2,3,4,5,6,1]
[1,0,1,1,1,1,1,0,0,0,0,1,0,0] => [6,2,3,4,5,7,1]
[1,0,1,1,1,1,1,0,0,0,1,0,0,0] => [5,2,3,4,6,7,1]
[1,0,1,1,1,1,1,0,0,1,0,0,0,0] => [4,2,3,5,6,7,1]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [3,2,4,5,6,7,1]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [2,3,4,5,6,7,1]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [7,6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [6,7,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,0,0,1,0] => [7,5,6,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,0,1,0,0] => [6,5,7,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,1,0,0,0] => [5,6,7,4,3,1,2]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0] => [7,6,4,5,3,1,2]
[1,1,0,0,1,0,1,1,0,0,1,1,0,0] => [6,7,4,5,3,1,2]
[1,1,0,0,1,0,1,1,0,1,0,0,1,0] => [7,5,4,6,3,1,2]
[1,1,0,0,1,0,1,1,0,1,0,1,0,0] => [6,5,4,7,3,1,2]
[1,1,0,0,1,0,1,1,0,1,1,0,0,0] => [5,6,4,7,3,1,2]
[1,1,0,0,1,0,1,1,1,0,0,0,1,0] => [7,4,5,6,3,1,2]
[1,1,0,0,1,0,1,1,1,0,0,1,0,0] => [6,4,5,7,3,1,2]
[1,1,0,0,1,0,1,1,1,0,1,0,0,0] => [5,4,6,7,3,1,2]
[1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [4,5,6,7,3,1,2]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [7,6,5,3,4,1,2]
[1,1,0,0,1,1,0,0,1,0,1,1,0,0] => [6,7,5,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [7,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [6,5,7,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [5,6,7,3,4,1,2]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [7,6,4,3,5,1,2]
[1,1,0,0,1,1,0,1,0,0,1,1,0,0] => [6,7,4,3,5,1,2]
[1,1,0,0,1,1,0,1,0,1,0,0,1,0] => [7,5,4,3,6,1,2]
[1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [6,5,4,3,7,1,2]
[1,1,0,0,1,1,0,1,0,1,1,0,0,0] => [5,6,4,3,7,1,2]
[1,1,0,0,1,1,0,1,1,0,0,0,1,0] => [7,4,5,3,6,1,2]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0] => [6,4,5,3,7,1,2]
[1,1,0,0,1,1,0,1,1,0,1,0,0,0] => [5,4,6,3,7,1,2]
[1,1,0,0,1,1,0,1,1,1,0,0,0,0] => [4,5,6,3,7,1,2]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0] => [7,6,3,4,5,1,2]
[1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [6,7,3,4,5,1,2]
[1,1,0,0,1,1,1,0,0,1,0,0,1,0] => [7,5,3,4,6,1,2]
[1,1,0,0,1,1,1,0,0,1,0,1,0,0] => [6,5,3,4,7,1,2]
[1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [5,6,3,4,7,1,2]
[1,1,0,0,1,1,1,0,1,0,0,0,1,0] => [7,4,3,5,6,1,2]
[1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [6,4,3,5,7,1,2]
[1,1,0,0,1,1,1,0,1,0,1,0,0,0] => [5,4,3,6,7,1,2]
[1,1,0,0,1,1,1,0,1,1,0,0,0,0] => [4,5,3,6,7,1,2]
[1,1,0,0,1,1,1,1,0,0,0,0,1,0] => [7,3,4,5,6,1,2]
[1,1,0,0,1,1,1,1,0,0,0,1,0,0] => [6,3,4,5,7,1,2]
[1,1,0,0,1,1,1,1,0,0,1,0,0,0] => [5,3,4,6,7,1,2]
[1,1,0,0,1,1,1,1,0,1,0,0,0,0] => [4,3,5,6,7,1,2]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [3,4,5,6,7,1,2]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [7,6,5,4,2,1,3]
[1,1,0,1,0,0,1,0,1,0,1,1,0,0] => [6,7,5,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,0,0,1,0] => [7,5,6,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,0,1,0,0] => [6,5,7,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,1,0,0,0] => [5,6,7,4,2,1,3]
[1,1,0,1,0,0,1,1,0,0,1,0,1,0] => [7,6,4,5,2,1,3]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0] => [6,7,4,5,2,1,3]
[1,1,0,1,0,0,1,1,0,1,0,0,1,0] => [7,5,4,6,2,1,3]
[1,1,0,1,0,0,1,1,0,1,0,1,0,0] => [6,5,4,7,2,1,3]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0] => [5,6,4,7,2,1,3]
[1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [7,4,5,6,2,1,3]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0] => [6,4,5,7,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0] => [5,4,6,7,2,1,3]
[1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [4,5,6,7,2,1,3]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0] => [7,6,5,3,2,1,4]
[1,1,0,1,0,1,0,0,1,0,1,1,0,0] => [6,7,5,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,0,0,1,0] => [7,5,6,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,0,1,0,0] => [6,5,7,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,1,0,0,0] => [5,6,7,3,2,1,4]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [7,6,4,3,2,1,5]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0] => [6,7,4,3,2,1,5]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [7,5,4,3,2,1,6]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [6,5,4,3,2,1,7]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [5,6,4,3,2,1,7]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0] => [7,4,5,3,2,1,6]
[1,1,0,1,0,1,0,1,1,0,0,1,0,0] => [6,4,5,3,2,1,7]
[1,1,0,1,0,1,0,1,1,0,1,0,0,0] => [5,4,6,3,2,1,7]
[1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [4,5,6,3,2,1,7]
[1,1,0,1,0,1,1,0,0,0,1,0,1,0] => [7,6,3,4,2,1,5]
[1,1,0,1,0,1,1,0,0,0,1,1,0,0] => [6,7,3,4,2,1,5]
[1,1,0,1,0,1,1,0,0,1,0,0,1,0] => [7,5,3,4,2,1,6]
[1,1,0,1,0,1,1,0,0,1,0,1,0,0] => [6,5,3,4,2,1,7]
[1,1,0,1,0,1,1,0,0,1,1,0,0,0] => [5,6,3,4,2,1,7]
[1,1,0,1,0,1,1,0,1,0,0,0,1,0] => [7,4,3,5,2,1,6]
[1,1,0,1,0,1,1,0,1,0,0,1,0,0] => [6,4,3,5,2,1,7]
[1,1,0,1,0,1,1,0,1,0,1,0,0,0] => [5,4,3,6,2,1,7]
[1,1,0,1,0,1,1,0,1,1,0,0,0,0] => [4,5,3,6,2,1,7]
[1,1,0,1,0,1,1,1,0,0,0,0,1,0] => [7,3,4,5,2,1,6]
[1,1,0,1,0,1,1,1,0,0,0,1,0,0] => [6,3,4,5,2,1,7]
[1,1,0,1,0,1,1,1,0,0,1,0,0,0] => [5,3,4,6,2,1,7]
[1,1,0,1,0,1,1,1,0,1,0,0,0,0] => [4,3,5,6,2,1,7]
[1,1,0,1,0,1,1,1,1,0,0,0,0,0] => [3,4,5,6,2,1,7]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [7,6,5,2,3,1,4]
[1,1,0,1,1,0,0,0,1,0,1,1,0,0] => [6,7,5,2,3,1,4]
[1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [7,5,6,2,3,1,4]
[1,1,0,1,1,0,0,0,1,1,0,1,0,0] => [6,5,7,2,3,1,4]
[1,1,0,1,1,0,0,0,1,1,1,0,0,0] => [5,6,7,2,3,1,4]
[1,1,0,1,1,0,0,1,0,0,1,0,1,0] => [7,6,4,2,3,1,5]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0] => [6,7,4,2,3,1,5]
[1,1,0,1,1,0,0,1,0,1,0,0,1,0] => [7,5,4,2,3,1,6]
[1,1,0,1,1,0,0,1,0,1,0,1,0,0] => [6,5,4,2,3,1,7]
[1,1,0,1,1,0,0,1,0,1,1,0,0,0] => [5,6,4,2,3,1,7]
[1,1,0,1,1,0,0,1,1,0,0,0,1,0] => [7,4,5,2,3,1,6]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0] => [6,4,5,2,3,1,7]
[1,1,0,1,1,0,0,1,1,0,1,0,0,0] => [5,4,6,2,3,1,7]
[1,1,0,1,1,0,0,1,1,1,0,0,0,0] => [4,5,6,2,3,1,7]
[1,1,0,1,1,0,1,0,0,0,1,0,1,0] => [7,6,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0] => [6,7,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,1,0,0,1,0] => [7,5,3,2,4,1,6]
[1,1,0,1,1,0,1,0,0,1,0,1,0,0] => [6,5,3,2,4,1,7]
[1,1,0,1,1,0,1,0,0,1,1,0,0,0] => [5,6,3,2,4,1,7]
[1,1,0,1,1,0,1,0,1,0,0,0,1,0] => [7,4,3,2,5,1,6]
[1,1,0,1,1,0,1,0,1,0,0,1,0,0] => [6,4,3,2,5,1,7]
[1,1,0,1,1,0,1,0,1,0,1,0,0,0] => [5,4,3,2,6,1,7]
[1,1,0,1,1,0,1,0,1,1,0,0,0,0] => [4,5,3,2,6,1,7]
[1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [7,3,4,2,5,1,6]
[1,1,0,1,1,0,1,1,0,0,0,1,0,0] => [6,3,4,2,5,1,7]
[1,1,0,1,1,0,1,1,0,0,1,0,0,0] => [5,3,4,2,6,1,7]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [4,3,5,2,6,1,7]
[1,1,0,1,1,0,1,1,1,0,0,0,0,0] => [3,4,5,2,6,1,7]
[1,1,0,1,1,1,0,0,0,0,1,0,1,0] => [7,6,2,3,4,1,5]
[1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [6,7,2,3,4,1,5]
[1,1,0,1,1,1,0,0,0,1,0,0,1,0] => [7,5,2,3,4,1,6]
[1,1,0,1,1,1,0,0,0,1,0,1,0,0] => [6,5,2,3,4,1,7]
[1,1,0,1,1,1,0,0,0,1,1,0,0,0] => [5,6,2,3,4,1,7]
[1,1,0,1,1,1,0,0,1,0,0,0,1,0] => [7,4,2,3,5,1,6]
[1,1,0,1,1,1,0,0,1,0,0,1,0,0] => [6,4,2,3,5,1,7]
[1,1,0,1,1,1,0,0,1,0,1,0,0,0] => [5,4,2,3,6,1,7]
[1,1,0,1,1,1,0,0,1,1,0,0,0,0] => [4,5,2,3,6,1,7]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [7,3,2,4,5,1,6]
[1,1,0,1,1,1,0,1,0,0,0,1,0,0] => [6,3,2,4,5,1,7]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [5,3,2,4,6,1,7]
[1,1,0,1,1,1,0,1,0,1,0,0,0,0] => [4,3,2,5,6,1,7]
[1,1,0,1,1,1,0,1,1,0,0,0,0,0] => [3,4,2,5,6,1,7]
[1,1,0,1,1,1,1,0,0,0,0,0,1,0] => [7,2,3,4,5,1,6]
[1,1,0,1,1,1,1,0,0,0,0,1,0,0] => [6,2,3,4,5,1,7]
[1,1,0,1,1,1,1,0,0,0,1,0,0,0] => [5,2,3,4,6,1,7]
[1,1,0,1,1,1,1,0,0,1,0,0,0,0] => [4,2,3,5,6,1,7]
[1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [3,2,4,5,6,1,7]
[1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [2,3,4,5,6,1,7]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [7,6,5,4,1,2,3]
[1,1,1,0,0,0,1,0,1,0,1,1,0,0] => [6,7,5,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0] => [7,5,6,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,0,1,0,0] => [6,5,7,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,1,0,0,0] => [5,6,7,4,1,2,3]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0] => [7,6,4,5,1,2,3]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [6,7,4,5,1,2,3]
[1,1,1,0,0,0,1,1,0,1,0,0,1,0] => [7,5,4,6,1,2,3]
[1,1,1,0,0,0,1,1,0,1,0,1,0,0] => [6,5,4,7,1,2,3]
[1,1,1,0,0,0,1,1,0,1,1,0,0,0] => [5,6,4,7,1,2,3]
[1,1,1,0,0,0,1,1,1,0,0,0,1,0] => [7,4,5,6,1,2,3]
[1,1,1,0,0,0,1,1,1,0,0,1,0,0] => [6,4,5,7,1,2,3]
[1,1,1,0,0,0,1,1,1,0,1,0,0,0] => [5,4,6,7,1,2,3]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [4,5,6,7,1,2,3]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0] => [7,6,5,3,1,2,4]
[1,1,1,0,0,1,0,0,1,0,1,1,0,0] => [6,7,5,3,1,2,4]
[1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [7,5,6,3,1,2,4]
[1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [6,5,7,3,1,2,4]
[1,1,1,0,0,1,0,0,1,1,1,0,0,0] => [5,6,7,3,1,2,4]
[1,1,1,0,0,1,0,1,0,0,1,0,1,0] => [7,6,4,3,1,2,5]
[1,1,1,0,0,1,0,1,0,0,1,1,0,0] => [6,7,4,3,1,2,5]
[1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [7,5,4,3,1,2,6]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [6,5,4,3,1,2,7]
[1,1,1,0,0,1,0,1,0,1,1,0,0,0] => [5,6,4,3,1,2,7]
[1,1,1,0,0,1,0,1,1,0,0,0,1,0] => [7,4,5,3,1,2,6]
[1,1,1,0,0,1,0,1,1,0,0,1,0,0] => [6,4,5,3,1,2,7]
[1,1,1,0,0,1,0,1,1,0,1,0,0,0] => [5,4,6,3,1,2,7]
[1,1,1,0,0,1,0,1,1,1,0,0,0,0] => [4,5,6,3,1,2,7]
[1,1,1,0,0,1,1,0,0,0,1,0,1,0] => [7,6,3,4,1,2,5]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0] => [6,7,3,4,1,2,5]
[1,1,1,0,0,1,1,0,0,1,0,0,1,0] => [7,5,3,4,1,2,6]
[1,1,1,0,0,1,1,0,0,1,0,1,0,0] => [6,5,3,4,1,2,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [5,6,3,4,1,2,7]
[1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [7,4,3,5,1,2,6]
[1,1,1,0,0,1,1,0,1,0,0,1,0,0] => [6,4,3,5,1,2,7]
[1,1,1,0,0,1,1,0,1,0,1,0,0,0] => [5,4,3,6,1,2,7]
[1,1,1,0,0,1,1,0,1,1,0,0,0,0] => [4,5,3,6,1,2,7]
[1,1,1,0,0,1,1,1,0,0,0,0,1,0] => [7,3,4,5,1,2,6]
[1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [6,3,4,5,1,2,7]
[1,1,1,0,0,1,1,1,0,0,1,0,0,0] => [5,3,4,6,1,2,7]
[1,1,1,0,0,1,1,1,0,1,0,0,0,0] => [4,3,5,6,1,2,7]
[1,1,1,0,0,1,1,1,1,0,0,0,0,0] => [3,4,5,6,1,2,7]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0] => [7,6,5,2,1,3,4]
[1,1,1,0,1,0,0,0,1,0,1,1,0,0] => [6,7,5,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [7,5,6,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [6,5,7,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,1,0,0,0] => [5,6,7,2,1,3,4]
[1,1,1,0,1,0,0,1,0,0,1,0,1,0] => [7,6,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0] => [6,7,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,1,0,0,1,0] => [7,5,4,2,1,3,6]
[1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [6,5,4,2,1,3,7]
[1,1,1,0,1,0,0,1,0,1,1,0,0,0] => [5,6,4,2,1,3,7]
[1,1,1,0,1,0,0,1,1,0,0,0,1,0] => [7,4,5,2,1,3,6]
[1,1,1,0,1,0,0,1,1,0,0,1,0,0] => [6,4,5,2,1,3,7]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [5,4,6,2,1,3,7]
[1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [4,5,6,2,1,3,7]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0] => [7,6,3,2,1,4,5]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0] => [6,7,3,2,1,4,5]
[1,1,1,0,1,0,1,0,0,1,0,0,1,0] => [7,5,3,2,1,4,6]
[1,1,1,0,1,0,1,0,0,1,0,1,0,0] => [6,5,3,2,1,4,7]
[1,1,1,0,1,0,1,0,0,1,1,0,0,0] => [5,6,3,2,1,4,7]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [7,4,3,2,1,5,6]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0] => [6,4,3,2,1,5,7]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [5,4,3,2,1,6,7]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [4,5,3,2,1,6,7]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0] => [7,3,4,2,1,5,6]
[1,1,1,0,1,0,1,1,0,0,0,1,0,0] => [6,3,4,2,1,5,7]
[1,1,1,0,1,0,1,1,0,0,1,0,0,0] => [5,3,4,2,1,6,7]
[1,1,1,0,1,0,1,1,0,1,0,0,0,0] => [4,3,5,2,1,6,7]
[1,1,1,0,1,0,1,1,1,0,0,0,0,0] => [3,4,5,2,1,6,7]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0] => [7,6,2,3,1,4,5]
[1,1,1,0,1,1,0,0,0,0,1,1,0,0] => [6,7,2,3,1,4,5]
[1,1,1,0,1,1,0,0,0,1,0,0,1,0] => [7,5,2,3,1,4,6]
[1,1,1,0,1,1,0,0,0,1,0,1,0,0] => [6,5,2,3,1,4,7]
[1,1,1,0,1,1,0,0,0,1,1,0,0,0] => [5,6,2,3,1,4,7]
[1,1,1,0,1,1,0,0,1,0,0,0,1,0] => [7,4,2,3,1,5,6]
[1,1,1,0,1,1,0,0,1,0,0,1,0,0] => [6,4,2,3,1,5,7]
[1,1,1,0,1,1,0,0,1,0,1,0,0,0] => [5,4,2,3,1,6,7]
[1,1,1,0,1,1,0,0,1,1,0,0,0,0] => [4,5,2,3,1,6,7]
[1,1,1,0,1,1,0,1,0,0,0,0,1,0] => [7,3,2,4,1,5,6]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [6,3,2,4,1,5,7]
[1,1,1,0,1,1,0,1,0,0,1,0,0,0] => [5,3,2,4,1,6,7]
[1,1,1,0,1,1,0,1,0,1,0,0,0,0] => [4,3,2,5,1,6,7]
[1,1,1,0,1,1,0,1,1,0,0,0,0,0] => [3,4,2,5,1,6,7]
[1,1,1,0,1,1,1,0,0,0,0,0,1,0] => [7,2,3,4,1,5,6]
[1,1,1,0,1,1,1,0,0,0,0,1,0,0] => [6,2,3,4,1,5,7]
[1,1,1,0,1,1,1,0,0,0,1,0,0,0] => [5,2,3,4,1,6,7]
[1,1,1,0,1,1,1,0,0,1,0,0,0,0] => [4,2,3,5,1,6,7]
[1,1,1,0,1,1,1,0,1,0,0,0,0,0] => [3,2,4,5,1,6,7]
[1,1,1,0,1,1,1,1,0,0,0,0,0,0] => [2,3,4,5,1,6,7]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [7,6,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,0,1,1,0,0] => [6,7,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,0,0,1,0] => [7,5,6,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,0,1,0,0] => [6,5,7,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [5,6,7,1,2,3,4]
[1,1,1,1,0,0,0,1,0,0,1,0,1,0] => [7,6,4,1,2,3,5]
[1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [6,7,4,1,2,3,5]
[1,1,1,1,0,0,0,1,0,1,0,0,1,0] => [7,5,4,1,2,3,6]
[1,1,1,1,0,0,0,1,0,1,0,1,0,0] => [6,5,4,1,2,3,7]
[1,1,1,1,0,0,0,1,0,1,1,0,0,0] => [5,6,4,1,2,3,7]
[1,1,1,1,0,0,0,1,1,0,0,0,1,0] => [7,4,5,1,2,3,6]
[1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [6,4,5,1,2,3,7]
[1,1,1,1,0,0,0,1,1,0,1,0,0,0] => [5,4,6,1,2,3,7]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [4,5,6,1,2,3,7]
[1,1,1,1,0,0,1,0,0,0,1,0,1,0] => [7,6,3,1,2,4,5]
[1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [6,7,3,1,2,4,5]
[1,1,1,1,0,0,1,0,0,1,0,0,1,0] => [7,5,3,1,2,4,6]
[1,1,1,1,0,0,1,0,0,1,0,1,0,0] => [6,5,3,1,2,4,7]
[1,1,1,1,0,0,1,0,0,1,1,0,0,0] => [5,6,3,1,2,4,7]
[1,1,1,1,0,0,1,0,1,0,0,0,1,0] => [7,4,3,1,2,5,6]
[1,1,1,1,0,0,1,0,1,0,0,1,0,0] => [6,4,3,1,2,5,7]
[1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [5,4,3,1,2,6,7]
[1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [4,5,3,1,2,6,7]
[1,1,1,1,0,0,1,1,0,0,0,0,1,0] => [7,3,4,1,2,5,6]
[1,1,1,1,0,0,1,1,0,0,0,1,0,0] => [6,3,4,1,2,5,7]
[1,1,1,1,0,0,1,1,0,0,1,0,0,0] => [5,3,4,1,2,6,7]
[1,1,1,1,0,0,1,1,0,1,0,0,0,0] => [4,3,5,1,2,6,7]
[1,1,1,1,0,0,1,1,1,0,0,0,0,0] => [3,4,5,1,2,6,7]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0] => [7,6,2,1,3,4,5]
[1,1,1,1,0,1,0,0,0,0,1,1,0,0] => [6,7,2,1,3,4,5]
[1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [7,5,2,1,3,4,6]
[1,1,1,1,0,1,0,0,0,1,0,1,0,0] => [6,5,2,1,3,4,7]
[1,1,1,1,0,1,0,0,0,1,1,0,0,0] => [5,6,2,1,3,4,7]
[1,1,1,1,0,1,0,0,1,0,0,0,1,0] => [7,4,2,1,3,5,6]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [6,4,2,1,3,5,7]
[1,1,1,1,0,1,0,0,1,0,1,0,0,0] => [5,4,2,1,3,6,7]
[1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [4,5,2,1,3,6,7]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0] => [7,3,2,1,4,5,6]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0] => [6,3,2,1,4,5,7]
[1,1,1,1,0,1,0,1,0,0,1,0,0,0] => [5,3,2,1,4,6,7]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0] => [4,3,2,1,5,6,7]
[1,1,1,1,0,1,0,1,1,0,0,0,0,0] => [3,4,2,1,5,6,7]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0] => [7,2,3,1,4,5,6]
[1,1,1,1,0,1,1,0,0,0,0,1,0,0] => [6,2,3,1,4,5,7]
[1,1,1,1,0,1,1,0,0,0,1,0,0,0] => [5,2,3,1,4,6,7]
[1,1,1,1,0,1,1,0,0,1,0,0,0,0] => [4,2,3,1,5,6,7]
[1,1,1,1,0,1,1,0,1,0,0,0,0,0] => [3,2,4,1,5,6,7]
[1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [2,3,4,1,5,6,7]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [7,6,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [6,7,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,1,0,0,1,0] => [7,5,1,2,3,4,6]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [6,5,1,2,3,4,7]
[1,1,1,1,1,0,0,0,0,1,1,0,0,0] => [5,6,1,2,3,4,7]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0] => [7,4,1,2,3,5,6]
[1,1,1,1,1,0,0,0,1,0,0,1,0,0] => [6,4,1,2,3,5,7]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0] => [5,4,1,2,3,6,7]
[1,1,1,1,1,0,0,0,1,1,0,0,0,0] => [4,5,1,2,3,6,7]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [7,3,1,2,4,5,6]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [6,3,1,2,4,5,7]
[1,1,1,1,1,0,0,1,0,0,1,0,0,0] => [5,3,1,2,4,6,7]
[1,1,1,1,1,0,0,1,0,1,0,0,0,0] => [4,3,1,2,5,6,7]
[1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [3,4,1,2,5,6,7]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [7,2,1,3,4,5,6]
[1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [6,2,1,3,4,5,7]
[1,1,1,1,1,0,1,0,0,0,1,0,0,0] => [5,2,1,3,4,6,7]
[1,1,1,1,1,0,1,0,0,1,0,0,0,0] => [4,2,1,3,5,6,7]
[1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [3,2,1,4,5,6,7]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [2,3,1,4,5,6,7]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [7,1,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0] => [6,1,2,3,4,5,7]
[1,1,1,1,1,1,0,0,0,0,1,0,0,0] => [5,1,2,3,4,6,7]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [4,1,2,3,5,6,7]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [3,1,2,4,5,6,7]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [2,1,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [8,7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [7,8,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [8,6,7,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [7,6,8,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [6,7,8,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [8,7,5,6,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [7,8,5,6,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [8,6,5,7,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [7,6,5,8,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [6,7,5,8,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [8,5,6,7,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [7,5,6,8,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [6,5,7,8,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [5,6,7,8,4,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [8,7,6,4,5,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0] => [7,8,6,4,5,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [8,6,7,4,5,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,0] => [7,6,8,4,5,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [6,7,8,4,5,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [8,7,5,4,6,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,0,1,1,0,0] => [7,8,5,4,6,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [8,6,5,4,7,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [7,6,5,4,8,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [6,7,5,4,8,3,2,1]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,0] => [8,5,6,4,7,3,2,1]
[1,0,1,0,1,0,1,1,0,1,1,0,0,1,0,0] => [7,5,6,4,8,3,2,1]
[1,0,1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [6,5,7,4,8,3,2,1]
[1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [5,6,7,4,8,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0] => [8,7,4,5,6,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0] => [7,8,4,5,6,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [8,6,4,5,7,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0] => [7,6,4,5,8,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0] => [6,7,4,5,8,3,2,1]
[1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [8,5,4,6,7,3,2,1]
[1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [7,5,4,6,8,3,2,1]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [6,5,4,7,8,3,2,1]
[1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [5,6,4,7,8,3,2,1]
[1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [8,4,5,6,7,3,2,1]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0] => [7,4,5,6,8,3,2,1]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0] => [6,4,5,7,8,3,2,1]
[1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [5,4,6,7,8,3,2,1]
[1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [4,5,6,7,8,3,2,1]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [8,7,6,5,3,4,2,1]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,0] => [7,8,6,5,3,4,2,1]
[1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0] => [8,6,7,5,3,4,2,1]
[1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0] => [7,6,8,5,3,4,2,1]
[1,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0] => [6,7,8,5,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0] => [8,7,5,6,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [7,8,5,6,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0] => [8,6,5,7,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0] => [7,6,5,8,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,1,1,0,0,0] => [6,7,5,8,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,1,0,0,0,1,0] => [8,5,6,7,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [7,5,6,8,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,1,0,1,0,0,0] => [6,5,7,8,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0] => [5,6,7,8,3,4,2,1]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [8,7,6,4,3,5,2,1]
[1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0] => [7,8,6,4,3,5,2,1]
[1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0] => [8,6,7,4,3,5,2,1]
[1,0,1,0,1,1,0,1,0,0,1,1,0,1,0,0] => [7,6,8,4,3,5,2,1]
[1,0,1,0,1,1,0,1,0,0,1,1,1,0,0,0] => [6,7,8,4,3,5,2,1]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0] => [8,7,5,4,3,6,2,1]
[1,0,1,0,1,1,0,1,0,1,0,0,1,1,0,0] => [7,8,5,4,3,6,2,1]
[1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [8,6,5,4,3,7,2,1]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [7,6,5,4,3,8,2,1]
[1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [6,7,5,4,3,8,2,1]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0] => [8,5,6,4,3,7,2,1]
[1,0,1,0,1,1,0,1,0,1,1,0,0,1,0,0] => [7,5,6,4,3,8,2,1]
[1,0,1,0,1,1,0,1,0,1,1,0,1,0,0,0] => [6,5,7,4,3,8,2,1]
[1,0,1,0,1,1,0,1,0,1,1,1,0,0,0,0] => [5,6,7,4,3,8,2,1]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0] => [8,7,4,5,3,6,2,1]
[1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [7,8,4,5,3,6,2,1]
[1,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0] => [8,6,4,5,3,7,2,1]
[1,0,1,0,1,1,0,1,1,0,0,1,0,1,0,0] => [7,6,4,5,3,8,2,1]
[1,0,1,0,1,1,0,1,1,0,0,1,1,0,0,0] => [6,7,4,5,3,8,2,1]
[1,0,1,0,1,1,0,1,1,0,1,0,0,0,1,0] => [8,5,4,6,3,7,2,1]
[1,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0] => [7,5,4,6,3,8,2,1]
[1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,0] => [6,5,4,7,3,8,2,1]
[1,0,1,0,1,1,0,1,1,0,1,1,0,0,0,0] => [5,6,4,7,3,8,2,1]
[1,0,1,0,1,1,0,1,1,1,0,0,0,0,1,0] => [8,4,5,6,3,7,2,1]
[1,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [7,4,5,6,3,8,2,1]
[1,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0] => [6,4,5,7,3,8,2,1]
[1,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [5,4,6,7,3,8,2,1]
[1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0] => [4,5,6,7,3,8,2,1]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [8,7,6,3,4,5,2,1]
[1,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0] => [7,8,6,3,4,5,2,1]
[1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0] => [8,6,7,3,4,5,2,1]
[1,0,1,0,1,1,1,0,0,0,1,1,0,1,0,0] => [7,6,8,3,4,5,2,1]
[1,0,1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [6,7,8,3,4,5,2,1]
[1,0,1,0,1,1,1,0,0,1,0,0,1,0,1,0] => [8,7,5,3,4,6,2,1]
[1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [7,8,5,3,4,6,2,1]
[1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0] => [8,6,5,3,4,7,2,1]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0] => [7,6,5,3,4,8,2,1]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,0,0] => [6,7,5,3,4,8,2,1]
[1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,0] => [8,5,6,3,4,7,2,1]
[1,0,1,0,1,1,1,0,0,1,1,0,0,1,0,0] => [7,5,6,3,4,8,2,1]
[1,0,1,0,1,1,1,0,0,1,1,0,1,0,0,0] => [6,5,7,3,4,8,2,1]
[1,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0] => [5,6,7,3,4,8,2,1]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0] => [8,7,4,3,5,6,2,1]
[1,0,1,0,1,1,1,0,1,0,0,0,1,1,0,0] => [7,8,4,3,5,6,2,1]
[1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,0] => [8,6,4,3,5,7,2,1]
[1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [7,6,4,3,5,8,2,1]
[1,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0] => [6,7,4,3,5,8,2,1]
[1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [8,5,4,3,6,7,2,1]
[1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,0] => [7,5,4,3,6,8,2,1]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [6,5,4,3,7,8,2,1]
[1,0,1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [5,6,4,3,7,8,2,1]
[1,0,1,0,1,1,1,0,1,1,0,0,0,0,1,0] => [8,4,5,3,6,7,2,1]
[1,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0] => [7,4,5,3,6,8,2,1]
[1,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [6,4,5,3,7,8,2,1]
[1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [5,4,6,3,7,8,2,1]
[1,0,1,0,1,1,1,0,1,1,1,0,0,0,0,0] => [4,5,6,3,7,8,2,1]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0] => [8,7,3,4,5,6,2,1]
[1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0] => [7,8,3,4,5,6,2,1]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,0] => [8,6,3,4,5,7,2,1]
[1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0] => [7,6,3,4,5,8,2,1]
[1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0] => [6,7,3,4,5,8,2,1]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [8,5,3,4,6,7,2,1]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0] => [7,5,3,4,6,8,2,1]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,0] => [6,5,3,4,7,8,2,1]
[1,0,1,0,1,1,1,1,0,0,1,1,0,0,0,0] => [5,6,3,4,7,8,2,1]
[1,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0] => [8,4,3,5,6,7,2,1]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [7,4,3,5,6,8,2,1]
[1,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0] => [6,4,3,5,7,8,2,1]
[1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,0] => [5,4,3,6,7,8,2,1]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,0,0] => [4,5,3,6,7,8,2,1]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [8,3,4,5,6,7,2,1]
[1,0,1,0,1,1,1,1,1,0,0,0,0,1,0,0] => [7,3,4,5,6,8,2,1]
[1,0,1,0,1,1,1,1,1,0,0,0,1,0,0,0] => [6,3,4,5,7,8,2,1]
[1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0] => [5,3,4,6,7,8,2,1]
[1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [4,3,5,6,7,8,2,1]
[1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [3,4,5,6,7,8,2,1]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [8,7,6,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [7,8,6,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0] => [8,6,7,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0] => [7,6,8,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,0,1,1,1,0,0,0] => [6,7,8,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0] => [8,7,5,6,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,0,0,1,1,0,0] => [7,8,5,6,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0] => [8,6,5,7,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0] => [7,6,5,8,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,0] => [6,7,5,8,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0] => [8,5,6,7,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0] => [7,5,6,8,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0] => [6,5,7,8,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [5,6,7,8,4,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [8,7,6,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0] => [7,8,6,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [8,6,7,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [7,6,8,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [6,7,8,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [8,7,5,4,6,2,3,1]
[1,0,1,1,0,0,1,1,0,1,0,0,1,1,0,0] => [7,8,5,4,6,2,3,1]
[1,0,1,1,0,0,1,1,0,1,0,1,0,0,1,0] => [8,6,5,4,7,2,3,1]
[1,0,1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [7,6,5,4,8,2,3,1]
[1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0] => [6,7,5,4,8,2,3,1]
[1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,0] => [8,5,6,4,7,2,3,1]
[1,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0] => [7,5,6,4,8,2,3,1]
[1,0,1,1,0,0,1,1,0,1,1,0,1,0,0,0] => [6,5,7,4,8,2,3,1]
[1,0,1,1,0,0,1,1,0,1,1,1,0,0,0,0] => [5,6,7,4,8,2,3,1]
[1,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0] => [8,7,4,5,6,2,3,1]
[1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [7,8,4,5,6,2,3,1]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0] => [8,6,4,5,7,2,3,1]
[1,0,1,1,0,0,1,1,1,0,0,1,0,1,0,0] => [7,6,4,5,8,2,3,1]
[1,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [6,7,4,5,8,2,3,1]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,0] => [8,5,4,6,7,2,3,1]
[1,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [7,5,4,6,8,2,3,1]
[1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,0] => [6,5,4,7,8,2,3,1]
[1,0,1,1,0,0,1,1,1,0,1,1,0,0,0,0] => [5,6,4,7,8,2,3,1]
[1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0] => [8,4,5,6,7,2,3,1]
[1,0,1,1,0,0,1,1,1,1,0,0,0,1,0,0] => [7,4,5,6,8,2,3,1]
[1,0,1,1,0,0,1,1,1,1,0,0,1,0,0,0] => [6,4,5,7,8,2,3,1]
[1,0,1,1,0,0,1,1,1,1,0,1,0,0,0,0] => [5,4,6,7,8,2,3,1]
[1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [4,5,6,7,8,2,3,1]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [8,7,6,5,3,2,4,1]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0] => [7,8,6,5,3,2,4,1]
[1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,0] => [8,6,7,5,3,2,4,1]
[1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0] => [7,6,8,5,3,2,4,1]
[1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,0] => [6,7,8,5,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0] => [8,7,5,6,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0] => [7,8,5,6,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0] => [8,6,5,7,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,0,1,0,1,0,0] => [7,6,5,8,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0] => [6,7,5,8,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [8,5,6,7,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,0,0] => [7,5,6,8,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,1,0,1,0,0,0] => [6,5,7,8,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [5,6,7,8,3,2,4,1]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0] => [8,7,6,4,3,2,5,1]
[1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,0] => [7,8,6,4,3,2,5,1]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,0] => [8,6,7,4,3,2,5,1]
[1,0,1,1,0,1,0,1,0,0,1,1,0,1,0,0] => [7,6,8,4,3,2,5,1]
[1,0,1,1,0,1,0,1,0,0,1,1,1,0,0,0] => [6,7,8,4,3,2,5,1]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [8,7,5,4,3,2,6,1]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,0,0] => [7,8,5,4,3,2,6,1]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [8,6,5,4,3,2,7,1]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [7,6,5,4,3,2,8,1]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [6,7,5,4,3,2,8,1]
[1,0,1,1,0,1,0,1,0,1,1,0,0,0,1,0] => [8,5,6,4,3,2,7,1]
[1,0,1,1,0,1,0,1,0,1,1,0,0,1,0,0] => [7,5,6,4,3,2,8,1]
[1,0,1,1,0,1,0,1,0,1,1,0,1,0,0,0] => [6,5,7,4,3,2,8,1]
[1,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [5,6,7,4,3,2,8,1]
[1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0] => [8,7,4,5,3,2,6,1]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,0] => [7,8,4,5,3,2,6,1]
[1,0,1,1,0,1,0,1,1,0,0,1,0,0,1,0] => [8,6,4,5,3,2,7,1]
[1,0,1,1,0,1,0,1,1,0,0,1,0,1,0,0] => [7,6,4,5,3,2,8,1]
[1,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0] => [6,7,4,5,3,2,8,1]
[1,0,1,1,0,1,0,1,1,0,1,0,0,0,1,0] => [8,5,4,6,3,2,7,1]
[1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,0] => [7,5,4,6,3,2,8,1]
[1,0,1,1,0,1,0,1,1,0,1,0,1,0,0,0] => [6,5,4,7,3,2,8,1]
[1,0,1,1,0,1,0,1,1,0,1,1,0,0,0,0] => [5,6,4,7,3,2,8,1]
[1,0,1,1,0,1,0,1,1,1,0,0,0,0,1,0] => [8,4,5,6,3,2,7,1]
[1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,0] => [7,4,5,6,3,2,8,1]
[1,0,1,1,0,1,0,1,1,1,0,0,1,0,0,0] => [6,4,5,7,3,2,8,1]
[1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,0] => [5,4,6,7,3,2,8,1]
[1,0,1,1,0,1,0,1,1,1,1,0,0,0,0,0] => [4,5,6,7,3,2,8,1]
[1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [8,7,6,3,4,2,5,1]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0] => [7,8,6,3,4,2,5,1]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [8,6,7,3,4,2,5,1]
[1,0,1,1,0,1,1,0,0,0,1,1,0,1,0,0] => [7,6,8,3,4,2,5,1]
[1,0,1,1,0,1,1,0,0,0,1,1,1,0,0,0] => [6,7,8,3,4,2,5,1]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,0] => [8,7,5,3,4,2,6,1]
[1,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0] => [7,8,5,3,4,2,6,1]
[1,0,1,1,0,1,1,0,0,1,0,1,0,0,1,0] => [8,6,5,3,4,2,7,1]
[1,0,1,1,0,1,1,0,0,1,0,1,0,1,0,0] => [7,6,5,3,4,2,8,1]
[1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0] => [6,7,5,3,4,2,8,1]
[1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,0] => [8,5,6,3,4,2,7,1]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0] => [7,5,6,3,4,2,8,1]
[1,0,1,1,0,1,1,0,0,1,1,0,1,0,0,0] => [6,5,7,3,4,2,8,1]
[1,0,1,1,0,1,1,0,0,1,1,1,0,0,0,0] => [5,6,7,3,4,2,8,1]
[1,0,1,1,0,1,1,0,1,0,0,0,1,0,1,0] => [8,7,4,3,5,2,6,1]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,0,0] => [7,8,4,3,5,2,6,1]
[1,0,1,1,0,1,1,0,1,0,0,1,0,0,1,0] => [8,6,4,3,5,2,7,1]
[1,0,1,1,0,1,1,0,1,0,0,1,0,1,0,0] => [7,6,4,3,5,2,8,1]
[1,0,1,1,0,1,1,0,1,0,0,1,1,0,0,0] => [6,7,4,3,5,2,8,1]
[1,0,1,1,0,1,1,0,1,0,1,0,0,0,1,0] => [8,5,4,3,6,2,7,1]
[1,0,1,1,0,1,1,0,1,0,1,0,0,1,0,0] => [7,5,4,3,6,2,8,1]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0] => [6,5,4,3,7,2,8,1]
[1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0] => [5,6,4,3,7,2,8,1]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [8,4,5,3,6,2,7,1]
[1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,0] => [7,4,5,3,6,2,8,1]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0] => [6,4,5,3,7,2,8,1]
[1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [5,4,6,3,7,2,8,1]
[1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0] => [4,5,6,3,7,2,8,1]
[1,0,1,1,0,1,1,1,0,0,0,0,1,0,1,0] => [8,7,3,4,5,2,6,1]
[1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [7,8,3,4,5,2,6,1]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0] => [8,6,3,4,5,2,7,1]
[1,0,1,1,0,1,1,1,0,0,0,1,0,1,0,0] => [7,6,3,4,5,2,8,1]
[1,0,1,1,0,1,1,1,0,0,0,1,1,0,0,0] => [6,7,3,4,5,2,8,1]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,0] => [8,5,3,4,6,2,7,1]
[1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0] => [7,5,3,4,6,2,8,1]
[1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0] => [6,5,3,4,7,2,8,1]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,0] => [5,6,3,4,7,2,8,1]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [8,4,3,5,6,2,7,1]
[1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0] => [7,4,3,5,6,2,8,1]
[1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0] => [6,4,3,5,7,2,8,1]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,0,0] => [5,4,3,6,7,2,8,1]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,0,0] => [4,5,3,6,7,2,8,1]
[1,0,1,1,0,1,1,1,1,0,0,0,0,0,1,0] => [8,3,4,5,6,2,7,1]
[1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0] => [7,3,4,5,6,2,8,1]
[1,0,1,1,0,1,1,1,1,0,0,0,1,0,0,0] => [6,3,4,5,7,2,8,1]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0] => [5,3,4,6,7,2,8,1]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [4,3,5,6,7,2,8,1]
[1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [3,4,5,6,7,2,8,1]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [8,7,6,5,2,3,4,1]
[1,0,1,1,1,0,0,0,1,0,1,0,1,1,0,0] => [7,8,6,5,2,3,4,1]
[1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0] => [8,6,7,5,2,3,4,1]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,0,0] => [7,6,8,5,2,3,4,1]
[1,0,1,1,1,0,0,0,1,0,1,1,1,0,0,0] => [6,7,8,5,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,0,0,1,0,1,0] => [8,7,5,6,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [7,8,5,6,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,0,1,0,0,1,0] => [8,6,5,7,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0] => [7,6,5,8,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,0,1,1,0,0,0] => [6,7,5,8,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0] => [8,5,6,7,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,1,0,0,1,0,0] => [7,5,6,8,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0] => [6,5,7,8,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [5,6,7,8,2,3,4,1]
[1,0,1,1,1,0,0,1,0,0,1,0,1,0,1,0] => [8,7,6,4,2,3,5,1]
[1,0,1,1,1,0,0,1,0,0,1,0,1,1,0,0] => [7,8,6,4,2,3,5,1]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [8,6,7,4,2,3,5,1]
[1,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [7,6,8,4,2,3,5,1]
[1,0,1,1,1,0,0,1,0,0,1,1,1,0,0,0] => [6,7,8,4,2,3,5,1]
[1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0] => [8,7,5,4,2,3,6,1]
[1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0] => [7,8,5,4,2,3,6,1]
[1,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [8,6,5,4,2,3,7,1]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [7,6,5,4,2,3,8,1]
[1,0,1,1,1,0,0,1,0,1,0,1,1,0,0,0] => [6,7,5,4,2,3,8,1]
[1,0,1,1,1,0,0,1,0,1,1,0,0,0,1,0] => [8,5,6,4,2,3,7,1]
[1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,0] => [7,5,6,4,2,3,8,1]
[1,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0] => [6,5,7,4,2,3,8,1]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,0,0] => [5,6,7,4,2,3,8,1]
[1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,0] => [8,7,4,5,2,3,6,1]
[1,0,1,1,1,0,0,1,1,0,0,0,1,1,0,0] => [7,8,4,5,2,3,6,1]
[1,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0] => [8,6,4,5,2,3,7,1]
[1,0,1,1,1,0,0,1,1,0,0,1,0,1,0,0] => [7,6,4,5,2,3,8,1]
[1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [6,7,4,5,2,3,8,1]
[1,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [8,5,4,6,2,3,7,1]
[1,0,1,1,1,0,0,1,1,0,1,0,0,1,0,0] => [7,5,4,6,2,3,8,1]
[1,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0] => [6,5,4,7,2,3,8,1]
[1,0,1,1,1,0,0,1,1,0,1,1,0,0,0,0] => [5,6,4,7,2,3,8,1]
[1,0,1,1,1,0,0,1,1,1,0,0,0,0,1,0] => [8,4,5,6,2,3,7,1]
[1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [7,4,5,6,2,3,8,1]
[1,0,1,1,1,0,0,1,1,1,0,0,1,0,0,0] => [6,4,5,7,2,3,8,1]
[1,0,1,1,1,0,0,1,1,1,0,1,0,0,0,0] => [5,4,6,7,2,3,8,1]
[1,0,1,1,1,0,0,1,1,1,1,0,0,0,0,0] => [4,5,6,7,2,3,8,1]
[1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0] => [8,7,6,3,2,4,5,1]
[1,0,1,1,1,0,1,0,0,0,1,0,1,1,0,0] => [7,8,6,3,2,4,5,1]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [8,6,7,3,2,4,5,1]
[1,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [7,6,8,3,2,4,5,1]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0] => [6,7,8,3,2,4,5,1]
[1,0,1,1,1,0,1,0,0,1,0,0,1,0,1,0] => [8,7,5,3,2,4,6,1]
[1,0,1,1,1,0,1,0,0,1,0,0,1,1,0,0] => [7,8,5,3,2,4,6,1]
[1,0,1,1,1,0,1,0,0,1,0,1,0,0,1,0] => [8,6,5,3,2,4,7,1]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [7,6,5,3,2,4,8,1]
[1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0] => [6,7,5,3,2,4,8,1]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,0] => [8,5,6,3,2,4,7,1]
[1,0,1,1,1,0,1,0,0,1,1,0,0,1,0,0] => [7,5,6,3,2,4,8,1]
[1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [6,5,7,3,2,4,8,1]
[1,0,1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [5,6,7,3,2,4,8,1]
[1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0] => [8,7,4,3,2,5,6,1]
[1,0,1,1,1,0,1,0,1,0,0,0,1,1,0,0] => [7,8,4,3,2,5,6,1]
[1,0,1,1,1,0,1,0,1,0,0,1,0,0,1,0] => [8,6,4,3,2,5,7,1]
[1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0] => [7,6,4,3,2,5,8,1]
[1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0] => [6,7,4,3,2,5,8,1]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [8,5,4,3,2,6,7,1]
[1,0,1,1,1,0,1,0,1,0,1,0,0,1,0,0] => [7,5,4,3,2,6,8,1]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [6,5,4,3,2,7,8,1]
[1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [5,6,4,3,2,7,8,1]
[1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,0] => [8,4,5,3,2,6,7,1]
[1,0,1,1,1,0,1,0,1,1,0,0,0,1,0,0] => [7,4,5,3,2,6,8,1]
[1,0,1,1,1,0,1,0,1,1,0,0,1,0,0,0] => [6,4,5,3,2,7,8,1]
[1,0,1,1,1,0,1,0,1,1,0,1,0,0,0,0] => [5,4,6,3,2,7,8,1]
[1,0,1,1,1,0,1,0,1,1,1,0,0,0,0,0] => [4,5,6,3,2,7,8,1]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,0] => [8,7,3,4,2,5,6,1]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,0,0] => [7,8,3,4,2,5,6,1]
[1,0,1,1,1,0,1,1,0,0,0,1,0,0,1,0] => [8,6,3,4,2,5,7,1]
[1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0] => [7,6,3,4,2,5,8,1]
[1,0,1,1,1,0,1,1,0,0,0,1,1,0,0,0] => [6,7,3,4,2,5,8,1]
[1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0] => [8,5,3,4,2,6,7,1]
[1,0,1,1,1,0,1,1,0,0,1,0,0,1,0,0] => [7,5,3,4,2,6,8,1]
[1,0,1,1,1,0,1,1,0,0,1,0,1,0,0,0] => [6,5,3,4,2,7,8,1]
[1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0] => [5,6,3,4,2,7,8,1]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0] => [8,4,3,5,2,6,7,1]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [7,4,3,5,2,6,8,1]
[1,0,1,1,1,0,1,1,0,1,0,0,1,0,0,0] => [6,4,3,5,2,7,8,1]
[1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,0] => [5,4,3,6,2,7,8,1]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0] => [4,5,3,6,2,7,8,1]
[1,0,1,1,1,0,1,1,1,0,0,0,0,0,1,0] => [8,3,4,5,2,6,7,1]
[1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,0] => [7,3,4,5,2,6,8,1]
[1,0,1,1,1,0,1,1,1,0,0,0,1,0,0,0] => [6,3,4,5,2,7,8,1]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0] => [5,3,4,6,2,7,8,1]
[1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0] => [4,3,5,6,2,7,8,1]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,0,0] => [3,4,5,6,2,7,8,1]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [8,7,6,2,3,4,5,1]
[1,0,1,1,1,1,0,0,0,0,1,0,1,1,0,0] => [7,8,6,2,3,4,5,1]
[1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0] => [8,6,7,2,3,4,5,1]
[1,0,1,1,1,1,0,0,0,0,1,1,0,1,0,0] => [7,6,8,2,3,4,5,1]
[1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [6,7,8,2,3,4,5,1]
[1,0,1,1,1,1,0,0,0,1,0,0,1,0,1,0] => [8,7,5,2,3,4,6,1]
[1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [7,8,5,2,3,4,6,1]
[1,0,1,1,1,1,0,0,0,1,0,1,0,0,1,0] => [8,6,5,2,3,4,7,1]
[1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0] => [7,6,5,2,3,4,8,1]
[1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,0] => [6,7,5,2,3,4,8,1]
[1,0,1,1,1,1,0,0,0,1,1,0,0,0,1,0] => [8,5,6,2,3,4,7,1]
[1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [7,5,6,2,3,4,8,1]
[1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,0] => [6,5,7,2,3,4,8,1]
[1,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [5,6,7,2,3,4,8,1]
[1,0,1,1,1,1,0,0,1,0,0,0,1,0,1,0] => [8,7,4,2,3,5,6,1]
[1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [7,8,4,2,3,5,6,1]
[1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0] => [8,6,4,2,3,5,7,1]
[1,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0] => [7,6,4,2,3,5,8,1]
[1,0,1,1,1,1,0,0,1,0,0,1,1,0,0,0] => [6,7,4,2,3,5,8,1]
[1,0,1,1,1,1,0,0,1,0,1,0,0,0,1,0] => [8,5,4,2,3,6,7,1]
[1,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0] => [7,5,4,2,3,6,8,1]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [6,5,4,2,3,7,8,1]
[1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [5,6,4,2,3,7,8,1]
[1,0,1,1,1,1,0,0,1,1,0,0,0,0,1,0] => [8,4,5,2,3,6,7,1]
[1,0,1,1,1,1,0,0,1,1,0,0,0,1,0,0] => [7,4,5,2,3,6,8,1]
[1,0,1,1,1,1,0,0,1,1,0,0,1,0,0,0] => [6,4,5,2,3,7,8,1]
[1,0,1,1,1,1,0,0,1,1,0,1,0,0,0,0] => [5,4,6,2,3,7,8,1]
[1,0,1,1,1,1,0,0,1,1,1,0,0,0,0,0] => [4,5,6,2,3,7,8,1]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,0] => [8,7,3,2,4,5,6,1]
[1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0] => [7,8,3,2,4,5,6,1]
[1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [8,6,3,2,4,5,7,1]
[1,0,1,1,1,1,0,1,0,0,0,1,0,1,0,0] => [7,6,3,2,4,5,8,1]
[1,0,1,1,1,1,0,1,0,0,0,1,1,0,0,0] => [6,7,3,2,4,5,8,1]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0] => [8,5,3,2,4,6,7,1]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [7,5,3,2,4,6,8,1]
[1,0,1,1,1,1,0,1,0,0,1,0,1,0,0,0] => [6,5,3,2,4,7,8,1]
[1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [5,6,3,2,4,7,8,1]
[1,0,1,1,1,1,0,1,0,1,0,0,0,0,1,0] => [8,4,3,2,5,6,7,1]
[1,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0] => [7,4,3,2,5,6,8,1]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,0] => [6,4,3,2,5,7,8,1]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0] => [5,4,3,2,6,7,8,1]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,0,0] => [4,5,3,2,6,7,8,1]
[1,0,1,1,1,1,0,1,1,0,0,0,0,0,1,0] => [8,3,4,2,5,6,7,1]
[1,0,1,1,1,1,0,1,1,0,0,0,0,1,0,0] => [7,3,4,2,5,6,8,1]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,0] => [6,3,4,2,5,7,8,1]
[1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,0] => [5,3,4,2,6,7,8,1]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0] => [4,3,5,2,6,7,8,1]
[1,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [3,4,5,2,6,7,8,1]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [8,7,2,3,4,5,6,1]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [7,8,2,3,4,5,6,1]
[1,0,1,1,1,1,1,0,0,0,0,1,0,0,1,0] => [8,6,2,3,4,5,7,1]
[1,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [7,6,2,3,4,5,8,1]
[1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0] => [6,7,2,3,4,5,8,1]
[1,0,1,1,1,1,1,0,0,0,1,0,0,0,1,0] => [8,5,2,3,4,6,7,1]
[1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0] => [7,5,2,3,4,6,8,1]
[1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,0] => [6,5,2,3,4,7,8,1]
[1,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0] => [5,6,2,3,4,7,8,1]
[1,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [8,4,2,3,5,6,7,1]
[1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [7,4,2,3,5,6,8,1]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,0] => [6,4,2,3,5,7,8,1]
[1,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0] => [5,4,2,3,6,7,8,1]
[1,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [4,5,2,3,6,7,8,1]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [8,3,2,4,5,6,7,1]
[1,0,1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [7,3,2,4,5,6,8,1]
[1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,0] => [6,3,2,4,5,7,8,1]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,0] => [5,3,2,4,6,7,8,1]
[1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [4,3,2,5,6,7,8,1]
[1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [3,4,2,5,6,7,8,1]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [8,2,3,4,5,6,7,1]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,0,0] => [7,2,3,4,5,6,8,1]
[1,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0] => [6,2,3,4,5,7,8,1]
[1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [5,2,3,4,6,7,8,1]
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [4,2,3,5,6,7,8,1]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [3,2,4,5,6,7,8,1]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,1]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [8,7,6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [7,8,6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [8,6,7,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [7,6,8,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0] => [6,7,8,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0] => [8,7,5,6,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0] => [7,8,5,6,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [8,6,5,7,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0] => [7,6,5,8,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,0,1,1,0,0,0] => [6,7,5,8,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0] => [8,5,6,7,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,1,0,0,1,0,0] => [7,5,6,8,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0] => [6,5,7,8,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [5,6,7,8,4,3,1,2]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0] => [8,7,6,4,5,3,1,2]
[1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0] => [7,8,6,4,5,3,1,2]
[1,1,0,0,1,0,1,1,0,0,1,1,0,0,1,0] => [8,6,7,4,5,3,1,2]
[1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0] => [7,6,8,4,5,3,1,2]
[1,1,0,0,1,0,1,1,0,0,1,1,1,0,0,0] => [6,7,8,4,5,3,1,2]
[1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0] => [8,7,5,4,6,3,1,2]
[1,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0] => [7,8,5,4,6,3,1,2]
[1,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0] => [8,6,5,4,7,3,1,2]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [7,6,5,4,8,3,1,2]
[1,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0] => [6,7,5,4,8,3,1,2]
[1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,0] => [8,5,6,4,7,3,1,2]
[1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0] => [7,5,6,4,8,3,1,2]
[1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0] => [6,5,7,4,8,3,1,2]
[1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,0] => [5,6,7,4,8,3,1,2]
[1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,0] => [8,7,4,5,6,3,1,2]
[1,1,0,0,1,0,1,1,1,0,0,0,1,1,0,0] => [7,8,4,5,6,3,1,2]
[1,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0] => [8,6,4,5,7,3,1,2]
[1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0] => [7,6,4,5,8,3,1,2]
[1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0] => [6,7,4,5,8,3,1,2]
[1,1,0,0,1,0,1,1,1,0,1,0,0,0,1,0] => [8,5,4,6,7,3,1,2]
[1,1,0,0,1,0,1,1,1,0,1,0,0,1,0,0] => [7,5,4,6,8,3,1,2]
[1,1,0,0,1,0,1,1,1,0,1,0,1,0,0,0] => [6,5,4,7,8,3,1,2]
[1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0] => [5,6,4,7,8,3,1,2]
[1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [8,4,5,6,7,3,1,2]
[1,1,0,0,1,0,1,1,1,1,0,0,0,1,0,0] => [7,4,5,6,8,3,1,2]
[1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0] => [6,4,5,7,8,3,1,2]
[1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [5,4,6,7,8,3,1,2]
[1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [4,5,6,7,8,3,1,2]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [8,7,6,5,3,4,1,2]
[1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0] => [7,8,6,5,3,4,1,2]
[1,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0] => [8,6,7,5,3,4,1,2]
[1,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0] => [7,6,8,5,3,4,1,2]
[1,1,0,0,1,1,0,0,1,0,1,1,1,0,0,0] => [6,7,8,5,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0] => [8,7,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [7,8,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0] => [8,6,5,7,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [7,6,5,8,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [6,7,5,8,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [8,5,6,7,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [7,5,6,8,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0] => [6,5,7,8,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [5,6,7,8,3,4,1,2]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0] => [8,7,6,4,3,5,1,2]
[1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,0] => [7,8,6,4,3,5,1,2]
[1,1,0,0,1,1,0,1,0,0,1,1,0,0,1,0] => [8,6,7,4,3,5,1,2]
[1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0] => [7,6,8,4,3,5,1,2]
[1,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0] => [6,7,8,4,3,5,1,2]
[1,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0] => [8,7,5,4,3,6,1,2]
[1,1,0,0,1,1,0,1,0,1,0,0,1,1,0,0] => [7,8,5,4,3,6,1,2]
[1,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [8,6,5,4,3,7,1,2]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [7,6,5,4,3,8,1,2]
[1,1,0,0,1,1,0,1,0,1,0,1,1,0,0,0] => [6,7,5,4,3,8,1,2]
[1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,0] => [8,5,6,4,3,7,1,2]
[1,1,0,0,1,1,0,1,0,1,1,0,0,1,0,0] => [7,5,6,4,3,8,1,2]
[1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [6,5,7,4,3,8,1,2]
[1,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0] => [5,6,7,4,3,8,1,2]
[1,1,0,0,1,1,0,1,1,0,0,0,1,0,1,0] => [8,7,4,5,3,6,1,2]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [7,8,4,5,3,6,1,2]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,0] => [8,6,4,5,3,7,1,2]
[1,1,0,0,1,1,0,1,1,0,0,1,0,1,0,0] => [7,6,4,5,3,8,1,2]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [6,7,4,5,3,8,1,2]
[1,1,0,0,1,1,0,1,1,0,1,0,0,0,1,0] => [8,5,4,6,3,7,1,2]
[1,1,0,0,1,1,0,1,1,0,1,0,0,1,0,0] => [7,5,4,6,3,8,1,2]
[1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0] => [6,5,4,7,3,8,1,2]
[1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [5,6,4,7,3,8,1,2]
[1,1,0,0,1,1,0,1,1,1,0,0,0,0,1,0] => [8,4,5,6,3,7,1,2]
[1,1,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [7,4,5,6,3,8,1,2]
[1,1,0,0,1,1,0,1,1,1,0,0,1,0,0,0] => [6,4,5,7,3,8,1,2]
[1,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0] => [5,4,6,7,3,8,1,2]
[1,1,0,0,1,1,0,1,1,1,1,0,0,0,0,0] => [4,5,6,7,3,8,1,2]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [8,7,6,3,4,5,1,2]
[1,1,0,0,1,1,1,0,0,0,1,0,1,1,0,0] => [7,8,6,3,4,5,1,2]
[1,1,0,0,1,1,1,0,0,0,1,1,0,0,1,0] => [8,6,7,3,4,5,1,2]
[1,1,0,0,1,1,1,0,0,0,1,1,0,1,0,0] => [7,6,8,3,4,5,1,2]
[1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [6,7,8,3,4,5,1,2]
[1,1,0,0,1,1,1,0,0,1,0,0,1,0,1,0] => [8,7,5,3,4,6,1,2]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [7,8,5,3,4,6,1,2]
[1,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [8,6,5,3,4,7,1,2]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0] => [7,6,5,3,4,8,1,2]
[1,1,0,0,1,1,1,0,0,1,0,1,1,0,0,0] => [6,7,5,3,4,8,1,2]
[1,1,0,0,1,1,1,0,0,1,1,0,0,0,1,0] => [8,5,6,3,4,7,1,2]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [7,5,6,3,4,8,1,2]
[1,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0] => [6,5,7,3,4,8,1,2]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,0] => [5,6,7,3,4,8,1,2]
[1,1,0,0,1,1,1,0,1,0,0,0,1,0,1,0] => [8,7,4,3,5,6,1,2]
[1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0] => [7,8,4,3,5,6,1,2]
[1,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0] => [8,6,4,3,5,7,1,2]
[1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0] => [7,6,4,3,5,8,1,2]
[1,1,0,0,1,1,1,0,1,0,0,1,1,0,0,0] => [6,7,4,3,5,8,1,2]
[1,1,0,0,1,1,1,0,1,0,1,0,0,0,1,0] => [8,5,4,3,6,7,1,2]
[1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0] => [7,5,4,3,6,8,1,2]
[1,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [6,5,4,3,7,8,1,2]
[1,1,0,0,1,1,1,0,1,0,1,1,0,0,0,0] => [5,6,4,3,7,8,1,2]
[1,1,0,0,1,1,1,0,1,1,0,0,0,0,1,0] => [8,4,5,3,6,7,1,2]
[1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0] => [7,4,5,3,6,8,1,2]
[1,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [6,4,5,3,7,8,1,2]
[1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0] => [5,4,6,3,7,8,1,2]
[1,1,0,0,1,1,1,0,1,1,1,0,0,0,0,0] => [4,5,6,3,7,8,1,2]
[1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0] => [8,7,3,4,5,6,1,2]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [7,8,3,4,5,6,1,2]
[1,1,0,0,1,1,1,1,0,0,0,1,0,0,1,0] => [8,6,3,4,5,7,1,2]
[1,1,0,0,1,1,1,1,0,0,0,1,0,1,0,0] => [7,6,3,4,5,8,1,2]
[1,1,0,0,1,1,1,1,0,0,0,1,1,0,0,0] => [6,7,3,4,5,8,1,2]
[1,1,0,0,1,1,1,1,0,0,1,0,0,0,1,0] => [8,5,3,4,6,7,1,2]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [7,5,3,4,6,8,1,2]
[1,1,0,0,1,1,1,1,0,0,1,0,1,0,0,0] => [6,5,3,4,7,8,1,2]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,0,0] => [5,6,3,4,7,8,1,2]
[1,1,0,0,1,1,1,1,0,1,0,0,0,0,1,0] => [8,4,3,5,6,7,1,2]
[1,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0] => [7,4,3,5,6,8,1,2]
[1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0] => [6,4,3,5,7,8,1,2]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0] => [5,4,3,6,7,8,1,2]
[1,1,0,0,1,1,1,1,0,1,1,0,0,0,0,0] => [4,5,3,6,7,8,1,2]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [8,3,4,5,6,7,1,2]
[1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,0] => [7,3,4,5,6,8,1,2]
[1,1,0,0,1,1,1,1,1,0,0,0,1,0,0,0] => [6,3,4,5,7,8,1,2]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,0,0] => [5,3,4,6,7,8,1,2]
[1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [4,3,5,6,7,8,1,2]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [3,4,5,6,7,8,1,2]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [8,7,6,5,4,2,1,3]
[1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [7,8,6,5,4,2,1,3]
[1,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0] => [8,6,7,5,4,2,1,3]
[1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0] => [7,6,8,5,4,2,1,3]
[1,1,0,1,0,0,1,0,1,0,1,1,1,0,0,0] => [6,7,8,5,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0] => [8,7,5,6,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0] => [7,8,5,6,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [8,6,5,7,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0] => [7,6,5,8,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,0,1,1,0,0,0] => [6,7,5,8,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,1,0,0,0,1,0] => [8,5,6,7,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [7,5,6,8,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,1,0,1,0,0,0] => [6,5,7,8,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0] => [5,6,7,8,4,2,1,3]
[1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0] => [8,7,6,4,5,2,1,3]
[1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0] => [7,8,6,4,5,2,1,3]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [8,6,7,4,5,2,1,3]
[1,1,0,1,0,0,1,1,0,0,1,1,0,1,0,0] => [7,6,8,4,5,2,1,3]
[1,1,0,1,0,0,1,1,0,0,1,1,1,0,0,0] => [6,7,8,4,5,2,1,3]
[1,1,0,1,0,0,1,1,0,1,0,0,1,0,1,0] => [8,7,5,4,6,2,1,3]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,0] => [7,8,5,4,6,2,1,3]
[1,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [8,6,5,4,7,2,1,3]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0] => [7,6,5,4,8,2,1,3]
[1,1,0,1,0,0,1,1,0,1,0,1,1,0,0,0] => [6,7,5,4,8,2,1,3]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [8,5,6,4,7,2,1,3]
[1,1,0,1,0,0,1,1,0,1,1,0,0,1,0,0] => [7,5,6,4,8,2,1,3]
[1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0] => [6,5,7,4,8,2,1,3]
[1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0] => [5,6,7,4,8,2,1,3]
[1,1,0,1,0,0,1,1,1,0,0,0,1,0,1,0] => [8,7,4,5,6,2,1,3]
[1,1,0,1,0,0,1,1,1,0,0,0,1,1,0,0] => [7,8,4,5,6,2,1,3]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [8,6,4,5,7,2,1,3]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0] => [7,6,4,5,8,2,1,3]
[1,1,0,1,0,0,1,1,1,0,0,1,1,0,0,0] => [6,7,4,5,8,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,0] => [8,5,4,6,7,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [7,5,4,6,8,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,0,1,0,0,0] => [6,5,4,7,8,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,0] => [5,6,4,7,8,2,1,3]
[1,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [8,4,5,6,7,2,1,3]
[1,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0] => [7,4,5,6,8,2,1,3]
[1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0] => [6,4,5,7,8,2,1,3]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0] => [5,4,6,7,8,2,1,3]
[1,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0] => [4,5,6,7,8,2,1,3]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [8,7,6,5,3,2,1,4]
[1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0] => [7,8,6,5,3,2,1,4]
[1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0] => [8,6,7,5,3,2,1,4]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0] => [7,6,8,5,3,2,1,4]
[1,1,0,1,0,1,0,0,1,0,1,1,1,0,0,0] => [6,7,8,5,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [8,7,5,6,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [7,8,5,6,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0] => [8,6,5,7,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0] => [7,6,5,8,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0] => [6,7,5,8,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,1,0,0,0,1,0] => [8,5,6,7,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0] => [7,5,6,8,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,1,0,1,0,0,0] => [6,5,7,8,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0] => [5,6,7,8,3,2,1,4]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [8,7,6,4,3,2,1,5]
[1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0] => [7,8,6,4,3,2,1,5]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [8,6,7,4,3,2,1,5]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [7,6,8,4,3,2,1,5]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0] => [6,7,8,4,3,2,1,5]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [8,7,5,4,3,2,1,6]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [7,8,5,4,3,2,1,6]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [8,6,5,4,3,2,1,7]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [7,6,5,4,3,2,1,8]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [6,7,5,4,3,2,1,8]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [8,5,6,4,3,2,1,7]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [7,5,6,4,3,2,1,8]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [6,5,7,4,3,2,1,8]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [5,6,7,4,3,2,1,8]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0] => [8,7,4,5,3,2,1,6]
[1,1,0,1,0,1,0,1,1,0,0,0,1,1,0,0] => [7,8,4,5,3,2,1,6]
[1,1,0,1,0,1,0,1,1,0,0,1,0,0,1,0] => [8,6,4,5,3,2,1,7]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [7,6,4,5,3,2,1,8]
[1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [6,7,4,5,3,2,1,8]
[1,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0] => [8,5,4,6,3,2,1,7]
[1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0] => [7,5,4,6,3,2,1,8]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [6,5,4,7,3,2,1,8]
[1,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0] => [5,6,4,7,3,2,1,8]
[1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0] => [8,4,5,6,3,2,1,7]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0] => [7,4,5,6,3,2,1,8]
[1,1,0,1,0,1,0,1,1,1,0,0,1,0,0,0] => [6,4,5,7,3,2,1,8]
[1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0] => [5,4,6,7,3,2,1,8]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0] => [4,5,6,7,3,2,1,8]
[1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0] => [8,7,6,3,4,2,1,5]
[1,1,0,1,0,1,1,0,0,0,1,0,1,1,0,0] => [7,8,6,3,4,2,1,5]
[1,1,0,1,0,1,1,0,0,0,1,1,0,0,1,0] => [8,6,7,3,4,2,1,5]
[1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,0] => [7,6,8,3,4,2,1,5]
[1,1,0,1,0,1,1,0,0,0,1,1,1,0,0,0] => [6,7,8,3,4,2,1,5]
[1,1,0,1,0,1,1,0,0,1,0,0,1,0,1,0] => [8,7,5,3,4,2,1,6]
[1,1,0,1,0,1,1,0,0,1,0,0,1,1,0,0] => [7,8,5,3,4,2,1,6]
[1,1,0,1,0,1,1,0,0,1,0,1,0,0,1,0] => [8,6,5,3,4,2,1,7]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [7,6,5,3,4,2,1,8]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0] => [6,7,5,3,4,2,1,8]
[1,1,0,1,0,1,1,0,0,1,1,0,0,0,1,0] => [8,5,6,3,4,2,1,7]
[1,1,0,1,0,1,1,0,0,1,1,0,0,1,0,0] => [7,5,6,3,4,2,1,8]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,0] => [6,5,7,3,4,2,1,8]
[1,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0] => [5,6,7,3,4,2,1,8]
[1,1,0,1,0,1,1,0,1,0,0,0,1,0,1,0] => [8,7,4,3,5,2,1,6]
[1,1,0,1,0,1,1,0,1,0,0,0,1,1,0,0] => [7,8,4,3,5,2,1,6]
[1,1,0,1,0,1,1,0,1,0,0,1,0,0,1,0] => [8,6,4,3,5,2,1,7]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [7,6,4,3,5,2,1,8]
[1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,0] => [6,7,4,3,5,2,1,8]
[1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0] => [8,5,4,3,6,2,1,7]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0] => [7,5,4,3,6,2,1,8]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [6,5,4,3,7,2,1,8]
[1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,0] => [5,6,4,3,7,2,1,8]
[1,1,0,1,0,1,1,0,1,1,0,0,0,0,1,0] => [8,4,5,3,6,2,1,7]
[1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,0] => [7,4,5,3,6,2,1,8]
[1,1,0,1,0,1,1,0,1,1,0,0,1,0,0,0] => [6,4,5,3,7,2,1,8]
[1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0] => [5,4,6,3,7,2,1,8]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,0,0] => [4,5,6,3,7,2,1,8]
[1,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0] => [8,7,3,4,5,2,1,6]
[1,1,0,1,0,1,1,1,0,0,0,0,1,1,0,0] => [7,8,3,4,5,2,1,6]
[1,1,0,1,0,1,1,1,0,0,0,1,0,0,1,0] => [8,6,3,4,5,2,1,7]
[1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0] => [7,6,3,4,5,2,1,8]
[1,1,0,1,0,1,1,1,0,0,0,1,1,0,0,0] => [6,7,3,4,5,2,1,8]
[1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0] => [8,5,3,4,6,2,1,7]
[1,1,0,1,0,1,1,1,0,0,1,0,0,1,0,0] => [7,5,3,4,6,2,1,8]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [6,5,3,4,7,2,1,8]
[1,1,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [5,6,3,4,7,2,1,8]
[1,1,0,1,0,1,1,1,0,1,0,0,0,0,1,0] => [8,4,3,5,6,2,1,7]
[1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [7,4,3,5,6,2,1,8]
[1,1,0,1,0,1,1,1,0,1,0,0,1,0,0,0] => [6,4,3,5,7,2,1,8]
[1,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [5,4,3,6,7,2,1,8]
[1,1,0,1,0,1,1,1,0,1,1,0,0,0,0,0] => [4,5,3,6,7,2,1,8]
[1,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0] => [8,3,4,5,6,2,1,7]
[1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0] => [7,3,4,5,6,2,1,8]
[1,1,0,1,0,1,1,1,1,0,0,0,1,0,0,0] => [6,3,4,5,7,2,1,8]
[1,1,0,1,0,1,1,1,1,0,0,1,0,0,0,0] => [5,3,4,6,7,2,1,8]
[1,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [4,3,5,6,7,2,1,8]
[1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [3,4,5,6,7,2,1,8]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [8,7,6,5,2,3,1,4]
[1,1,0,1,1,0,0,0,1,0,1,0,1,1,0,0] => [7,8,6,5,2,3,1,4]
[1,1,0,1,1,0,0,0,1,0,1,1,0,0,1,0] => [8,6,7,5,2,3,1,4]
[1,1,0,1,1,0,0,0,1,0,1,1,0,1,0,0] => [7,6,8,5,2,3,1,4]
[1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,0] => [6,7,8,5,2,3,1,4]
[1,1,0,1,1,0,0,0,1,1,0,0,1,0,1,0] => [8,7,5,6,2,3,1,4]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [7,8,5,6,2,3,1,4]
[1,1,0,1,1,0,0,0,1,1,0,1,0,0,1,0] => [8,6,5,7,2,3,1,4]
[1,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0] => [7,6,5,8,2,3,1,4]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [6,7,5,8,2,3,1,4]
[1,1,0,1,1,0,0,0,1,1,1,0,0,0,1,0] => [8,5,6,7,2,3,1,4]
[1,1,0,1,1,0,0,0,1,1,1,0,0,1,0,0] => [7,5,6,8,2,3,1,4]
[1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0] => [6,5,7,8,2,3,1,4]
[1,1,0,1,1,0,0,0,1,1,1,1,0,0,0,0] => [5,6,7,8,2,3,1,4]
[1,1,0,1,1,0,0,1,0,0,1,0,1,0,1,0] => [8,7,6,4,2,3,1,5]
[1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0] => [7,8,6,4,2,3,1,5]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [8,6,7,4,2,3,1,5]
[1,1,0,1,1,0,0,1,0,0,1,1,0,1,0,0] => [7,6,8,4,2,3,1,5]
[1,1,0,1,1,0,0,1,0,0,1,1,1,0,0,0] => [6,7,8,4,2,3,1,5]
[1,1,0,1,1,0,0,1,0,1,0,0,1,0,1,0] => [8,7,5,4,2,3,1,6]
[1,1,0,1,1,0,0,1,0,1,0,0,1,1,0,0] => [7,8,5,4,2,3,1,6]
[1,1,0,1,1,0,0,1,0,1,0,1,0,0,1,0] => [8,6,5,4,2,3,1,7]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [7,6,5,4,2,3,1,8]
[1,1,0,1,1,0,0,1,0,1,0,1,1,0,0,0] => [6,7,5,4,2,3,1,8]
[1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0] => [8,5,6,4,2,3,1,7]
[1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0] => [7,5,6,4,2,3,1,8]
[1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0] => [6,5,7,4,2,3,1,8]
[1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0] => [5,6,7,4,2,3,1,8]
[1,1,0,1,1,0,0,1,1,0,0,0,1,0,1,0] => [8,7,4,5,2,3,1,6]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [7,8,4,5,2,3,1,6]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0] => [8,6,4,5,2,3,1,7]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [7,6,4,5,2,3,1,8]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [6,7,4,5,2,3,1,8]
[1,1,0,1,1,0,0,1,1,0,1,0,0,0,1,0] => [8,5,4,6,2,3,1,7]
[1,1,0,1,1,0,0,1,1,0,1,0,0,1,0,0] => [7,5,4,6,2,3,1,8]
[1,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [6,5,4,7,2,3,1,8]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [5,6,4,7,2,3,1,8]
[1,1,0,1,1,0,0,1,1,1,0,0,0,0,1,0] => [8,4,5,6,2,3,1,7]
[1,1,0,1,1,0,0,1,1,1,0,0,0,1,0,0] => [7,4,5,6,2,3,1,8]
[1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,0] => [6,4,5,7,2,3,1,8]
[1,1,0,1,1,0,0,1,1,1,0,1,0,0,0,0] => [5,4,6,7,2,3,1,8]
[1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0] => [4,5,6,7,2,3,1,8]
[1,1,0,1,1,0,1,0,0,0,1,0,1,0,1,0] => [8,7,6,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,0,0] => [7,8,6,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,0] => [8,6,7,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [7,6,8,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0] => [6,7,8,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,0] => [8,7,5,3,2,4,1,6]
[1,1,0,1,1,0,1,0,0,1,0,0,1,1,0,0] => [7,8,5,3,2,4,1,6]
[1,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0] => [8,6,5,3,2,4,1,7]
[1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0] => [7,6,5,3,2,4,1,8]
[1,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0] => [6,7,5,3,2,4,1,8]
[1,1,0,1,1,0,1,0,0,1,1,0,0,0,1,0] => [8,5,6,3,2,4,1,7]
[1,1,0,1,1,0,1,0,0,1,1,0,0,1,0,0] => [7,5,6,3,2,4,1,8]
[1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,0] => [6,5,7,3,2,4,1,8]
[1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [5,6,7,3,2,4,1,8]
[1,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0] => [8,7,4,3,2,5,1,6]
[1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0] => [7,8,4,3,2,5,1,6]
[1,1,0,1,1,0,1,0,1,0,0,1,0,0,1,0] => [8,6,4,3,2,5,1,7]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,0] => [7,6,4,3,2,5,1,8]
[1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,0] => [6,7,4,3,2,5,1,8]
[1,1,0,1,1,0,1,0,1,0,1,0,0,0,1,0] => [8,5,4,3,2,6,1,7]
[1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0] => [7,5,4,3,2,6,1,8]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [6,5,4,3,2,7,1,8]
[1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [5,6,4,3,2,7,1,8]
[1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,0] => [8,4,5,3,2,6,1,7]
[1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0] => [7,4,5,3,2,6,1,8]
[1,1,0,1,1,0,1,0,1,1,0,0,1,0,0,0] => [6,4,5,3,2,7,1,8]
[1,1,0,1,1,0,1,0,1,1,0,1,0,0,0,0] => [5,4,6,3,2,7,1,8]
[1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,0] => [4,5,6,3,2,7,1,8]
[1,1,0,1,1,0,1,1,0,0,0,0,1,0,1,0] => [8,7,3,4,2,5,1,6]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [7,8,3,4,2,5,1,6]
[1,1,0,1,1,0,1,1,0,0,0,1,0,0,1,0] => [8,6,3,4,2,5,1,7]
[1,1,0,1,1,0,1,1,0,0,0,1,0,1,0,0] => [7,6,3,4,2,5,1,8]
[1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [6,7,3,4,2,5,1,8]
[1,1,0,1,1,0,1,1,0,0,1,0,0,0,1,0] => [8,5,3,4,2,6,1,7]
[1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,0] => [7,5,3,4,2,6,1,8]
[1,1,0,1,1,0,1,1,0,0,1,0,1,0,0,0] => [6,5,3,4,2,7,1,8]
[1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0] => [5,6,3,4,2,7,1,8]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0] => [8,4,3,5,2,6,1,7]
[1,1,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [7,4,3,5,2,6,1,8]
[1,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [6,4,3,5,2,7,1,8]
[1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [5,4,3,6,2,7,1,8]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [4,5,3,6,2,7,1,8]
[1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0] => [8,3,4,5,2,6,1,7]
[1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [7,3,4,5,2,6,1,8]
[1,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0] => [6,3,4,5,2,7,1,8]
[1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [5,3,4,6,2,7,1,8]
[1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0] => [4,3,5,6,2,7,1,8]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [3,4,5,6,2,7,1,8]
[1,1,0,1,1,1,0,0,0,0,1,0,1,0,1,0] => [8,7,6,2,3,4,1,5]
[1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,0] => [7,8,6,2,3,4,1,5]
[1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0] => [8,6,7,2,3,4,1,5]
[1,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [7,6,8,2,3,4,1,5]
[1,1,0,1,1,1,0,0,0,0,1,1,1,0,0,0] => [6,7,8,2,3,4,1,5]
[1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,0] => [8,7,5,2,3,4,1,6]
[1,1,0,1,1,1,0,0,0,1,0,0,1,1,0,0] => [7,8,5,2,3,4,1,6]
[1,1,0,1,1,1,0,0,0,1,0,1,0,0,1,0] => [8,6,5,2,3,4,1,7]
[1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [7,6,5,2,3,4,1,8]
[1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0] => [6,7,5,2,3,4,1,8]
[1,1,0,1,1,1,0,0,0,1,1,0,0,0,1,0] => [8,5,6,2,3,4,1,7]
[1,1,0,1,1,1,0,0,0,1,1,0,0,1,0,0] => [7,5,6,2,3,4,1,8]
[1,1,0,1,1,1,0,0,0,1,1,0,1,0,0,0] => [6,5,7,2,3,4,1,8]
[1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0] => [5,6,7,2,3,4,1,8]
[1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,0] => [8,7,4,2,3,5,1,6]
[1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0] => [7,8,4,2,3,5,1,6]
[1,1,0,1,1,1,0,0,1,0,0,1,0,0,1,0] => [8,6,4,2,3,5,1,7]
[1,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0] => [7,6,4,2,3,5,1,8]
[1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,0] => [6,7,4,2,3,5,1,8]
[1,1,0,1,1,1,0,0,1,0,1,0,0,0,1,0] => [8,5,4,2,3,6,1,7]
[1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0] => [7,5,4,2,3,6,1,8]
[1,1,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [6,5,4,2,3,7,1,8]
[1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0] => [5,6,4,2,3,7,1,8]
[1,1,0,1,1,1,0,0,1,1,0,0,0,0,1,0] => [8,4,5,2,3,6,1,7]
[1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0] => [7,4,5,2,3,6,1,8]
[1,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0] => [6,4,5,2,3,7,1,8]
[1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0] => [5,4,6,2,3,7,1,8]
[1,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [4,5,6,2,3,7,1,8]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [8,7,3,2,4,5,1,6]
[1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,0] => [7,8,3,2,4,5,1,6]
[1,1,0,1,1,1,0,1,0,0,0,1,0,0,1,0] => [8,6,3,2,4,5,1,7]
[1,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0] => [7,6,3,2,4,5,1,8]
[1,1,0,1,1,1,0,1,0,0,0,1,1,0,0,0] => [6,7,3,2,4,5,1,8]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0] => [8,5,3,2,4,6,1,7]
[1,1,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [7,5,3,2,4,6,1,8]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,0,0] => [6,5,3,2,4,7,1,8]
[1,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0] => [5,6,3,2,4,7,1,8]
[1,1,0,1,1,1,0,1,0,1,0,0,0,0,1,0] => [8,4,3,2,5,6,1,7]
[1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0] => [7,4,3,2,5,6,1,8]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [6,4,3,2,5,7,1,8]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [5,4,3,2,6,7,1,8]
[1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,0] => [4,5,3,2,6,7,1,8]
[1,1,0,1,1,1,0,1,1,0,0,0,0,0,1,0] => [8,3,4,2,5,6,1,7]
[1,1,0,1,1,1,0,1,1,0,0,0,0,1,0,0] => [7,3,4,2,5,6,1,8]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [6,3,4,2,5,7,1,8]
[1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [5,3,4,2,6,7,1,8]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [4,3,5,2,6,7,1,8]
[1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0] => [3,4,5,2,6,7,1,8]
[1,1,0,1,1,1,1,0,0,0,0,0,1,0,1,0] => [8,7,2,3,4,5,1,6]
[1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0] => [7,8,2,3,4,5,1,6]
[1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,0] => [8,6,2,3,4,5,1,7]
[1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0] => [7,6,2,3,4,5,1,8]
[1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0] => [6,7,2,3,4,5,1,8]
[1,1,0,1,1,1,1,0,0,0,1,0,0,0,1,0] => [8,5,2,3,4,6,1,7]
[1,1,0,1,1,1,1,0,0,0,1,0,0,1,0,0] => [7,5,2,3,4,6,1,8]
[1,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0] => [6,5,2,3,4,7,1,8]
[1,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [5,6,2,3,4,7,1,8]
[1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,0] => [8,4,2,3,5,6,1,7]
[1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0] => [7,4,2,3,5,6,1,8]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [6,4,2,3,5,7,1,8]
[1,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0] => [5,4,2,3,6,7,1,8]
[1,1,0,1,1,1,1,0,0,1,1,0,0,0,0,0] => [4,5,2,3,6,7,1,8]
[1,1,0,1,1,1,1,0,1,0,0,0,0,0,1,0] => [8,3,2,4,5,6,1,7]
[1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0] => [7,3,2,4,5,6,1,8]
[1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0] => [6,3,2,4,5,7,1,8]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [5,3,2,4,6,7,1,8]
[1,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [4,3,2,5,6,7,1,8]
[1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0] => [3,4,2,5,6,7,1,8]
[1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [8,2,3,4,5,6,1,7]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [7,2,3,4,5,6,1,8]
[1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0] => [6,2,3,4,5,7,1,8]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0] => [5,2,3,4,6,7,1,8]
[1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0] => [4,2,3,5,6,7,1,8]
[1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [3,2,4,5,6,7,1,8]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [2,3,4,5,6,7,1,8]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [8,7,6,5,4,1,2,3]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0] => [7,8,6,5,4,1,2,3]
[1,1,1,0,0,0,1,0,1,0,1,1,0,0,1,0] => [8,6,7,5,4,1,2,3]
[1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,0] => [7,6,8,5,4,1,2,3]
[1,1,1,0,0,0,1,0,1,0,1,1,1,0,0,0] => [6,7,8,5,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,0] => [8,7,5,6,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,0,0,1,1,0,0] => [7,8,5,6,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,0,1,0,0,1,0] => [8,6,5,7,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,0,1,0,1,0,0] => [7,6,5,8,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0] => [6,7,5,8,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,1,0,0,0,1,0] => [8,5,6,7,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [7,5,6,8,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,0] => [6,5,7,8,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0] => [5,6,7,8,4,1,2,3]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0] => [8,7,6,4,5,1,2,3]
[1,1,1,0,0,0,1,1,0,0,1,0,1,1,0,0] => [7,8,6,4,5,1,2,3]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [8,6,7,4,5,1,2,3]
[1,1,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [7,6,8,4,5,1,2,3]
[1,1,1,0,0,0,1,1,0,0,1,1,1,0,0,0] => [6,7,8,4,5,1,2,3]
[1,1,1,0,0,0,1,1,0,1,0,0,1,0,1,0] => [8,7,5,4,6,1,2,3]
[1,1,1,0,0,0,1,1,0,1,0,0,1,1,0,0] => [7,8,5,4,6,1,2,3]
[1,1,1,0,0,0,1,1,0,1,0,1,0,0,1,0] => [8,6,5,4,7,1,2,3]
[1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,0] => [7,6,5,4,8,1,2,3]
[1,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0] => [6,7,5,4,8,1,2,3]
[1,1,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [8,5,6,4,7,1,2,3]
[1,1,1,0,0,0,1,1,0,1,1,0,0,1,0,0] => [7,5,6,4,8,1,2,3]
[1,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [6,5,7,4,8,1,2,3]
[1,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0] => [5,6,7,4,8,1,2,3]
[1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0] => [8,7,4,5,6,1,2,3]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [7,8,4,5,6,1,2,3]
[1,1,1,0,0,0,1,1,1,0,0,1,0,0,1,0] => [8,6,4,5,7,1,2,3]
[1,1,1,0,0,0,1,1,1,0,0,1,0,1,0,0] => [7,6,4,5,8,1,2,3]
[1,1,1,0,0,0,1,1,1,0,0,1,1,0,0,0] => [6,7,4,5,8,1,2,3]
[1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0] => [8,5,4,6,7,1,2,3]
[1,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [7,5,4,6,8,1,2,3]
[1,1,1,0,0,0,1,1,1,0,1,0,1,0,0,0] => [6,5,4,7,8,1,2,3]
[1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,0] => [5,6,4,7,8,1,2,3]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0] => [8,4,5,6,7,1,2,3]
[1,1,1,0,0,0,1,1,1,1,0,0,0,1,0,0] => [7,4,5,6,8,1,2,3]
[1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,0] => [6,4,5,7,8,1,2,3]
[1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,0] => [5,4,6,7,8,1,2,3]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [4,5,6,7,8,1,2,3]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0] => [8,7,6,5,3,1,2,4]
[1,1,1,0,0,1,0,0,1,0,1,0,1,1,0,0] => [7,8,6,5,3,1,2,4]
[1,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0] => [8,6,7,5,3,1,2,4]
[1,1,1,0,0,1,0,0,1,0,1,1,0,1,0,0] => [7,6,8,5,3,1,2,4]
[1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0] => [6,7,8,5,3,1,2,4]
[1,1,1,0,0,1,0,0,1,1,0,0,1,0,1,0] => [8,7,5,6,3,1,2,4]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [7,8,5,6,3,1,2,4]
[1,1,1,0,0,1,0,0,1,1,0,1,0,0,1,0] => [8,6,5,7,3,1,2,4]
[1,1,1,0,0,1,0,0,1,1,0,1,0,1,0,0] => [7,6,5,8,3,1,2,4]
[1,1,1,0,0,1,0,0,1,1,0,1,1,0,0,0] => [6,7,5,8,3,1,2,4]
[1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0] => [8,5,6,7,3,1,2,4]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [7,5,6,8,3,1,2,4]
[1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,0] => [6,5,7,8,3,1,2,4]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0] => [5,6,7,8,3,1,2,4]
[1,1,1,0,0,1,0,1,0,0,1,0,1,0,1,0] => [8,7,6,4,3,1,2,5]
[1,1,1,0,0,1,0,1,0,0,1,0,1,1,0,0] => [7,8,6,4,3,1,2,5]
[1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0] => [8,6,7,4,3,1,2,5]
[1,1,1,0,0,1,0,1,0,0,1,1,0,1,0,0] => [7,6,8,4,3,1,2,5]
[1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0] => [6,7,8,4,3,1,2,5]
[1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0] => [8,7,5,4,3,1,2,6]
[1,1,1,0,0,1,0,1,0,1,0,0,1,1,0,0] => [7,8,5,4,3,1,2,6]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [8,6,5,4,3,1,2,7]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [7,6,5,4,3,1,2,8]
[1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0] => [6,7,5,4,3,1,2,8]
[1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,0] => [8,5,6,4,3,1,2,7]
[1,1,1,0,0,1,0,1,0,1,1,0,0,1,0,0] => [7,5,6,4,3,1,2,8]
[1,1,1,0,0,1,0,1,0,1,1,0,1,0,0,0] => [6,5,7,4,3,1,2,8]
[1,1,1,0,0,1,0,1,0,1,1,1,0,0,0,0] => [5,6,7,4,3,1,2,8]
[1,1,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [8,7,4,5,3,1,2,6]
[1,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0] => [7,8,4,5,3,1,2,6]
[1,1,1,0,0,1,0,1,1,0,0,1,0,0,1,0] => [8,6,4,5,3,1,2,7]
[1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0] => [7,6,4,5,3,1,2,8]
[1,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0] => [6,7,4,5,3,1,2,8]
[1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0] => [8,5,4,6,3,1,2,7]
[1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,0] => [7,5,4,6,3,1,2,8]
[1,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [6,5,4,7,3,1,2,8]
[1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [5,6,4,7,3,1,2,8]
[1,1,1,0,0,1,0,1,1,1,0,0,0,0,1,0] => [8,4,5,6,3,1,2,7]
[1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [7,4,5,6,3,1,2,8]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [6,4,5,7,3,1,2,8]
[1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0] => [5,4,6,7,3,1,2,8]
[1,1,1,0,0,1,0,1,1,1,1,0,0,0,0,0] => [4,5,6,7,3,1,2,8]
[1,1,1,0,0,1,1,0,0,0,1,0,1,0,1,0] => [8,7,6,3,4,1,2,5]
[1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,0] => [7,8,6,3,4,1,2,5]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [8,6,7,3,4,1,2,5]
[1,1,1,0,0,1,1,0,0,0,1,1,0,1,0,0] => [7,6,8,3,4,1,2,5]
[1,1,1,0,0,1,1,0,0,0,1,1,1,0,0,0] => [6,7,8,3,4,1,2,5]
[1,1,1,0,0,1,1,0,0,1,0,0,1,0,1,0] => [8,7,5,3,4,1,2,6]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [7,8,5,3,4,1,2,6]
[1,1,1,0,0,1,1,0,0,1,0,1,0,0,1,0] => [8,6,5,3,4,1,2,7]
[1,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0] => [7,6,5,3,4,1,2,8]
[1,1,1,0,0,1,1,0,0,1,0,1,1,0,0,0] => [6,7,5,3,4,1,2,8]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0] => [8,5,6,3,4,1,2,7]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [7,5,6,3,4,1,2,8]
[1,1,1,0,0,1,1,0,0,1,1,0,1,0,0,0] => [6,5,7,3,4,1,2,8]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,0,0] => [5,6,7,3,4,1,2,8]
[1,1,1,0,0,1,1,0,1,0,0,0,1,0,1,0] => [8,7,4,3,5,1,2,6]
[1,1,1,0,0,1,1,0,1,0,0,0,1,1,0,0] => [7,8,4,3,5,1,2,6]
[1,1,1,0,0,1,1,0,1,0,0,1,0,0,1,0] => [8,6,4,3,5,1,2,7]
[1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,0] => [7,6,4,3,5,1,2,8]
[1,1,1,0,0,1,1,0,1,0,0,1,1,0,0,0] => [6,7,4,3,5,1,2,8]
[1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0] => [8,5,4,3,6,1,2,7]
[1,1,1,0,0,1,1,0,1,0,1,0,0,1,0,0] => [7,5,4,3,6,1,2,8]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0] => [6,5,4,3,7,1,2,8]
[1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0] => [5,6,4,3,7,1,2,8]
[1,1,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [8,4,5,3,6,1,2,7]
[1,1,1,0,0,1,1,0,1,1,0,0,0,1,0,0] => [7,4,5,3,6,1,2,8]
[1,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0] => [6,4,5,3,7,1,2,8]
[1,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [5,4,6,3,7,1,2,8]
[1,1,1,0,0,1,1,0,1,1,1,0,0,0,0,0] => [4,5,6,3,7,1,2,8]
[1,1,1,0,0,1,1,1,0,0,0,0,1,0,1,0] => [8,7,3,4,5,1,2,6]
[1,1,1,0,0,1,1,1,0,0,0,0,1,1,0,0] => [7,8,3,4,5,1,2,6]
[1,1,1,0,0,1,1,1,0,0,0,1,0,0,1,0] => [8,6,3,4,5,1,2,7]
[1,1,1,0,0,1,1,1,0,0,0,1,0,1,0,0] => [7,6,3,4,5,1,2,8]
[1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0] => [6,7,3,4,5,1,2,8]
[1,1,1,0,0,1,1,1,0,0,1,0,0,0,1,0] => [8,5,3,4,6,1,2,7]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [7,5,3,4,6,1,2,8]
[1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0] => [6,5,3,4,7,1,2,8]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,0] => [5,6,3,4,7,1,2,8]
[1,1,1,0,0,1,1,1,0,1,0,0,0,0,1,0] => [8,4,3,5,6,1,2,7]
[1,1,1,0,0,1,1,1,0,1,0,0,0,1,0,0] => [7,4,3,5,6,1,2,8]
[1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [6,4,3,5,7,1,2,8]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,0,0] => [5,4,3,6,7,1,2,8]
[1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0] => [4,5,3,6,7,1,2,8]
[1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0] => [8,3,4,5,6,1,2,7]
[1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0] => [7,3,4,5,6,1,2,8]
[1,1,1,0,0,1,1,1,1,0,0,0,1,0,0,0] => [6,3,4,5,7,1,2,8]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,0,0] => [5,3,4,6,7,1,2,8]
[1,1,1,0,0,1,1,1,1,0,1,0,0,0,0,0] => [4,3,5,6,7,1,2,8]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [3,4,5,6,7,1,2,8]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [8,7,6,5,2,1,3,4]
[1,1,1,0,1,0,0,0,1,0,1,0,1,1,0,0] => [7,8,6,5,2,1,3,4]
[1,1,1,0,1,0,0,0,1,0,1,1,0,0,1,0] => [8,6,7,5,2,1,3,4]
[1,1,1,0,1,0,0,0,1,0,1,1,0,1,0,0] => [7,6,8,5,2,1,3,4]
[1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0] => [6,7,8,5,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [8,7,5,6,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0] => [7,8,5,6,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0] => [8,6,5,7,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,0,1,0,1,0,0] => [7,6,5,8,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0] => [6,7,5,8,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [8,5,6,7,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,1,0,0,1,0,0] => [7,5,6,8,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0] => [6,5,7,8,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [5,6,7,8,2,1,3,4]
[1,1,1,0,1,0,0,1,0,0,1,0,1,0,1,0] => [8,7,6,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0] => [7,8,6,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0] => [8,6,7,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0] => [7,6,8,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,0] => [6,7,8,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,1,0,0,1,0,1,0] => [8,7,5,4,2,1,3,6]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0] => [7,8,5,4,2,1,3,6]
[1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [8,6,5,4,2,1,3,7]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [7,6,5,4,2,1,3,8]
[1,1,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [6,7,5,4,2,1,3,8]
[1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0] => [8,5,6,4,2,1,3,7]
[1,1,1,0,1,0,0,1,0,1,1,0,0,1,0,0] => [7,5,6,4,2,1,3,8]
[1,1,1,0,1,0,0,1,0,1,1,0,1,0,0,0] => [6,5,7,4,2,1,3,8]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,0,0] => [5,6,7,4,2,1,3,8]
[1,1,1,0,1,0,0,1,1,0,0,0,1,0,1,0] => [8,7,4,5,2,1,3,6]
[1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0] => [7,8,4,5,2,1,3,6]
[1,1,1,0,1,0,0,1,1,0,0,1,0,0,1,0] => [8,6,4,5,2,1,3,7]
[1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [7,6,4,5,2,1,3,8]
[1,1,1,0,1,0,0,1,1,0,0,1,1,0,0,0] => [6,7,4,5,2,1,3,8]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0] => [8,5,4,6,2,1,3,7]
[1,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0] => [7,5,4,6,2,1,3,8]
[1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,0] => [6,5,4,7,2,1,3,8]
[1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0] => [5,6,4,7,2,1,3,8]
[1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0] => [8,4,5,6,2,1,3,7]
[1,1,1,0,1,0,0,1,1,1,0,0,0,1,0,0] => [7,4,5,6,2,1,3,8]
[1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0] => [6,4,5,7,2,1,3,8]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0] => [5,4,6,7,2,1,3,8]
[1,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [4,5,6,7,2,1,3,8]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [8,7,6,3,2,1,4,5]
[1,1,1,0,1,0,1,0,0,0,1,0,1,1,0,0] => [7,8,6,3,2,1,4,5]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0] => [8,6,7,3,2,1,4,5]
[1,1,1,0,1,0,1,0,0,0,1,1,0,1,0,0] => [7,6,8,3,2,1,4,5]
[1,1,1,0,1,0,1,0,0,0,1,1,1,0,0,0] => [6,7,8,3,2,1,4,5]
[1,1,1,0,1,0,1,0,0,1,0,0,1,0,1,0] => [8,7,5,3,2,1,4,6]
[1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0] => [7,8,5,3,2,1,4,6]
[1,1,1,0,1,0,1,0,0,1,0,1,0,0,1,0] => [8,6,5,3,2,1,4,7]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [7,6,5,3,2,1,4,8]
[1,1,1,0,1,0,1,0,0,1,0,1,1,0,0,0] => [6,7,5,3,2,1,4,8]
[1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0] => [8,5,6,3,2,1,4,7]
[1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,0] => [7,5,6,3,2,1,4,8]
[1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0] => [6,5,7,3,2,1,4,8]
[1,1,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [5,6,7,3,2,1,4,8]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [8,7,4,3,2,1,5,6]
[1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [7,8,4,3,2,1,5,6]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [8,6,4,3,2,1,5,7]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [7,6,4,3,2,1,5,8]
[1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [6,7,4,3,2,1,5,8]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [8,5,4,3,2,1,6,7]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [7,5,4,3,2,1,6,8]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [6,5,4,3,2,1,7,8]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [5,6,4,3,2,1,7,8]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [8,4,5,3,2,1,6,7]
[1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,0] => [7,4,5,3,2,1,6,8]
[1,1,1,0,1,0,1,0,1,1,0,0,1,0,0,0] => [6,4,5,3,2,1,7,8]
[1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [5,4,6,3,2,1,7,8]
[1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [4,5,6,3,2,1,7,8]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [8,7,3,4,2,1,5,6]
[1,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0] => [7,8,3,4,2,1,5,6]
[1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0] => [8,6,3,4,2,1,5,7]
[1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [7,6,3,4,2,1,5,8]
[1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0] => [6,7,3,4,2,1,5,8]
[1,1,1,0,1,0,1,1,0,0,1,0,0,0,1,0] => [8,5,3,4,2,1,6,7]
[1,1,1,0,1,0,1,1,0,0,1,0,0,1,0,0] => [7,5,3,4,2,1,6,8]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [6,5,3,4,2,1,7,8]
[1,1,1,0,1,0,1,1,0,0,1,1,0,0,0,0] => [5,6,3,4,2,1,7,8]
[1,1,1,0,1,0,1,1,0,1,0,0,0,0,1,0] => [8,4,3,5,2,1,6,7]
[1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0] => [7,4,3,5,2,1,6,8]
[1,1,1,0,1,0,1,1,0,1,0,0,1,0,0,0] => [6,4,3,5,2,1,7,8]
[1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0] => [5,4,3,6,2,1,7,8]
[1,1,1,0,1,0,1,1,0,1,1,0,0,0,0,0] => [4,5,3,6,2,1,7,8]
[1,1,1,0,1,0,1,1,1,0,0,0,0,0,1,0] => [8,3,4,5,2,1,6,7]
[1,1,1,0,1,0,1,1,1,0,0,0,0,1,0,0] => [7,3,4,5,2,1,6,8]
[1,1,1,0,1,0,1,1,1,0,0,0,1,0,0,0] => [6,3,4,5,2,1,7,8]
[1,1,1,0,1,0,1,1,1,0,0,1,0,0,0,0] => [5,3,4,6,2,1,7,8]
[1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [4,3,5,6,2,1,7,8]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [3,4,5,6,2,1,7,8]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [8,7,6,2,3,1,4,5]
[1,1,1,0,1,1,0,0,0,0,1,0,1,1,0,0] => [7,8,6,2,3,1,4,5]
[1,1,1,0,1,1,0,0,0,0,1,1,0,0,1,0] => [8,6,7,2,3,1,4,5]
[1,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0] => [7,6,8,2,3,1,4,5]
[1,1,1,0,1,1,0,0,0,0,1,1,1,0,0,0] => [6,7,8,2,3,1,4,5]
[1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,0] => [8,7,5,2,3,1,4,6]
[1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0] => [7,8,5,2,3,1,4,6]
[1,1,1,0,1,1,0,0,0,1,0,1,0,0,1,0] => [8,6,5,2,3,1,4,7]
[1,1,1,0,1,1,0,0,0,1,0,1,0,1,0,0] => [7,6,5,2,3,1,4,8]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [6,7,5,2,3,1,4,8]
[1,1,1,0,1,1,0,0,0,1,1,0,0,0,1,0] => [8,5,6,2,3,1,4,7]
[1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0] => [7,5,6,2,3,1,4,8]
[1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0] => [6,5,7,2,3,1,4,8]
[1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0] => [5,6,7,2,3,1,4,8]
[1,1,1,0,1,1,0,0,1,0,0,0,1,0,1,0] => [8,7,4,2,3,1,5,6]
[1,1,1,0,1,1,0,0,1,0,0,0,1,1,0,0] => [7,8,4,2,3,1,5,6]
[1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0] => [8,6,4,2,3,1,5,7]
[1,1,1,0,1,1,0,0,1,0,0,1,0,1,0,0] => [7,6,4,2,3,1,5,8]
[1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0] => [6,7,4,2,3,1,5,8]
[1,1,1,0,1,1,0,0,1,0,1,0,0,0,1,0] => [8,5,4,2,3,1,6,7]
[1,1,1,0,1,1,0,0,1,0,1,0,0,1,0,0] => [7,5,4,2,3,1,6,8]
[1,1,1,0,1,1,0,0,1,0,1,0,1,0,0,0] => [6,5,4,2,3,1,7,8]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [5,6,4,2,3,1,7,8]
[1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [8,4,5,2,3,1,6,7]
[1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0] => [7,4,5,2,3,1,6,8]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0] => [6,4,5,2,3,1,7,8]
[1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0] => [5,4,6,2,3,1,7,8]
[1,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0] => [4,5,6,2,3,1,7,8]
[1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0] => [8,7,3,2,4,1,5,6]
[1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0] => [7,8,3,2,4,1,5,6]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0] => [8,6,3,2,4,1,5,7]
[1,1,1,0,1,1,0,1,0,0,0,1,0,1,0,0] => [7,6,3,2,4,1,5,8]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,0,0] => [6,7,3,2,4,1,5,8]
[1,1,1,0,1,1,0,1,0,0,1,0,0,0,1,0] => [8,5,3,2,4,1,6,7]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,0] => [7,5,3,2,4,1,6,8]
[1,1,1,0,1,1,0,1,0,0,1,0,1,0,0,0] => [6,5,3,2,4,1,7,8]
[1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0] => [5,6,3,2,4,1,7,8]
[1,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0] => [8,4,3,2,5,1,6,7]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0] => [7,4,3,2,5,1,6,8]
[1,1,1,0,1,1,0,1,0,1,0,0,1,0,0,0] => [6,4,3,2,5,1,7,8]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [5,4,3,2,6,1,7,8]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0] => [4,5,3,2,6,1,7,8]
[1,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0] => [8,3,4,2,5,1,6,7]
[1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0] => [7,3,4,2,5,1,6,8]
[1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [6,3,4,2,5,1,7,8]
[1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [5,3,4,2,6,1,7,8]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [4,3,5,2,6,1,7,8]
[1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0] => [3,4,5,2,6,1,7,8]
[1,1,1,0,1,1,1,0,0,0,0,0,1,0,1,0] => [8,7,2,3,4,1,5,6]
[1,1,1,0,1,1,1,0,0,0,0,0,1,1,0,0] => [7,8,2,3,4,1,5,6]
[1,1,1,0,1,1,1,0,0,0,0,1,0,0,1,0] => [8,6,2,3,4,1,5,7]
[1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [7,6,2,3,4,1,5,8]
[1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,0] => [6,7,2,3,4,1,5,8]
[1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,0] => [8,5,2,3,4,1,6,7]
[1,1,1,0,1,1,1,0,0,0,1,0,0,1,0,0] => [7,5,2,3,4,1,6,8]
[1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0] => [6,5,2,3,4,1,7,8]
[1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0] => [5,6,2,3,4,1,7,8]
[1,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [8,4,2,3,5,1,6,7]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [7,4,2,3,5,1,6,8]
[1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [6,4,2,3,5,1,7,8]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [5,4,2,3,6,1,7,8]
[1,1,1,0,1,1,1,0,0,1,1,0,0,0,0,0] => [4,5,2,3,6,1,7,8]
[1,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0] => [8,3,2,4,5,1,6,7]
[1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0] => [7,3,2,4,5,1,6,8]
[1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [6,3,2,4,5,1,7,8]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0] => [5,3,2,4,6,1,7,8]
[1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [4,3,2,5,6,1,7,8]
[1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,0] => [3,4,2,5,6,1,7,8]
[1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0] => [8,2,3,4,5,1,6,7]
[1,1,1,0,1,1,1,1,0,0,0,0,0,1,0,0] => [7,2,3,4,5,1,6,8]
[1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0] => [6,2,3,4,5,1,7,8]
[1,1,1,0,1,1,1,1,0,0,0,1,0,0,0,0] => [5,2,3,4,6,1,7,8]
[1,1,1,0,1,1,1,1,0,0,1,0,0,0,0,0] => [4,2,3,5,6,1,7,8]
[1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0] => [3,2,4,5,6,1,7,8]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [2,3,4,5,6,1,7,8]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [8,7,6,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,0,0] => [7,8,6,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,0,1,1,0,0,1,0] => [8,6,7,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,0,1,1,0,1,0,0] => [7,6,8,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0] => [6,7,8,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0] => [8,7,5,6,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [7,8,5,6,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,0,1,0,0,1,0] => [8,6,5,7,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,0] => [7,6,5,8,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,0,1,1,0,0,0] => [6,7,5,8,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0] => [8,5,6,7,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,0,0,1,0,0] => [7,5,6,8,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0] => [6,5,7,8,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [5,6,7,8,1,2,3,4]
[1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0] => [8,7,6,4,1,2,3,5]
[1,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0] => [7,8,6,4,1,2,3,5]
[1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [8,6,7,4,1,2,3,5]
[1,1,1,1,0,0,0,1,0,0,1,1,0,1,0,0] => [7,6,8,4,1,2,3,5]
[1,1,1,1,0,0,0,1,0,0,1,1,1,0,0,0] => [6,7,8,4,1,2,3,5]
[1,1,1,1,0,0,0,1,0,1,0,0,1,0,1,0] => [8,7,5,4,1,2,3,6]
[1,1,1,1,0,0,0,1,0,1,0,0,1,1,0,0] => [7,8,5,4,1,2,3,6]
[1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0] => [8,6,5,4,1,2,3,7]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [7,6,5,4,1,2,3,8]
[1,1,1,1,0,0,0,1,0,1,0,1,1,0,0,0] => [6,7,5,4,1,2,3,8]
[1,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0] => [8,5,6,4,1,2,3,7]
[1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0] => [7,5,6,4,1,2,3,8]
[1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [6,5,7,4,1,2,3,8]
[1,1,1,1,0,0,0,1,0,1,1,1,0,0,0,0] => [5,6,7,4,1,2,3,8]
[1,1,1,1,0,0,0,1,1,0,0,0,1,0,1,0] => [8,7,4,5,1,2,3,6]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0] => [7,8,4,5,1,2,3,6]
[1,1,1,1,0,0,0,1,1,0,0,1,0,0,1,0] => [8,6,4,5,1,2,3,7]
[1,1,1,1,0,0,0,1,1,0,0,1,0,1,0,0] => [7,6,4,5,1,2,3,8]
[1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [6,7,4,5,1,2,3,8]
[1,1,1,1,0,0,0,1,1,0,1,0,0,0,1,0] => [8,5,4,6,1,2,3,7]
[1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0] => [7,5,4,6,1,2,3,8]
[1,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0] => [6,5,4,7,1,2,3,8]
[1,1,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [5,6,4,7,1,2,3,8]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0] => [8,4,5,6,1,2,3,7]
[1,1,1,1,0,0,0,1,1,1,0,0,0,1,0,0] => [7,4,5,6,1,2,3,8]
[1,1,1,1,0,0,0,1,1,1,0,0,1,0,0,0] => [6,4,5,7,1,2,3,8]
[1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0] => [5,4,6,7,1,2,3,8]
[1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,0] => [4,5,6,7,1,2,3,8]
[1,1,1,1,0,0,1,0,0,0,1,0,1,0,1,0] => [8,7,6,3,1,2,4,5]
[1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0] => [7,8,6,3,1,2,4,5]
[1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [8,6,7,3,1,2,4,5]
[1,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0] => [7,6,8,3,1,2,4,5]
[1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0] => [6,7,8,3,1,2,4,5]
[1,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0] => [8,7,5,3,1,2,4,6]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [7,8,5,3,1,2,4,6]
[1,1,1,1,0,0,1,0,0,1,0,1,0,0,1,0] => [8,6,5,3,1,2,4,7]
[1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,0] => [7,6,5,3,1,2,4,8]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,0] => [6,7,5,3,1,2,4,8]
[1,1,1,1,0,0,1,0,0,1,1,0,0,0,1,0] => [8,5,6,3,1,2,4,7]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [7,5,6,3,1,2,4,8]
[1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0] => [6,5,7,3,1,2,4,8]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,0,0] => [5,6,7,3,1,2,4,8]
[1,1,1,1,0,0,1,0,1,0,0,0,1,0,1,0] => [8,7,4,3,1,2,5,6]
[1,1,1,1,0,0,1,0,1,0,0,0,1,1,0,0] => [7,8,4,3,1,2,5,6]
[1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0] => [8,6,4,3,1,2,5,7]
[1,1,1,1,0,0,1,0,1,0,0,1,0,1,0,0] => [7,6,4,3,1,2,5,8]
[1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0] => [6,7,4,3,1,2,5,8]
[1,1,1,1,0,0,1,0,1,0,1,0,0,0,1,0] => [8,5,4,3,1,2,6,7]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0] => [7,5,4,3,1,2,6,8]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [6,5,4,3,1,2,7,8]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0] => [5,6,4,3,1,2,7,8]
[1,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0] => [8,4,5,3,1,2,6,7]
[1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0] => [7,4,5,3,1,2,6,8]
[1,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0] => [6,4,5,3,1,2,7,8]
[1,1,1,1,0,0,1,0,1,1,0,1,0,0,0,0] => [5,4,6,3,1,2,7,8]
[1,1,1,1,0,0,1,0,1,1,1,0,0,0,0,0] => [4,5,6,3,1,2,7,8]
[1,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0] => [8,7,3,4,1,2,5,6]
[1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0] => [7,8,3,4,1,2,5,6]
[1,1,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [8,6,3,4,1,2,5,7]
[1,1,1,1,0,0,1,1,0,0,0,1,0,1,0,0] => [7,6,3,4,1,2,5,8]
[1,1,1,1,0,0,1,1,0,0,0,1,1,0,0,0] => [6,7,3,4,1,2,5,8]
[1,1,1,1,0,0,1,1,0,0,1,0,0,0,1,0] => [8,5,3,4,1,2,6,7]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [7,5,3,4,1,2,6,8]
[1,1,1,1,0,0,1,1,0,0,1,0,1,0,0,0] => [6,5,3,4,1,2,7,8]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [5,6,3,4,1,2,7,8]
[1,1,1,1,0,0,1,1,0,1,0,0,0,0,1,0] => [8,4,3,5,1,2,6,7]
[1,1,1,1,0,0,1,1,0,1,0,0,0,1,0,0] => [7,4,3,5,1,2,6,8]
[1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0] => [6,4,3,5,1,2,7,8]
[1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [5,4,3,6,1,2,7,8]
[1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [4,5,3,6,1,2,7,8]
[1,1,1,1,0,0,1,1,1,0,0,0,0,0,1,0] => [8,3,4,5,1,2,6,7]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,0] => [7,3,4,5,1,2,6,8]
[1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [6,3,4,5,1,2,7,8]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,0,0] => [5,3,4,6,1,2,7,8]
[1,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0] => [4,3,5,6,1,2,7,8]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,0] => [3,4,5,6,1,2,7,8]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0] => [8,7,6,2,1,3,4,5]
[1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0] => [7,8,6,2,1,3,4,5]
[1,1,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [8,6,7,2,1,3,4,5]
[1,1,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [7,6,8,2,1,3,4,5]
[1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0] => [6,7,8,2,1,3,4,5]
[1,1,1,1,0,1,0,0,0,1,0,0,1,0,1,0] => [8,7,5,2,1,3,4,6]
[1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,0] => [7,8,5,2,1,3,4,6]
[1,1,1,1,0,1,0,0,0,1,0,1,0,0,1,0] => [8,6,5,2,1,3,4,7]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [7,6,5,2,1,3,4,8]
[1,1,1,1,0,1,0,0,0,1,0,1,1,0,0,0] => [6,7,5,2,1,3,4,8]
[1,1,1,1,0,1,0,0,0,1,1,0,0,0,1,0] => [8,5,6,2,1,3,4,7]
[1,1,1,1,0,1,0,0,0,1,1,0,0,1,0,0] => [7,5,6,2,1,3,4,8]
[1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [6,5,7,2,1,3,4,8]
[1,1,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [5,6,7,2,1,3,4,8]
[1,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0] => [8,7,4,2,1,3,5,6]
[1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0] => [7,8,4,2,1,3,5,6]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0] => [8,6,4,2,1,3,5,7]
[1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0] => [7,6,4,2,1,3,5,8]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,0] => [6,7,4,2,1,3,5,8]
[1,1,1,1,0,1,0,0,1,0,1,0,0,0,1,0] => [8,5,4,2,1,3,6,7]
[1,1,1,1,0,1,0,0,1,0,1,0,0,1,0,0] => [7,5,4,2,1,3,6,8]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [6,5,4,2,1,3,7,8]
[1,1,1,1,0,1,0,0,1,0,1,1,0,0,0,0] => [5,6,4,2,1,3,7,8]
[1,1,1,1,0,1,0,0,1,1,0,0,0,0,1,0] => [8,4,5,2,1,3,6,7]
[1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0] => [7,4,5,2,1,3,6,8]
[1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0] => [6,4,5,2,1,3,7,8]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [5,4,6,2,1,3,7,8]
[1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [4,5,6,2,1,3,7,8]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0,1,0] => [8,7,3,2,1,4,5,6]
[1,1,1,1,0,1,0,1,0,0,0,0,1,1,0,0] => [7,8,3,2,1,4,5,6]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [8,6,3,2,1,4,5,7]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0] => [7,6,3,2,1,4,5,8]
[1,1,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [6,7,3,2,1,4,5,8]
[1,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0] => [8,5,3,2,1,4,6,7]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [7,5,3,2,1,4,6,8]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [6,5,3,2,1,4,7,8]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [5,6,3,2,1,4,7,8]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [8,4,3,2,1,5,6,7]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [7,4,3,2,1,5,6,8]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [6,4,3,2,1,5,7,8]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [5,4,3,2,1,6,7,8]
[1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0] => [4,5,3,2,1,6,7,8]
[1,1,1,1,0,1,0,1,1,0,0,0,0,0,1,0] => [8,3,4,2,1,5,6,7]
[1,1,1,1,0,1,0,1,1,0,0,0,0,1,0,0] => [7,3,4,2,1,5,6,8]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [6,3,4,2,1,5,7,8]
[1,1,1,1,0,1,0,1,1,0,0,1,0,0,0,0] => [5,3,4,2,1,6,7,8]
[1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,0] => [4,3,5,2,1,6,7,8]
[1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0] => [3,4,5,2,1,6,7,8]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0] => [8,7,2,3,1,4,5,6]
[1,1,1,1,0,1,1,0,0,0,0,0,1,1,0,0] => [7,8,2,3,1,4,5,6]
[1,1,1,1,0,1,1,0,0,0,0,1,0,0,1,0] => [8,6,2,3,1,4,5,7]
[1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,0] => [7,6,2,3,1,4,5,8]
[1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0] => [6,7,2,3,1,4,5,8]
[1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0] => [8,5,2,3,1,4,6,7]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0] => [7,5,2,3,1,4,6,8]
[1,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [6,5,2,3,1,4,7,8]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,0,0] => [5,6,2,3,1,4,7,8]
[1,1,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [8,4,2,3,1,5,6,7]
[1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [7,4,2,3,1,5,6,8]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,0] => [6,4,2,3,1,5,7,8]
[1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0] => [5,4,2,3,1,6,7,8]
[1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [4,5,2,3,1,6,7,8]
[1,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [8,3,2,4,1,5,6,7]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [7,3,2,4,1,5,6,8]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [6,3,2,4,1,5,7,8]
[1,1,1,1,0,1,1,0,1,0,0,1,0,0,0,0] => [5,3,2,4,1,6,7,8]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [4,3,2,5,1,6,7,8]
[1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [3,4,2,5,1,6,7,8]
[1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0] => [8,2,3,4,1,5,6,7]
[1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [7,2,3,4,1,5,6,8]
[1,1,1,1,0,1,1,1,0,0,0,0,1,0,0,0] => [6,2,3,4,1,5,7,8]
[1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0] => [5,2,3,4,1,6,7,8]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0] => [4,2,3,5,1,6,7,8]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0] => [3,2,4,5,1,6,7,8]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0] => [2,3,4,5,1,6,7,8]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0] => [8,7,6,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0] => [7,8,6,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0] => [8,6,7,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,0] => [7,6,8,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [6,7,8,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0] => [8,7,5,1,2,3,4,6]
[1,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0] => [7,8,5,1,2,3,4,6]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0] => [8,6,5,1,2,3,4,7]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [7,6,5,1,2,3,4,8]
[1,1,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [6,7,5,1,2,3,4,8]
[1,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0] => [8,5,6,1,2,3,4,7]
[1,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0] => [7,5,6,1,2,3,4,8]
[1,1,1,1,1,0,0,0,0,1,1,0,1,0,0,0] => [6,5,7,1,2,3,4,8]
[1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0] => [5,6,7,1,2,3,4,8]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0] => [8,7,4,1,2,3,5,6]
[1,1,1,1,1,0,0,0,1,0,0,0,1,1,0,0] => [7,8,4,1,2,3,5,6]
[1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0] => [8,6,4,1,2,3,5,7]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [7,6,4,1,2,3,5,8]
[1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,0] => [6,7,4,1,2,3,5,8]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0] => [8,5,4,1,2,3,6,7]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,0,0] => [7,5,4,1,2,3,6,8]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [6,5,4,1,2,3,7,8]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,0,0] => [5,6,4,1,2,3,7,8]
[1,1,1,1,1,0,0,0,1,1,0,0,0,0,1,0] => [8,4,5,1,2,3,6,7]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,0] => [7,4,5,1,2,3,6,8]
[1,1,1,1,1,0,0,0,1,1,0,0,1,0,0,0] => [6,4,5,1,2,3,7,8]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0] => [5,4,6,1,2,3,7,8]
[1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [4,5,6,1,2,3,7,8]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [8,7,3,1,2,4,5,6]
[1,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [7,8,3,1,2,4,5,6]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [8,6,3,1,2,4,5,7]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,0] => [7,6,3,1,2,4,5,8]
[1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [6,7,3,1,2,4,5,8]
[1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [8,5,3,1,2,4,6,7]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [7,5,3,1,2,4,6,8]
[1,1,1,1,1,0,0,1,0,0,1,0,1,0,0,0] => [6,5,3,1,2,4,7,8]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,0,0] => [5,6,3,1,2,4,7,8]
[1,1,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [8,4,3,1,2,5,6,7]
[1,1,1,1,1,0,0,1,0,1,0,0,0,1,0,0] => [7,4,3,1,2,5,6,8]
[1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [6,4,3,1,2,5,7,8]
[1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0] => [5,4,3,1,2,6,7,8]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0] => [4,5,3,1,2,6,7,8]
[1,1,1,1,1,0,0,1,1,0,0,0,0,0,1,0] => [8,3,4,1,2,5,6,7]
[1,1,1,1,1,0,0,1,1,0,0,0,0,1,0,0] => [7,3,4,1,2,5,6,8]
[1,1,1,1,1,0,0,1,1,0,0,0,1,0,0,0] => [6,3,4,1,2,5,7,8]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,0,0] => [5,3,4,1,2,6,7,8]
[1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [4,3,5,1,2,6,7,8]
[1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0] => [3,4,5,1,2,6,7,8]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0] => [8,7,2,1,3,4,5,6]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0] => [7,8,2,1,3,4,5,6]
[1,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0] => [8,6,2,1,3,4,5,7]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,0] => [7,6,2,1,3,4,5,8]
[1,1,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [6,7,2,1,3,4,5,8]
[1,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [8,5,2,1,3,4,6,7]
[1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [7,5,2,1,3,4,6,8]
[1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0] => [6,5,2,1,3,4,7,8]
[1,1,1,1,1,0,1,0,0,0,1,1,0,0,0,0] => [5,6,2,1,3,4,7,8]
[1,1,1,1,1,0,1,0,0,1,0,0,0,0,1,0] => [8,4,2,1,3,5,6,7]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [7,4,2,1,3,5,6,8]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [6,4,2,1,3,5,7,8]
[1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0] => [5,4,2,1,3,6,7,8]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0] => [4,5,2,1,3,6,7,8]
[1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0] => [8,3,2,1,4,5,6,7]
[1,1,1,1,1,0,1,0,1,0,0,0,0,1,0,0] => [7,3,2,1,4,5,6,8]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [6,3,2,1,4,5,7,8]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [5,3,2,1,4,6,7,8]
[1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [4,3,2,1,5,6,7,8]
[1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0] => [3,4,2,1,5,6,7,8]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0] => [8,2,3,1,4,5,6,7]
[1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [7,2,3,1,4,5,6,8]
[1,1,1,1,1,0,1,1,0,0,0,0,1,0,0,0] => [6,2,3,1,4,5,7,8]
[1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [5,2,3,1,4,6,7,8]
[1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0] => [4,2,3,1,5,6,7,8]
[1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0] => [3,2,4,1,5,6,7,8]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [2,3,4,1,5,6,7,8]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0] => [8,7,1,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [7,8,1,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0] => [8,6,1,2,3,4,5,7]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0] => [7,6,1,2,3,4,5,8]
[1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [6,7,1,2,3,4,5,8]
[1,1,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [8,5,1,2,3,4,6,7]
[1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [7,5,1,2,3,4,6,8]
[1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [6,5,1,2,3,4,7,8]
[1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [5,6,1,2,3,4,7,8]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0] => [8,4,1,2,3,5,6,7]
[1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,0] => [7,4,1,2,3,5,6,8]
[1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0] => [6,4,1,2,3,5,7,8]
[1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [5,4,1,2,3,6,7,8]
[1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [4,5,1,2,3,6,7,8]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0] => [8,3,1,2,4,5,6,7]
[1,1,1,1,1,1,0,0,1,0,0,0,0,1,0,0] => [7,3,1,2,4,5,6,8]
[1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0] => [6,3,1,2,4,5,7,8]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0] => [5,3,1,2,4,6,7,8]
[1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [4,3,1,2,5,6,7,8]
[1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0] => [3,4,1,2,5,6,7,8]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [8,2,1,3,4,5,6,7]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0] => [7,2,1,3,4,5,6,8]
[1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0] => [6,2,1,3,4,5,7,8]
[1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [5,2,1,3,4,6,7,8]
[1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0] => [4,2,1,3,5,6,7,8]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [3,2,1,4,5,6,7,8]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [2,3,1,4,5,6,7,8]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [8,1,2,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [7,1,2,3,4,5,6,8]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [6,1,2,3,4,5,7,8]
[1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0] => [5,1,2,3,4,6,7,8]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [4,1,2,3,5,6,7,8]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [3,1,2,4,5,6,7,8]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [2,1,3,4,5,6,7,8]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [9,1,2,3,4,5,6,7,8]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,9,1]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0] => [9,2,1,3,4,5,6,7,8]
[1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [3,2,4,5,6,7,8,9,1]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,0] => [9,3,1,2,4,5,6,7,8]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0] => [9,2,3,1,4,5,6,7,8]
[1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [4,2,3,5,6,7,8,9,1]
[1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [3,4,2,5,6,7,8,9,1]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,1,0] => [9,4,1,2,3,5,6,7,8]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,1,0] => [9,3,2,1,4,5,6,7,8]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,1,0] => [9,2,3,4,1,5,6,7,8]
[1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [5,2,3,4,6,7,8,9,1]
[1,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [4,3,2,5,6,7,8,9,1]
[1,0,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [3,4,5,2,6,7,8,9,1]
[1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,1,0] => [9,5,1,2,3,4,6,7,8]
[1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,1,0] => [9,4,2,1,3,5,6,7,8]
[1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,1,0] => [9,3,4,1,2,5,6,7,8]
[1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,1,0] => [9,3,2,4,1,5,6,7,8]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,1,0] => [9,2,3,4,5,1,6,7,8]
[1,0,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0] => [6,2,3,4,5,7,8,9,1]
[1,0,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0] => [5,3,2,4,6,7,8,9,1]
[1,0,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0] => [4,5,2,3,6,7,8,9,1]
[1,0,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0] => [4,3,5,2,6,7,8,9,1]
[1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0] => [3,4,5,6,2,7,8,9,1]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,1,0] => [9,6,1,2,3,4,5,7,8]
[1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,1,0] => [9,5,2,1,3,4,6,7,8]
[1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,1,0] => [9,4,3,1,2,5,6,7,8]
[1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,1,0] => [9,4,2,3,1,5,6,7,8]
[1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,1,0] => [9,3,4,2,1,5,6,7,8]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,1,0] => [9,3,2,4,5,1,6,7,8]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [9,2,3,4,5,6,1,7,8]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [7,2,3,4,5,6,8,9,1]
[1,0,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [6,3,2,4,5,7,8,9,1]
[1,0,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [5,4,2,3,6,7,8,9,1]
[1,0,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0] => [5,3,4,2,6,7,8,9,1]
[1,0,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0] => [4,5,3,2,6,7,8,9,1]
[1,0,1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0] => [4,3,5,6,2,7,8,9,1]
[1,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,5,6,7,2,8,9,1]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0] => [9,7,1,2,3,4,5,6,8]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,1,0] => [9,5,3,1,2,4,6,7,8]
[1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,1,0] => [9,4,5,1,2,3,6,7,8]
[1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [9,4,3,2,1,5,6,7,8]
[1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,1,0] => [9,3,4,2,5,1,6,7,8]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [9,2,3,4,5,6,7,1,8]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0] => [8,9,1,2,3,4,5,6,7]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [8,2,3,4,5,6,7,9,1]
[1,0,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0] => [6,4,2,3,5,7,8,9,1]
[1,0,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [5,6,2,3,4,7,8,9,1]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [5,4,3,2,6,7,8,9,1]
[1,0,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [4,5,3,6,2,7,8,9,1]
[1,0,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0] => [4,3,5,6,7,2,8,9,1]
[1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,1,2]
[1,0,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,5,6,7,8,2,9,1]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0] => [9,8,1,2,3,4,5,6,7]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,1,0] => [9,7,2,1,3,4,5,6,8]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0,1,0] => [9,5,3,2,1,4,6,7,8]
[1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,1,0] => [9,5,2,3,4,1,6,7,8]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,0] => [9,4,5,2,1,3,6,7,8]
[1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,1,0] => [9,4,3,5,1,2,6,7,8]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,1,0] => [9,4,3,2,5,1,6,7,8]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [9,2,3,4,5,6,7,8,1]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0] => [8,9,2,1,3,4,5,6,7]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0] => [8,3,2,4,5,6,7,9,1]
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0] => [7,4,2,3,5,6,8,9,1]
[1,0,1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [6,5,2,3,4,7,8,9,1]
[1,0,1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [6,4,3,2,5,7,8,9,1]
[1,0,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0] => [6,3,4,5,2,7,8,9,1]
[1,0,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0] => [5,6,3,2,4,7,8,9,1]
[1,0,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [5,4,6,2,3,7,8,9,1]
[1,0,1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [5,4,3,6,2,7,8,9,1]
[1,0,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0] => [4,5,6,3,2,7,8,9,1]
[1,1,0,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [4,3,5,6,7,8,9,1,2]
[1,0,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [4,3,5,6,7,8,2,9,1]
[1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,2,1]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0] => [9,8,2,1,3,4,5,6,7]
[1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0,1,0] => [9,6,4,1,2,3,5,7,8]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0,1,0] => [9,6,3,2,1,4,5,7,8]
[1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0,1,0] => [9,4,3,2,5,6,1,7,8]
[1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0] => [9,3,4,2,5,6,7,1,8]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [9,3,2,4,5,6,7,8,1]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,1,0,0] => [8,9,3,1,2,4,5,6,7]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,1,0,0] => [8,9,2,3,1,4,5,6,7]
[1,0,1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [7,4,3,2,5,6,8,9,1]
[1,0,1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [5,6,3,4,2,7,8,9,1]
[1,0,1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [5,4,3,6,7,2,8,9,1]
[1,1,0,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [5,3,4,6,7,8,9,1,2]
[1,0,1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0] => [5,3,4,6,7,8,2,9,1]
[1,1,0,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [4,5,3,6,7,8,9,1,2]
[1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [4,3,5,6,7,8,9,2,1]
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,1,0] => [9,8,3,1,2,4,5,6,7]
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,1,0] => [9,8,2,3,1,4,5,6,7]
[1,1,1,1,1,0,1,0,1,0,0,0,0,1,0,0,1,0] => [9,7,3,2,1,4,5,6,8]
[1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0,1,0] => [9,6,5,1,2,3,4,7,8]
[1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [9,6,2,3,4,5,1,7,8]
[1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,1,0] => [9,5,4,3,1,2,6,7,8]
[1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,1,0] => [9,4,5,6,1,2,3,7,8]
[1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,1,0] => [9,4,5,3,2,1,6,7,8]
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0] => [9,4,2,3,5,6,7,8,1]
[1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0] => [9,3,4,2,5,6,7,8,1]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,1,0,0] => [8,9,4,1,2,3,5,6,7]
[1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,1,0,0] => [8,9,3,2,1,4,5,6,7]
[1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,1,0,0] => [8,9,2,3,4,1,5,6,7]
[1,0,1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [7,6,2,3,4,5,8,9,1]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0] => [7,4,3,5,2,6,8,9,1]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0] => [7,3,4,5,6,2,8,9,1]
[1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0] => [6,5,4,2,3,7,8,9,1]
[1,0,1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0] => [6,5,3,4,2,7,8,9,1]
[1,0,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [5,6,7,2,3,4,8,9,1]
[1,0,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0] => [5,6,4,3,2,7,8,9,1]
[1,1,0,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [5,4,3,6,7,8,9,1,2]
[1,0,1,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [5,4,3,6,7,8,2,9,1]
[1,0,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [5,3,4,6,7,8,9,2,1]
[1,0,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,3,2,8,9,1]
[1,1,0,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [4,5,6,3,7,8,9,1,2]
[1,0,1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [4,5,3,6,7,8,9,2,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,4,3,2,1,9]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [7,8,6,5,4,3,2,1,9]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [8,6,7,5,4,3,2,1,9]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [7,6,8,5,4,3,2,1,9]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [6,7,8,5,4,3,2,1,9]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [8,7,5,6,4,3,2,1,9]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [7,8,5,6,4,3,2,1,9]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0] => [8,6,5,7,4,3,2,1,9]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [7,6,5,8,4,3,2,1,9]
[1,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0] => [6,7,5,8,4,3,2,1,9]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0] => [8,5,6,7,4,3,2,1,9]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,0] => [7,5,6,8,4,3,2,1,9]
[1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0] => [6,5,7,8,4,3,2,1,9]
[1,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0] => [5,6,7,8,4,3,2,1,9]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [8,7,6,4,5,3,2,1,9]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0] => [7,8,6,4,5,3,2,1,9]
[1,1,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0] => [6,7,8,4,5,3,2,1,9]
[1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [8,7,5,4,6,3,2,1,9]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,8,3,2,1,9]
[1,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0,0] => [6,7,5,4,8,3,2,1,9]
[1,1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0,0] => [5,6,7,4,8,3,2,1,9]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0] => [8,7,4,5,6,3,2,1,9]
[1,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [7,6,4,5,8,3,2,1,9]
[1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [8,5,4,6,7,3,2,1,9]
[1,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0,0] => [7,5,4,6,8,3,2,1,9]
[1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [6,5,4,7,8,3,2,1,9]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0] => [8,4,5,6,7,3,2,1,9]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0,0] => [7,4,5,6,8,3,2,1,9]
[1,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [5,4,6,7,8,3,2,1,9]
[1,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,3,2,1,9]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,3,4,2,1,9]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,0,0] => [7,8,6,5,3,4,2,1,9]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0] => [8,6,7,5,3,4,2,1,9]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0] => [7,6,8,5,3,4,2,1,9]
[1,1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [8,7,5,6,3,4,2,1,9]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,0] => [8,6,5,7,3,4,2,1,9]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [7,6,5,8,3,4,2,1,9]
[1,1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0] => [5,6,7,8,3,4,2,1,9]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0] => [8,7,6,4,3,5,2,1,9]
[1,1,0,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [6,7,8,4,3,5,2,1,9]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,0] => [8,7,5,4,3,6,2,1,9]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,3,8,2,1,9]
[1,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [6,7,5,4,3,8,2,1,9]
[1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0,0] => [8,7,4,5,3,6,2,1,9]
[1,1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [6,5,4,7,3,8,2,1,9]
[1,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,3,8,2,1,9]
[1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [8,7,6,3,4,5,2,1,9]
[1,1,0,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0] => [8,7,5,3,4,6,2,1,9]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [7,6,5,3,4,8,2,1,9]
[1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0] => [8,7,4,3,5,6,2,1,9]
[1,1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0,0] => [7,6,4,3,5,8,2,1,9]
[1,1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [7,5,4,3,6,8,2,1,9]
[1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [6,5,4,3,7,8,2,1,9]
[1,1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0] => [7,8,3,4,5,6,2,1,9]
[1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0] => [7,6,3,4,5,8,2,1,9]
[1,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [6,7,3,4,5,8,2,1,9]
[1,1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0] => [6,5,3,4,7,8,2,1,9]
[1,1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [5,4,3,6,7,8,2,1,9]
[1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [8,3,4,5,6,7,2,1,9]
[1,1,0,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0] => [6,3,4,5,7,8,2,1,9]
[1,1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0] => [5,3,4,6,7,8,2,1,9]
[1,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [4,3,5,6,7,8,2,1,9]
[1,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,5,6,7,8,2,1,9]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,4,2,3,1,9]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0] => [7,8,6,5,4,2,3,1,9]
[1,1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0,0] => [7,6,8,5,4,2,3,1,9]
[1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0] => [8,7,5,6,4,2,3,1,9]
[1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,0] => [8,6,5,7,4,2,3,1,9]
[1,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [7,6,5,8,4,2,3,1,9]
[1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [8,5,6,7,4,2,3,1,9]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0] => [8,7,6,4,5,2,3,1,9]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0,0] => [7,8,6,4,5,2,3,1,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [8,6,7,4,5,2,3,1,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0,0] => [7,6,8,4,5,2,3,1,9]
[1,1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0,0] => [6,7,8,4,5,2,3,1,9]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0] => [7,5,6,4,8,2,3,1,9]
[1,1,0,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [6,5,7,4,8,2,3,1,9]
[1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [8,6,4,5,7,2,3,1,9]
[1,1,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [7,5,4,6,8,2,3,1,9]
[1,1,0,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0] => [5,6,4,7,8,2,3,1,9]
[1,1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,2,3,1,9]
[1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,3,2,4,1,9]
[1,1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [7,8,6,5,3,2,4,1,9]
[1,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,0] => [7,6,8,5,3,2,4,1,9]
[1,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [8,7,5,6,3,2,4,1,9]
[1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0] => [8,6,5,7,3,2,4,1,9]
[1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [5,6,7,8,3,2,4,1,9]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [8,7,6,4,3,2,5,1,9]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [8,6,5,4,3,2,7,1,9]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,3,2,8,1,9]
[1,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [6,7,5,4,3,2,8,1,9]
[1,1,0,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [6,5,7,4,3,2,8,1,9]
[1,1,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [5,6,7,4,3,2,8,1,9]
[1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,1,0,0] => [8,4,5,6,3,2,7,1,9]
[1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,3,2,8,1,9]
[1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [6,7,5,3,4,2,8,1,9]
[1,1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [6,5,4,3,7,2,8,1,9]
[1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [6,4,5,3,7,2,8,1,9]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [5,4,6,3,7,2,8,1,9]
[1,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [7,5,3,4,6,2,8,1,9]
[1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,5,6,7,2,8,1,9]
[1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,2,3,4,1,9]
[1,1,0,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [7,6,8,5,2,3,4,1,9]
[1,1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0] => [7,6,5,8,2,3,4,1,9]
[1,1,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0] => [6,5,7,8,2,3,4,1,9]
[1,1,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0] => [7,6,8,4,2,3,5,1,9]
[1,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,2,3,8,1,9]
[1,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [8,7,6,3,2,4,5,1,9]
[1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [6,7,8,3,2,4,5,1,9]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,0,1,0,0] => [8,6,5,3,2,4,7,1,9]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [7,6,5,3,2,4,8,1,9]
[1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0] => [8,7,4,3,2,5,6,1,9]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [7,6,4,3,2,5,8,1,9]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [8,5,4,3,2,6,7,1,9]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [7,5,4,3,2,6,8,1,9]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [6,5,4,3,2,7,8,1,9]
[1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [8,7,6,2,3,4,5,1,9]
[1,1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0] => [6,7,8,2,3,4,5,1,9]
[1,1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [7,6,5,2,3,4,8,1,9]
[1,1,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [5,6,7,2,3,4,8,1,9]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [8,6,4,2,3,5,7,1,9]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0,0] => [7,6,4,2,3,5,8,1,9]
[1,1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0] => [6,5,4,2,3,7,8,1,9]
[1,1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [7,8,3,2,4,5,6,1,9]
[1,1,0,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0] => [6,5,3,2,4,7,8,1,9]
[1,1,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [7,4,3,2,5,6,8,1,9]
[1,1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [5,4,3,2,6,7,8,1,9]
[1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0] => [4,3,5,2,6,7,8,1,9]
[1,1,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [3,4,5,2,6,7,8,1,9]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0] => [8,7,2,3,4,5,6,1,9]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [7,8,2,3,4,5,6,1,9]
[1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [6,7,2,3,4,5,8,1,9]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0] => [7,5,2,3,4,6,8,1,9]
[1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [6,5,2,3,4,7,8,1,9]
[1,1,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [5,6,2,3,4,7,8,1,9]
[1,1,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [5,4,2,3,6,7,8,1,9]
[1,1,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0] => [4,5,2,3,6,7,8,1,9]
[1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0] => [8,3,2,4,5,6,7,1,9]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [6,3,2,4,5,7,8,1,9]
[1,1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0] => [5,3,2,4,6,7,8,1,9]
[1,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [4,3,2,5,6,7,8,1,9]
[1,1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [3,4,2,5,6,7,8,1,9]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [8,2,3,4,5,6,7,1,9]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [7,2,3,4,5,6,8,1,9]
[1,1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [5,2,3,4,6,7,8,1,9]
[1,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [4,2,3,5,6,7,8,1,9]
[1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [3,2,4,5,6,7,8,1,9]
[1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,1,9]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,4,3,1,2,9]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [7,8,6,5,4,3,1,2,9]
[1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [8,6,7,5,4,3,1,2,9]
[1,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [7,6,8,5,4,3,1,2,9]
[1,1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [6,7,8,5,4,3,1,2,9]
[1,1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [8,7,5,6,4,3,1,2,9]
[1,1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [7,6,5,8,4,3,1,2,9]
[1,1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,8,3,1,2,9]
[1,1,1,0,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [6,5,4,7,8,3,1,2,9]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0,0] => [5,6,4,7,8,3,1,2,9]
[1,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [5,4,6,7,8,3,1,2,9]
[1,1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,3,1,2,9]
[1,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,3,4,1,2,9]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [8,7,5,6,3,4,1,2,9]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [7,8,5,6,3,4,1,2,9]
[1,1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0,0] => [8,6,5,7,3,4,1,2,9]
[1,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [6,7,5,8,3,4,1,2,9]
[1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,0] => [8,7,6,4,3,5,1,2,9]
[1,1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0,0] => [7,6,8,4,3,5,1,2,9]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,3,8,1,2,9]
[1,1,1,0,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [6,7,5,4,3,8,1,2,9]
[1,1,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0,0] => [5,6,7,4,3,8,1,2,9]
[1,1,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [5,6,4,7,3,8,1,2,9]
[1,1,1,0,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,3,8,1,2,9]
[1,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [8,7,6,3,4,5,1,2,9]
[1,1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [7,6,5,3,4,8,1,2,9]
[1,1,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [6,5,4,3,7,8,1,2,9]
[1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,0] => [8,7,3,4,5,6,1,2,9]
[1,1,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [5,4,3,6,7,8,1,2,9]
[1,1,1,0,0,1,1,1,1,0,1,1,0,0,0,0,0,0] => [4,5,3,6,7,8,1,2,9]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [8,3,4,5,6,7,1,2,9]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,0,0] => [7,3,4,5,6,8,1,2,9]
[1,1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [4,3,5,6,7,8,1,2,9]
[1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,5,6,7,8,1,2,9]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,4,2,1,3,9]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0,0] => [7,8,6,5,4,2,1,3,9]
[1,1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0,0] => [7,6,8,5,4,2,1,3,9]
[1,1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [7,6,5,8,4,2,1,3,9]
[1,1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0,0] => [5,6,7,8,4,2,1,3,9]
[1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0,0] => [8,7,6,4,5,2,1,3,9]
[1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [8,6,4,5,7,2,1,3,9]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0,0] => [5,4,6,7,8,2,1,3,9]
[1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,2,1,3,9]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,3,2,1,4,9]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [7,8,6,5,3,2,1,4,9]
[1,1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0,0] => [7,6,8,5,3,2,1,4,9]
[1,1,1,0,1,0,1,0,0,1,0,1,1,1,0,0,0,0] => [6,7,8,5,3,2,1,4,9]
[1,1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0] => [7,6,5,8,3,2,1,4,9]
[1,1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [5,6,7,8,3,2,1,4,9]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [8,7,6,4,3,2,1,5,9]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0,0] => [7,8,6,4,3,2,1,5,9]
[1,1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [6,7,8,4,3,2,1,5,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [8,7,5,4,3,2,1,6,9]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [7,8,5,4,3,2,1,6,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [8,6,5,4,3,2,1,7,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,3,2,1,8,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [6,7,5,4,3,2,1,8,9]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,0] => [8,5,6,4,3,2,1,7,9]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0,0] => [7,5,6,4,3,2,1,8,9]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [6,5,7,4,3,2,1,8,9]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [5,6,7,4,3,2,1,8,9]
[1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [8,7,4,5,3,2,1,6,9]
[1,1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [7,6,4,5,3,2,1,8,9]
[1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0,0] => [8,5,4,6,3,2,1,7,9]
[1,1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0,0] => [6,5,4,7,3,2,1,8,9]
[1,1,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0,0] => [5,6,4,7,3,2,1,8,9]
[1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0,0] => [8,4,5,6,3,2,1,7,9]
[1,1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [5,4,6,7,3,2,1,8,9]
[1,1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,3,2,1,8,9]
[1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,0] => [8,7,6,3,4,2,1,5,9]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0,0] => [7,6,5,3,4,2,1,8,9]
[1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,1,0,0] => [8,7,4,3,5,2,1,6,9]
[1,1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0,0] => [7,5,4,3,6,2,1,8,9]
[1,1,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [6,5,4,3,7,2,1,8,9]
[1,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [5,4,6,3,7,2,1,8,9]
[1,1,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [8,7,3,4,5,2,1,6,9]
[1,1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0,0] => [7,6,3,4,5,2,1,8,9]
[1,1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [7,4,3,5,6,2,1,8,9]
[1,1,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [5,4,3,6,7,2,1,8,9]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0,0] => [8,3,4,5,6,2,1,7,9]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0,0] => [7,3,4,5,6,2,1,8,9]
[1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,5,6,7,2,1,8,9]
[1,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,2,3,1,4,9]
[1,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,2,3,1,8,9]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,0] => [7,5,6,4,2,3,1,8,9]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [8,6,4,5,2,3,1,7,9]
[1,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [6,7,4,5,2,3,1,8,9]
[1,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [5,6,4,7,2,3,1,8,9]
[1,1,1,0,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [8,7,6,3,2,4,1,5,9]
[1,1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [7,6,5,3,2,4,1,8,9]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0,0] => [8,7,4,3,2,5,1,6,9]
[1,1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [7,6,4,3,2,5,1,8,9]
[1,1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [6,7,4,3,2,5,1,8,9]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [8,5,4,3,2,6,1,7,9]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [7,5,4,3,2,6,1,8,9]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [6,5,4,3,2,7,1,8,9]
[1,1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0,0] => [5,6,4,3,2,7,1,8,9]
[1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [8,5,3,4,2,6,1,7,9]
[1,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [5,4,3,6,2,7,1,8,9]
[1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [8,3,4,5,2,6,1,7,9]
[1,1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0,0] => [3,4,5,6,2,7,1,8,9]
[1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [8,7,6,2,3,4,1,5,9]
[1,1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [7,8,6,2,3,4,1,5,9]
[1,1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [7,6,5,2,3,4,1,8,9]
[1,1,1,0,1,1,1,0,0,0,1,1,0,1,0,0,0,0] => [6,5,7,2,3,4,1,8,9]
[1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0] => [5,6,7,2,3,4,1,8,9]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [7,8,4,2,3,5,1,6,9]
[1,1,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0,0] => [7,6,3,2,4,5,1,8,9]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,1,0,0,0] => [7,5,3,2,4,6,1,8,9]
[1,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0,0] => [7,4,3,2,5,6,1,8,9]
[1,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [6,4,3,2,5,7,1,8,9]
[1,1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [5,4,3,2,6,7,1,8,9]
[1,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,0,0] => [4,5,3,2,6,7,1,8,9]
[1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [8,3,4,2,5,6,1,7,9]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [6,3,4,2,5,7,1,8,9]
[1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [3,4,5,2,6,7,1,8,9]
[1,1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [7,8,2,3,4,5,1,6,9]
[1,1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [7,6,2,3,4,5,1,8,9]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [6,7,2,3,4,5,1,8,9]
[1,1,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0,0] => [6,5,2,3,4,7,1,8,9]
[1,1,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0,0] => [5,6,2,3,4,7,1,8,9]
[1,1,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0,0] => [5,4,2,3,6,7,1,8,9]
[1,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,0] => [7,3,2,4,5,6,1,8,9]
[1,1,1,0,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [4,3,2,5,6,7,1,8,9]
[1,1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [3,4,2,5,6,7,1,8,9]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [8,2,3,4,5,6,1,7,9]
[1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [7,2,3,4,5,6,1,8,9]
[1,1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0,0] => [6,2,3,4,5,7,1,8,9]
[1,1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [5,2,3,4,6,7,1,8,9]
[1,1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [4,2,3,5,6,7,1,8,9]
[1,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [3,2,4,5,6,7,1,8,9]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,1,8,9]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,4,1,2,3,9]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0,0] => [7,8,6,5,4,1,2,3,9]
[1,1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,0,0] => [7,6,8,5,4,1,2,3,9]
[1,1,1,1,0,0,0,1,0,1,0,1,1,1,0,0,0,0] => [6,7,8,5,4,1,2,3,9]
[1,1,1,1,0,0,0,1,0,1,1,0,1,0,1,0,0,0] => [7,6,5,8,4,1,2,3,9]
[1,1,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [7,5,6,8,4,1,2,3,9]
[1,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,0,0] => [6,5,7,8,4,1,2,3,9]
[1,1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0,0] => [5,6,7,8,4,1,2,3,9]
[1,1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0,0] => [8,7,6,4,5,1,2,3,9]
[1,1,1,1,0,0,0,1,1,0,0,1,1,1,0,0,0,0] => [6,7,8,4,5,1,2,3,9]
[1,1,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0,0] => [5,6,7,4,8,1,2,3,9]
[1,1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,0] => [7,8,4,5,6,1,2,3,9]
[1,1,1,1,0,0,0,1,1,1,0,1,0,1,0,0,0,0] => [6,5,4,7,8,1,2,3,9]
[1,1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,0,0] => [5,6,4,7,8,1,2,3,9]
[1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0,0] => [8,4,5,6,7,1,2,3,9]
[1,1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,0,0] => [5,4,6,7,8,1,2,3,9]
[1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,1,2,3,9]
[1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,3,1,2,4,9]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0] => [7,8,5,6,3,1,2,4,9]
[1,1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,0] => [5,6,7,8,3,1,2,4,9]
[1,1,1,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0] => [8,7,6,4,3,1,2,5,9]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0] => [8,7,5,4,3,1,2,6,9]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,1,0,0,0] => [7,8,5,4,3,1,2,6,9]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0,0] => [8,6,5,4,3,1,2,7,9]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,3,1,2,8,9]
[1,1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0,0] => [6,7,5,4,3,1,2,8,9]
[1,1,1,1,0,0,1,0,1,0,1,1,0,1,0,0,0,0] => [6,5,7,4,3,1,2,8,9]
[1,1,1,1,0,0,1,0,1,0,1,1,1,0,0,0,0,0] => [5,6,7,4,3,1,2,8,9]
[1,1,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0,0] => [6,7,4,5,3,1,2,8,9]
[1,1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,0,0] => [7,5,4,6,3,1,2,8,9]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0,0] => [5,6,4,7,3,1,2,8,9]
[1,1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0,0] => [7,4,5,6,3,1,2,8,9]
[1,1,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0,0] => [7,6,5,3,4,1,2,8,9]
[1,1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0,0] => [6,5,4,3,7,1,2,8,9]
[1,1,1,1,0,0,1,1,1,0,1,0,1,0,0,0,0,0] => [5,4,3,6,7,1,2,8,9]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [7,3,4,5,6,1,2,8,9]
[1,1,1,1,0,0,1,1,1,1,0,0,1,0,0,0,0,0] => [5,3,4,6,7,1,2,8,9]
[1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,0,0,0] => [4,3,5,6,7,1,2,8,9]
[1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0] => [3,4,5,6,7,1,2,8,9]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,2,1,3,4,9]
[1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,0] => [6,5,7,8,2,1,3,4,9]
[1,1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0,0] => [5,6,7,8,2,1,3,4,9]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [8,6,7,4,2,1,3,5,9]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0,0] => [8,6,5,4,2,1,3,7,9]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,2,1,3,8,9]
[1,1,1,1,0,1,0,0,1,0,1,1,0,1,0,0,0,0] => [6,5,7,4,2,1,3,8,9]
[1,1,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,2,1,3,8,9]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,0] => [8,7,6,3,2,1,4,5,9]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,1,0,0,0] => [7,8,6,3,2,1,4,5,9]
[1,1,1,1,0,1,0,1,0,0,0,1,1,0,1,0,0,0] => [7,6,8,3,2,1,4,5,9]
[1,1,1,1,0,1,0,1,0,0,0,1,1,1,0,0,0,0] => [6,7,8,3,2,1,4,5,9]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,1,0,0] => [8,7,5,3,2,1,4,6,9]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0] => [7,8,5,3,2,1,4,6,9]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,1,0,0] => [8,6,5,3,2,1,4,7,9]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0] => [7,6,5,3,2,1,4,8,9]
[1,1,1,1,0,1,0,1,0,0,1,1,1,0,0,0,0,0] => [5,6,7,3,2,1,4,8,9]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,0] => [8,7,4,3,2,1,5,6,9]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0,0] => [7,8,4,3,2,1,5,6,9]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0,0] => [8,6,4,3,2,1,5,7,9]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0] => [7,6,4,3,2,1,5,8,9]
[1,1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0,0] => [6,7,4,3,2,1,5,8,9]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0] => [8,5,4,3,2,1,6,7,9]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [7,5,4,3,2,1,6,8,9]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [6,5,4,3,2,1,7,8,9]
[1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [5,6,4,3,2,1,7,8,9]
[1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0,0] => [8,4,5,3,2,1,6,7,9]
[1,1,1,1,0,1,0,1,0,1,1,0,0,1,0,0,0,0] => [6,4,5,3,2,1,7,8,9]
[1,1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0] => [5,4,6,3,2,1,7,8,9]
[1,1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0,0] => [4,5,6,3,2,1,7,8,9]
[1,1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,0] => [8,7,3,4,2,1,5,6,9]
[1,1,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0,0] => [7,8,3,4,2,1,5,6,9]
[1,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,0] => [6,5,3,4,2,1,7,8,9]
[1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,1,0,0] => [8,4,3,5,2,1,6,7,9]
[1,1,1,1,0,1,0,1,1,0,1,0,0,1,0,0,0,0] => [6,4,3,5,2,1,7,8,9]
[1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0,0] => [5,4,3,6,2,1,7,8,9]
[1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,1,0,0] => [8,3,4,5,2,1,6,7,9]
[1,1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0] => [4,3,5,6,2,1,7,8,9]
[1,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0] => [3,4,5,6,2,1,7,8,9]
[1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0,0] => [8,7,6,2,3,1,4,5,9]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [8,6,4,2,3,1,5,7,9]
[1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0] => [5,6,4,2,3,1,7,8,9]
[1,1,1,1,0,1,1,0,1,0,0,1,0,1,0,0,0,0] => [6,5,3,2,4,1,7,8,9]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0] => [7,4,3,2,5,1,6,8,9]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0] => [5,4,3,2,6,1,7,8,9]
[1,1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,0] => [4,5,3,2,6,1,7,8,9]
[1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0] => [4,3,5,2,6,1,7,8,9]
[1,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0,0] => [3,4,5,2,6,1,7,8,9]
[1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,1,0,0] => [8,7,2,3,4,1,5,6,9]
[1,1,1,1,0,1,1,1,0,0,0,0,0,1,1,0,0,0] => [7,8,2,3,4,1,5,6,9]
[1,1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0,0] => [7,6,2,3,4,1,5,8,9]
[1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,0,0] => [8,5,2,3,4,1,6,7,9]
[1,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0,0] => [6,5,2,3,4,1,7,8,9]
[1,1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,0] => [5,6,2,3,4,1,7,8,9]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [7,4,2,3,5,1,6,8,9]
[1,1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,0] => [5,4,2,3,6,1,7,8,9]
[1,1,1,1,0,1,1,1,0,0,1,1,0,0,0,0,0,0] => [4,5,2,3,6,1,7,8,9]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0,0] => [8,3,2,4,5,1,6,7,9]
[1,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,0] => [6,3,2,4,5,1,7,8,9]
[1,1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,0,0] => [4,3,2,5,6,1,7,8,9]
[1,1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,0,0] => [3,4,2,5,6,1,7,8,9]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0,0] => [8,2,3,4,5,1,6,7,9]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,1,0,0,0] => [7,2,3,4,5,1,6,8,9]
[1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0] => [6,2,3,4,5,1,7,8,9]
[1,1,1,1,0,1,1,1,1,0,0,1,0,0,0,0,0,0] => [4,2,3,5,6,1,7,8,9]
[1,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0,0] => [3,2,4,5,6,1,7,8,9]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0] => [2,3,4,5,6,1,7,8,9]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,1,2,3,4,9]
[1,1,1,1,1,0,0,0,0,1,0,1,1,0,1,0,0,0] => [7,6,8,5,1,2,3,4,9]
[1,1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0,0] => [6,7,8,5,1,2,3,4,9]
[1,1,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,0] => [6,5,7,8,1,2,3,4,9]
[1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0] => [5,6,7,8,1,2,3,4,9]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0,0] => [8,7,6,4,1,2,3,5,9]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,0,1,0,0] => [8,7,5,4,1,2,3,6,9]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0,0] => [8,6,5,4,1,2,3,7,9]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,1,2,3,8,9]
[1,1,1,1,1,0,0,0,1,0,1,0,1,1,0,0,0,0] => [6,7,5,4,1,2,3,8,9]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [7,5,6,4,1,2,3,8,9]
[1,1,1,1,1,0,0,0,1,0,1,1,1,0,0,0,0,0] => [5,6,7,4,1,2,3,8,9]
[1,1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,0,0] => [6,7,4,5,1,2,3,8,9]
[1,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0,0] => [5,4,6,7,1,2,3,8,9]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,1,0,0] => [8,7,6,3,1,2,4,5,9]
[1,1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0,0] => [6,7,8,3,1,2,4,5,9]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0,0] => [8,7,5,3,1,2,4,6,9]
[1,1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,0,0] => [7,6,5,3,1,2,4,8,9]
[1,1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0,0] => [7,5,4,3,1,2,6,8,9]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [6,5,4,3,1,2,7,8,9]
[1,1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0,0] => [5,6,4,3,1,2,7,8,9]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0] => [7,4,5,3,1,2,6,8,9]
[1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0,0] => [5,6,3,4,1,2,7,8,9]
[1,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,0,0] => [5,4,3,6,1,2,7,8,9]
[1,1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0] => [4,5,3,6,1,2,7,8,9]
[1,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0,0] => [6,3,4,5,1,2,7,8,9]
[1,1,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0,0] => [4,3,5,6,1,2,7,8,9]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,0] => [8,7,6,2,1,3,4,5,9]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0] => [7,8,6,2,1,3,4,5,9]
[1,1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0,0] => [6,7,8,2,1,3,4,5,9]
[1,1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0,0] => [7,6,5,2,1,3,4,8,9]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [8,6,4,2,1,3,5,7,9]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,0] => [7,6,4,2,1,3,5,8,9]
[1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0,0] => [6,5,4,2,1,3,7,8,9]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0] => [7,4,5,2,1,3,6,8,9]
[1,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,0] => [5,4,6,2,1,3,7,8,9]
[1,1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,0,0] => [4,5,6,2,1,3,7,8,9]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0,0] => [8,6,3,2,1,4,5,7,9]
[1,1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0,0] => [7,6,3,2,1,4,5,8,9]
[1,1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0,0] => [6,5,3,2,1,4,7,8,9]
[1,1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,0] => [5,6,3,2,1,4,7,8,9]
[1,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,0] => [7,4,3,2,1,5,6,8,9]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [6,4,3,2,1,5,7,8,9]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [5,4,3,2,1,6,7,8,9]
[1,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [4,5,3,2,1,6,7,8,9]
[1,1,1,1,1,0,1,0,1,1,0,0,1,0,0,0,0,0] => [5,3,4,2,1,6,7,8,9]
[1,1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,0,0] => [4,3,5,2,1,6,7,8,9]
[1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0] => [3,4,5,2,1,6,7,8,9]
[1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0,0] => [8,7,2,3,1,4,5,6,9]
[1,1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,0,0] => [7,6,2,3,1,4,5,8,9]
[1,1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0,0] => [5,4,2,3,1,6,7,8,9]
[1,1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0] => [4,5,2,3,1,6,7,8,9]
[1,1,1,1,1,0,1,1,0,1,0,0,1,0,0,0,0,0] => [5,3,2,4,1,6,7,8,9]
[1,1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,0] => [4,3,2,5,1,6,7,8,9]
[1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0] => [3,4,2,5,1,6,7,8,9]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0] => [8,2,3,4,1,5,6,7,9]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0] => [7,2,3,4,1,5,6,8,9]
[1,1,1,1,1,0,1,1,1,0,0,0,0,1,0,0,0,0] => [6,2,3,4,1,5,7,8,9]
[1,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,0] => [5,2,3,4,1,6,7,8,9]
[1,1,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0] => [4,2,3,5,1,6,7,8,9]
[1,1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,0] => [3,2,4,5,1,6,7,8,9]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0] => [2,3,4,5,1,6,7,8,9]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,0] => [8,7,6,1,2,3,4,5,9]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0,0] => [7,8,6,1,2,3,4,5,9]
[1,1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,0,0] => [7,6,8,1,2,3,4,5,9]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,0] => [6,7,8,1,2,3,4,5,9]
[1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,0] => [8,7,5,1,2,3,4,6,9]
[1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0,0] => [8,6,5,1,2,3,4,7,9]
[1,1,1,1,1,1,0,0,0,0,1,1,0,1,0,0,0,0] => [6,5,7,1,2,3,4,8,9]
[1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0] => [5,6,7,1,2,3,4,8,9]
[1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0,0] => [8,7,4,1,2,3,5,6,9]
[1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,0] => [8,6,4,1,2,3,5,7,9]
[1,1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0,0] => [6,5,4,1,2,3,7,8,9]
[1,1,1,1,1,1,0,0,0,1,0,1,1,0,0,0,0,0] => [5,6,4,1,2,3,7,8,9]
[1,1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,0,0] => [7,4,5,1,2,3,6,8,9]
[1,1,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0,0] => [5,4,6,1,2,3,7,8,9]
[1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0] => [4,5,6,1,2,3,7,8,9]
[1,1,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0,0] => [7,8,3,1,2,4,5,6,9]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0] => [7,5,3,1,2,4,6,8,9]
[1,1,1,1,1,1,0,0,1,0,0,1,0,1,0,0,0,0] => [6,5,3,1,2,4,7,8,9]
[1,1,1,1,1,1,0,0,1,0,0,1,1,0,0,0,0,0] => [5,6,3,1,2,4,7,8,9]
[1,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0,0] => [6,4,3,1,2,5,7,8,9]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0] => [5,4,3,1,2,6,7,8,9]
[1,1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,0] => [4,5,3,1,2,6,7,8,9]
[1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,1,0,0] => [8,3,4,1,2,5,6,7,9]
[1,1,1,1,1,1,0,0,1,1,0,0,1,0,0,0,0,0] => [5,3,4,1,2,6,7,8,9]
[1,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0] => [4,3,5,1,2,6,7,8,9]
[1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0] => [3,4,5,1,2,6,7,8,9]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,0] => [8,7,2,1,3,4,5,6,9]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0,0] => [7,8,2,1,3,4,5,6,9]
[1,1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0] => [7,6,2,1,3,4,5,8,9]
[1,1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0,0] => [6,5,2,1,3,4,7,8,9]
[1,1,1,1,1,1,0,1,0,0,0,1,1,0,0,0,0,0] => [5,6,2,1,3,4,7,8,9]
[1,1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,0] => [7,4,2,1,3,5,6,8,9]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0] => [6,4,2,1,3,5,7,8,9]
[1,1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0,0] => [5,4,2,1,3,6,7,8,9]
[1,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,0] => [4,5,2,1,3,6,7,8,9]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0,0] => [8,3,2,1,4,5,6,7,9]
[1,1,1,1,1,1,0,1,0,1,0,0,0,0,1,0,0,0] => [7,3,2,1,4,5,6,8,9]
[1,1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0,0] => [6,3,2,1,4,5,7,8,9]
[1,1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0,0] => [5,3,2,1,4,6,7,8,9]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [4,3,2,1,5,6,7,8,9]
[1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0] => [3,4,2,1,5,6,7,8,9]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,0] => [8,2,3,1,4,5,6,7,9]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,0,0] => [7,2,3,1,4,5,6,8,9]
[1,1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,0,0] => [5,2,3,1,4,6,7,8,9]
[1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0] => [4,2,3,1,5,6,7,8,9]
[1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0] => [3,2,4,1,5,6,7,8,9]
[1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0] => [2,3,4,1,5,6,7,8,9]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,0] => [8,7,1,2,3,4,5,6,9]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0] => [7,8,1,2,3,4,5,6,9]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,0] => [8,6,1,2,3,4,5,7,9]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0,0] => [7,6,1,2,3,4,5,8,9]
[1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [6,7,1,2,3,4,5,8,9]
[1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,1,0,0] => [8,5,1,2,3,4,6,7,9]
[1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0] => [5,6,1,2,3,4,7,8,9]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0,0] => [8,4,1,2,3,5,6,7,9]
[1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0] => [7,4,1,2,3,5,6,8,9]
[1,1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0] => [5,4,1,2,3,6,7,8,9]
[1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0] => [4,5,1,2,3,6,7,8,9]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,0] => [8,3,1,2,4,5,6,7,9]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,1,0,0,0] => [7,3,1,2,4,5,6,8,9]
[1,1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0,0] => [6,3,1,2,4,5,7,8,9]
[1,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0] => [5,3,1,2,4,6,7,8,9]
[1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0] => [4,3,1,2,5,6,7,8,9]
[1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0] => [3,4,1,2,5,6,7,8,9]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0] => [8,2,1,3,4,5,6,7,9]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,0] => [7,2,1,3,4,5,6,8,9]
[1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0] => [6,2,1,3,4,5,7,8,9]
[1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0] => [5,2,1,3,4,6,7,8,9]
[1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0] => [4,2,1,3,5,6,7,8,9]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [3,2,1,4,5,6,7,8,9]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [2,3,1,4,5,6,7,8,9]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [8,1,2,3,4,5,6,7,9]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [7,1,2,3,4,5,6,8,9]
[1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0] => [6,1,2,3,4,5,7,8,9]
[1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [5,1,2,3,4,6,7,8,9]
[1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [4,1,2,3,5,6,7,8,9]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [3,1,2,4,5,6,7,8,9]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [2,1,3,4,5,6,7,8,9]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8,9]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [9,8,7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [8,9,7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [8,7,9,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [8,7,6,9,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [8,7,6,5,9,4,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,4,9,3,2,1]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,4,3,9,2,1]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,4,3,2,9,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [7,8,9,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [8,6,7,9,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0] => [8,7,5,6,9,4,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0] => [8,7,6,4,5,9,3,2,1]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,3,4,9,2,1]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,4,2,3,9,1]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [7,6,8,9,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [8,6,5,7,9,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [6,7,8,9,5,4,3,2,1]
[1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [8,7,5,4,6,9,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0] => [8,5,6,7,9,4,3,2,1]
[1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [8,7,6,4,3,5,9,2,1]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0] => [8,7,4,5,6,9,3,2,1]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,3,2,4,9,1]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [7,6,5,8,9,4,3,2,1]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,0] => [8,6,5,4,7,9,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [6,7,5,8,9,4,3,2,1]
[1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0] => [8,7,5,4,3,6,9,2,1]
[1,0,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [6,5,7,8,9,4,3,2,1]
[1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [8,7,6,4,3,2,5,9,1]
[1,0,1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0] => [8,7,4,5,3,6,9,2,1]
[1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [8,5,4,6,7,9,3,2,1]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,1,0,0] => [8,7,4,3,5,6,9,2,1]
[1,0,1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [8,7,6,3,2,4,5,9,1]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,8,9,3,2,1]
[1,0,1,0,1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [6,7,5,4,8,9,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [5,6,7,8,9,4,3,2,1]
[1,0,1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [6,5,7,4,8,9,3,2,1]
[1,0,1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [8,7,4,5,3,2,6,9,1]
[1,0,1,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [8,7,3,4,5,6,9,2,1]
[1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [8,5,4,6,3,7,9,2,1]
[1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0] => [8,5,4,3,6,7,9,2,1]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,3,8,9,2,1]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [8,6,5,4,3,2,7,9,1]
[1,0,1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [6,7,5,4,3,8,9,2,1]
[1,0,1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0] => [6,4,5,7,8,9,3,2,1]
[1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [8,7,3,4,5,2,6,9,1]
[1,0,1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0] => [8,5,4,6,3,2,7,9,1]
[1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [8,5,3,4,6,7,9,2,1]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0] => [8,5,4,3,2,6,7,9,1]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,3,2,8,9,1]
[1,0,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [6,7,5,4,3,2,8,9,1]
[1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [5,4,6,7,8,9,3,2,1]
[1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [8,4,3,5,6,7,9,2,1]
[1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,9,3,2,1]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [8,5,3,4,6,2,7,9,1]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0] => [8,7,2,3,4,5,6,9,1]
[1,0,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0] => [6,5,4,3,7,2,8,9,1]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [6,5,4,3,2,7,8,9,1]
[1,0,1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0] => [5,4,6,7,3,8,9,2,1]
[1,0,1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [6,3,4,5,7,8,9,2,1]
[1,0,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [5,4,3,6,7,8,9,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [9,7,8,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [9,8,6,7,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [8,9,6,7,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [9,6,7,8,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [9,8,7,5,6,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0] => [8,9,7,5,6,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [9,7,8,5,6,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [7,8,9,5,6,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0] => [9,8,5,6,7,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0] => [8,9,5,6,7,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [9,5,6,7,8,4,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,4,5,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0] => [9,7,8,6,4,5,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0] => [9,8,6,7,4,5,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,4,5,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,4,5,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [9,8,7,4,5,6,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0] => [9,7,8,4,5,6,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [7,8,9,4,5,6,3,2,1]
[1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [9,4,5,6,7,8,3,2,1]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [9,8,7,6,5,3,4,2,1]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [8,9,7,6,5,3,4,2,1]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0] => [9,7,8,6,5,3,4,2,1]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,1,0,0,0] => [7,8,9,6,5,3,4,2,1]
[1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,1,0,0] => [8,9,6,7,5,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [9,8,7,5,6,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [9,7,8,5,6,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [7,8,9,5,6,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [8,9,5,6,7,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0] => [9,5,6,7,8,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [5,6,7,8,9,3,4,2,1]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,3,4,5,2,1]
[1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,3,4,5,2,1]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [9,8,7,3,4,5,6,2,1]
[1,0,1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [7,8,9,3,4,5,6,2,1]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [9,8,3,4,5,6,7,2,1]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [8,9,3,4,5,6,7,2,1]
[1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [9,3,4,5,6,7,8,2,1]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [9,8,7,6,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [8,9,7,6,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [9,7,8,6,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0] => [7,8,9,6,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0] => [9,8,6,7,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0] => [9,8,7,5,6,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [5,6,7,8,9,4,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0] => [8,9,7,6,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0] => [9,8,6,7,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [9,6,7,8,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,4,5,2,3,1]
[1,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [9,8,7,4,5,6,2,3,1]
[1,0,1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [7,8,9,4,5,6,2,3,1]
[1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [9,4,5,6,7,8,2,3,1]
[1,0,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,9,2,3,1]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [9,8,7,6,5,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [9,7,8,5,6,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0] => [9,8,5,6,7,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [8,9,5,6,7,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [5,6,7,8,9,2,3,4,1]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,2,3,4,5,1]
[1,0,1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0] => [7,8,9,6,2,3,4,5,1]
[1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0] => [9,8,6,7,2,3,4,5,1]
[1,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,2,3,4,5,1]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0] => [9,8,7,2,3,4,5,6,1]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [7,8,9,2,3,4,5,6,1]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0] => [9,8,2,3,4,5,6,7,1]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [8,9,2,3,4,5,6,7,1]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [9,8,7,6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [8,9,7,6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [9,7,8,6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [7,8,9,6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [9,8,6,7,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [8,9,6,7,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [9,6,7,8,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [6,7,8,9,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [9,8,7,5,6,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [7,8,9,5,6,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [9,5,6,7,8,4,3,1,2]
[1,1,0,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [5,6,7,8,9,4,3,1,2]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,4,5,3,1,2]
[1,1,0,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,4,5,3,1,2]
[1,1,0,0,1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [7,8,9,4,5,6,3,1,2]
[1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [9,4,5,6,7,8,3,1,2]
[1,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,9,3,1,2]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [9,8,7,6,5,3,4,1,2]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [8,9,7,6,5,3,4,1,2]
[1,1,0,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [6,7,8,9,5,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [9,8,7,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0] => [8,9,7,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [9,7,8,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [7,8,9,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0] => [9,8,5,6,7,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [8,9,5,6,7,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [5,6,7,8,9,3,4,1,2]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,3,4,5,1,2]
[1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0] => [9,6,7,8,3,4,5,1,2]
[1,1,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,3,4,5,1,2]
[1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [9,8,7,3,4,5,6,1,2]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [7,8,9,3,4,5,6,1,2]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [9,8,3,4,5,6,7,1,2]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [8,9,3,4,5,6,7,1,2]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [9,3,4,5,6,7,8,1,2]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [9,8,7,6,5,4,1,2,3]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [8,9,7,6,5,4,1,2,3]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [9,7,8,6,5,4,1,2,3]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,1,0,0,0] => [7,8,9,6,5,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,0] => [8,9,7,5,6,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,0,0,1,1,0,0,1,0] => [9,7,8,5,6,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [9,5,6,7,8,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [5,6,7,8,9,4,1,2,3]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,4,5,1,2,3]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,4,5,1,2,3]
[1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [9,8,7,4,5,6,1,2,3]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [7,8,9,4,5,6,1,2,3]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [8,9,4,5,6,7,1,2,3]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [9,4,5,6,7,8,1,2,3]
[1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,9,1,2,3]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [9,8,7,6,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,1,0,0] => [8,9,7,6,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,1,0,0,0] => [7,8,9,6,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0,1,0] => [9,6,7,8,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,0,1,1,1,1,0,0,0,0] => [6,7,8,9,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,1,0] => [9,8,7,5,6,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0,1,0] => [9,7,8,5,6,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,1,0,0,0] => [7,8,9,5,6,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0,1,0] => [9,8,5,6,7,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,1,0,0] => [8,9,5,6,7,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [9,5,6,7,8,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [5,6,7,8,9,1,2,3,4]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,1,0,0] => [8,9,7,6,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0,1,0] => [9,7,8,6,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,0,0,0] => [7,8,9,6,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0,1,0] => [9,8,6,7,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,1,0] => [9,6,7,8,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,1,2,3,4,5]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0] => [9,8,7,1,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0] => [8,9,7,1,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,1,0] => [9,7,8,1,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0] => [7,8,9,1,2,3,4,5,6]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [9,8,7,6,5,4,2,1,3]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [9,8,7,6,5,3,2,1,4]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,4,3,2,1,5]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [9,8,7,5,4,3,2,1,6]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [9,8,6,5,4,3,2,1,7]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,4,3,2,1,8]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [9,8,7,6,5,2,3,1,4]
[1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,3,4,2,1,5]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0] => [9,8,7,4,5,3,2,1,6]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0] => [9,8,5,6,4,3,2,1,7]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [9,6,7,5,4,3,2,1,8]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [8,7,9,6,5,4,3,1,2]
[1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [8,7,9,6,5,4,2,1,3]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [8,7,9,6,5,4,2,3,1]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [8,9,7,6,5,4,2,1,3]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [9,6,5,4,3,2,1,7,8]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [9,8,5,4,3,2,1,6,7]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [9,8,7,4,3,2,1,5,6]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,3,2,1,4,5]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [9,8,7,6,5,2,1,3,4]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,1,0] => [9,8,6,1,2,3,4,5,7]
[1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,1,0] => [9,8,7,5,1,2,3,4,6]
[1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,4,1,2,3,5]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [9,8,7,6,5,3,1,2,4]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [8,9,5,4,3,2,1,6,7]
[1,1,0,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,3,8,9,1,2]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [9,6,5,4,3,2,7,1,8]
[1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,9,2,1,3]
[1,1,1,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [5,6,7,8,9,2,1,3,4]
[1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,2,1,3,4,5]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,0,0,0] => [7,8,9,2,1,3,4,5,6]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,4,3,2,5,1]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,4,3,5,2,1]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0] => [8,9,7,6,4,3,2,1,5]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,4,3,5,1,2]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,2,3,8,9,1]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,4,3,1,2,8]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [7,8,6,5,4,3,2,9,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [8,9,6,5,4,3,2,1,7]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,4,3,9,1,2]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0] => [7,8,9,5,4,3,2,1,6]
[1,1,0,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,4,3,2,1,5]
[1,1,0,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0] => [6,5,7,8,9,3,2,1,4]
[1,1,0,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0] => [6,5,4,7,8,9,2,1,3]
[1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0] => [6,5,4,3,7,8,9,1,2]
[1,1,0,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,3,9,1,2]
[1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [8,9,2,3,4,5,1,6,7]
[1,1,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,0] => [5,6,7,4,8,9,1,2,3]
[1,1,1,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0] => [7,8,9,2,3,1,4,5,6]
[1,1,1,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0] => [6,5,7,8,9,1,2,3,4]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0] => [8,7,9,1,2,3,4,5,6]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,1,0,0,0] => [7,6,8,9,1,2,3,4,5]
[1,1,1,0,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [5,4,6,7,8,9,1,2,3]
[1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0] => [8,7,6,9,5,3,4,2,1]
[1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,1,0,0] => [8,9,6,1,2,3,4,5,7]
[1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,0,0] => [7,8,9,4,1,2,3,5,6]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [9,7,6,5,8,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [9,8,6,5,7,4,3,2,1]
[1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [8,7,6,5,9,4,3,1,2]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,1,0,0] => [8,9,6,5,7,4,3,2,1]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [9,7,8,5,4,3,2,1,6]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [9,8,6,7,4,3,2,1,5]
[1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0] => [9,8,7,5,6,3,2,1,4]
[1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,4,5,2,1,3]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [9,7,8,5,6,2,3,1,4]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [9,7,8,4,5,2,3,1,6]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0] => [9,6,7,4,5,2,3,1,8]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [8,9,6,4,5,2,3,1,7]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,4,2,3,1,5]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,4,5,2,1,3]
[1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [9,7,8,4,2,3,5,1,6]
[1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,0,1,0] => [9,6,4,5,7,2,3,1,8]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0,1,0] => [9,8,6,4,5,2,3,1,7]
[1,1,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [8,6,7,9,4,2,3,1,5]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [8,9,6,4,5,7,2,1,3]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,4,2,3,5,1]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0] => [8,7,6,9,5,3,2,1,4]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [9,5,4,3,2,1,6,7,8]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [9,5,6,4,3,2,1,7,8]
[1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [9,7,8,6,5,4,2,1,3]
[1,0,1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,3,9,2,1]
[1,0,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0] => [5,6,7,8,4,9,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [6,7,8,5,9,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [7,8,6,9,5,4,3,2,1]
[1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,4,9,1,2,3]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,1,0,0] => [8,7,6,5,9,1,2,3,4]
[1,1,1,1,0,1,0,0,0,0,1,1,0,1,0,1,0,0] => [8,7,6,9,2,1,3,4,5]
[1,1,1,1,0,1,0,1,0,0,0,0,1,1,0,1,0,0] => [8,7,9,3,2,1,4,5,6]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,1,0,0] => [8,9,4,3,2,1,5,6,7]
[1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0] => [9,8,5,4,3,6,2,1,7]
[1,1,1,0,0,0,1,1,1,1,0,1,0,1,0,0,0,0] => [6,5,4,7,8,9,1,2,3]
[1,1,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,0] => [7,5,4,6,8,9,1,2,3]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,0,1,0] => [9,7,6,5,8,1,2,3,4]
[1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,0] => [8,7,6,5,9,2,3,4,1]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,1,0] => [9,8,7,2,1,3,4,5,6]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,2,1,3,4,5]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,1,0,0] => [8,7,9,2,1,3,4,5,6]
[1,0,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,2,3,9,1]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,1,0,0] => [8,9,7,6,5,2,1,3,4]
[1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,1,0,0] => [8,9,7,6,2,1,3,4,5]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,1,0,0] => [8,9,7,2,1,3,4,5,6]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [9,6,5,7,8,4,3,2,1]
[1,0,1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [8,7,5,6,4,3,2,9,1]
[1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0] => [9,8,5,4,3,6,7,2,1]
[1,0,1,0,1,1,0,1,1,0,0,1,0,1,0,1,0,0] => [8,7,6,4,5,3,9,2,1]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [9,8,7,6,5,3,2,4,1]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,4,9,2,1,3]
[1,0,1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0] => [6,7,5,4,2,3,8,9,1]
[1,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [6,7,5,3,4,8,9,2,1]
[1,0,1,0,1,0,1,1,1,1,0,0,1,1,0,0,0,0] => [6,7,4,5,8,9,3,2,1]
[1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [9,8,7,4,3,2,5,6,1]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0] => [9,8,7,4,3,5,6,2,1]
[1,1,1,0,1,0,1,0,0,0,1,1,1,0,1,0,0,0] => [7,6,8,9,3,2,1,4,5]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [9,7,6,8,5,4,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [7,8,6,5,4,9,3,2,1]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0] => [8,9,7,5,4,3,2,1,6]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [8,9,6,5,4,3,2,7,1]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [7,8,6,5,4,3,9,2,1]
[1,1,1,0,1,0,0,1,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,4,2,1,3,5]
[1,0,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0] => [7,8,3,4,5,6,9,2,1]
[1,0,1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0] => [8,9,3,4,5,6,2,7,1]
[1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,0,1,0] => [9,7,3,4,5,6,8,1,2]
[1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0,1,0] => [9,8,3,4,5,6,1,2,7]
[1,1,0,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [9,8,7,4,5,3,6,1,2]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,0] => [9,6,7,5,8,3,4,1,2]
[1,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,2,3,1,4,5]
[1,1,0,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [5,4,6,7,8,9,2,1,3]
[1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [9,4,3,5,6,7,8,1,2]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,0,1,0] => [9,5,6,4,3,1,2,7,8]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,1,0,0] => [8,3,4,5,6,7,9,1,2]
[1,1,0,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0] => [6,7,8,5,4,9,2,1,3]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [7,8,6,5,4,3,9,1,2]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,4,3,2,8,1]
[1,0,1,0,1,1,0,1,0,0,1,1,0,1,0,1,0,0] => [8,7,6,9,4,3,5,2,1]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [8,7,9,5,4,3,2,6,1]
[1,1,1,0,1,0,1,0,1,0,0,0,1,1,1,0,0,0] => [7,8,9,4,3,2,1,5,6]
[1,1,1,0,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,3,2,1,4,5]
[1,1,0,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0] => [5,6,7,8,9,3,2,1,4]
[1,0,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,4,3,5,2,1]
[1,0,1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [5,4,6,7,8,3,9,2,1]
[1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0,1,0] => [9,4,5,6,7,3,8,2,1]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0,1,0] => [9,7,5,6,4,3,2,1,8]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0] => [9,6,5,7,4,3,2,1,8]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0] => [9,7,6,8,4,3,2,1,5]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0] => [9,5,6,7,4,3,2,1,8]
[1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0,1,0] => [9,7,6,4,3,2,5,8,1]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [9,5,4,3,2,6,7,8,1]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,4,9,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [9,7,6,8,5,4,3,1,2]
[1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [9,7,6,8,5,4,2,1,3]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [9,7,6,8,5,4,2,3,1]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [7,6,8,5,9,4,3,2,1]
[1,0,1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,0] => [7,6,5,8,4,9,3,2,1]
[1,0,1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,8,3,9,2,1]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,3,8,2,9,1]
[1,1,1,0,1,0,0,0,1,0,1,1,1,0,1,0,0,0] => [7,6,8,9,5,2,1,3,4]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [8,7,9,5,4,3,2,1,6]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,0] => [8,9,7,2,3,1,4,5,6]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,0,1,0,0] => [8,7,9,6,5,1,2,3,4]
[1,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0,1,0] => [9,8,6,2,1,3,4,5,7]
[1,1,1,1,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [9,8,6,2,3,1,4,5,7]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0,1,0] => [9,8,6,5,1,2,3,4,7]
[1,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0] => [9,8,4,3,2,1,5,6,7]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0,1,0] => [9,8,6,3,2,1,4,5,7]
[1,1,1,1,0,1,0,0,0,1,0,0,1,0,1,0,1,0] => [9,8,7,5,2,1,3,4,6]
[1,0,1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,4,2,3,5,1]
[1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0] => [9,7,8,6,5,3,2,1,4]
[1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0] => [9,8,6,5,3,4,7,2,1]
[1,0,1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,0] => [5,4,6,7,8,9,2,3,1]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [6,5,7,8,9,4,2,3,1]
[1,0,1,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0] => [7,6,8,9,5,4,2,3,1]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [8,7,9,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [9,8,6,5,7,3,4,1,2]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,4,2,1,3,5]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [9,7,8,5,6,2,1,3,4]
[1,1,1,0,0,1,1,0,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,3,4,1,2,5]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,1,0,0] => [8,4,5,6,7,9,1,2,3]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,1,0,0] => [8,6,7,5,9,4,3,2,1]
[1,0,1,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0] => [7,5,6,8,4,9,3,2,1]
[1,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0] => [6,4,5,7,8,3,9,2,1]
[1,0,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,8,3,2,9,1]
[1,1,0,1,0,1,0,1,1,0,0,0,1,1,1,0,0,0] => [7,8,9,4,5,3,2,1,6]
[1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,1,0,0] => [8,9,4,5,6,3,2,1,7]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0] => [9,4,5,6,7,3,2,1,8]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,1,0] => [9,6,4,3,2,1,5,7,8]
[1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [9,5,4,3,2,6,1,7,8]
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0,1,0] => [9,8,4,1,2,3,5,6,7]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,0] => [9,6,7,5,8,4,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [9,8,7,5,4,6,3,2,1]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [8,7,6,9,5,4,3,1,2]
[1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,3,4,2,5,1]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0] => [9,8,7,4,5,3,6,2,1]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0] => [9,8,5,6,4,7,3,2,1]
[1,1,1,1,1,0,0,1,0,0,0,0,1,1,1,0,0,0] => [7,8,9,3,1,2,4,5,6]
[1,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0] => [9,8,7,5,6,4,2,1,3]
[1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [9,8,7,5,4,3,1,2,6]
[1,1,0,1,0,1,1,0,0,1,0,1,0,0,1,0,1,0] => [9,8,6,5,3,4,2,1,7]
[1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [8,5,4,6,7,9,3,1,2]
[1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,0,0] => [8,6,5,7,9,4,1,2,3]
[1,1,1,1,0,0,0,0,1,0,1,1,0,1,0,1,0,0] => [8,7,6,9,5,1,2,3,4]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0] => [8,7,6,5,9,3,2,1,4]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0] => [7,8,5,6,9,4,3,2,1]
[1,0,1,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [6,7,8,3,4,5,9,2,1]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0] => [7,8,4,5,6,9,3,2,1]
[1,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0,1,0] => [9,8,7,3,4,1,2,5,6]
[1,1,0,0,1,1,1,1,0,0,1,0,0,0,1,0,1,0] => [9,8,5,3,4,6,7,1,2]
[1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0,1,0] => [9,6,5,7,8,3,4,1,2]
[1,1,0,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,4,2,3,1,5]
[1,1,1,0,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,4,3,1,2,5]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [9,8,4,5,3,2,1,6,7]
[1,0,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0] => [6,7,8,2,3,4,5,9,1]
[1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0] => [9,8,7,5,6,3,2,4,1]
[1,1,0,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0] => [9,8,7,5,4,6,2,1,3]
[1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [9,8,7,5,4,6,3,1,2]
[1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,1,0] => [9,5,6,7,1,2,3,4,8]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [7,6,8,5,4,3,2,9,1]
[1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [9,8,6,5,4,3,7,2,1]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,3,4,8,2,1]
[1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0] => [9,8,6,5,4,7,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0] => [9,7,6,4,5,8,3,2,1]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [9,8,5,4,3,2,6,7,1]
[1,0,1,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0] => [9,8,6,5,4,7,2,3,1]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0,1,0] => [9,6,5,4,2,3,7,8,1]
[1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0,1,0] => [9,7,6,5,8,2,3,4,1]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,0] => [7,8,9,4,5,1,2,3,6]
[1,0,1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,0] => [7,8,5,6,2,3,4,9,1]
[1,1,1,1,0,1,0,0,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,2,1,3,4,5]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0] => [7,8,2,3,4,5,6,9,1]
[1,0,1,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [6,7,8,5,4,3,9,2,1]
[1,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [6,5,7,8,9,4,2,1,3]
[1,1,0,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [6,5,7,8,9,4,3,1,2]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,0,0,0] => [7,4,5,6,8,9,1,2,3]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0] => [8,9,7,5,4,3,2,6,1]
[1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0] => [9,5,4,3,2,6,7,1,8]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,1,0] => [9,7,4,3,2,1,5,6,8]
[1,0,1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [6,5,4,3,7,8,2,9,1]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [9,7,8,5,6,3,1,2,4]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [9,7,8,5,3,4,1,2,6]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0] => [9,7,5,6,3,4,1,2,8]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [8,9,5,6,3,4,1,2,7]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,3,4,1,2,5]
[1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [9,7,8,5,2,3,1,4,6]
[1,1,1,0,0,1,1,0,1,1,0,0,0,1,0,0,1,0] => [9,7,4,5,3,6,1,2,8]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0,1,0] => [9,8,5,6,3,4,1,2,7]
[1,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [7,8,6,9,3,4,1,2,5]
[1,1,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [8,9,5,6,4,7,1,2,3]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,3,4,2,5,1]
[1,1,0,1,1,1,0,1,0,0,1,0,1,0,0,0,1,0] => [9,6,5,3,2,4,7,1,8]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0] => [9,8,5,3,2,4,6,1,7]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0,1,0] => [9,6,5,3,4,7,2,1,8]
[1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0,1,0] => [9,8,5,3,4,6,2,1,7]
[1,1,0,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0] => [6,7,8,5,9,4,3,1,2]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,4,2,1,3,8]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,4,2,3,1,8]
[1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0,1,0] => [9,5,6,7,4,8,3,2,1]
[1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [9,3,4,5,6,7,2,8,1]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [9,6,7,5,4,3,2,8,1]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [8,9,7,6,5,3,2,1,4]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [7,6,5,3,4,8,9,2,1]
[1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0] => [9,7,8,6,4,3,2,1,5]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [9,7,6,8,5,3,2,1,4]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0] => [9,7,6,5,8,4,2,1,3]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,4,8,3,1,2]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,4,3,8,2,1]
[1,1,0,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0] => [8,7,9,6,5,3,2,1,4]
[1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0] => [8,7,6,9,5,4,2,1,3]
[1,1,1,0,1,0,1,0,0,1,0,0,1,0,1,0,1,0] => [9,8,7,5,3,2,1,4,6]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0,1,0] => [9,8,6,4,3,2,1,5,7]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [9,7,5,4,3,2,1,6,8]
[1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0,1,0] => [9,8,7,2,3,1,4,5,6]
[1,1,0,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [5,6,7,8,9,4,2,1,3]
[1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [9,3,4,5,6,7,2,1,8]
[1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,1,0] => [9,6,7,1,2,3,4,5,8]
[1,0,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0] => [7,5,4,3,2,6,8,9,1]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [9,7,5,6,8,4,3,2,1]
[1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0] => [9,8,5,4,6,7,3,2,1]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [9,6,4,5,7,8,3,2,1]
[1,1,1,0,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [7,8,9,2,3,4,1,5,6]
[1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,1,0,0] => [8,7,6,9,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,1,0,0] => [8,6,7,9,1,2,3,4,5]
[1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [8,6,7,5,4,3,2,9,1]
[1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,1,0] => [9,3,4,5,6,7,1,2,8]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [7,6,4,3,2,5,8,9,1]
[1,1,0,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0] => [6,7,8,3,4,5,9,1,2]
[1,1,0,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,2,3,4,1,5]
[1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0] => [9,5,6,7,2,3,4,1,8]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,1,0,0] => [8,7,9,4,5,6,1,2,3]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,4,3,8,1,2]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0] => [8,6,7,5,9,3,4,1,2]
[1,0,1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0] => [7,5,6,8,9,4,3,2,1]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,0] => [7,6,4,5,8,9,3,2,1]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0] => [8,7,9,6,1,2,3,4,5]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => [8,7,9,6,5,4,1,2,3]
[1,1,1,1,0,1,0,1,0,0,0,0,1,1,1,0,0,0] => [7,8,9,3,2,1,4,5,6]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,2,1,3,4,8]
[1,0,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,3,4,2,9,1]
[1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [8,7,6,5,9,3,4,1,2]
[1,0,1,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,8,9,2,3,1]
[1,1,1,1,0,1,0,0,1,0,1,1,0,0,0,0,1,0] => [9,5,6,4,2,1,3,7,8]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [7,6,8,9,5,4,3,1,2]
[1,1,1,0,1,0,0,0,1,0,1,0,1,1,0,0,1,0] => [9,7,8,6,5,2,1,3,4]
[1,0,1,0,1,1,0,1,1,0,1,0,0,0,1,0,1,0] => [9,8,5,4,6,3,7,2,1]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [9,8,6,7,3,2,1,4,5]
[1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0,1,0] => [9,8,6,5,4,1,2,3,7]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [8,7,6,5,9,4,2,1,3]
[1,0,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,4,9,2,3,1]
[1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,1,0,0] => [8,7,6,5,9,3,4,2,1]
[1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0] => [8,7,6,9,4,5,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,0] => [8,7,9,5,6,4,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,0] => [9,6,7,4,5,8,3,2,1]
[1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [9,7,8,4,5,3,6,2,1]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,1,0] => [9,8,6,4,5,7,2,3,1]
[1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,0,1,0] => [9,8,7,4,5,2,3,6,1]
[1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [8,7,6,5,9,4,2,3,1]
[1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [9,8,6,5,4,3,2,7,1]
[1,1,0,1,1,0,0,1,0,0,1,1,0,1,1,0,0,0] => [7,8,6,9,4,2,3,1,5]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [6,7,5,8,4,9,2,1,3]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [5,6,4,7,3,8,2,9,1]
[1,1,0,1,1,0,0,1,1,0,0,0,1,0,1,0,1,0] => [9,8,7,4,5,2,3,1,6]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,1,0,0,0] => [7,8,6,4,5,9,2,1,3]
[1,0,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [6,7,5,8,4,2,3,9,1]
[1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0] => [8,3,4,5,6,7,2,9,1]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,0] => [8,9,7,5,4,3,6,2,1]
[1,1,1,0,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,2,3,1,4,5]
[1,1,0,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [5,6,7,8,9,2,3,1,4]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,1,0] => [9,6,5,4,3,1,2,7,8]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [7,8,6,5,9,4,3,2,1]
[1,1,0,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,3,2,4,1,5]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,3,2,1,4,8]
[1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0] => [7,8,3,4,5,6,2,9,1]
[1,0,1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0] => [6,7,3,4,5,2,8,9,1]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0] => [8,9,3,2,4,5,6,7,1]
[1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,1,0,0] => [8,4,3,5,6,7,9,1,2]
[1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0] => [9,4,3,5,6,7,8,2,1]
[1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0] => [9,8,3,2,4,5,6,7,1]
[1,1,0,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0] => [8,9,3,2,4,5,6,1,7]
[1,0,1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [8,5,6,7,3,4,9,2,1]
[1,1,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,0] => [7,6,8,9,2,1,3,4,5]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0] => [7,8,5,6,9,4,2,3,1]
[1,0,1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [7,8,5,6,3,4,9,2,1]
[1,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [8,9,6,4,5,7,2,3,1]
[1,1,0,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0] => [6,7,8,9,5,3,2,1,4]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [9,8,6,5,4,3,1,2,7]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,2,3,1,4,5]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [9,8,7,3,4,2,1,5,6]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [8,9,5,6,4,7,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [8,9,6,4,5,7,3,2,1]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [8,9,5,3,4,6,7,2,1]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,0] => [8,9,5,6,4,3,7,2,1]
[1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,1,0,0] => [8,9,6,4,3,5,7,2,1]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [8,9,6,3,4,5,7,2,1]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [9,6,5,4,3,2,7,8,1]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [9,6,5,4,3,7,8,2,1]
[1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [9,6,3,2,4,5,1,7,8]
[1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [9,7,6,8,5,3,2,4,1]
[1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0] => [9,7,6,8,5,3,4,2,1]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0] => [9,7,8,6,5,3,2,4,1]
[1,1,1,0,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,8,9,1,2,3]
[1,1,1,1,0,0,1,0,1,0,1,0,0,0,1,0,1,0] => [9,8,5,4,3,1,2,6,7]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0] => [7,8,9,5,4,6,2,1,3]
[1,1,0,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0] => [8,9,6,3,4,5,7,1,2]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,0] => [7,8,9,5,3,4,6,1,2]
[1,1,0,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,4,3,5,1,2]
[1,0,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0] => [7,8,9,4,3,5,6,2,1]
[1,0,1,1,1,1,1,0,0,0,1,0,0,0,1,1,0,0] => [8,9,5,2,3,4,6,7,1]
[1,0,1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0] => [7,8,9,4,2,3,5,6,1]
[1,0,1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,3,2,4,5,1]
[1,1,0,1,0,1,0,0,1,1,1,0,1,0,1,0,0,0] => [7,6,5,8,9,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [9,7,6,5,8,3,2,1,4]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,4,8,2,1,3]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,1,0] => [9,6,7,8,4,3,2,1,5]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [9,7,5,6,8,3,2,1,4]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [9,7,6,4,5,8,2,1,3]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,3,4,8,1,2]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,4,2,3,8,1]
[1,1,0,1,0,1,0,0,1,1,1,0,1,0,0,0,1,0] => [9,6,5,7,8,3,2,1,4]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0] => [9,7,5,4,6,8,2,1,3]
[1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [9,5,6,7,8,3,2,1,4]
[1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0,1,0] => [9,7,6,4,3,5,8,1,2]
[1,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0,1,0] => [9,7,4,5,6,8,2,1,3]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,3,2,4,8,1]
[1,1,0,0,1,1,1,1,0,0,0,1,0,1,0,0,1,0] => [9,7,6,3,4,5,8,1,2]
[1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,2,3,4,8,1]
[1,1,1,0,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [9,7,8,4,2,3,1,5,6]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0,1,0] => [9,6,4,5,2,3,1,7,8]
[1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [9,7,4,5,2,3,1,6,8]
[1,0,1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [7,8,5,6,4,3,2,9,1]
[1,0,1,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0] => [7,8,5,6,4,2,3,9,1]
[1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,1,0,0] => [8,9,5,6,4,3,2,1,7]
[1,1,0,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0] => [7,8,5,6,4,3,9,1,2]
[1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [9,5,6,4,3,2,7,8,1]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,1,0,0] => [8,5,6,7,9,1,2,3,4]
[1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [9,8,7,6,3,2,4,5,1]
[1,1,0,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [6,7,8,9,5,4,2,1,3]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,0] => [9,7,8,4,5,1,2,3,6]
[1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0,1,0] => [9,7,8,3,4,1,2,5,6]
[1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0,1,0] => [9,7,8,3,4,2,5,1,6]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0] => [9,7,8,5,3,1,2,4,6]
[1,1,0,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0] => [9,7,8,5,3,2,4,1,6]
[1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [8,9,5,4,3,2,6,7,1]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,1,0,0] => [8,9,7,4,3,2,1,5,6]
[1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0] => [9,8,6,5,4,2,1,3,7]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0,1,0] => [9,7,5,4,3,6,2,1,8]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0,1,0] => [9,7,6,4,5,3,2,1,8]
[1,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [9,8,6,5,4,3,7,1,2]
[1,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [9,4,5,6,7,8,2,1,3]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0,1,0] => [9,5,6,7,8,2,1,3,4]
[1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0,1,0] => [9,6,7,8,2,1,3,4,5]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0,1,0] => [9,7,8,2,1,3,4,5,6]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [9,5,6,7,8,3,1,2,4]
[1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0] => [9,6,7,8,3,1,2,4,5]
[1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [9,5,6,7,8,3,2,4,1]
[1,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0,1,0] => [9,7,8,3,1,2,4,5,6]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [9,6,7,8,3,2,4,5,1]
[1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [9,7,8,3,2,4,5,6,1]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0] => [8,7,6,9,4,3,2,1,5]
[1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,0,1,0] => [9,7,8,4,3,2,1,5,6]
[1,0,1,1,1,1,0,0,1,0,1,1,0,1,0,0,0,0] => [6,5,7,4,2,3,8,9,1]
[1,1,1,0,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => [8,7,6,5,9,4,1,2,3]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0] => [8,7,6,9,5,4,2,3,1]
[1,0,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [6,7,8,5,4,3,2,9,1]
[1,0,1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [7,6,5,8,4,3,2,9,1]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0] => [8,9,6,4,5,3,7,1,2]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [9,7,8,4,5,3,6,1,2]
[1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,1,0] => [9,6,7,4,2,3,1,5,8]
[1,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0,1,0] => [9,6,4,5,3,7,1,2,8]
[1,1,0,0,1,1,0,1,1,0,0,1,0,1,0,0,1,0] => [9,7,6,4,5,3,8,1,2]
[1,1,1,0,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [9,6,7,5,8,3,1,2,4]
[1,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,1,0] => [9,7,8,4,5,3,1,2,6]
[1,0,1,0,1,1,0,1,0,1,0,1,1,0,1,0,0,0] => [7,6,8,5,4,3,9,2,1]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0] => [8,4,3,5,6,7,2,9,1]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0,1,0] => [9,8,4,5,6,1,2,3,7]
[1,1,0,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [7,8,9,2,3,4,5,1,6]
[1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [8,9,6,5,4,3,1,2,7]
[1,1,0,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0] => [9,8,6,5,4,2,3,1,7]
[1,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [7,8,6,9,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [7,8,5,6,4,9,2,3,1]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [7,8,5,6,3,4,2,9,1]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [7,8,5,6,3,4,9,1,2]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [7,8,5,6,9,3,4,1,2]
[1,0,1,1,0,0,1,1,0,1,1,1,0,0,1,0,0,0] => [7,5,6,8,4,9,2,3,1]
[1,0,1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,0] => [7,8,5,3,4,6,2,9,1]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,0] => [7,8,5,6,9,3,1,2,4]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0] => [9,7,5,6,8,3,4,1,2]
[1,1,0,1,0,1,0,1,1,0,0,1,0,0,1,0,1,0] => [9,8,6,4,5,3,2,1,7]
[1,1,0,1,0,1,1,0,0,1,0,0,1,0,1,0,1,0] => [9,8,7,5,3,4,2,1,6]
[1,0,1,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [6,5,7,8,4,9,3,2,1]
[1,0,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [6,5,4,7,2,3,8,9,1]
[1,0,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [7,5,4,2,3,6,8,9,1]
[1,0,1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0] => [5,6,4,7,2,3,8,9,1]
[1,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [6,7,5,8,4,9,1,2,3]
[1,0,1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [7,8,5,4,3,2,6,9,1]
[1,0,1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0] => [6,7,5,4,3,8,2,9,1]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0] => [8,6,5,4,2,3,7,9,1]
[1,0,1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0] => [7,6,5,4,8,2,3,9,1]
[1,1,0,0,1,1,1,1,0,0,0,1,1,0,0,0,1,0] => [9,6,7,3,4,5,8,1,2]
[1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,3,1,2,4,5]
[1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,1,0,0] => [8,9,5,4,6,7,1,2,3]
[1,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [8,9,6,4,5,2,3,7,1]
[1,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0,1,0] => [9,8,5,3,2,1,4,6,7]
[1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0,1,0] => [9,6,5,3,2,1,4,7,8]
[1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [9,5,6,4,7,2,3,1,8]
[1,1,0,1,0,0,1,1,1,0,1,0,1,1,0,0,0,0] => [6,7,5,4,8,9,2,1,3]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,3,2,4,1,5]
[1,1,1,0,0,1,1,0,0,1,0,1,1,0,0,0,1,0] => [9,6,7,5,3,4,1,2,8]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,0,1,0] => [9,6,7,5,3,1,2,4,8]
[1,0,1,1,1,0,1,0,0,1,1,0,0,1,1,0,0,0] => [7,8,5,6,3,2,4,9,1]
[1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0] => [9,7,4,5,3,1,2,6,8]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0] => [6,7,5,8,9,4,2,3,1]
[1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0,1,0] => [9,7,4,5,3,6,8,1,2]
[1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [8,9,5,6,3,4,2,7,1]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0] => [9,7,5,6,3,4,2,8,1]
[1,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [9,7,8,5,3,4,2,6,1]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [9,7,8,5,6,3,2,4,1]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0] => [8,9,5,3,4,6,2,7,1]
[1,0,1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,0] => [7,5,6,8,3,4,2,9,1]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [8,7,5,6,3,4,2,9,1]
[1,0,1,1,0,1,1,0,0,1,0,0,1,1,1,0,0,0] => [7,8,9,5,3,4,2,6,1]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [9,7,5,6,8,3,2,4,1]
[1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [9,7,8,5,3,4,6,2,1]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0] => [7,5,6,3,4,8,2,9,1]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [7,4,5,3,6,8,2,9,1]
[1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0,1,0] => [9,6,7,4,3,2,1,5,8]
[1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [9,5,6,4,3,2,7,1,8]
[1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0,1,0] => [9,7,5,4,3,1,2,6,8]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0,1,0] => [9,6,5,4,3,7,1,2,8]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0] => [9,8,7,3,2,1,4,5,6]
[1,1,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,0] => [8,9,6,4,3,5,1,2,7]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,0] => [7,8,9,5,3,4,1,2,6]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [9,7,5,6,8,3,1,2,4]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [9,7,8,5,3,4,6,1,2]
[1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [8,9,5,6,4,7,2,3,1]
[1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0] => [9,8,5,6,4,3,7,2,1]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0] => [8,9,7,6,4,3,5,2,1]
[1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0] => [9,6,4,3,5,7,1,2,8]
[1,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0,1,0] => [9,6,5,4,7,3,1,2,8]
[1,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0,1,0] => [9,6,5,4,7,1,2,3,8]
[1,1,1,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [9,8,4,3,5,6,1,2,7]
[1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0,1,0] => [9,8,5,4,6,3,1,2,7]
[1,1,1,1,0,0,0,1,1,0,1,0,0,0,1,0,1,0] => [9,8,5,4,6,1,2,3,7]
[1,1,1,1,1,1,0,0,0,0,1,0,0,0,1,0,1,0] => [9,8,5,1,2,3,4,6,7]
[1,1,1,1,0,0,0,1,0,1,0,0,1,0,1,0,1,0] => [9,8,7,5,4,1,2,3,6]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0] => [9,7,6,4,3,2,1,5,8]
[1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,1,0,0] => [8,9,6,4,3,2,1,5,7]
[1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [8,7,6,4,3,5,9,1,2]
[1,1,0,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0] => [7,6,5,3,4,8,9,1,2]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [9,7,4,2,3,5,1,6,8]
[1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,1,0] => [9,7,5,6,2,3,1,4,8]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0] => [8,9,5,6,3,2,4,7,1]
[1,0,1,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0] => [7,8,6,9,4,3,2,5,1]
[1,0,1,1,0,1,0,0,1,0,1,1,0,1,1,0,0,0] => [7,8,6,9,5,3,2,4,1]
[1,0,1,1,0,0,1,0,1,0,1,1,0,1,1,0,0,0] => [7,8,6,9,5,4,2,3,1]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,1,0] => [9,4,5,3,2,6,1,7,8]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,1,0] => [9,5,6,3,2,1,4,7,8]
[1,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,0] => [9,8,4,3,5,6,7,2,1]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [9,7,5,3,1,2,4,6,8]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0] => [8,7,9,5,3,1,2,4,6]
[1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [8,6,5,7,9,3,1,2,4]
[1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [8,6,4,3,5,7,9,1,2]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [8,6,4,2,3,5,7,9,1]
[1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [8,6,4,5,7,9,2,1,3]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [8,6,7,9,4,2,1,3,5]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [8,9,6,4,2,1,3,5,7]
[1,1,1,0,0,1,0,0,1,1,0,1,1,0,0,1,0,0] => [8,6,7,5,9,3,1,2,4]
[1,1,0,0,1,1,1,0,1,1,0,0,1,0,0,1,0,0] => [8,6,4,5,3,7,9,1,2]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [8,6,4,3,2,5,7,9,1]
[1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [8,6,4,5,7,9,1,2,3]
[1,1,1,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [8,9,6,4,5,2,1,3,7]
[1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,3,2,1,4,5]
[1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0] => [9,7,2,3,4,5,6,1,8]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [9,6,7,5,8,2,3,1,4]
[1,0,1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [9,7,5,4,3,2,6,8,1]
[1,0,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0] => [7,6,3,4,5,2,8,9,1]
[1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0] => [8,7,3,4,5,6,2,9,1]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [9,7,8,5,6,3,2,1,4]
[1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [8,6,7,9,5,4,3,1,2]
[1,1,1,0,1,0,0,0,1,1,0,1,0,1,0,1,0,0] => [8,7,6,5,9,2,1,3,4]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0] => [8,5,6,3,4,7,2,9,1]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,1,0,0] => [8,9,6,3,4,5,2,7,1]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,4,3,2,5,1]
[1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0] => [8,9,5,2,3,1,4,6,7]
[1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0] => [8,9,6,3,2,1,4,5,7]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,4,3,2,1,5]
[1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0,1,0] => [9,7,8,5,6,4,2,1,3]
[1,1,1,0,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [7,6,8,5,4,9,1,2,3]
[1,1,1,0,0,1,0,1,0,0,1,1,1,0,1,0,0,0] => [7,6,8,9,4,3,1,2,5]
[1,1,1,0,0,0,1,0,1,0,1,1,1,0,1,0,0,0] => [7,6,8,9,5,4,1,2,3]
[1,1,1,1,0,0,0,0,1,0,1,1,1,0,1,0,0,0] => [7,6,8,9,5,1,2,3,4]
[1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0] => [8,9,5,6,4,2,3,1,7]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,0,0] => [8,7,9,4,5,2,3,1,6]
[1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [8,5,4,6,7,3,2,9,1]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0] => [8,5,4,3,6,7,2,9,1]
[1,1,0,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0] => [6,5,3,4,7,8,9,1,2]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0] => [8,7,6,5,3,4,9,1,2]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,0,0,1,0] => [9,7,5,4,1,2,3,6,8]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,0,1,0] => [9,7,6,3,1,2,4,5,8]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,0,1,0] => [9,7,6,4,1,2,3,5,8]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0,1,0] => [9,7,6,5,1,2,3,4,8]
[1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,1,0] => [9,8,5,3,1,2,4,6,7]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0,1,0] => [9,8,5,4,1,2,3,6,7]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0,1,0,1,0] => [9,8,6,3,1,2,4,5,7]
[1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,1,0] => [9,8,6,4,1,2,3,5,7]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,0,1,0] => [9,8,7,3,1,2,4,5,6]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0,1,0] => [9,8,7,4,1,2,3,5,6]
[1,0,1,0,1,1,1,1,0,0,1,1,0,1,0,0,0,0] => [6,5,7,3,4,8,9,2,1]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [9,7,3,2,4,1,5,6,8]
[1,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0] => [9,8,6,5,4,7,2,1,3]
[1,1,0,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [8,7,9,3,4,5,2,1,6]
[1,1,0,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0] => [6,7,8,5,9,3,2,1,4]
[1,1,0,1,1,0,0,1,1,1,0,0,0,0,1,1,0,0] => [8,9,4,5,6,2,3,1,7]
[1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0] => [8,9,6,2,3,4,5,1,7]
[1,1,0,0,1,1,0,1,1,1,0,0,0,1,0,1,0,0] => [8,7,4,5,6,3,9,1,2]
[1,1,0,0,1,1,0,1,0,1,0,1,1,1,0,0,0,0] => [6,7,8,5,4,3,9,1,2]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [8,5,6,7,3,4,9,1,2]
[1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0] => [8,7,3,4,5,6,9,1,2]
[1,1,0,0,1,1,0,1,0,1,1,1,1,0,0,0,0,0] => [5,6,7,8,4,3,9,1,2]
[1,1,1,0,1,0,0,0,1,1,1,0,1,0,1,0,0,0] => [7,6,5,8,9,2,1,3,4]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,0] => [8,9,4,5,3,6,2,7,1]
[1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0] => [6,7,5,8,3,4,2,9,1]
[1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0] => [8,7,9,6,4,5,3,2,1]
[1,1,1,1,1,0,0,0,1,0,0,0,1,1,0,0,1,0] => [9,7,8,4,1,2,3,5,6]
[1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,0,1,0] => [9,7,8,5,2,1,3,4,6]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0] => [9,8,6,4,2,1,3,5,7]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [7,5,3,4,6,8,2,9,1]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [6,4,5,7,3,8,2,9,1]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0] => [9,7,5,3,4,6,8,2,1]
[1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [9,6,4,2,3,5,7,1,8]
[1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [8,7,9,5,2,1,3,4,6]
[1,1,1,1,0,0,0,1,0,0,1,1,0,1,0,1,0,0] => [8,7,6,9,4,1,2,3,5]
[1,1,1,0,0,1,0,0,1,1,0,1,0,1,0,1,0,0] => [8,7,6,5,9,3,1,2,4]
[1,1,0,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,3,4,2,1,5]
[1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0] => [8,9,6,7,4,1,2,3,5]
[1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [9,8,4,5,3,2,6,7,1]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [9,8,7,3,4,2,5,6,1]
[1,0,1,0,1,0,1,1,0,1,0,1,1,0,1,0,0,0] => [7,6,8,5,4,9,3,2,1]
[1,0,1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,0] => [6,5,7,8,4,3,9,2,1]
[1,0,1,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [5,4,6,7,8,3,2,9,1]
[1,1,0,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0] => [9,6,7,8,2,3,4,1,5]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,1,0,0,0] => [7,8,9,4,5,3,6,1,2]
[1,1,0,1,1,1,0,0,0,1,1,0,0,0,1,0,1,0] => [9,8,5,6,2,3,4,1,7]
[1,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [7,8,6,9,4,5,1,2,3]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,0] => [9,6,7,4,5,3,8,1,2]
[1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [8,9,5,6,7,2,1,3,4]
[1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => [9,7,6,8,5,4,1,2,3]
[1,0,1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,0] => [8,5,6,7,4,3,9,2,1]
[1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [8,7,9,3,4,5,2,6,1]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,0] => [8,7,9,4,5,3,2,6,1]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [9,6,5,4,7,8,3,2,1]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,0,0,0] => [5,6,7,8,9,3,1,2,4]
[1,1,1,1,0,0,0,1,0,0,1,1,1,1,0,0,0,0] => [6,7,8,9,4,1,2,3,5]
[1,1,1,1,1,0,0,0,0,1,0,0,1,1,1,0,0,0] => [7,8,9,5,1,2,3,4,6]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [9,7,5,2,3,1,4,6,8]
[1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [9,7,4,5,2,3,6,1,8]
[1,0,1,1,1,1,0,0,1,0,0,1,1,0,0,0,1,0] => [9,6,7,4,2,3,5,8,1]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0,1,0] => [9,8,6,7,4,2,3,1,5]
[1,1,1,1,0,0,0,0,1,1,0,1,1,1,0,0,0,0] => [6,7,8,5,9,1,2,3,4]
[1,1,1,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0] => [7,8,9,3,4,5,1,2,6]
[1,1,1,1,1,0,0,0,1,1,0,0,0,0,1,1,0,0] => [8,9,4,5,1,2,3,6,7]
[1,1,0,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [5,6,3,4,7,8,9,1,2]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,0,0,1,0] => [9,6,5,4,3,7,2,8,1]
[1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0] => [8,7,9,6,5,3,4,2,1]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0] => [8,6,7,9,4,3,2,1,5]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0] => [7,8,9,5,4,3,2,6,1]
[1,0,1,1,0,1,0,1,0,0,1,0,1,1,1,0,0,0] => [7,8,9,6,4,3,2,5,1]
[1,0,1,1,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [7,8,4,3,2,5,6,9,1]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,1,0,0,0] => [7,8,9,6,5,3,2,4,1]
[1,0,1,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0] => [7,8,6,9,3,2,4,5,1]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0] => [7,8,6,9,5,2,3,4,1]
[1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0] => [9,7,3,2,4,5,6,1,8]
[1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0] => [9,7,8,6,4,2,3,1,5]
[1,1,0,1,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [9,8,4,3,5,6,2,1,7]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [7,6,3,4,2,5,8,9,1]
[1,0,1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0] => [7,6,5,3,2,4,8,9,1]
[1,0,1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0] => [4,5,6,7,3,8,2,9,1]
[1,0,1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,0] => [5,6,7,4,3,8,2,9,1]
[1,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [6,5,4,7,3,8,2,9,1]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0] => [10,1,2,3,4,5,6,7,8,9]
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,9,10,1]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,0] => [10,2,1,3,4,5,6,7,8,9]
[1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [3,2,4,5,6,7,8,9,10,1]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,1,0] => [10,3,1,2,4,5,6,7,8,9]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,1,0] => [10,2,3,1,4,5,6,7,8,9]
[1,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [4,2,3,5,6,7,8,9,10,1]
[1,0,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [3,4,2,5,6,7,8,9,10,1]
[1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,1,0] => [10,4,1,2,3,5,6,7,8,9]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,1,0] => [10,3,2,1,4,5,6,7,8,9]
[1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,1,0] => [10,2,3,4,1,5,6,7,8,9]
[1,0,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [5,2,3,4,6,7,8,9,10,1]
[1,0,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [4,3,2,5,6,7,8,9,10,1]
[1,0,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0] => [3,4,5,2,6,7,8,9,10,1]
[1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,1,0] => [10,5,1,2,3,4,6,7,8,9]
[1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0,1,0] => [10,4,2,1,3,5,6,7,8,9]
[1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,1,0] => [10,3,2,4,1,5,6,7,8,9]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [10,2,3,4,5,1,6,7,8,9]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [6,2,3,4,5,7,8,9,10,1]
[1,0,1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0] => [5,3,2,4,6,7,8,9,10,1]
[1,0,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0] => [4,5,2,3,6,7,8,9,10,1]
[1,0,1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0] => [4,3,5,2,6,7,8,9,10,1]
[1,0,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0] => [3,4,5,6,2,7,8,9,10,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,1,0] => [10,6,1,2,3,4,5,7,8,9]
[1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,1,0] => [10,4,3,1,2,5,6,7,8,9]
[1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,1,0] => [10,3,4,2,1,5,6,7,8,9]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [10,2,3,4,5,6,1,7,8,9]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0] => [7,2,3,4,5,6,8,9,10,1]
[1,0,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0] => [5,4,2,3,6,7,8,9,10,1]
[1,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0] => [5,3,4,2,6,7,8,9,10,1]
[1,0,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0] => [4,5,3,2,6,7,8,9,10,1]
[1,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,4,5,6,7,2,8,9,10,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,1,0] => [10,7,1,2,3,4,5,6,8,9]
[1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,1,0] => [10,4,5,1,2,3,6,7,8,9]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0,1,0] => [10,4,3,2,1,5,6,7,8,9]
[1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,1,0] => [10,3,4,5,1,2,6,7,8,9]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [10,2,3,4,5,6,7,1,8,9]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [8,2,3,4,5,6,7,9,10,1]
[1,0,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0] => [5,6,2,3,4,7,8,9,10,1]
[1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [5,4,3,2,6,7,8,9,10,1]
[1,0,1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0] => [4,5,3,6,2,7,8,9,10,1]
[1,0,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,2,9,10,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0] => [10,8,1,2,3,4,5,6,7,9]
[1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [10,2,3,4,5,6,7,8,1,9]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0] => [9,10,1,2,3,4,5,6,7,8]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [9,2,3,4,5,6,7,8,10,1]
[1,0,1,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,0] => [6,3,4,5,2,7,8,9,10,1]
[1,0,1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0] => [4,5,6,3,2,7,8,9,10,1]
[1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,10,1,2]
[1,0,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,2,10,1]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,1,0] => [10,9,1,2,3,4,5,6,7,8]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0,1,0] => [10,8,2,1,3,4,5,6,7,9]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [10,2,3,4,5,6,7,8,9,1]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,1,0,0] => [9,10,2,1,3,4,5,6,7,8]
[1,1,0,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [4,3,5,6,7,8,9,10,1,2]
[1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [4,3,5,6,7,8,9,2,10,1]
[1,0,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,10,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [10,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,1,0,0] => [9,10,8,7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [9,8,10,7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [9,8,7,10,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [9,8,7,6,10,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,10,4,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,4,10,3,2,1]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,4,3,10,2,1]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,4,3,2,10,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,4,3,2,1,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [8,9,10,7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0] => [9,7,8,10,6,5,4,3,2,1]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,4,2,3,10,1]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,4,3,1,2,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [8,7,9,10,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0] => [9,7,6,8,10,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [7,8,9,10,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,0] => [9,8,6,5,7,10,4,3,2,1]
[1,0,1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0] => [9,8,7,5,4,6,10,3,2,1]
[1,0,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,4,3,5,10,2,1]
[1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,3,2,4,10,1]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,4,2,1,3,10]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,4,1,2,3,10]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0] => [8,7,6,9,10,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0] => [7,8,6,9,10,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [7,6,8,9,10,5,4,3,2,1]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,3,2,1,4,10]
[1,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,2,3,1,4,10]
[1,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,2,1,3,4,10]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,9,10,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,1,0,0,0,0] => [7,8,6,5,9,10,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [6,7,8,9,10,5,4,3,2,1]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,4,3,2,1,5,10]
[1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,3,4,2,1,5,10]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,1,2,3,4,10]
[1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,3,2,1,4,5,10]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,9,10,3,2,1]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,0] => [7,8,6,5,4,9,10,3,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [9,8,7,5,4,3,2,1,6,10]
[1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,0] => [9,8,7,4,5,3,2,1,6,10]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,0] => [9,8,7,4,3,2,1,5,6,10]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,3,9,10,2,1]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [7,8,6,5,4,3,9,10,2,1]
[1,0,1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [6,5,7,8,9,10,4,3,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [9,8,6,5,4,3,2,1,7,10]
[1,0,1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [5,6,7,8,9,10,4,3,2,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [9,8,5,6,4,3,2,1,7,10]
[1,0,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [9,6,4,5,7,3,8,10,2,1]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,2,1,3,4,5,10]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,1,2,3,4,5,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,0] => [9,8,5,4,3,2,1,6,7,10]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,3,2,9,10,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [9,7,6,5,4,3,2,1,8,10]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [7,8,6,5,4,3,2,9,10,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,0] => [9,6,7,5,4,3,2,1,8,10]
[1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0,0] => [9,8,4,5,6,3,2,1,7,10]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0] => [9,6,5,4,3,2,7,1,8,10]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [7,6,5,4,3,2,8,9,10,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0] => [9,6,5,4,3,2,1,7,8,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [10,8,9,7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [10,9,7,8,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [9,10,7,8,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [10,7,8,9,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [10,9,8,6,7,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [10,8,9,6,7,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [10,6,7,8,9,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,5,6,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,6,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [10,9,8,5,6,7,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [10,5,6,7,8,9,4,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,4,5,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [9,10,8,7,6,4,5,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [10,9,8,6,7,4,5,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [10,8,9,6,7,4,5,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,4,5,6,3,2,1]
[1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0] => [10,8,9,4,5,6,7,3,2,1]
[1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [10,4,5,6,7,8,9,3,2,1]
[1,0,1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,8,9,10,3,2,1]
[1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,5,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,5,6,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,6,3,4,2,1]
[1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,3,4,5,2,1]
[1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,3,4,5,6,2,1]
[1,0,1,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [7,8,9,10,3,4,5,6,2,1]
[1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0] => [10,9,8,3,4,5,6,7,2,1]
[1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [9,10,3,4,5,6,7,8,2,1]
[1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [10,3,4,5,6,7,8,9,2,1]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [9,10,8,7,6,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [10,8,9,7,6,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [8,9,10,7,6,5,4,2,3,1]
[1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0] => [9,10,8,5,6,7,4,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [10,9,8,6,7,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [10,8,9,6,7,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [8,9,10,6,7,4,5,2,3,1]
[1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,4,5,6,2,3,1]
[1,0,1,1,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [7,8,9,10,4,5,6,2,3,1]
[1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [10,9,8,4,5,6,7,2,3,1]
[1,0,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,8,9,10,2,3,1]
[1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,5,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,6,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [8,9,10,5,6,7,2,3,4,1]
[1,0,1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [5,6,7,8,9,10,2,3,4,1]
[1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,2,3,4,5,1]
[1,0,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [6,7,8,9,10,2,3,4,5,1]
[1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,2,3,4,5,6,1]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [7,8,9,10,2,3,4,5,6,1]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0] => [10,9,8,2,3,4,5,6,7,1]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0] => [10,9,2,3,4,5,6,7,8,1]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0] => [9,10,2,3,4,5,6,7,8,1]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [9,10,8,7,6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [10,8,9,7,6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [8,9,10,7,6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [10,9,7,8,6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [10,7,8,9,6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [7,8,9,10,6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [6,7,8,9,10,5,4,3,1,2]
[1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,4,5,3,1,2]
[1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0,1,1,0,0] => [9,10,8,4,5,6,7,3,1,2]
[1,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [10,4,5,6,7,8,9,3,1,2]
[1,1,0,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,8,9,10,3,1,2]
[1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,5,3,4,1,2]
[1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0] => [9,10,7,8,6,5,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0] => [10,8,9,7,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0] => [10,9,7,8,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [10,7,8,9,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [7,8,9,10,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [10,9,8,5,6,7,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [8,9,10,5,6,7,3,4,1,2]
[1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,3,4,5,1,2]
[1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [9,10,6,7,8,3,4,5,1,2]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0] => [10,7,8,9,3,4,5,6,1,2]
[1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [7,8,9,10,3,4,5,6,1,2]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0] => [10,9,3,4,5,6,7,8,1,2]
[1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [9,10,3,4,5,6,7,8,1,2]
[1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [10,3,4,5,6,7,8,9,1,2]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,5,4,1,2,3]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [9,10,8,7,6,5,4,1,2,3]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [10,8,9,7,6,5,4,1,2,3]
[1,1,1,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [10,5,6,7,8,9,4,1,2,3]
[1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,4,5,1,2,3]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [10,8,9,6,7,4,5,1,2,3]
[1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [8,9,10,6,7,4,5,1,2,3]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,4,5,6,1,2,3]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [7,8,9,10,4,5,6,1,2,3]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [8,9,10,4,5,6,7,1,2,3]
[1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [10,4,5,6,7,8,9,1,2,3]
[1,1,1,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,8,9,10,1,2,3]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [9,10,8,7,6,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [7,8,9,10,6,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [10,6,7,8,9,5,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,6,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [7,8,9,10,5,6,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [8,9,10,5,6,7,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,0,1,0] => [10,9,5,6,7,8,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [9,10,5,6,7,8,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [10,5,6,7,8,9,1,2,3,4]
[1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [5,6,7,8,9,10,1,2,3,4]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,1,0,0] => [9,10,8,7,6,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,0,0,0,1,0] => [10,7,8,9,6,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,1,0,0,0,0] => [7,8,9,10,6,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,1,0,0,1,0] => [10,8,9,6,7,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [10,6,7,8,9,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [6,7,8,9,10,1,2,3,4,5]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,1,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,1,0,0] => [9,10,8,7,1,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,1,0] => [10,8,9,7,1,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,1,0,0,0] => [8,9,10,7,1,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,1,0] => [10,7,8,9,1,2,3,4,5,6]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0] => [7,8,9,10,1,2,3,4,5,6]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0,1,0] => [10,9,8,1,2,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,1,0,0] => [9,10,8,1,2,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,1,0] => [10,8,9,1,2,3,4,5,6,7]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,0,0] => [8,9,10,1,2,3,4,5,6,7]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8,9,10]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,5,4,2,1,3]
[1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,5,3,2,1,4]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,4,3,2,1,5]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,5,4,3,2,1,6]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0] => [10,9,8,6,5,4,3,2,1,7]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [10,9,7,6,5,4,3,2,1,8]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,5,4,3,2,1,9]
[1,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [5,6,4,3,2,1,7,8,9,10]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,0] => [6,5,4,3,1,2,7,8,9,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [6,7,5,4,3,2,1,8,9,10]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [7,6,5,4,3,1,2,8,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [8,9,7,6,5,4,3,2,1,10]
[1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0] => [2,3,1,4,5,6,7,8,9,10]
[1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0] => [3,1,2,4,5,6,7,8,9,10]
[1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0] => [3,4,2,1,5,6,7,8,9,10]
[1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0] => [4,3,1,2,5,6,7,8,9,10]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [9,8,10,7,6,5,4,3,1,2]
[1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,9,1,10]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0] => [9,1,2,3,4,5,6,7,8,10]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0,0] => [9,2,1,3,4,5,6,7,8,10]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0] => [2,1,3,4,5,6,7,8,9,10]
[1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0] => [2,3,4,1,5,6,7,8,9,10]
[1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,3,4,5,1,6,7,8,9,10]
[1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,1,7,8,9,10]
[1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,1,8,9,10]
[1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,1,9,10]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,3,2,9,1,10]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [10,9,7,6,8,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [10,8,7,6,9,5,4,3,2,1]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,4,3,2,5,1,10]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,4,3,5,2,1,10]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,4,5,3,2,1,10]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [6,5,4,3,2,7,8,9,10,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [7,8,9,6,5,4,3,2,1,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0] => [7,6,8,9,5,4,3,2,1,10]
[1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0] => [7,6,5,8,9,4,3,2,1,10]
[1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0] => [7,6,5,4,8,9,3,2,1,10]
[1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [7,6,5,4,3,8,9,2,1,10]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [7,6,5,4,3,2,8,9,1,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [7,6,5,4,3,2,1,8,9,10]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0] => [8,1,2,3,4,5,6,7,9,10]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0] => [7,1,2,3,4,5,6,8,9,10]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0] => [6,1,2,3,4,5,7,8,9,10]
[1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0] => [5,1,2,3,4,6,7,8,9,10]
[1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0] => [4,1,2,3,5,6,7,8,9,10]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,4,3,5,2,1]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,4,3,2,5,1]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,9,4,3,2,1,10]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0] => [9,7,6,5,8,4,3,2,1,10]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [9,8,6,5,7,4,3,2,1,10]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [9,8,7,5,6,4,3,2,1,10]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,1,0,0] => [9,3,2,1,4,5,6,7,8,10]
[1,1,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [4,3,2,5,6,7,8,9,1,10]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,6,2,3,1,4]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,4,5,2,3,1,6]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0] => [9,10,6,7,4,5,2,3,1,8]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [8,9,6,7,4,5,2,3,1,10]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0] => [10,8,6,7,4,5,2,3,1,9]
[1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [10,8,9,6,4,5,2,3,1,7]
[1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [10,8,9,6,7,4,2,3,1,5]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [10,8,9,6,7,4,5,2,1,3]
[1,1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,2,1,10]
[1,1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,8,9,3,2,1,10]
[1,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [5,6,7,8,9,4,3,2,1,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0] => [6,7,8,9,5,4,3,2,1,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [8,7,9,6,5,4,3,2,1,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [8,7,6,9,5,4,3,2,1,10]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,9,3,2,1,10]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,3,9,2,1,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,3,2,1,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,0] => [8,6,7,9,5,4,3,2,1,10]
[1,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [8,7,5,6,9,4,3,2,1,10]
[1,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,0] => [8,7,6,4,5,9,3,2,1,10]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,3,4,9,2,1,10]
[1,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,2,3,9,1,10]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,3,1,2,9,10]
[1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0] => [3,4,1,2,5,6,7,8,9,10]
[1,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,0] => [4,5,1,2,3,6,7,8,9,10]
[1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0] => [4,5,6,1,2,3,7,8,9,10]
[1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0] => [5,6,7,1,2,3,4,8,9,10]
[1,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0] => [5,6,7,8,1,2,3,4,9,10]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0] => [6,7,8,9,1,2,3,4,5,10]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [6,5,7,4,8,3,9,2,10,1]
[1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [7,6,8,4,3,5,9,2,10,1]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [7,6,8,5,9,3,2,4,10,1]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [8,7,9,4,3,5,2,6,10,1]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0] => [8,7,9,5,3,2,4,6,10,1]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [9,5,4,6,3,7,2,8,10,1]
[1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [9,6,4,3,5,7,2,8,10,1]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [9,6,5,7,3,2,4,8,10,1]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [9,7,4,3,5,2,6,8,10,1]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [9,7,5,3,2,4,6,8,10,1]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [7,6,8,5,9,4,10,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [8,7,9,5,4,6,10,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [9,6,5,7,4,8,10,2,1,3]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [9,7,5,4,6,8,10,2,1,3]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [8,7,9,6,10,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [9,7,6,8,10,3,2,4,1,5]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0] => [8,7,9,6,10,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [9,7,6,8,10,4,2,1,3,5]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [9,8,10,4,3,5,2,6,1,7]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [9,8,10,5,3,2,4,6,1,7]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [9,8,10,5,4,6,2,1,3,7]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [9,8,10,6,3,2,4,1,5,7]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0] => [9,8,10,6,4,2,1,3,5,7]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [10,8,6,4,2,1,3,5,7,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [10,7,6,5,4,3,2,1,8,9]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [10,5,4,3,2,1,6,7,8,9]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [10,6,5,4,3,2,1,7,8,9]
[1,1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,0] => [3,2,4,1,5,6,7,8,9,10]
[1,1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [3,2,4,5,6,7,8,9,1,10]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,0,0] => [9,3,1,2,4,5,6,7,8,10]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0,0] => [9,2,3,1,4,5,6,7,8,10]
[1,1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [4,2,3,5,6,7,8,9,1,10]
[1,1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [3,4,2,5,6,7,8,9,1,10]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [9,10,8,7,6,5,4,2,1,3]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [6,5,4,3,2,1,7,8,9,10]
[1,1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0,0] => [5,4,3,1,2,6,7,8,9,10]
[1,1,1,0,0,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [6,5,4,7,8,9,10,1,2,3]
[1,1,1,1,0,0,0,0,1,1,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,9,10,1,2,3,4]
[1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0,0] => [4,2,1,3,5,6,7,8,9,10]
[1,1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [6,5,4,3,2,7,8,9,1,10]
[1,1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [5,4,3,2,6,7,8,9,1,10]
[1,0,1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [4,3,5,6,7,8,9,10,2,1]
[1,0,1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [5,4,6,7,8,9,10,3,2,1]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0] => [7,8,9,1,2,3,4,5,6,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0] => [7,8,1,2,3,4,5,6,9,10]
[1,1,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [3,2,4,5,6,7,1,8,9,10]
[1,1,1,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [4,2,3,5,6,7,1,8,9,10]
[1,1,1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [5,2,3,4,6,7,1,8,9,10]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [6,2,3,4,5,7,1,8,9,10]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,0] => [9,8,2,3,4,5,6,7,1,10]
[1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [9,8,7,3,4,5,6,2,1,10]
[1,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,3,4,2,1,10]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,4,3,10,1,2]
[1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [3,2,1,4,5,6,7,8,9,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [7,8,6,5,4,3,2,1,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0] => [9,8,6,7,5,4,3,2,1,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0] => [9,6,7,8,5,4,3,2,1,10]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0] => [9,8,7,10,5,4,3,2,1,6]
[1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,0] => [9,8,7,4,3,2,5,6,1,10]
[1,1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0] => [9,8,7,4,3,5,6,2,1,10]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [9,8,7,4,5,6,3,2,1,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [10,8,7,9,6,5,4,3,2,1]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [10,9,7,6,5,4,3,2,8,1]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,5,4,3,9,2,1]
[1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [9,10,8,7,6,4,3,5,2,1]
[1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [9,10,8,7,6,4,3,2,5,1]
[1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => [9,10,8,7,6,4,3,2,1,5]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [5,4,3,2,1,6,7,8,9,10]
[1,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0,0] => [4,3,2,1,5,6,7,8,9,10]
[1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0,0,0] => [8,3,2,1,4,5,6,7,9,10]
[1,1,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0] => [4,3,2,5,6,7,8,1,9,10]
[1,1,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0,0] => [5,6,7,4,3,2,1,8,9,10]
[1,1,1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,3,2,1,8,9,10]
[1,1,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,8,3,2,1,9,10]
[1,1,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,2,1,9,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0] => [8,9,1,2,3,4,5,6,7,10]
[1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [5,6,7,8,9,1,2,3,4,10]
[1,1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,8,9,1,2,3,10]
[1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,1,2,10]
[1,1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0] => [5,2,3,4,6,7,8,9,1,10]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [6,2,3,4,5,7,8,1,9,10]
[1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0] => [7,2,3,4,5,6,1,8,9,10]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [8,2,3,4,5,1,6,7,9,10]
[1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,1,0,0] => [9,2,3,4,1,5,6,7,8,10]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,4,3,2,1,5,9]
[1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,4,3,2,5,1,9]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,4,3,5,2,1,9]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,4,5,3,2,1,9]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [6,5,4,3,2,7,1,8,9,10]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0,0] => [6,4,3,2,1,5,7,8,9,10]
[1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [6,5,4,3,2,7,8,1,9,10]
[1,1,1,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0,0,0] => [6,5,3,2,1,4,7,8,9,10]
[1,1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0,0,0] => [6,5,4,2,1,3,7,8,9,10]
[1,1,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0,0] => [5,3,1,2,4,6,7,8,9,10]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [10,8,7,9,6,5,4,3,1,2]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0] => [10,9,6,5,4,3,2,1,7,8]
[1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0] => [10,9,8,5,4,3,2,1,6,7]
[1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,4,3,2,1,5,6]
[1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,3,2,1,4,5]
[1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,5,2,1,3,4]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [9,10,7,6,5,4,3,2,1,8]
[1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,2,1,3,4,5,6]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0] => [10,9,8,2,1,3,4,5,6,7]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0] => [10,9,5,4,3,2,1,6,7,8]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0] => [8,7,5,4,3,2,1,6,9,10]
[1,1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0] => [6,5,7,4,3,2,1,8,9,10]
[1,1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,4,5,6,7,2,1,8,9,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0] => [10,8,7,9,5,6,3,4,1,2]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,6,2,1,3,4]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [7,5,4,3,2,1,6,8,9,10]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,0,0] => [7,4,3,2,1,5,6,8,9,10]
[1,1,1,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [5,4,3,2,6,7,1,8,9,10]
[1,0,1,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,3,2,8,9,10,1]
[1,0,1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,8,3,2,9,10,1]
[1,0,1,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,8,9,3,2,10,1]
[1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => [10,9,8,6,5,7,4,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,5,4,6,3,2,1]
[1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,5,3,2,4,1]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [7,8,9,10,2,1,3,4,5,6]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,5,4,3,2,9,1]
[1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,5,4,3,2,6,1]
[1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,5,4,3,6,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [8,9,7,10,6,5,4,3,2,1]
[1,1,1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0,0] => [5,4,6,3,2,1,7,8,9,10]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,0] => [9,5,4,3,2,1,6,7,8,10]
[1,1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0,0,0] => [5,4,3,6,2,1,7,8,9,10]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0,0] => [8,5,4,3,2,1,6,7,9,10]
[1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [5,4,3,2,6,1,7,8,9,10]
[1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,4,3,5,1,2]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [6,7,5,4,3,1,2,8,9,10]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => [10,9,7,6,5,4,8,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,4,5,9,3,2,1]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [10,9,7,6,5,4,3,8,2,1]
[1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,5,3,4,9,2,1]
[1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0] => [8,9,10,4,5,6,1,2,3,7]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [7,8,9,6,5,4,3,10,2,1]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,1,0,0,0,0] => [7,8,9,6,5,10,4,3,2,1]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [9,10,7,6,5,4,3,2,8,1]
[1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0] => [10,9,7,6,8,4,5,3,2,1]
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,1,0,0] => [9,10,3,1,2,4,5,6,7,8]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,6,3,1,2,4]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,3,4,1,2,6]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [9,10,7,5,6,3,4,1,2,8]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [9,7,8,5,6,3,4,1,2,10]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0] => [10,7,8,5,6,3,4,1,2,9]
[1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [10,8,9,5,6,3,4,1,2,7]
[1,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [10,8,9,6,7,3,4,1,2,5]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,5,4,3,1,2,9]
[1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,4,5,3,6,2,1]
[1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,4,5,3,2,6,1]
[1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,4,5,3,2,1,6]
[1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [7,6,5,4,2,3,8,9,10,1]
[1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0,0] => [7,6,5,2,3,4,8,9,1,10]
[1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0] => [8,7,6,3,4,5,9,2,1,10]
[1,1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0,0] => [8,7,3,4,5,6,2,1,9,10]
[1,1,1,1,0,1,0,1,0,1,1,1,0,0,0,0,0,1,0,0] => [9,4,5,6,3,2,1,7,8,10]
[1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,1,0] => [10,5,6,4,3,2,1,7,8,9]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0] => [10,8,9,7,5,4,3,2,1,6]
[1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => [10,8,7,9,6,4,3,2,1,5]
[1,1,0,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0] => [10,8,7,6,9,5,3,2,1,4]
[1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,5,9,4,2,1,3]
[1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,5,4,9,3,1,2]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0,1,0] => [10,9,2,1,3,4,5,6,7,8]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0,0] => [9,8,2,1,3,4,5,6,7,10]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,0,0] => [8,7,2,1,3,4,5,6,9,10]
[1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0] => [7,6,2,1,3,4,5,8,9,10]
[1,1,1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0,0,0] => [6,5,2,1,3,4,7,8,9,10]
[1,1,1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0,0,0] => [5,4,2,1,3,6,7,8,9,10]
[1,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0] => [3,4,5,1,2,6,7,8,9,10]
[1,0,1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,0] => [7,8,9,2,3,4,5,6,10,1]
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [7,8,2,3,4,5,6,9,10,1]
[1,1,1,1,1,0,0,1,1,0,1,0,1,0,1,0,0,0,0,0] => [6,5,4,3,7,1,2,8,9,10]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,0] => [10,8,6,7,9,5,4,3,2,1]
[1,1,0,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,3,9,10,1,2]
[1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [7,6,5,4,2,1,3,8,9,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0] => [7,6,8,5,4,3,2,1,9,10]
[1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,2,1,3,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [9,7,8,6,5,4,3,2,1,10]
[1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,1,2,9,10]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,1,1,0,0,0,0] => [7,8,5,6,9,10,1,2,3,4]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,1,0,0,0] => [8,6,7,9,10,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,0,1,1,0,0,0,0] => [7,8,6,9,10,1,2,3,4,5]
[1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0] => [7,8,4,5,6,9,10,1,2,3]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [8,9,7,6,5,4,3,2,10,1]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0,0] => [8,2,1,3,4,5,6,7,9,10]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,0,0] => [7,2,1,3,4,5,6,8,9,10]
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0] => [6,2,1,3,4,5,7,8,9,10]
[1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0,0] => [5,2,1,3,4,6,7,8,9,10]
[1,1,1,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,0,0] => [3,2,4,5,1,6,7,8,9,10]
[1,1,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [3,2,4,5,6,1,7,8,9,10]
[1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [3,2,4,5,6,7,8,1,9,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0,0] => [9,8,1,2,3,4,5,6,7,10]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,0] => [9,8,7,1,2,3,4,5,6,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [9,7,8,10,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [9,7,8,5,6,10,3,4,1,2]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [9,7,8,5,6,3,4,10,1,2]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [9,7,8,5,6,3,4,2,10,1]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [9,8,10,6,7,4,5,2,3,1]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,3,2,4,5,6,1]
[1,0,1,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,4,3,5,6,2,1]
[1,1,0,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,5,2,3,1,4]
[1,1,1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,0,0,0] => [7,6,5,4,1,2,3,8,9,10]
[1,1,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [7,6,5,4,2,3,1,8,9,10]
[1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,0,0] => [7,6,5,4,8,2,1,3,9,10]
[1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,1,0,0,0,0] => [7,6,5,8,9,2,1,3,4,10]
[1,1,1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,0,0,0] => [4,3,5,2,1,6,7,8,9,10]
[1,1,1,0,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [4,3,5,6,7,8,9,1,2,10]
[1,1,0,1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0,0] => [9,7,8,4,5,6,3,2,1,10]
[1,1,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,0] => [9,8,7,4,5,6,2,3,1,10]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,5,4,3,9,1,2]
[1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,5,3,1,2,4]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0] => [6,7,5,8,4,9,3,10,1,2]
[1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0] => [7,8,6,9,5,10,2,3,1,4]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0] => [8,9,7,10,4,5,2,3,1,6]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0,1,0] => [10,9,6,7,4,5,2,3,1,8]
[1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,0] => [9,8,6,7,4,5,2,3,1,10]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,0] => [8,7,9,6,4,5,2,3,1,10]
[1,1,0,1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0,0] => [7,6,8,5,9,4,2,3,1,10]
[1,1,0,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [6,5,7,4,8,3,9,2,1,10]
[1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0] => [5,4,6,3,7,2,8,1,9,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0] => [10,7,8,6,5,4,3,2,1,9]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [10,7,6,5,4,3,1,2,8,9]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,0] => [8,6,4,2,1,3,5,7,9,10]
[1,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,2,3,1,9,10]
[1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,2,3,4,1,10]
[1,1,0,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [10,4,3,5,6,7,8,9,1,2]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0] => [9,10,3,2,4,5,6,7,8,1]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0,0] => [7,6,5,8,4,3,2,1,9,10]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [7,6,5,4,3,2,8,1,9,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [6,7,8,5,4,3,2,1,9,10]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [6,5,7,8,4,3,2,1,9,10]
[1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [8,9,6,7,4,5,2,3,10,1]
[1,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0] => [8,9,6,7,4,5,10,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0] => [8,9,6,7,10,4,5,2,3,1]
[1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [9,8,7,6,10,5,4,3,1,2]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0] => [9,10,6,7,5,8,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0] => [9,10,7,5,6,8,4,3,2,1]
[1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [10,8,9,5,6,4,7,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [10,8,9,6,4,5,7,3,2,1]
[1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [9,2,3,4,5,6,7,8,1,10]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [10,7,6,5,4,3,2,8,9,1]
[1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [10,7,6,5,4,3,8,9,2,1]
[1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [10,8,7,9,6,5,4,1,2,3]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [8,9,6,5,4,3,2,1,7,10]
[1,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,3,9,1,2,10]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,3,1,2,4,6]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,3,4,6,1,2]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [9,10,7,5,3,4,6,8,1,2]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [9,10,7,5,3,4,6,1,2,8]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [9,10,7,5,3,4,1,2,6,8]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [9,10,7,5,3,1,2,4,6,8]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [9,10,7,5,6,8,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [9,10,7,5,6,8,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [9,10,7,5,6,3,1,2,4,8]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [9,10,7,5,6,3,4,8,1,2]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [9,7,5,6,8,10,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [9,7,5,6,8,10,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [9,7,5,6,8,3,1,2,4,10]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [9,7,5,6,8,3,4,10,1,2]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [9,7,5,6,8,3,4,1,2,10]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [9,7,5,6,3,4,1,2,8,10]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [9,7,5,6,3,1,2,4,8,10]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [9,7,5,3,4,6,1,2,8,10]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [9,7,5,3,4,1,2,6,8,10]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [9,7,5,6,3,4,8,10,1,2]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [9,7,5,6,3,4,8,1,2,10]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [9,7,5,3,1,2,4,6,8,10]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [9,7,5,3,4,6,8,10,1,2]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [9,7,5,3,4,6,8,1,2,10]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [9,7,8,10,5,6,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [9,7,8,10,5,3,1,2,4,6]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [9,7,8,10,5,3,4,6,1,2]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [9,7,8,10,5,3,4,1,2,6]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [9,7,8,5,3,4,6,10,1,2]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [9,7,8,5,3,4,6,1,2,10]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [9,7,8,5,3,4,1,2,6,10]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [9,7,8,5,3,1,2,4,6,10]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [9,7,8,5,6,10,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [9,7,8,5,6,3,1,2,4,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [10,8,9,6,5,4,3,2,1,7]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0] => [10,8,7,9,5,4,3,2,1,6]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [10,8,7,6,9,4,3,2,1,5]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,5,9,3,2,1,4]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,5,4,9,2,1,3]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,1,0] => [10,7,8,9,5,4,3,2,1,6]
[1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0] => [10,8,6,7,9,4,3,2,1,5]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [10,8,7,5,6,9,3,2,1,4]
[1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,4,5,9,2,1,3]
[1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,5,3,4,9,1,2]
[1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,5,4,2,3,9,1]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,4,2,3,1,10]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0,0] => [7,8,5,6,4,3,2,1,9,10]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,0] => [7,8,5,6,4,3,1,2,9,10]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [7,8,5,6,3,4,1,2,9,10]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0] => [9,10,2,3,1,4,5,6,7,8]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [7,5,4,3,2,6,1,8,9,10]
[1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0] => [8,5,4,3,6,2,1,7,9,10]
[1,1,1,1,0,1,0,1,0,1,1,0,1,0,0,0,0,1,0,0] => [9,5,4,6,3,2,1,7,8,10]
[1,1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,1,0,0,0] => [8,4,3,5,6,2,1,7,9,10]
[1,1,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,0,0,0] => [7,4,3,2,5,6,1,8,9,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0,0] => [9,7,1,2,3,4,5,6,8,10]
[1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,1,0,0] => [9,8,6,1,2,3,4,5,7,10]
[1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,1,0,0] => [9,8,7,5,1,2,3,4,6,10]
[1,1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,4,1,2,3,5,10]
[1,1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,3,1,2,4,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,1,0,0] => [9,7,5,4,3,2,1,6,8,10]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [9,7,5,3,2,1,4,6,8,10]
[1,1,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [4,2,3,5,6,7,8,1,9,10]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0] => [9,2,3,4,5,6,7,1,8,10]
[1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0] => [4,2,3,1,5,6,7,8,9,10]
[1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,0,0,0,0,0] => [5,2,3,4,1,6,7,8,9,10]
[1,1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0,0] => [6,2,3,4,5,1,7,8,9,10]
[1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,4,5,1,2,3,6]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [8,6,5,4,3,2,1,7,9,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,1,0,0] => [9,10,6,5,4,3,2,1,7,8]
[1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0,0] => [9,4,3,2,1,5,6,7,8,10]
[1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [9,3,4,5,6,7,8,1,2,10]
[1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0] => [8,9,2,3,4,5,6,7,1,10]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [7,8,6,5,4,3,1,2,9,10]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,6,3,2,4,1]
[1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [10,4,5,6,7,8,9,2,1,3]
[1,1,1,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [10,5,6,7,8,9,2,1,3,4]
[1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [10,6,7,8,9,2,1,3,4,5]
[1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,0,0,0,1,0] => [10,7,8,9,2,1,3,4,5,6]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0,1,0] => [10,8,9,2,1,3,4,5,6,7]
[1,1,0,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0] => [5,4,2,3,6,7,8,9,1,10]
[1,1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0] => [6,5,4,2,3,7,8,9,1,10]
[1,1,0,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0] => [7,6,5,4,2,3,8,9,1,10]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [9,7,6,5,4,3,1,2,8,10]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [9,10,7,6,5,4,3,1,2,8]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [10,5,4,6,3,7,2,8,9,1]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0] => [7,6,8,5,9,10,4,2,3,1]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [9,5,4,6,3,7,8,2,10,1]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0] => [10,8,4,3,5,2,6,7,9,1]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0] => [7,6,8,9,5,3,4,2,10,1]
[1,0,1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,1,0] => [10,6,5,7,8,4,2,3,9,1]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0] => [9,10,8,4,3,5,6,2,7,1]
[1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,1,0] => [10,8,9,7,3,2,4,5,6,1]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [8,5,4,6,7,3,9,2,10,1]
[1,0,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [10,7,4,3,5,6,2,8,9,1]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [9,6,5,7,8,10,4,2,3,1]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [9,7,4,3,5,6,8,2,10,1]
[1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0] => [10,8,6,3,2,4,5,7,9,1]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [7,8,6,4,5,3,9,2,10,1]
[1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,1,0] => [10,6,7,5,3,4,2,8,9,1]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,0,0,0] => [8,9,7,5,6,10,4,2,3,1]
[1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0] => [9,6,7,5,3,4,8,2,10,1]
[1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0] => [10,8,5,6,4,2,3,7,9,1]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0] => [8,9,7,10,6,3,4,2,5,1]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,1,0] => [10,7,8,6,9,5,2,3,4,1]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0] => [8,9,10,7,5,3,4,2,6,1]
[1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,1,0] => [10,7,8,9,6,4,2,3,5,1]
[1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [8,9,7,4,5,3,6,2,10,1]
[1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0] => [10,7,8,6,3,4,2,5,9,1]
[1,0,1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0] => [9,7,8,6,3,4,5,2,10,1]
[1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,1,0] => [10,8,6,7,5,2,3,4,9,1]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [7,5,6,4,8,3,9,2,10,1]
[1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [10,6,4,5,3,7,2,8,9,1]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [8,6,7,5,9,10,4,2,3,1]
[1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [9,6,4,5,3,7,8,2,10,1]
[1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,1,0] => [10,8,5,3,4,2,6,7,9,1]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [8,6,7,9,5,3,4,2,10,1]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0] => [10,7,5,6,8,4,2,3,9,1]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0] => [9,10,8,5,3,4,6,2,7,1]
[1,0,1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0] => [10,8,9,7,4,2,3,5,6,1]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [8,6,4,5,7,3,9,2,10,1]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [10,7,5,3,4,6,2,8,9,1]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0] => [9,7,5,6,8,10,4,2,3,1]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [9,7,5,3,4,6,8,2,10,1]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [10,8,6,4,2,3,5,7,9,1]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [8,6,5,4,3,2,7,9,1,10]
[1,1,0,1,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0,0] => [8,7,5,4,3,6,9,2,1,10]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0] => [8,7,6,9,5,3,4,2,1,10]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [8,7,9,6,5,4,2,3,1,10]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [8,9,7,6,5,4,3,1,2,10]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,1,0,0] => [9,8,10,1,2,3,4,5,6,7]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,1,0,1,0,0] => [9,8,7,10,1,2,3,4,5,6]
[1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,1,0,1,0,0] => [9,8,7,6,10,1,2,3,4,5]
[1,1,1,1,0,0,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,10,1,2,3,4]
[1,1,1,0,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,4,10,1,2,3]
[1,1,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0,0] => [4,5,3,2,1,6,7,8,9,10]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [9,8,10,7,6,5,4,2,3,1]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [9,7,8,6,5,4,3,2,10,1]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [8,7,9,6,5,4,3,2,10,1]
[1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,4,5,3,6,1,2]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0] => [9,10,6,7,5,8,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,0] => [8,9,7,10,5,6,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,0] => [10,8,6,7,5,9,3,4,1,2]
[1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [10,8,9,6,4,5,3,7,1,2]
[1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0] => [9,3,2,4,5,6,7,8,1,10]
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0] => [10,9,3,2,4,5,6,7,8,1]
[1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0] => [10,4,3,5,6,7,8,9,2,1]
[1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0] => [10,3,2,4,5,6,7,8,9,1]
[1,0,1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [4,5,3,6,7,8,9,10,2,1]
[1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,8,9,2,1,3,10]
[1,1,1,1,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [5,6,7,8,9,2,1,3,4,10]
[1,1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0] => [6,7,8,9,2,1,3,4,5,10]
[1,1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,0,0,0,0] => [7,8,9,2,1,3,4,5,6,10]
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0,0] => [8,9,2,1,3,4,5,6,7,10]
[1,1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0,0] => [3,4,2,5,1,6,7,8,9,10]
[1,1,1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,0,0] => [4,3,2,5,1,6,7,8,9,10]
[1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,2,3,1,4,6]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0,0] => [9,6,7,2,3,4,5,1,8,10]
[1,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0,0] => [9,6,7,4,5,2,3,1,8,10]
[1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0] => [8,9,6,7,5,10,3,4,1,2]
[1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0] => [8,9,6,7,4,5,3,10,1,2]
[1,1,0,0,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [8,7,5,6,4,3,9,10,1,2]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,1,0,0] => [9,6,7,8,4,3,1,2,5,10]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,1,1,0,0] => [9,10,6,5,3,4,2,1,7,8]
[1,0,1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0] => [6,5,4,2,3,7,8,9,10,1]
[1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [5,6,4,7,3,8,2,9,10,1]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0] => [9,8,10,7,5,4,3,2,1,6]
[1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0] => [9,10,8,7,5,4,3,2,1,6]
[1,1,1,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,3,2,1,4,5,6]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [6,7,5,4,3,2,8,9,10,1]
[1,0,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,2,3,9,10,1]
[1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [10,8,9,6,7,4,2,3,5,1]
[1,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,0] => [8,7,9,3,4,2,5,1,6,10]
[1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [10,9,7,3,4,2,5,1,6,8]
[1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,0] => [7,6,8,3,4,2,5,9,1,10]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,1,0] => [10,9,6,3,4,2,5,7,1,8]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [10,8,6,3,4,2,5,7,9,1]
[1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,1,0] => [10,8,7,9,4,5,2,1,3,6]
[1,1,1,0,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0] => [9,8,10,7,4,5,2,1,3,6]
[1,1,0,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [6,5,7,3,4,8,2,9,1,10]
[1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [10,7,6,8,4,5,9,2,1,3]
[1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [10,9,5,3,4,6,2,7,1,8]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [10,8,5,3,4,6,2,7,9,1]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [9,8,10,6,4,5,7,2,1,3]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [10,7,5,3,4,6,8,2,9,1]
[1,0,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [9,7,5,3,4,6,8,10,2,1]
[1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,1,0,0,1,0] => [10,8,7,9,3,2,4,5,1,6]
[1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,1,0,0] => [9,8,10,7,3,2,4,5,1,6]
[1,0,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0] => [10,7,6,8,3,2,4,5,9,1]
[1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [9,8,10,6,3,2,4,5,7,1]
[1,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [9,7,5,2,1,3,4,6,8,10]
[1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,0] => [5,4,6,7,3,8,2,9,1,10]
[1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [10,6,5,7,8,4,9,2,1,3]
[1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0,1,0] => [10,6,5,7,8,3,2,4,9,1]
[1,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0] => [9,6,5,7,8,10,4,2,1,3]
[1,0,1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0] => [9,6,5,7,8,10,3,2,4,1]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0,1,0] => [10,9,4,5,3,6,2,7,1,8]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0] => [10,8,4,5,3,6,2,7,9,1]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,0,0] => [9,8,10,5,6,4,7,2,1,3]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0] => [10,7,4,5,3,6,8,2,9,1]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0] => [9,7,4,5,3,6,8,10,2,1]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0] => [9,8,10,5,6,3,2,4,7,1]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0] => [9,7,4,5,2,1,3,6,8,10]
[1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,1,0,0,0] => [8,7,9,5,6,10,4,2,1,3]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0] => [8,7,9,5,6,10,3,2,4,1]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [10,6,4,5,7,3,8,2,9,1]
[1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0] => [9,6,4,5,7,2,1,3,8,10]
[1,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [8,6,4,5,7,9,3,10,2,1]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [8,6,4,5,7,9,2,1,3,10]
[1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [6,5,4,7,8,3,2,1,9,10]
[1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [6,5,4,3,7,8,2,1,9,10]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [7,8,9,5,4,3,2,1,6,10]
[1,1,1,0,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0] => [6,7,8,9,4,3,2,1,5,10]
[1,1,1,0,1,0,1,0,0,1,1,1,1,0,1,0,0,0,0,0] => [6,5,7,8,9,3,2,1,4,10]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0,0] => [6,5,4,7,8,9,2,1,3,10]
[1,1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [6,5,4,3,7,8,9,1,2,10]
[1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [8,5,3,4,6,2,7,9,1,10]
[1,1,0,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,0] => [6,5,7,3,4,2,8,9,1,10]
[1,1,0,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [8,4,5,6,7,2,3,9,1,10]
[1,1,0,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,0] => [6,7,4,3,5,2,8,9,1,10]
[1,1,0,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0] => [5,6,4,7,8,2,3,9,1,10]
[1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [8,5,6,4,3,7,2,9,1,10]
[1,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [6,7,8,4,3,5,2,9,1,10]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,0] => [8,6,5,7,2,3,4,9,1,10]
[1,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [8,6,5,3,4,7,2,9,1,10]
[1,1,0,1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0,0] => [7,8,4,2,3,5,6,9,1,10]
[1,1,0,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,0] => [7,5,4,6,2,3,8,9,1,10]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [7,8,3,4,5,6,2,9,1,10]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,0] => [7,5,6,3,2,4,8,9,1,10]
[1,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [7,4,5,3,6,8,2,9,1,10]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [8,5,6,4,7,9,3,1,2,10]
[1,1,1,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [6,7,8,4,5,9,3,1,2,10]
[1,1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [8,6,5,7,4,9,3,1,2,10]
[1,1,1,0,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [7,8,4,5,6,9,3,1,2,10]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [7,5,6,8,4,9,3,1,2,10]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [8,6,7,9,5,3,1,2,4,10]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [7,8,6,9,5,3,1,2,4,10]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [8,6,7,9,5,2,3,1,4,10]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [7,8,6,9,5,2,3,1,4,10]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [8,9,7,5,2,3,1,4,6,10]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [8,9,7,3,4,5,1,2,6,10]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0,0] => [8,9,7,5,3,2,4,1,6,10]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0] => [8,9,7,4,5,1,2,3,6,10]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,0] => [8,9,7,4,2,3,5,1,6,10]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,0] => [9,7,4,2,3,5,1,6,8,10]
[1,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [9,5,4,6,2,3,1,7,8,10]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [9,7,3,4,5,6,1,2,8,10]
[1,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0] => [9,5,6,3,2,4,1,7,8,10]
[1,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,1,0,0] => [9,4,5,3,6,7,1,2,8,10]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,0] => [9,7,4,5,3,2,6,1,8,10]
[1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0] => [9,5,6,7,3,2,4,1,8,10]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0] => [9,7,5,4,6,1,2,3,8,10]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0] => [9,7,5,4,2,3,6,1,8,10]
[1,1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0] => [9,6,7,3,1,2,4,5,8,10]
[1,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,1,0,0] => [9,6,4,3,5,1,2,7,8,10]
[1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,1,0,0] => [9,6,4,5,2,1,3,7,8,10]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,0] => [9,6,3,4,2,5,7,1,8,10]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0] => [7,8,5,6,3,1,2,4,9,10]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [7,8,5,6,9,4,2,3,10,1]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,0,1,1,0,0,0] => [8,9,5,6,7,4,2,3,10,1]
[1,0,1,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [8,9,6,7,5,4,2,3,10,1]
[1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,0] => [8,9,7,5,6,4,2,3,10,1]
[1,0,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,0,0] => [9,6,7,5,8,4,2,3,10,1]
[1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,1,0,0] => [9,10,7,8,6,4,2,3,1,5]
[1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0] => [9,10,7,8,6,4,3,5,1,2]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0] => [8,9,6,7,5,4,3,2,1,10]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0] => [8,7,9,1,2,3,4,5,6,10]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,1,0,0,0,0] => [7,6,8,9,1,2,3,4,5,10]
[1,1,1,1,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0] => [6,5,7,8,9,1,2,3,4,10]
[1,1,1,1,0,0,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [5,4,6,7,8,9,1,2,3,10]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [5,6,4,7,3,8,2,9,1,10]
[1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [10,8,9,6,7,3,4,2,5,1]
[1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [10,8,9,5,6,3,4,2,7,1]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0] => [10,7,8,5,6,3,4,2,9,1]
[1,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [9,10,7,5,6,3,4,2,8,1]
[1,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,3,4,2,6,1]
[1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [10,8,9,5,3,4,6,2,7,1]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [10,6,5,4,3,1,2,7,8,9]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0] => [10,6,7,5,4,3,2,1,8,9]
[1,1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0,0] => [7,8,9,4,5,6,1,2,3,10]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0] => [9,8,10,6,5,4,3,2,1,7]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [10,9,7,6,5,4,3,1,2,8]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [10,8,7,6,5,4,2,1,3,9]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [7,6,5,8,4,9,3,10,1,2]
[1,1,0,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [8,6,5,4,7,9,3,10,1,2]
[1,1,0,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0] => [9,6,5,4,7,3,8,10,1,2]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [9,7,5,4,3,6,8,10,1,2]
[1,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [8,7,6,9,4,5,3,1,2,10]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0] => [9,7,6,4,5,8,3,1,2,10]
[1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [9,8,5,6,4,3,7,1,2,10]
[1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [9,8,6,7,4,3,1,2,5,10]
[1,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0] => [10,6,5,4,7,3,8,1,2,9]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0] => [10,7,5,4,3,6,8,1,2,9]
[1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0] => [10,7,6,4,5,3,1,2,8,9]
[1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [10,8,5,4,3,6,1,2,7,9]
[1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0] => [10,8,6,4,3,1,2,5,7,9]
[1,0,1,0,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0] => [8,7,6,9,5,10,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0] => [9,7,6,5,8,10,3,4,2,1]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0] => [9,8,6,7,5,3,4,10,2,1]
[1,0,1,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0] => [10,7,6,5,8,3,4,9,2,1]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0] => [10,8,6,5,3,4,7,9,2,1]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0] => [9,8,7,10,4,5,3,2,6,1]
[1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0,1,0] => [10,8,7,4,5,6,3,2,9,1]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [9,8,7,10,5,6,3,2,1,4]
[1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [10,9,5,6,4,3,7,2,8,1]
[1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,1,0] => [10,9,6,7,4,3,2,5,8,1]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [10,9,6,7,5,3,4,2,1,8]
[1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [10,9,7,8,4,3,2,5,1,6]
[1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,1,0,1,0] => [10,9,7,8,5,3,2,1,4,6]
[1,0,1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0] => [6,7,5,4,8,3,9,2,10,1]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [7,8,5,4,3,6,9,2,10,1]
[1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [7,8,6,4,5,3,2,9,10,1]
[1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [8,9,5,4,3,6,2,7,10,1]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0] => [8,9,6,4,3,2,5,7,10,1]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0] => [7,8,6,5,9,3,4,2,1,10]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0] => [8,9,6,5,3,4,7,2,1,10]
[1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [8,9,7,4,5,3,2,6,1,10]
[1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,0] => [8,9,7,5,6,3,2,1,4,10]
[1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,0] => [9,10,5,4,3,6,2,7,1,8]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0] => [9,10,6,4,3,2,5,7,1,8]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0] => [9,10,7,4,3,2,5,1,6,8]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [9,10,7,5,3,2,1,4,6,8]
[1,1,1,0,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,8,3,9,1,2,10]
[1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0] => [8,9,2,3,4,5,1,6,7,10]
[1,1,1,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,0,0] => [5,6,7,4,8,9,1,2,3,10]
[1,1,1,1,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0,0] => [7,8,9,2,3,1,4,5,6,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0] => [9,7,6,8,5,4,3,2,1,10]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0] => [7,8,6,9,5,4,3,2,1,10]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0] => [8,7,6,4,3,2,1,5,9,10]
[1,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,5,4,3,6,1,2]
[1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,5,4,6,2,3,1]
[1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0] => [10,8,6,4,5,2,3,1,7,9]
[1,1,1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0,0,0] => [4,3,5,6,2,7,8,1,9,10]
[1,1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0] => [5,3,4,6,2,7,8,1,9,10]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [9,10,7,4,2,3,5,1,6,8]
[1,1,1,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0] => [5,4,6,7,3,2,1,8,9,10]
[1,1,1,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0,0] => [5,4,3,6,7,2,1,8,9,10]
[1,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,1,0,0,0] => [8,7,9,4,3,2,1,5,6,10]
[1,1,1,1,0,1,0,1,0,0,0,1,1,1,1,0,0,0,0,0] => [6,7,8,9,3,2,1,4,5,10]
[1,1,1,0,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [5,4,3,6,7,8,9,1,2,10]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [8,9,7,6,5,4,3,10,2,1]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [8,9,7,6,5,4,10,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [8,9,7,6,5,10,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [8,9,7,6,10,5,4,3,2,1]
[1,1,1,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0,1,0] => [10,4,5,3,2,1,6,7,8,9]
[1,1,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0] => [4,5,2,1,3,6,7,8,9,10]
[1,1,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0,0] => [4,3,5,1,2,6,7,8,9,10]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0] => [7,8,9,6,5,4,3,2,10,1]
[1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [10,5,4,3,2,6,1,7,8,9]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0,1,0] => [10,6,4,3,2,1,5,7,8,9]
[1,0,1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,0,0,0] => [6,5,4,3,7,2,8,9,10,1]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0] => [7,5,4,3,2,6,8,9,10,1]
[1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,5,10,3,4,1,2]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [9,8,7,10,5,6,3,4,1,2]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [8,7,5,6,4,3,2,1,9,10]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0,0] => [8,6,5,7,4,3,2,1,9,10]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0] => [8,5,6,7,4,3,2,1,9,10]
[1,1,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0,0] => [6,7,5,8,4,3,2,1,9,10]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0] => [8,9,7,6,4,3,2,1,5,10]
[1,1,1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0,0] => [7,6,5,3,2,1,4,8,9,10]
[1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,4,3,5,1,2,10]
[1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [9,8,7,6,4,5,2,3,1,10]
[1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [7,6,4,5,8,3,9,10,1,2]
[1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [8,5,6,4,3,7,9,10,1,2]
[1,1,0,0,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [6,5,4,3,7,8,9,10,1,2]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,0] => [8,7,9,10,5,6,2,1,3,4]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0] => [9,10,5,4,2,3,6,1,7,8]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0] => [9,10,6,3,4,2,1,5,7,8]
[1,1,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,8,9,3,1,2,10]
[1,1,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,0] => [6,5,7,8,9,4,2,1,3,10]
[1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,0,0,0,0,0] => [6,7,8,9,5,1,2,3,4,10]
[1,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,1,0,0,0] => [8,7,9,6,2,1,3,4,5,10]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0] => [8,9,7,1,2,3,4,5,6,10]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0,0,0] => [6,7,4,3,2,1,5,8,9,10]
[1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0,0] => [7,6,4,3,2,1,5,8,9,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0,1,0] => [10,8,6,5,4,3,2,1,7,9]
[1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0] => [7,3,4,5,6,2,8,9,10,1]
[1,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0] => [8,3,4,5,6,7,2,9,10,1]
[1,0,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0] => [9,3,4,5,6,7,8,2,10,1]
[1,1,0,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [10,8,9,6,7,4,3,2,1,5]
[1,1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,1,2,3,9,10]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0,1,0] => [10,7,5,6,3,4,8,2,9,1]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0] => [7,8,5,6,3,4,9,2,10,1]
[1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,0,1,0] => [10,8,5,6,3,4,7,2,9,1]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [10,8,9,6,3,4,5,2,7,1]
[1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [10,8,9,6,7,4,3,2,5,1]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0] => [9,7,8,6,5,4,3,1,2,10]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [8,7,9,6,5,4,3,1,2,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0,0] => [8,6,7,5,4,3,2,1,9,10]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,0] => [8,7,5,3,4,1,2,6,9,10]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0,1,0,0] => [9,6,5,3,4,7,1,2,8,10]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0,0] => [8,6,5,7,3,1,2,4,9,10]
[1,1,1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [7,6,5,8,3,4,1,2,9,10]
[1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [9,7,4,3,5,6,8,1,2,10]
[1,1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [8,7,4,5,3,6,9,1,2,10]
[1,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [9,6,4,5,7,3,1,2,8,10]
[1,1,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0] => [9,5,4,6,7,3,8,1,2,10]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0,0,0] => [8,6,7,4,3,1,2,5,9,10]
[1,1,1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [7,6,8,4,3,5,1,2,9,10]
[1,1,1,0,0,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [8,5,6,4,3,7,9,1,2,10]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [7,5,6,4,8,3,1,2,9,10]
[1,1,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [6,5,7,4,8,3,9,1,2,10]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,0] => [9,7,5,2,3,4,6,8,1,10]
[1,1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,1,0,0,0] => [8,7,5,6,2,3,4,9,1,10]
[1,1,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0] => [9,6,5,7,8,2,3,4,1,10]
[1,1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [8,6,7,5,2,3,4,9,1,10]
[1,1,0,1,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [7,6,8,5,9,2,3,4,1,10]
[1,1,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0,1,0,0] => [9,7,4,5,6,8,2,1,3,10]
[1,1,1,0,1,0,0,1,1,1,0,0,0,1,1,0,1,0,0,0] => [8,7,9,4,5,6,2,1,3,10]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0] => [9,7,3,4,5,6,2,8,1,10]
[1,1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0,0] => [8,7,9,3,4,5,2,6,1,10]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [9,6,7,8,4,2,1,3,5,10]
[1,1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0,1,0,0] => [9,5,6,7,4,2,3,1,8,10]
[1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [9,6,7,8,3,2,4,5,1,10]
[1,1,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0,1,0,0] => [9,5,6,7,3,4,2,1,8,10]
[1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [9,4,5,6,3,7,2,8,1,10]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0,0] => [8,9,6,4,2,1,3,5,7,10]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,0,0] => [7,8,6,4,2,3,1,5,9,10]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,1,1,0,0,0] => [8,9,5,4,2,3,6,1,7,10]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,0,0,0] => [7,8,5,4,6,2,1,3,9,10]
[1,1,1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0,0] => [6,7,5,4,8,2,3,1,9,10]
[1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,0,0] => [8,9,6,3,2,4,5,7,1,10]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,0] => [7,8,6,3,4,2,5,9,1,10]
[1,1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [8,9,5,3,4,6,2,1,7,10]
[1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,0,0] => [8,9,4,3,5,6,2,7,1,10]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,0] => [7,8,5,6,3,2,1,4,9,10]
[1,1,1,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,0] => [6,7,5,8,3,2,4,1,9,10]
[1,1,0,1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [7,8,4,5,3,2,6,9,1,10]
[1,1,1,0,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0] => [6,7,4,5,3,8,2,1,9,10]
[1,1,0,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [5,3,4,6,7,8,9,10,1,2]
[1,0,1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [6,3,4,5,7,8,9,10,2,1]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [9,8,7,10,6,5,4,3,1,2]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [8,7,9,6,5,4,2,1,3,10]
[1,1,0,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [5,4,3,6,7,8,9,10,1,2]
[1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [7,6,5,4,3,8,9,10,1,2]
[1,1,1,1,0,1,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [5,6,4,3,2,7,1,8,9,10]
[1,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [9,6,4,3,5,7,8,10,1,2]
[1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [9,8,6,5,7,4,3,10,1,2]
[1,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [6,5,7,4,8,9,3,10,1,2]
[1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [9,8,6,3,4,5,1,2,7,10]
[1,1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [8,7,9,6,3,4,1,2,5,10]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0] => [8,5,6,7,4,9,3,1,2,10]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [10,6,5,3,4,7,1,2,8,9]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0] => [10,8,5,3,1,2,4,6,7,9]
[1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0] => [10,8,7,5,4,6,3,1,2,9]
[1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [10,5,4,6,3,7,8,1,2,9]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0] => [10,7,4,5,3,1,2,6,8,9]
[1,0,1,0,1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0] => [9,8,6,5,7,10,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [8,7,9,6,5,10,3,4,2,1]
[1,0,1,0,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [8,5,6,7,3,4,9,10,2,1]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0,1,0] => [10,8,7,5,3,4,6,9,2,1]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0] => [10,7,6,8,5,3,4,9,2,1]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,1,0,1,0,0,0] => [8,7,9,10,3,4,2,5,6,1]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [10,7,3,4,5,6,2,8,9,1]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,0,0,1,0] => [10,7,5,6,8,9,2,1,3,4]
[1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [10,9,6,7,5,3,2,4,8,1]
[1,0,1,1,0,1,0,1,1,0,1,1,0,0,0,0,1,0,1,0] => [10,9,5,6,4,7,3,2,8,1]
[1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,1,0,1,0] => [10,9,5,6,2,3,4,1,7,8]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [10,9,7,8,5,4,2,1,3,6]
[1,1,0,1,0,1,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [10,9,7,8,4,3,5,2,1,6]
[1,0,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,0] => [6,7,5,3,4,8,2,9,10,1]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0] => [8,9,5,3,2,4,6,7,10,1]
[1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0] => [8,9,7,5,4,6,3,2,10,1]
[1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [5,6,4,7,3,8,9,2,10,1]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [7,8,4,5,3,2,6,9,10,1]
[1,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [8,9,7,5,2,3,4,1,6,10]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [7,8,5,6,9,4,2,1,3,10]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0] => [7,8,4,5,6,3,9,2,1,10]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [9,10,7,4,2,1,3,5,6,8]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0] => [9,10,7,6,4,3,5,2,1,8]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,0] => [9,10,4,3,5,2,6,7,1,8]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0] => [10,9,5,6,7,8,3,1,2,4]
[1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [9,10,5,6,7,4,8,3,1,2]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [10,6,7,8,9,4,3,1,2,5]
[1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0,1,1,0,0] => [9,10,5,6,7,4,8,2,1,3]
[1,1,1,0,1,0,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [10,6,7,8,9,5,2,1,3,4]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0,1,0] => [10,6,7,8,9,3,2,4,1,5]
[1,1,1,0,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [9,6,7,8,5,10,4,1,2,3]
[1,1,1,0,1,0,0,0,1,0,1,1,1,1,0,0,0,1,0,0] => [9,6,7,8,10,5,2,1,3,4]
[1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0,1,1,0,0] => [9,10,5,6,7,4,2,3,1,8]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0] => [9,6,7,8,10,4,3,1,2,5]
[1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,0] => [9,10,5,6,7,3,2,4,1,8]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,1,0,1,0,0] => [9,8,5,6,7,10,3,1,2,4]
[1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,1,0,0] => [9,8,10,4,5,6,2,1,3,7]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,1,0,0,1,0] => [10,8,9,7,3,1,2,4,5,6]
[1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0,1,0] => [10,8,9,4,2,3,5,6,1,7]
[1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,1,0,1,0,0] => [9,8,10,7,3,1,2,4,5,6]
[1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [9,10,7,4,2,3,5,6,1,8]
[1,1,1,1,1,0,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [9,8,10,6,3,1,2,4,5,7]
[1,1,0,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [7,8,6,4,5,9,10,3,1,2]
[1,1,0,1,0,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0] => [7,8,6,4,5,9,10,2,1,3]
[1,1,0,0,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [7,8,5,4,6,9,10,3,1,2]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0] => [7,8,5,4,6,9,10,2,1,3]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0,1,0] => [10,7,5,6,4,1,2,3,8,9]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,0,1,0] => [10,7,5,6,2,3,1,4,8,9]
[1,1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0,0,1,0] => [10,6,5,7,4,1,2,3,8,9]
[1,1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0,1,0] => [10,6,7,4,2,3,1,5,8,9]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [10,6,5,7,3,1,2,4,8,9]
[1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0] => [8,9,7,4,5,6,3,1,2,10]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0,1,0,0] => [9,8,5,6,7,3,1,2,4,10]
[1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [8,9,5,6,4,7,3,1,2,10]
[1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0] => [8,9,5,6,4,7,2,1,3,10]
[1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0,1,0,0] => [9,6,7,8,5,2,1,3,4,10]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [9,6,7,8,3,2,4,1,5,10]
[1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0] => [8,6,7,5,9,4,1,2,3,10]
[1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [8,6,7,9,5,2,1,3,4,10]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,0] => [8,9,5,6,4,2,3,1,7,10]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0] => [8,6,7,9,4,3,1,2,5,10]
[1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0,0] => [8,9,5,6,3,2,4,1,7,10]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,0,0,0] => [8,7,5,6,9,3,1,2,4,10]
[1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,0] => [8,7,9,4,5,2,1,3,6,10]
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,1,0,0] => [9,8,2,3,1,4,5,6,7,10]
[1,1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,1,0,0,0] => [8,7,2,3,4,1,5,6,9,10]
[1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0,0,0] => [7,6,2,3,4,5,1,8,9,10]
[1,1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0] => [6,5,2,3,4,7,8,1,9,10]
[1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0] => [6,7,1,2,3,4,5,8,9,10]
[1,1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0] => [5,6,1,2,3,4,7,8,9,10]
[1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,0,0] => [8,3,1,2,4,5,6,7,9,10]
[1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,0,0] => [8,2,3,1,4,5,6,7,9,10]
[1,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0] => [6,4,2,1,3,5,7,8,9,10]
[1,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0] => [8,6,4,2,3,5,7,9,1,10]
[1,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,0] => [7,5,3,4,6,8,2,9,1,10]
[1,1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,0] => [6,4,5,7,3,8,2,9,1,10]
[1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [10,9,5,6,4,3,2,1,7,8]
[1,1,1,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0] => [10,9,8,4,5,3,2,1,6,7]
[1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [10,9,8,7,3,4,2,1,5,6]
[1,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [10,9,8,7,6,2,3,1,4,5]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,1,0,0,0] => [8,7,9,6,10,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [7,6,8,9,5,10,4,3,2,1]
[1,0,1,0,1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,0] => [6,5,7,8,9,4,10,3,2,1]
[1,0,1,0,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0] => [5,4,6,7,8,9,3,10,2,1]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0,0,0] => [7,5,4,3,1,2,6,8,9,10]
[1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,1,0,1,0] => [10,9,5,6,7,1,2,3,4,8]
[1,1,0,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0] => [10,6,7,8,3,4,5,9,1,2]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,1,1,0,0,0] => [8,9,5,6,7,10,3,4,1,2]
[1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,3,4,1,2,5,6]
[1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0] => [9,10,6,4,5,7,8,1,2,3]
[1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0] => [8,7,9,10,4,5,6,1,2,3]
[1,1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0,0] => [3,4,5,2,1,6,7,8,9,10]
[1,1,1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,0,0] => [4,5,3,1,2,6,7,8,9,10]
[1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [10,8,7,9,6,5,4,2,1,3]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [10,8,7,9,6,5,4,2,3,1]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [10,8,9,7,6,5,4,2,1,3]
[1,0,1,0,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,8,9,3,10,2,1]
[1,0,1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [7,5,6,4,8,9,3,10,2,1]
[1,0,1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [8,5,6,4,7,3,9,10,2,1]
[1,0,1,0,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0] => [8,6,7,9,10,4,3,5,2,1]
[1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [8,6,7,5,9,10,3,2,4,1]
[1,0,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [9,5,6,7,4,8,3,10,2,1]
[1,0,1,0,1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [9,6,7,8,4,5,10,3,2,1]
[1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [9,6,7,8,5,10,3,2,4,1]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [9,7,8,4,5,6,10,3,2,1]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [9,7,8,10,5,6,3,4,2,1]
[1,1,0,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [8,6,7,5,9,10,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [9,6,7,8,5,10,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [9,7,8,10,5,6,4,2,1,3]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [9,7,8,10,6,3,2,4,1,5]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [9,7,8,10,6,4,2,1,3,5]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0] => [10,5,6,4,7,3,8,2,9,1]
[1,0,1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [10,6,7,4,5,3,8,9,2,1]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [10,6,7,5,8,3,2,4,9,1]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [10,7,8,9,4,3,5,2,6,1]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [10,7,8,9,5,6,3,2,4,1]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [10,6,7,5,8,4,9,2,1,3]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [10,7,8,9,5,4,6,2,1,3]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [10,7,8,6,9,3,2,4,1,5]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [10,7,8,6,9,4,2,1,3,5]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [10,8,9,4,3,5,2,6,7,1]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [10,8,9,5,3,4,6,7,2,1]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [10,8,9,5,4,6,7,2,1,3]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [10,8,9,6,3,4,5,7,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,0] => [10,7,6,8,9,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0] => [10,7,6,5,8,9,4,3,2,1]
[1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0] => [10,7,6,5,4,8,9,3,2,1]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [9,8,10,6,7,3,2,4,1,5]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0] => [9,8,10,6,7,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [8,9,7,6,5,4,2,1,3,10]
[1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [8,9,7,6,5,4,2,3,1,10]
[1,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0,0] => [9,7,5,2,3,1,4,6,8,10]
[1,1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,1,0,0] => [9,7,4,5,2,3,1,6,8,10]
[1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [10,8,6,4,2,3,1,5,7,9]
[1,0,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [8,7,6,5,4,3,9,2,10,1]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [9,7,5,3,2,4,6,8,1,10]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,4,3,2,1,6]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [9,10,7,8,5,6,3,2,1,4]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,0] => [8,9,6,5,4,3,2,7,10,1]
[1,0,1,1,0,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0] => [8,9,7,10,5,4,3,2,6,1]
[1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,1,1,0,0,0] => [8,9,7,10,6,4,3,2,5,1]
[1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,1,1,0,0,0] => [8,9,7,10,6,5,3,2,4,1]
[1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [8,9,7,10,6,5,4,2,3,1]
[1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0] => [8,2,3,4,5,6,7,1,9,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,1,1,0,0,0] => [8,9,5,4,3,2,1,6,7,10]
[1,1,1,0,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0] => [7,6,5,4,3,8,9,1,2,10]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [9,7,6,8,10,4,5,2,3,1]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [9,8,10,5,4,6,7,2,3,1]
[1,0,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [9,6,5,7,4,8,10,2,3,1]
[1,0,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [9,7,5,4,6,8,10,2,3,1]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [9,8,10,6,7,3,2,4,5,1]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [9,7,6,8,10,3,2,4,5,1]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [9,8,10,4,3,5,2,6,7,1]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [9,8,10,5,3,2,4,6,7,1]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [9,8,10,6,7,4,5,2,1,3]
[1,1,0,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [9,7,6,8,10,4,5,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [9,8,10,5,4,6,7,2,1,3]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [9,5,4,6,3,7,2,8,1,10]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [9,6,4,3,5,7,2,8,1,10]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [9,6,5,7,3,2,4,8,1,10]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [9,7,4,3,5,2,6,8,1,10]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [9,6,5,7,4,8,2,1,3,10]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [9,7,5,4,6,8,2,1,3,10]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0,0] => [9,7,6,8,3,2,4,1,5,10]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0] => [9,7,6,8,4,2,1,3,5,10]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [9,8,4,3,5,2,6,1,7,10]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0,0] => [9,8,5,3,2,4,6,1,7,10]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,1,0,0] => [9,8,5,4,6,2,1,3,7,10]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,1,0,0] => [9,8,6,3,2,4,1,5,7,10]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0] => [9,8,6,4,2,1,3,5,7,10]
[1,0,1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0] => [4,5,6,7,8,3,9,2,10,1]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0] => [5,6,7,4,8,3,9,2,10,1]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [7,8,6,5,4,3,2,9,1,10]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0] => [11,1,2,3,4,5,6,7,8,9,10]
[1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,9,10,11,1]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,0] => [11,2,1,3,4,5,6,7,8,9,10]
[1,0,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0] => [3,2,4,5,6,7,8,9,10,11,1]
[1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0] => [11,3,1,2,4,5,6,7,8,9,10]
[1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,1,0] => [11,2,3,1,4,5,6,7,8,9,10]
[1,0,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0] => [4,2,3,5,6,7,8,9,10,11,1]
[1,0,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0] => [3,4,2,5,6,7,8,9,10,11,1]
[1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0,1,0] => [11,3,2,1,4,5,6,7,8,9,10]
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0] => [5,2,3,4,6,7,8,9,10,11,1]
[1,0,1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [4,3,2,5,6,7,8,9,10,11,1]
[1,0,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0] => [3,4,5,2,6,7,8,9,10,11,1]
[1,0,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0] => [3,4,5,6,2,7,8,9,10,11,1]
[1,0,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [3,4,5,6,7,2,8,9,10,11,1]
[1,0,1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,2,9,10,11,1]
[1,0,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,2,10,11,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [11,10,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,1,0,0] => [10,11,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,1,0,1,0,0] => [10,9,11,8,7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => [10,9,8,11,7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => [10,9,8,7,11,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,6,11,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,6,5,11,4,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,6,5,4,11,3,2,1]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,6,5,4,3,11,2,1]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,6,5,4,3,2,11,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,6,5,4,3,2,1,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [9,10,11,8,7,6,5,4,3,2,1]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,6,5,4,3,1,2,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0] => [9,8,10,11,7,6,5,4,3,2,1]
[1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,6,5,4,2,1,3,11]
[1,1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,6,5,4,1,2,3,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0] => [8,7,9,10,11,6,5,4,3,2,1]
[1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,6,5,3,2,1,4,11]
[1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,6,4,3,2,1,5,11]
[1,1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,6,5,1,2,3,4,11]
[1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,5,4,3,2,1,6,11]
[1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0] => [7,6,8,9,10,11,5,4,3,2,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0] => [10,9,8,6,5,4,3,2,1,7,11]
[1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,6,1,2,3,4,5,11]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0] => [6,7,5,4,3,2,1,8,9,10,11]
[1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [7,6,5,4,3,1,2,8,9,10,11]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [11,10,9,8,7,6,5,4,3,1,2]
[1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0] => [2,3,1,4,5,6,7,8,9,10,11]
[1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0] => [3,1,2,4,5,6,7,8,9,10,11]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0] => [10,1,2,3,4,5,6,7,8,9,11]
[1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0] => [2,1,3,4,5,6,7,8,9,10,11]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,0,0] => [10,2,1,3,4,5,6,7,8,9,11]
[1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0] => [3,2,4,5,6,7,8,9,10,1,11]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [9,10,8,7,6,5,4,3,2,1,11]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [9,8,10,7,6,5,4,3,2,1,11]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0] => [9,8,7,10,6,5,4,3,2,1,11]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0] => [9,8,7,6,10,5,4,3,2,1,11]
[1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0] => [9,8,7,6,5,10,4,3,2,1,11]
[1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [9,8,7,6,5,4,10,3,2,1,11]
[1,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [9,8,7,6,5,4,3,10,2,1,11]
[1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [9,8,7,6,5,4,3,2,10,1,11]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [9,8,7,6,5,4,3,2,1,10,11]
[1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0] => [1,2,3,4,5,6,7,8,9,10,11]
[1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,10,11,1,2]
[1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,9,10,1,11]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [11,10,9,8,7,6,5,4,2,1,3]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0] => [10,11,1,2,3,4,5,6,7,8,9]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0] => [10,9,8,6,7,5,4,3,2,1,11]
[1,1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0,0] => [3,2,1,4,5,6,7,8,9,10,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [11,8,9,10,7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [11,9,10,8,7,6,5,4,3,2,1]
[1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0] => [11,2,3,4,5,6,7,8,9,1,10]
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0] => [10,2,3,4,5,6,7,8,9,11,1]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [11,9,8,7,6,5,4,3,2,1,10]
[1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0] => [4,1,2,3,5,6,7,8,9,10,11]
[1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,1,0,0,0] => [9,3,2,1,4,5,6,7,8,10,11]
[1,1,1,0,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [4,3,2,5,6,7,8,9,1,10,11]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [11,10,9,8,7,6,5,4,2,3,1]
[1,0,1,0,1,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [6,5,7,8,9,10,11,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [11,5,6,7,8,9,10,4,3,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [8,7,6,5,4,3,2,1,9,10,11]
[1,1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0,0,0] => [4,2,1,3,5,6,7,8,9,10,11]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [11,9,8,10,7,6,5,4,3,2,1]
[1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0] => [11,10,9,8,2,3,4,5,6,7,1]
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0] => [11,10,9,8,2,1,3,4,5,6,7]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [10,11,8,9,6,7,4,5,2,3,1]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [10,9,11,7,8,5,6,3,4,1,2]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0,0,0] => [7,5,4,3,2,1,6,8,9,10,11]
[1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [6,5,4,3,2,7,1,8,9,10,11]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0] => [11,8,7,6,5,4,3,2,1,9,10]
[1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [9,8,7,6,5,4,3,2,10,11,1]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,1,0] => [11,10,1,2,3,4,5,6,7,8,9]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,1,0] => [11,6,5,4,3,2,1,7,8,9,10]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0] => [10,9,7,6,5,4,3,2,1,8,11]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0] => [10,8,7,6,5,4,3,2,1,9,11]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [7,8,9,10,11,1,2,3,4,5,6]
[1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,6,4,5,3,2,1,11]
[1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [7,6,5,4,3,2,1,8,9,10,11]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [11,10,8,7,6,5,4,9,3,2,1]
[1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0] => [11,9,8,7,6,4,5,10,3,2,1]
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0] => [11,2,3,4,5,6,7,8,9,10,1]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,1,0] => [11,5,4,3,2,1,6,7,8,9,10]
[1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [6,5,4,3,2,7,8,9,10,11,1]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [10,9,7,6,8,5,4,3,2,1,11]
[1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [7,8,9,10,11,6,5,4,3,1,2]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [11,10,8,9,7,6,5,4,3,2,1]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0] => [7,6,8,5,4,3,2,1,9,10,11]
[1,1,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [8,7,6,5,4,2,1,3,9,10,11]
[1,1,1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0] => [3,2,4,1,5,6,7,8,9,10,11]
[1,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0] => [6,7,8,9,10,5,4,3,2,1,11]
[1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0,1,0] => [11,10,9,8,7,1,2,3,4,5,6]
[1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0] => [10,8,9,4,5,6,7,3,2,1,11]
[1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0,0] => [10,9,8,4,5,6,7,2,3,1,11]
[1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [7,6,5,4,3,2,8,9,10,11,1]
[1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [9,8,7,6,5,4,3,1,2,10,11]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0] => [8,9,7,6,5,4,3,2,1,10,11]
[1,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [8,7,6,5,4,3,2,9,1,10,11]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0] => [7,8,9,6,5,4,3,2,1,10,11]
[1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0] => [2,3,4,1,5,6,7,8,9,10,11]
[1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0] => [11,9,10,6,7,5,8,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0] => [11,9,10,7,5,6,8,4,3,2,1]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [11,9,8,10,7,6,5,4,3,1,2]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [11,9,10,8,7,6,5,4,3,1,2]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [11,10,9,8,7,6,5,4,1,2,3]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0] => [11,10,8,7,6,5,4,3,2,1,9]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,0] => [11,9,10,7,6,5,4,3,2,1,8]
[1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0] => [11,9,8,10,6,5,4,3,2,1,7]
[1,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,1,0] => [11,9,8,7,10,5,4,3,2,1,6]
[1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => [11,9,8,7,6,10,4,3,2,1,5]
[1,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => [11,9,8,7,6,5,10,3,2,1,4]
[1,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [11,9,8,7,6,5,4,10,2,1,3]
[1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [11,9,8,7,6,5,4,3,10,1,2]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [11,9,8,7,6,5,4,3,2,10,1]
[1,0,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,10,11,2,1]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,1,0,0] => [10,9,1,2,3,4,5,6,7,8,11]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0] => [10,9,8,1,2,3,4,5,6,7,11]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,1,2,3,4,5,6,11]
[1,1,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0] => [4,2,3,5,6,7,8,9,10,1,11]
[1,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [11,9,10,7,8,4,5,2,3,1,6]
[1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [11,9,10,7,8,5,6,2,3,1,4]
[1,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,9,1,10,11]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0] => [9,1,2,3,4,5,6,7,8,10,11]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0,0,0] => [6,7,8,5,4,3,2,1,9,10,11]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [7,8,6,5,4,3,1,2,9,10,11]
[1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0] => [11,3,4,5,6,7,8,9,10,1,2]
[1,1,1,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [11,4,5,6,7,8,9,10,1,2,3]
[1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [11,5,6,7,8,9,10,1,2,3,4]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [11,6,7,8,9,10,1,2,3,4,5]
[1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,0] => [11,7,8,9,10,1,2,3,4,5,6]
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0] => [11,8,9,10,1,2,3,4,5,6,7]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,1,0] => [11,9,10,1,2,3,4,5,6,7,8]
[1,1,0,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0] => [4,3,2,5,6,7,8,9,10,1,11]
[1,1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0,0] => [5,4,3,2,6,7,8,9,10,1,11]
[1,1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [6,5,4,3,2,7,8,9,10,1,11]
[1,1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [7,6,5,4,3,2,8,9,10,1,11]
[1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [8,7,6,5,4,3,2,9,10,1,11]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,0] => [10,11,8,7,6,5,4,3,2,1,9]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [10,11,9,8,7,6,5,4,3,1,2]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [10,11,9,8,7,6,5,4,2,3,1]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [9,10,8,7,6,5,4,3,2,11,1]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [6,7,8,9,10,11,1,2,3,4,5]
[1,0,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [4,3,5,6,7,8,9,10,11,2,1]
[1,1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,10,1,2,11]
[1,1,1,1,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [4,5,6,7,8,9,10,1,2,3,11]
[1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0] => [5,6,7,8,9,10,1,2,3,4,11]
[1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0] => [6,7,8,9,10,1,2,3,4,5,11]
[1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0] => [7,8,9,10,1,2,3,4,5,6,11]
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0] => [8,9,10,1,2,3,4,5,6,7,11]
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0] => [9,10,1,2,3,4,5,6,7,8,11]
[1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0] => [3,4,1,2,5,6,7,8,9,10,11]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [6,5,4,3,2,1,7,8,9,10,11]
[1,0,1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,0] => [7,6,5,4,2,3,8,9,10,11,1]
[1,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [7,8,6,5,4,3,2,9,10,11,1]
[1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0] => [8,7,6,5,4,2,3,9,10,11,1]
[1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0] => [7,6,8,9,5,4,3,2,1,10,11]
[1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0] => [7,6,5,8,9,4,3,2,1,10,11]
[1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0] => [7,6,5,4,8,9,3,2,1,10,11]
[1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [7,6,5,4,3,8,9,2,1,10,11]
[1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0] => [7,6,5,4,3,2,8,9,1,10,11]
[1,0,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [3,4,5,6,7,8,9,10,2,11,1]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0] => [8,1,2,3,4,5,6,7,9,10,11]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0] => [7,1,2,3,4,5,6,8,9,10,11]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0] => [6,1,2,3,4,5,7,8,9,10,11]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0] => [5,1,2,3,4,6,7,8,9,10,11]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,1,0] => [11,6,7,5,4,3,2,1,8,9,10]
[1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [11,7,6,5,4,3,1,2,8,9,10]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [11,9,10,7,8,5,6,3,1,2,4]
[1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [9,10,11,5,6,7,8,1,2,3,4]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [11,10,9,7,8,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => [11,10,8,7,9,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => [11,9,8,7,10,6,5,4,3,2,1]
[1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,5,4,3,2,6,1,11]
[1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,5,4,3,6,2,1,11]
[1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,5,4,6,3,2,1,11]
[1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0] => [10,9,8,7,5,6,4,3,2,1,11]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0] => [11,7,6,5,4,3,2,1,8,9,10]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0] => [9,7,6,5,4,3,2,1,8,10,11]
[1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0] => [7,8,6,5,4,3,2,1,9,10,11]
[1,1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0] => [6,5,7,8,4,3,2,1,9,10,11]
[1,1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,0,0] => [6,5,4,7,8,3,2,1,9,10,11]
[1,1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0] => [6,5,4,3,7,8,2,1,9,10,11]
[1,1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [6,5,4,3,2,7,8,1,9,10,11]
[1,1,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0] => [4,5,1,2,3,6,7,8,9,10,11]
[1,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0,1,0] => [11,5,6,4,3,2,1,7,8,9,10]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,0,0] => [9,10,8,11,7,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,0,0,0] => [9,10,8,7,11,6,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,0] => [9,10,8,7,6,11,5,4,3,2,1]
[1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0] => [9,10,8,7,6,5,11,4,3,2,1]
[1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [9,10,8,7,6,5,4,11,3,2,1]
[1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [9,10,8,7,6,5,4,3,11,2,1]
[1,1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0] => [3,4,2,1,5,6,7,8,9,10,11]
[1,1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0,0] => [4,3,1,2,5,6,7,8,9,10,11]
[1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0] => [10,2,3,4,5,6,7,8,9,1,11]
[1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0] => [10,8,7,6,9,5,4,3,2,1,11]
[1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [9,8,7,6,4,3,2,1,5,10,11]
[1,1,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [9,8,7,6,4,3,2,5,1,10,11]
[1,1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0,0,0] => [9,8,7,6,4,3,5,2,1,10,11]
[1,1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,0,0] => [9,8,7,6,4,5,3,2,1,10,11]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [9,10,8,7,6,5,4,3,1,2,11]
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0] => [10,11,2,3,4,5,6,7,8,9,1]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0] => [9,2,1,3,4,5,6,7,8,10,11]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0,0,0] => [8,2,1,3,4,5,6,7,9,10,11]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,0,0,0,0] => [7,2,1,3,4,5,6,8,9,10,11]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0] => [6,2,1,3,4,5,7,8,9,10,11]
[1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0,0,0] => [5,2,1,3,4,6,7,8,9,10,11]
[1,0,1,0,1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [5,4,6,7,8,9,10,11,3,2,1]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0,0] => [5,6,4,3,2,1,7,8,9,10,11]
[1,1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [6,5,4,3,1,2,7,8,9,10,11]
[1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0] => [7,8,9,10,11,2,3,4,5,6,1]
[1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [7,8,9,10,11,6,1,2,3,4,5]
[1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0] => [8,9,10,11,3,4,5,6,7,1,2]
[1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [8,9,10,11,6,7,1,2,3,4,5]
[1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [10,11,6,7,8,9,1,2,3,4,5]
[1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [8,9,10,11,4,5,6,7,1,2,3]
[1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [8,9,10,11,5,6,7,1,2,3,4]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [9,8,10,7,6,5,4,3,1,2,11]
[1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [2,3,4,5,1,6,7,8,9,10,11]
[1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,1,7,8,9,10,11]
[1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,1,8,9,10,11]
[1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [2,3,4,5,6,7,8,1,9,10,11]
[1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0] => [12,1,2,3,4,5,6,7,8,9,10,11]
[1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0] => [12,2,1,3,4,5,6,7,8,9,10,11]
[1,0,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0] => [3,2,4,5,6,7,8,9,10,11,12,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => [11,10,12,9,8,7,6,5,4,3,2,1]
[1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [11,10,9,8,7,6,5,4,3,2,12,1]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [10,11,12,9,8,7,6,5,4,3,2,1]
[1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0] => [11,10,9,8,7,6,5,4,3,1,2,12]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0] => [7,6,8,5,9,4,10,3,11,2,12,1]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,0] => [8,7,9,5,4,6,10,3,11,2,12,1]
[1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,0] => [8,7,9,6,10,4,3,5,11,2,12,1]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,0] => [9,8,10,5,4,6,3,7,11,2,12,1]
[1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [9,8,10,6,4,3,5,7,11,2,12,1]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [8,7,9,6,10,5,11,3,2,4,12,1]
[1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [9,8,10,6,5,7,11,3,2,4,12,1]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [9,8,10,7,11,4,3,5,2,6,12,1]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [9,8,10,7,11,5,3,2,4,6,12,1]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0,0] => [10,9,11,5,4,6,3,7,2,8,12,1]
[1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0,0] => [10,9,11,6,4,3,5,7,2,8,12,1]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [10,9,11,6,5,7,3,2,4,8,12,1]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0,0] => [10,9,11,7,4,3,5,2,6,8,12,1]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0,0] => [10,9,11,7,5,3,2,4,6,8,12,1]
[1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0] => [11,6,5,7,4,8,3,9,2,10,12,1]
[1,0,1,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0,0] => [11,7,5,4,6,8,3,9,2,10,12,1]
[1,0,1,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [11,7,6,8,4,3,5,9,2,10,12,1]
[1,0,1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0,0] => [11,8,5,4,6,3,7,9,2,10,12,1]
[1,0,1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0] => [11,8,6,4,3,5,7,9,2,10,12,1]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [11,7,6,8,5,9,3,2,4,10,12,1]
[1,0,1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [11,8,6,5,7,9,3,2,4,10,12,1]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,4,3,5,2,6,10,12,1]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,5,3,2,4,6,10,12,1]
[1,0,1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0] => [11,9,5,4,6,3,7,2,8,10,12,1]
[1,0,1,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,0] => [11,9,6,4,3,5,7,2,8,10,12,1]
[1,0,1,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [11,9,6,5,7,3,2,4,8,10,12,1]
[1,0,1,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,4,3,5,2,6,8,10,12,1]
[1,0,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,3,2,4,6,8,10,12,1]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [8,7,9,6,10,5,11,4,12,2,1,3]
[1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [9,8,10,6,5,7,11,4,12,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [9,8,10,7,11,5,4,6,12,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0] => [10,9,11,6,5,7,4,8,12,2,1,3]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0] => [10,9,11,7,5,4,6,8,12,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [11,7,6,8,5,9,4,10,12,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [11,8,6,5,7,9,4,10,12,2,1,3]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,5,4,6,10,12,2,1,3]
[1,1,0,1,0,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [11,9,6,5,7,4,8,10,12,2,1,3]
[1,1,0,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,4,6,8,10,12,2,1,3]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [9,8,10,7,11,6,12,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [10,9,11,7,6,8,12,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,6,10,12,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [11,9,7,6,8,10,12,3,2,4,1,5]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0] => [9,8,10,7,11,6,12,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0] => [10,9,11,7,6,8,12,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,6,10,12,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [11,9,7,6,8,10,12,4,2,1,3,5]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,1,0,1,0,0,0] => [10,9,11,8,12,4,3,5,2,6,1,7]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,4,3,5,2,6,1,7]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [10,9,11,8,12,5,3,2,4,6,1,7]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,5,3,2,4,6,1,7]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [10,9,11,8,12,5,4,6,2,1,3,7]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,5,4,6,2,1,3,7]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0] => [10,9,11,8,12,6,3,2,4,1,5,7]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,6,3,2,4,1,5,7]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0] => [10,9,11,8,12,6,4,2,1,3,5,7]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,6,4,2,1,3,5,7]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,1,0,0] => [11,10,12,5,4,6,3,7,2,8,1,9]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0] => [11,10,12,6,4,3,5,7,2,8,1,9]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [11,10,12,6,5,7,3,2,4,8,1,9]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,1,0,1,0,0] => [11,10,12,7,4,3,5,2,6,8,1,9]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [11,10,12,7,5,3,2,4,6,8,1,9]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [11,10,12,6,5,7,4,8,2,1,3,9]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [11,10,12,7,5,4,6,8,2,1,3,9]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [11,10,12,7,6,8,3,2,4,1,5,9]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0] => [11,10,12,7,6,8,4,2,1,3,5,9]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,1,0,1,0,0] => [11,10,12,8,4,3,5,2,6,1,7,9]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [11,10,12,8,5,3,2,4,6,1,7,9]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0] => [11,10,12,8,5,4,6,2,1,3,7,9]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,1,0,1,0,0] => [11,10,12,8,6,3,2,4,1,5,7,9]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0] => [11,10,12,8,6,4,2,1,3,5,7,9]
[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,1,2,3,4,5,6,7,8,9,10,12]
[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,3,4,5,6,7,8,9,10,11,1,12]
[1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0] => [10,9,8,7,6,5,4,3,2,1,11,12]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0] => [10,11,9,8,7,6,5,4,3,2,1,12]
[1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [12,11,10,9,8,7,6,5,4,1,2,3]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [11,12,9,10,7,8,5,6,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [11,12,9,10,7,8,5,6,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [11,12,9,10,7,8,5,3,1,2,4,6]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [11,12,9,10,7,8,5,3,4,6,1,2]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [11,12,9,10,7,8,5,3,4,1,2,6]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [11,12,9,10,7,5,3,4,6,8,1,2]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [11,12,9,10,7,5,3,4,6,1,2,8]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [11,12,9,10,7,5,3,4,1,2,6,8]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [11,12,9,10,7,5,3,1,2,4,6,8]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [11,12,9,10,7,5,6,8,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [11,12,9,10,7,5,6,8,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [11,12,9,10,7,5,6,3,1,2,4,8]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [11,12,9,10,7,5,6,3,4,8,1,2]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0] => [11,12,9,10,7,5,6,3,4,1,2,8]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,5,6,8,10,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,5,6,8,10,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,5,6,8,3,1,2,4,10]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,5,6,8,3,4,10,1,2]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,5,6,8,3,4,1,2,10]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,5,6,3,4,1,2,8,10]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,5,6,3,1,2,4,8,10]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,5,3,4,6,1,2,8,10]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,5,3,4,1,2,6,8,10]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,5,6,3,4,8,10,1,2]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,5,6,3,4,8,1,2,10]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,5,3,1,2,4,6,8,10]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,5,3,4,6,8,10,1,2]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,5,3,4,6,8,1,2,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,8,10,5,6,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,8,10,5,6,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,8,10,5,3,1,2,4,6]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,8,10,5,3,4,6,1,2]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,8,10,5,3,4,1,2,6]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,8,5,3,4,6,10,1,2]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,8,5,3,4,6,1,2,10]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,8,5,3,4,1,2,6,10]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,8,5,3,1,2,4,6,10]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,8,5,6,10,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,8,5,6,10,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,8,5,6,3,1,2,4,10]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,8,5,6,3,4,10,1,2]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,8,5,6,3,4,1,2,10]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,10,12,5,6,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,10,12,5,6,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,10,12,5,3,1,2,4,6]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,10,12,5,3,4,6,1,2]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,10,12,5,3,4,1,2,6]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,10,5,3,4,6,12,1,2]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,10,5,3,4,6,1,2,12]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,10,5,3,4,1,2,6,12]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,10,5,3,1,2,4,6,12]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,10,5,6,12,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,10,5,6,12,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,10,5,6,3,1,2,4,12]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,10,5,6,3,4,12,1,2]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,10,5,6,3,4,1,2,12]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,5,6,3,4,10,12,1,2]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,5,6,3,4,10,1,2,12]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,5,3,1,2,4,6,10,12]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,5,3,4,6,10,12,1,2]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,5,3,4,6,10,1,2,12]
[1,1,0,0,1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,6,8,3,4,10,12,1,2]
[1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,6,8,3,4,10,1,2,12]
[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,9,7,5,6,3,1,2,4,8,10,12]
[1,1,0,0,1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,6,3,4,8,10,12,1,2]
[1,1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,6,3,4,8,10,1,2,12]
[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,9,7,8,5,6,3,4,1,2,10,12]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,5,3,4,6,1,2,10,12]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,5,6,3,1,2,4,10,12]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,5,3,4,1,2,6,10,12]
[1,1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,3,4,1,2,6,8,10,12]
[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,9,7,5,3,1,2,4,6,8,10,12]
[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,9,7,5,6,8,3,4,1,2,10,12]
[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,9,7,5,6,3,4,8,1,2,10,12]
[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,9,7,5,6,8,3,1,2,4,10,12]
[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,9,7,5,6,3,4,1,2,8,10,12]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,5,6,10,12,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,5,6,10,12,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,5,6,10,3,1,2,4,12]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,5,6,10,3,4,12,1,2]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,5,6,10,3,4,1,2,12]
[1,1,0,0,1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,3,4,6,8,10,12,1,2]
[1,1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,3,4,6,8,10,1,2,12]
[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,9,7,5,3,4,6,8,1,2,10,12]
[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,9,7,5,3,4,6,1,2,8,10,12]
[1,1,0,0,1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,6,8,10,12,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,6,8,10,12,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,6,8,10,3,1,2,4,12]
[1,1,0,0,1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,6,8,10,3,4,12,1,2]
[1,1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,6,8,10,3,4,1,2,12]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,8,5,6,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,8,5,6,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,8,5,3,1,2,4,6]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,8,5,3,4,6,1,2]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,8,5,3,4,1,2,6]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,5,3,4,6,8,1,2]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,5,3,4,6,1,2,8]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,5,3,4,1,2,6,8]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,5,3,1,2,4,6,8]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,5,6,8,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,5,6,8,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,5,6,3,1,2,4,8]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,5,6,3,4,8,1,2]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,5,6,3,4,1,2,8]
[1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,6,8,12,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,6,8,12,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,6,8,3,1,2,4,12]
[1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,6,8,3,4,12,1,2]
[1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,6,8,3,4,1,2,12]
[1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,6,3,4,1,2,8,12]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,6,3,1,2,4,8,12]
[1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,3,4,6,1,2,8,12]
[1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,3,4,1,2,6,8,12]
[1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,6,3,4,8,12,1,2]
[1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,6,3,4,8,1,2,12]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,3,1,2,4,6,8,12]
[1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,3,4,6,8,12,1,2]
[1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,3,4,6,8,1,2,12]
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,8,12,5,6,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,8,12,5,6,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,8,12,5,3,1,2,4,6]
[1,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,8,12,5,3,4,6,1,2]
[1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,8,12,5,3,4,1,2,6]
[1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,8,5,3,4,6,12,1,2]
[1,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,8,5,3,4,6,1,2,12]
[1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,8,5,3,4,1,2,6,12]
[1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,8,5,3,1,2,4,6,12]
[1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,8,5,6,12,3,4,1,2]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,8,5,6,12,3,1,2,4]
[1,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,8,5,6,3,1,2,4,12]
[1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,8,5,6,3,4,12,1,2]
[1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,8,5,6,3,4,1,2,12]
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0] => [11,12,1,2,3,4,5,6,7,8,9,10]
[1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0] => [3,1,2,4,5,6,7,8,9,10,11,12]
[1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0] => [2,1,3,4,5,6,7,8,9,10,11,12]
[1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0,1,0] => [12,6,5,7,4,8,3,9,2,10,11,1]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [8,7,9,6,10,5,11,12,4,2,3,1]
[1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0] => [11,6,5,7,4,8,3,9,10,2,12,1]
[1,0,1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0,1,0] => [12,10,5,4,6,3,7,2,8,9,11,1]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [8,7,9,6,10,11,5,3,4,2,12,1]
[1,0,1,1,1,0,0,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [12,7,6,8,5,9,10,4,2,3,11,1]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0,1,1,0,0] => [11,12,10,5,4,6,3,7,8,2,9,1]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0,1,1,0,0,1,0] => [12,10,11,9,4,3,5,2,6,7,8,1]
[1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,0] => [10,6,5,7,4,8,9,3,11,2,12,1]
[1,0,1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,0,1,0] => [12,9,5,4,6,3,7,8,2,10,11,1]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [11,7,6,8,5,9,10,12,4,2,3,1]
[1,0,1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0] => [11,9,5,4,6,3,7,8,10,2,12,1]
[1,0,1,1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0,1,0] => [12,10,8,4,3,5,2,6,7,9,11,1]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,0] => [8,7,9,10,6,4,5,3,11,2,12,1]
[1,0,1,1,1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,0,1,0] => [12,7,6,8,9,5,3,4,2,10,11,1]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0] => [9,8,10,11,7,5,6,12,4,2,3,1]
[1,0,1,1,0,1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,1,0,0] => [11,7,6,8,9,5,3,4,10,2,12,1]
[1,0,1,1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0] => [12,10,6,5,7,8,4,2,3,9,11,1]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0] => [9,8,10,11,7,12,6,3,4,2,5,1]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0] => [12,8,7,9,10,6,11,5,2,3,4,1]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0] => [9,8,10,11,12,7,5,3,4,2,6,1]
[1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0] => [12,8,7,9,10,11,6,4,2,3,5,1]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0] => [10,11,9,5,4,6,7,3,8,2,12,1]
[1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0,1,0] => [12,9,10,8,4,3,5,6,2,7,11,1]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0] => [11,12,10,6,5,7,8,9,4,2,3,1]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,1,0,0] => [11,9,10,8,4,3,5,6,7,2,12,1]
[1,0,1,1,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,1,0,0,1,0] => [12,10,8,9,7,3,2,4,5,6,11,1]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,0] => [9,6,5,7,8,4,10,3,11,2,12,1]
[1,0,1,1,1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,0,1,0] => [12,8,5,4,6,7,3,9,2,10,11,1]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0] => [10,7,6,8,9,5,11,12,4,2,3,1]
[1,0,1,1,0,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0,0] => [11,8,5,4,6,7,3,9,10,2,12,1]
[1,0,1,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0,0,1,0] => [12,10,7,4,3,5,6,2,8,9,11,1]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0] => [10,7,6,8,9,11,5,3,4,2,12,1]
[1,0,1,1,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0] => [12,9,6,5,7,8,10,4,2,3,11,1]
[1,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0,1,1,0,0] => [11,12,10,7,4,3,5,6,8,2,9,1]
[1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0,1,1,0,0,1,0] => [12,10,11,9,6,3,2,4,5,7,8,1]
[1,0,1,1,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,0] => [10,8,5,4,6,7,9,3,11,2,12,1]
[1,0,1,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,0,1,0] => [12,9,7,4,3,5,6,8,2,10,11,1]
[1,0,1,1,0,0,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [11,9,6,5,7,8,10,12,4,2,3,1]
[1,0,1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,4,3,5,6,8,10,2,12,1]
[1,0,1,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0] => [12,10,8,6,3,2,4,5,7,9,11,1]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0] => [8,9,7,5,6,4,10,3,11,2,12,1]
[1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0] => [12,7,8,6,4,5,3,9,2,10,11,1]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [9,10,8,6,7,5,11,12,4,2,3,1]
[1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,1,0,0] => [11,7,8,6,4,5,3,9,10,2,12,1]
[1,0,1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,1,0,0,1,0] => [12,10,6,7,5,3,4,2,8,9,11,1]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0] => [9,10,8,6,7,11,5,3,4,2,12,1]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0] => [12,8,9,7,5,6,10,4,2,3,11,1]
[1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0,1,1,0,0] => [11,12,10,6,7,5,3,4,8,2,9,1]
[1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0,1,1,0,0,1,0] => [12,10,11,9,5,6,4,2,3,7,8,1]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0] => [10,7,8,6,4,5,9,3,11,2,12,1]
[1,0,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0] => [12,9,6,7,5,3,4,8,2,10,11,1]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0] => [11,8,9,7,5,6,10,12,4,2,3,1]
[1,0,1,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0,0] => [11,9,6,7,5,3,4,8,10,2,12,1]
[1,0,1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [12,10,8,5,6,4,2,3,7,9,11,1]
[1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [9,10,8,11,7,4,5,3,6,2,12,1]
[1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0,1,0] => [12,8,9,7,10,6,3,4,2,5,11,1]
[1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0] => [10,11,9,12,8,5,6,7,4,2,3,1]
[1,0,1,1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,1,0,0] => [11,8,9,7,10,6,3,4,5,2,12,1]
[1,0,1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,1,0,0,1,0] => [12,10,7,8,6,9,5,2,3,4,11,1]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,0] => [9,10,11,8,6,4,5,3,7,2,12,1]
[1,0,1,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,0,1,0] => [12,8,9,10,7,5,3,4,2,6,11,1]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0] => [10,11,12,9,7,5,6,8,4,2,3,1]
[1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,7,5,3,4,6,2,12,1]
[1,0,1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,1,0,0,1,0] => [12,10,7,8,9,6,4,2,3,5,11,1]
[1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0,1,1,0,1,1,0,0,0] => [10,11,9,12,8,4,5,3,6,2,7,1]
[1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,0] => [10,11,12,9,7,4,5,3,6,2,8,1]
[1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,1,0,1,1,0,0,0,1,0] => [12,9,10,8,11,7,3,4,2,5,6,1]
[1,0,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,0,1,0] => [12,9,10,11,8,6,3,4,2,5,7,1]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0] => [10,11,12,9,7,8,6,3,4,2,5,1]
[1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0] => [12,9,10,11,8,6,7,5,2,3,4,1]
[1,0,1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0] => [11,9,10,8,12,7,3,4,5,2,6,1]
[1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [11,9,10,12,8,6,3,4,5,2,7,1]
[1,0,1,1,1,1,0,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0] => [12,10,8,9,7,11,6,2,3,4,5,1]
[1,0,1,1,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0] => [12,10,8,9,11,7,5,2,3,4,6,1]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,0] => [9,10,8,5,6,4,7,3,11,2,12,1]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,0,1,0] => [12,8,9,7,4,5,3,6,2,10,11,1]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [10,11,9,6,7,5,8,12,4,2,3,1]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0,0] => [11,8,9,7,4,5,3,6,10,2,12,1]
[1,0,1,1,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0,0,1,0] => [12,10,7,8,6,3,4,2,5,9,11,1]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0] => [10,11,9,6,7,8,5,3,4,2,12,1]
[1,0,1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0] => [12,9,10,8,5,6,7,4,2,3,11,1]
[1,0,1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0,1,1,0,0] => [11,12,10,7,8,6,3,4,5,2,9,1]
[1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0,1,1,0,0,1,0] => [12,10,11,9,6,7,5,2,3,4,8,1]
[1,0,1,1,0,1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [10,8,9,7,4,5,6,3,11,2,12,1]
[1,0,1,1,1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0,1,0] => [12,9,7,8,6,3,4,5,2,10,11,1]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0] => [11,9,10,8,5,6,7,12,4,2,3,1]
[1,0,1,1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,1,0,0] => [11,9,7,8,6,3,4,5,10,2,12,1]
[1,0,1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,1,0,0,1,0] => [12,10,8,6,7,5,2,3,4,9,11,1]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,0] => [8,6,7,5,9,4,10,3,11,2,12,1]
[1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,0,1,0] => [12,7,5,6,4,8,3,9,2,10,11,1]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [9,7,8,6,10,5,11,12,4,2,3,1]
[1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,0,0] => [11,7,5,6,4,8,3,9,10,2,12,1]
[1,0,1,1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,0,0,1,0] => [12,10,6,4,5,3,7,2,8,9,11,1]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [9,7,8,6,10,11,5,3,4,2,12,1]
[1,0,1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [12,8,6,7,5,9,10,4,2,3,11,1]
[1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0,1,0,1,1,0,0] => [11,12,10,6,4,5,3,7,8,2,9,1]
[1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,0,1,0,1,1,0,0,1,0] => [12,10,11,9,5,3,4,2,6,7,8,1]
[1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,0] => [10,7,5,6,4,8,9,3,11,2,12,1]
[1,0,1,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,0,1,0] => [12,9,6,4,5,3,7,8,2,10,11,1]
[1,0,1,1,0,0,1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0] => [11,8,6,7,5,9,10,12,4,2,3,1]
[1,0,1,1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,1,0,0] => [11,9,6,4,5,3,7,8,10,2,12,1]
[1,0,1,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0] => [12,10,8,5,3,4,2,6,7,9,11,1]
[1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,0] => [9,7,8,10,6,4,5,3,11,2,12,1]
[1,0,1,1,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [12,8,6,7,9,5,3,4,2,10,11,1]
[1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [10,8,9,11,7,5,6,12,4,2,3,1]
[1,0,1,1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [11,8,6,7,9,5,3,4,10,2,12,1]
[1,0,1,1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [12,10,7,5,6,8,4,2,3,9,11,1]
[1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0] => [10,8,9,11,7,12,6,3,4,2,5,1]
[1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,0] => [12,9,7,8,10,6,11,5,2,3,4,1]
[1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0] => [10,8,9,11,12,7,5,3,4,2,6,1]
[1,0,1,1,1,0,0,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0] => [12,9,7,8,10,11,6,4,2,3,5,1]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,0] => [10,11,9,6,4,5,7,3,8,2,12,1]
[1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,0,1,0] => [12,9,10,8,5,3,4,6,2,7,11,1]
[1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0] => [11,12,10,7,5,6,8,9,4,2,3,1]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0,0] => [11,9,10,8,5,3,4,6,7,2,12,1]
[1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0,0,1,0] => [12,10,8,9,7,4,2,3,5,6,11,1]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,0] => [9,7,5,6,8,4,10,3,11,2,12,1]
[1,0,1,1,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,0,1,0] => [12,8,6,4,5,7,3,9,2,10,11,1]
[1,0,1,1,0,0,1,0,1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0] => [10,8,6,7,9,5,11,12,4,2,3,1]
[1,0,1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0] => [11,8,6,4,5,7,3,9,10,2,12,1]
[1,0,1,1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0] => [12,10,7,5,3,4,6,2,8,9,11,1]
[1,0,1,1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0] => [10,8,6,7,9,11,5,3,4,2,12,1]
[1,0,1,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [12,9,7,5,6,8,10,4,2,3,11,1]
[1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,1,1,0,0] => [11,12,10,7,5,3,4,6,8,2,9,1]
[1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0] => [12,10,11,9,6,4,2,3,5,7,8,1]
[1,0,1,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0] => [10,8,6,4,5,7,9,3,11,2,12,1]
[1,0,1,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0] => [12,9,7,5,3,4,6,8,2,10,11,1]
[1,0,1,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,6,8,10,12,4,2,3,1]
[1,0,1,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,3,4,6,8,10,2,12,1]
[1,0,1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [12,10,8,6,4,2,3,5,7,9,11,1]
[1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [12,11,10,9,8,7,6,5,4,2,3,1]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,0,0,1,0,0,0] => [10,7,6,8,4,5,9,11,2,1,3,12]
[1,1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0] => [9,10,8,7,11,4,5,3,2,6,1,12]
[1,0,1,0,1,1,0,0,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0] => [10,9,7,8,6,5,11,12,3,4,2,1]
[1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,1,1,0,0,1,0,1,0] => [12,11,9,10,6,5,3,4,2,1,7,8]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0,0] => [11,9,8,6,7,10,4,3,1,2,5,12]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,1,0,0,1,0] => [12,10,9,11,4,5,3,6,2,7,1,8]
[1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0] => [11,10,12,9,4,5,3,6,2,7,1,8]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,0,1,0] => [12,9,8,10,4,5,3,6,2,7,11,1]
[1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,1,0,1,0,0] => [11,10,12,8,4,5,3,6,2,7,9,1]
[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,9,7,3,4,2,5,1,6,8,10,12]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,5,6,4,7,2,1,3]
[1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [10,9,11,8,12,5,6,4,7,2,1,3]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,0,1,0] => [12,8,7,9,4,5,3,6,10,2,11,1]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,4,5,3,6,10,12,2,1]
[1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,1,0,1,0,0] => [11,10,12,7,4,5,3,6,8,2,9,1]
[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,9,6,3,4,2,5,7,1,8,10,12]
[1,0,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,1,0,1,0,0,0] => [10,9,11,7,4,5,3,6,8,12,2,1]
[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,8,6,3,4,2,5,7,9,1,10,12]
[1,1,0,1,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0,0,0] => [10,8,6,3,4,2,5,7,9,11,1,12]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,5,6,3,2,4,7,1]
[1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0] => [10,9,11,8,12,5,6,3,2,4,7,1]
[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,8,7,9,4,5,2,1,3,6,10,12]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,1,1,0,1,0,0,0] => [10,9,11,7,4,5,2,1,3,6,8,12]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0,1,0,1,0] => [12,11,9,7,4,5,2,1,3,6,8,10]
[1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [10,8,7,9,11,5,6,12,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [9,8,10,7,11,5,6,12,4,2,1,3]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0] => [10,8,7,9,11,5,6,12,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0] => [9,8,10,7,11,5,6,12,3,2,4,1]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0,1,0] => [12,7,6,8,4,5,9,3,10,2,11,1]
[1,0,1,0,1,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [11,7,6,8,4,5,9,3,10,12,2,1]
[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,7,6,8,4,5,9,2,1,3,10,12]
[1,0,1,0,1,1,0,1,1,1,1,0,0,1,1,0,1,0,0,0,1,0,0,0] => [10,7,6,8,4,5,9,11,3,12,2,1]
[1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,1,0,1,0,0] => [11,10,12,6,4,5,7,3,8,2,9,1]
[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,9,5,3,4,6,2,7,1,8,10,12]
[1,0,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0,0] => [10,9,11,6,4,5,7,3,8,12,2,1]
[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,8,5,3,4,6,2,7,9,1,10,12]
[1,1,0,1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,0,0] => [10,8,5,3,4,6,2,7,9,11,1,12]
[1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0,0] => [10,9,11,6,4,5,7,2,1,3,8,12]
[1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,1,0] => [12,11,9,6,4,5,7,2,1,3,8,10]
[1,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [9,8,10,6,4,5,7,11,3,12,2,1]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [9,8,10,6,4,5,7,11,2,1,3,12]
[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,7,5,3,4,6,8,2,9,1,10,12]
[1,1,0,1,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,0] => [10,7,5,3,4,6,8,2,9,11,1,12]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,1,0] => [12,11,8,6,4,5,7,9,2,1,3,10]
[1,1,0,1,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0,0] => [9,7,5,3,4,6,8,10,2,11,1,12]
[1,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [12,10,8,6,4,5,7,9,11,2,1,3]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,4,3,5,6,2,7,1]
[1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,1,1,0,1,0,0,0] => [10,9,11,8,12,4,3,5,6,2,7,1]
[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,8,7,9,3,2,4,5,1,6,10,12]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0,1,1,0,1,0,0,0] => [10,9,11,7,3,2,4,5,1,6,8,12]
[1,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0,1,0,1,0] => [12,11,9,7,3,2,4,5,1,6,8,10]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,0] => [10,8,7,9,11,4,3,5,6,12,2,1]
[1,0,1,0,1,1,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [9,8,10,7,11,4,3,5,6,12,2,1]
[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,7,6,8,3,2,4,5,9,1,10,12]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,0,0] => [10,7,6,8,3,2,4,5,9,11,1,12]
[1,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,1,1,0,1,0,0,0] => [10,9,11,6,3,2,4,5,7,1,8,12]
[1,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0] => [12,11,9,6,3,2,4,5,7,1,8,10]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0,0,0] => [9,8,10,6,3,2,4,5,7,11,1,12]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,0,1,0,1,0] => [12,11,8,6,3,2,4,5,7,9,1,10]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,0] => [10,8,7,9,11,4,2,1,3,5,6,12]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [9,8,10,7,11,4,2,1,3,5,6,12]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0,0,1,0,1,0] => [12,11,8,7,9,4,2,1,3,5,6,10]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,1,0,0,1,0] => [12,10,9,11,7,4,2,1,3,5,6,8]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,1,0,1,0,0] => [11,10,12,9,7,4,2,1,3,5,6,8]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,1,0,0,0] => [10,8,7,9,11,3,2,4,1,5,6,12]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [9,8,10,7,11,3,2,4,1,5,6,12]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0,0,1,0,1,0] => [12,11,8,7,9,3,2,4,1,5,6,10]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,1,0,1,0,0,1,0] => [12,10,9,11,7,3,2,4,1,5,6,8]
[1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,1,1,0,1,0,0] => [11,10,12,9,7,3,2,4,1,5,6,8]
[1,1,0,1,0,0,1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [9,7,6,8,10,11,5,12,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [8,7,9,6,10,11,5,12,4,2,1,3]
[1,0,1,1,0,1,0,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [9,7,6,8,10,11,5,12,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [8,7,9,6,10,11,5,12,3,2,4,1]
[1,0,1,0,1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [9,7,6,8,10,11,4,3,5,12,2,1]
[1,0,1,0,1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [8,7,9,6,10,11,4,3,5,12,2,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [9,7,6,8,10,11,4,2,1,3,5,12]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [8,7,9,6,10,11,4,2,1,3,5,12]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,0,0] => [9,7,6,8,10,11,3,2,4,1,5,12]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [8,7,9,6,10,11,3,2,4,1,5,12]
[1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,0,1,0] => [12,6,5,7,8,4,9,3,10,2,11,1]
[1,0,1,0,1,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0,0] => [11,6,5,7,8,4,9,3,10,12,2,1]
[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,6,5,7,8,4,9,2,1,3,10,12]
[1,0,1,0,1,1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0,0] => [10,6,5,7,8,4,9,11,3,12,2,1]
[1,1,1,0,1,0,0,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0,0] => [10,6,5,7,8,4,9,11,2,1,3,12]
[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,6,5,7,8,3,2,4,9,1,10,12]
[1,1,0,1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0] => [10,6,5,7,8,3,2,4,9,11,1,12]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [12,11,7,6,8,9,4,2,1,3,5,10]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0] => [12,11,7,6,8,9,3,2,4,1,5,10]
[1,0,1,0,1,1,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [9,6,5,7,8,10,4,11,3,12,2,1]
[1,1,1,0,1,0,0,1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [9,6,5,7,8,10,4,11,2,1,3,12]
[1,1,0,1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,0,0] => [9,6,5,7,8,10,3,2,4,11,1,12]
[1,1,1,0,1,0,0,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [12,10,7,6,8,9,11,4,2,1,3,5]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0] => [12,10,7,6,8,9,11,3,2,4,1,5]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,1,0,0] => [11,10,12,5,6,4,7,3,8,2,9,1]
[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,9,4,5,3,6,2,7,1,8,10,12]
[1,0,1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,0] => [10,9,11,5,6,4,7,3,8,12,2,1]
[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,8,4,5,3,6,2,7,9,1,10,12]
[1,1,0,1,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0,0,0] => [10,8,4,5,3,6,2,7,9,11,1,12]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,0] => [10,9,11,5,6,4,7,2,1,3,8,12]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [12,11,9,5,6,4,7,2,1,3,8,10]
[1,0,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,0] => [9,8,10,5,6,4,7,11,3,12,2,1]
[1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,0] => [9,8,10,5,6,4,7,11,2,1,3,12]
[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,7,4,5,3,6,8,2,9,1,10,12]
[1,1,0,1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,0,0] => [10,7,4,5,3,6,8,2,9,11,1,12]
[1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,1,0] => [12,11,8,5,6,4,7,9,2,1,3,10]
[1,1,0,1,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,0,0] => [9,7,4,5,3,6,8,10,2,11,1,12]
[1,1,0,1,0,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [12,10,8,5,6,4,7,9,11,2,1,3]
[1,1,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0,1,1,0,1,0,0,0] => [10,9,11,5,6,3,2,4,7,1,8,12]
[1,1,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0,1,0,1,0] => [12,11,9,5,6,3,2,4,7,1,8,10]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,0,0] => [9,8,10,5,6,3,2,4,7,11,1,12]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0,1,0,1,0] => [12,11,8,5,6,3,2,4,7,9,1,10]
[1,0,1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0,1,0] => [12,10,8,5,6,3,2,4,7,9,11,1]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,1,0] => [12,10,9,11,6,7,4,2,1,3,5,8]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0] => [11,10,12,9,6,7,4,2,1,3,5,8]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,0,1,0,0,1,0] => [12,10,9,11,6,7,3,2,4,1,5,8]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0] => [11,10,12,9,6,7,3,2,4,1,5,8]
[1,0,1,0,1,1,0,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [8,7,9,5,6,10,4,11,3,12,2,1]
[1,1,1,0,1,0,0,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [8,7,9,5,6,10,4,11,2,1,3,12]
[1,1,0,1,1,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0] => [8,7,9,5,6,10,3,2,4,11,1,12]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [12,9,8,10,6,7,11,4,2,1,3,5]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0] => [12,9,8,10,6,7,11,3,2,4,1,5]
[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,6,4,5,7,3,8,2,9,1,10,12]
[1,1,0,1,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,0,0] => [10,6,4,5,7,3,8,2,9,11,1,12]
[1,1,1,0,1,0,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [12,11,7,5,6,8,4,9,2,1,3,10]
[1,1,0,1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0] => [9,6,4,5,7,3,8,10,2,11,1,12]
[1,1,0,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [12,10,7,5,6,8,4,9,11,2,1,3]
[1,1,0,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [12,11,7,5,6,8,3,2,4,9,1,10]
[1,0,1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0] => [12,10,7,5,6,8,3,2,4,9,11,1]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [11,10,12,8,6,7,9,4,2,1,3,5]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0] => [11,10,12,8,6,7,9,3,2,4,1,5]
[1,1,0,1,1,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0] => [8,6,4,5,7,9,3,10,2,11,1,12]
[1,1,0,1,0,0,1,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [12,9,7,5,6,8,10,4,11,2,1,3]
[1,0,1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0] => [12,9,7,5,6,8,10,3,2,4,11,1]
[1,1,0,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,6,8,10,12,4,2,1,3]
[1,0,1,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,6,8,10,12,3,2,4,1]
[1,1,0,1,1,1,0,1,1,1,0,0,1,1,0,0,1,0,1,0,0,0,0,0] => [8,7,5,6,3,4,9,2,10,11,1,12]
[1,1,0,1,1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0,0,0] => [10,5,6,7,8,3,4,2,9,11,1,12]
[1,1,0,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0,0,0] => [8,6,7,5,3,4,9,2,10,11,1,12]
[1,1,0,1,1,1,0,1,1,0,0,1,1,0,1,1,1,0,0,0,0,0,0,0] => [6,7,8,5,9,3,4,2,10,11,1,12]
[1,1,0,1,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,0] => [10,7,5,4,6,8,9,2,3,11,1,12]
[1,1,0,1,1,1,0,0,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0,0] => [8,7,9,4,5,6,10,2,3,11,1,12]
[1,1,0,1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0,0] => [10,6,7,8,4,3,5,2,9,11,1,12]
[1,1,0,1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,0] => [10,6,5,7,4,8,9,2,3,11,1,12]
[1,1,0,1,1,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,0,0,0] => [8,9,6,3,4,5,7,2,10,11,1,12]
[1,1,0,1,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0,0] => [7,8,6,4,5,3,9,2,10,11,1,12]
[1,1,0,1,1,1,0,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0] => [8,9,4,5,6,7,10,2,3,11,1,12]
[1,1,0,1,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0,0,0,0] => [7,8,5,6,4,3,9,2,10,11,1,12]
[1,1,0,1,1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0] => [7,5,6,8,4,9,10,2,3,11,1,12]
[1,1,0,1,1,0,1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [10,7,5,6,8,4,3,9,2,11,1,12]
[1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,0,0,0] => [8,7,9,5,6,4,3,10,2,11,1,12]
[1,1,0,1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [10,6,7,8,9,4,3,5,2,11,1,12]
[1,1,0,1,1,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,0,0,0] => [8,9,6,5,7,4,3,10,2,11,1,12]
[1,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0] => [7,8,6,9,10,4,3,5,2,11,1,12]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [10,7,8,6,5,9,2,3,4,11,1,12]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [8,9,10,6,5,7,2,3,4,11,1,12]
[1,1,0,1,1,0,1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,0,0,0] => [10,7,8,6,5,3,4,9,2,11,1,12]
[1,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0,0] => [8,9,10,6,5,3,4,7,2,11,1,12]
[1,1,0,1,1,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0,1,0,0,0] => [10,8,7,9,4,2,3,5,6,11,1,12]
[1,1,0,1,1,1,1,0,0,1,1,0,1,0,0,1,0,1,0,0,1,0,0,0] => [10,8,7,5,4,6,2,3,9,11,1,12]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,1,0,0,1,0,0,0] => [10,8,7,9,3,4,5,6,2,11,1,12]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0] => [10,8,7,5,6,3,2,4,9,11,1,12]
[1,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,1,0,0,0] => [10,8,7,4,5,3,6,9,2,11,1,12]
[1,1,0,1,1,1,1,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,0] => [9,10,6,3,4,2,5,7,8,11,1,12]
[1,1,0,1,1,1,1,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0,0] => [9,7,6,4,5,2,3,8,10,11,1,12]
[1,1,0,1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [9,10,4,5,6,7,2,3,8,11,1,12]
[1,1,0,1,1,1,1,1,0,0,1,0,1,1,0,0,1,0,0,1,0,0,0,0] => [9,7,5,6,4,2,3,8,10,11,1,12]
[1,1,0,1,1,1,1,0,0,1,1,0,1,1,1,0,0,0,0,1,0,0,0,0] => [9,5,6,7,4,8,2,3,10,11,1,12]
[1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0,0] => [9,10,6,4,3,5,7,8,2,11,1,12]
[1,1,0,1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,0,0] => [9,7,6,8,3,4,5,10,2,11,1,12]
[1,1,0,1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,0,0,0] => [9,10,5,6,7,3,2,4,8,11,1,12]
[1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,0,0] => [9,10,5,4,6,3,7,8,2,11,1,12]
[1,1,0,1,1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0] => [9,7,8,5,2,3,4,6,10,11,1,12]
[1,1,0,1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,0] => [9,6,7,5,3,4,2,8,10,11,1,12]
[1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0,0,0] => [9,7,8,3,4,5,6,10,2,11,1,12]
[1,1,0,1,1,1,1,0,1,0,1,1,0,0,1,1,0,0,0,1,0,0,0,0] => [9,6,7,4,5,3,2,8,10,11,1,12]
[1,1,1,0,0,1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0] => [10,7,5,6,8,4,9,11,3,1,2,12]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,0] => [8,7,9,5,6,4,10,11,3,1,2,12]
[1,1,1,0,0,1,0,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0] => [10,6,7,8,9,4,5,11,3,1,2,12]
[1,1,1,0,0,1,0,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,0] => [8,9,6,5,7,4,10,11,3,1,2,12]
[1,1,1,0,0,1,0,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0] => [7,8,6,9,10,4,5,11,3,1,2,12]
[1,1,1,0,0,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [10,7,8,6,5,9,4,11,3,1,2,12]
[1,1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,0] => [8,9,10,6,5,7,4,11,3,1,2,12]
[1,1,1,0,0,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,0] => [10,8,7,9,4,5,6,11,3,1,2,12]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [10,8,7,5,6,9,4,11,3,1,2,12]
[1,1,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0,0] => [9,10,6,4,5,7,8,11,3,1,2,12]
[1,1,1,0,0,1,0,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,0] => [9,7,6,8,4,5,10,11,3,1,2,12]
[1,1,1,0,0,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,0] => [9,10,5,6,7,8,4,11,3,1,2,12]
[1,1,1,0,0,1,0,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,0] => [9,7,8,5,4,6,10,11,3,1,2,12]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0] => [9,6,7,5,8,10,4,11,3,1,2,12]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [10,7,8,6,9,11,5,3,1,2,4,12]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [8,9,10,6,7,11,5,3,1,2,4,12]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [10,8,7,9,6,11,5,3,1,2,4,12]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [9,10,6,7,8,11,5,3,1,2,4,12]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [9,7,8,10,6,11,5,3,1,2,4,12]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0] => [10,7,8,6,9,11,5,2,3,1,4,12]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,0,0] => [8,9,10,6,7,11,5,2,3,1,4,12]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0,0] => [10,8,7,9,6,11,5,2,3,1,4,12]
[1,1,1,0,1,1,0,0,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,0] => [9,10,6,7,8,11,5,2,3,1,4,12]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0] => [9,7,8,10,6,11,5,2,3,1,4,12]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [10,8,9,11,7,5,2,3,1,4,6,12]
[1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [9,10,8,11,7,5,2,3,1,4,6,12]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [10,8,9,11,7,3,4,5,1,2,6,12]
[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [9,10,8,11,7,3,4,5,1,2,6,12]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [10,8,9,11,7,5,3,2,4,1,6,12]
[1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [9,10,8,11,7,5,3,2,4,1,6,12]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [10,8,9,11,7,4,5,1,2,3,6,12]
[1,1,1,1,1,0,0,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [9,10,8,11,7,4,5,1,2,3,6,12]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [10,8,9,11,7,4,2,3,5,1,6,12]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [9,10,8,11,7,4,2,3,5,1,6,12]
[1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [10,11,9,7,4,2,3,5,1,6,8,12]
[1,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0] => [10,11,9,5,4,6,2,3,1,7,8,12]
[1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,1,1,0,0,0] => [10,11,9,7,3,4,5,6,1,2,8,12]
[1,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,1,0,1,1,0,0,0] => [10,11,9,5,6,3,2,4,1,7,8,12]
[1,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,0,0] => [10,11,9,4,5,3,6,7,1,2,8,12]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [10,11,9,7,4,5,3,2,6,1,8,12]
[1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,1,1,0,0,0] => [10,11,9,5,6,7,3,2,4,1,8,12]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0,0] => [10,11,9,7,5,4,6,1,2,3,8,12]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,1,1,0,0,0] => [10,11,9,7,5,4,2,3,6,1,8,12]
[1,1,1,1,1,1,0,0,1,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0] => [10,11,9,6,7,3,1,2,4,5,8,12]
[1,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,1,0,1,1,0,0,0] => [10,11,9,6,4,3,5,1,2,7,8,12]
[1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0] => [10,11,9,6,7,2,3,4,5,1,8,12]
[1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,1,0,1,1,0,0,0] => [10,11,9,6,4,5,2,1,3,7,8,12]
[1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,1,0,1,1,0,0,0] => [10,11,9,6,3,4,2,5,7,1,8,12]
[1,1,1,1,0,1,1,1,0,0,1,1,0,0,1,0,1,0,0,0,0,1,0,0] => [11,7,6,4,5,2,3,8,1,9,10,12]
[1,1,1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0,0,1,0,0] => [11,9,4,5,6,7,2,3,1,8,10,12]
[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,7,5,6,4,2,3,8,1,9,10,12]
[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,5,6,7,4,8,2,3,1,9,10,12]
[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,9,6,4,3,5,7,8,1,2,10,12]
[1,1,1,1,0,0,1,1,1,1,0,0,0,1,1,0,1,0,0,0,0,1,0,0] => [11,7,6,8,3,4,5,9,1,2,10,12]
[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,9,5,6,7,3,2,4,1,8,10,12]
[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,9,5,4,6,3,7,8,1,2,10,12]
[1,1,1,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0] => [11,7,8,5,2,3,4,6,1,9,10,12]
[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,6,7,5,3,4,2,8,1,9,10,12]
[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,7,8,3,4,5,6,9,1,2,10,12]
[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,6,7,4,5,3,2,8,1,9,10,12]
[1,1,1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,1,0,0] => [11,6,4,5,7,3,8,9,1,2,10,12]
[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,9,6,4,5,7,3,2,8,1,10,12]
[1,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [11,7,6,8,4,5,3,2,9,1,10,12]
[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,9,5,6,7,8,3,2,4,1,10,12]
[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,7,8,5,4,6,3,2,9,1,10,12]
[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,6,7,5,8,9,3,2,4,1,10,12]
[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,9,6,7,5,4,8,1,2,3,10,12]
[1,1,1,1,1,0,0,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0] => [11,7,8,9,5,4,6,1,2,3,10,12]
[1,1,1,0,1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,0,0,1,0,0] => [11,9,6,7,5,4,2,3,8,1,10,12]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0] => [11,7,8,9,5,4,2,3,6,1,10,12]
[1,1,1,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0] => [11,9,7,6,8,3,1,2,4,5,10,12]
[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,9,7,6,4,3,5,1,2,8,10,12]
[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,9,7,6,8,2,3,4,5,1,10,12]
[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,9,7,6,4,5,2,1,3,8,10,12]
[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,9,7,6,3,4,2,5,8,1,10,12]
[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,9,5,2,3,1,4,6,7,10,12]
[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,8,6,5,3,4,1,2,7,9,10,12]
[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,8,9,3,4,5,6,1,2,7,10,12]
[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,8,6,4,5,3,1,2,7,9,10,12]
[1,1,1,1,1,0,0,1,1,0,1,1,1,0,0,0,0,1,0,0,0,1,0,0] => [11,8,4,5,6,3,7,1,2,9,10,12]
[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,8,9,5,3,2,4,6,7,1,10,12]
[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,8,6,5,7,2,3,4,9,1,10,12]
[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,8,9,4,5,6,2,1,3,7,10,12]
[1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,0,1,0,0] => [11,8,9,4,3,5,2,6,7,1,10,12]
[1,1,1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0,0,0,1,0,0] => [11,8,6,7,4,1,2,3,5,9,10,12]
[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,8,5,6,4,2,3,1,7,9,10,12]
[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,8,6,7,2,3,4,5,9,1,10,12]
[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,8,5,6,3,4,2,1,7,9,10,12]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0] => [6,7,5,8,4,9,3,10,2,11,1,12]
[1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [12,11,10,9,8,7,6,5,4,2,1,3]
[1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [8,7,6,9,5,10,4,11,3,12,1,2]
[1,1,0,0,1,1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,0] => [9,7,6,5,8,10,4,11,3,12,1,2]
[1,1,0,0,1,1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,0] => [9,8,6,7,5,4,10,11,3,12,1,2]
[1,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0] => [10,7,6,5,8,4,9,11,3,12,1,2]
[1,1,0,0,1,1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,0] => [10,8,6,5,4,7,9,11,3,12,1,2]
[1,1,0,0,1,1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [9,8,7,10,5,6,4,3,11,12,1,2]
[1,1,0,0,1,1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0] => [10,8,7,5,6,9,4,3,11,12,1,2]
[1,1,0,0,1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0,0] => [10,9,6,7,5,4,8,3,11,12,1,2]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0,0] => [10,9,7,8,5,4,3,6,11,12,1,2]
[1,1,0,0,1,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0,0] => [11,7,6,5,8,4,9,3,10,12,1,2]
[1,1,0,0,1,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0,0] => [11,8,6,5,4,7,9,3,10,12,1,2]
[1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0,0] => [11,8,7,5,6,4,3,9,10,12,1,2]
[1,1,0,0,1,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0,0] => [11,9,6,5,4,7,3,8,10,12,1,2]
[1,1,0,0,1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,4,3,6,8,10,12,1,2]
[1,1,1,0,0,1,0,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [9,8,7,10,6,11,4,5,3,1,2,12]
[1,1,1,0,0,1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [10,8,7,6,9,11,4,5,3,1,2,12]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0] => [10,9,7,8,6,4,5,11,3,1,2,12]
[1,1,1,0,0,1,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0] => [11,8,7,6,9,4,5,10,3,1,2,12]
[1,1,1,0,0,1,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0] => [11,9,7,6,4,5,8,10,3,1,2,12]
[1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0,0] => [10,9,8,11,5,6,4,3,7,1,2,12]
[1,1,1,0,0,1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0,1,0,0] => [11,9,8,5,6,7,4,3,10,1,2,12]
[1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [10,9,8,11,6,7,4,3,1,2,5,12]
[1,1,1,0,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0,0] => [11,10,6,7,5,4,8,3,9,1,2,12]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,1,0,0] => [11,10,7,8,5,4,3,6,9,1,2,12]
[1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,1,0,0] => [11,10,7,8,6,4,5,3,1,2,9,12]
[1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,1,0,0] => [11,10,8,9,5,4,3,6,1,2,7,12]
[1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,1,0,0,1,0,1,0,0] => [11,10,8,9,6,4,3,1,2,5,7,12]
[1,1,1,0,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0,1,0] => [12,7,6,5,8,4,9,3,10,1,2,11]
[1,1,1,0,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,0,1,0] => [12,8,6,5,4,7,9,3,10,1,2,11]
[1,1,1,0,0,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,0,1,0] => [12,8,7,5,6,4,3,9,10,1,2,11]
[1,1,1,0,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0,1,0] => [12,9,6,5,4,7,3,8,10,1,2,11]
[1,1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,0,1,0] => [12,9,7,5,4,3,6,8,10,1,2,11]
[1,1,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0,1,0] => [12,8,7,6,9,4,5,3,1,2,10,11]
[1,1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0,1,0] => [12,9,7,6,4,5,8,3,1,2,10,11]
[1,1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0,0,1,0] => [12,9,8,5,6,4,3,7,1,2,10,11]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0,0,1,0] => [12,9,8,6,7,4,3,1,2,5,10,11]
[1,1,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0,0,1,0] => [12,10,6,5,4,7,3,8,1,2,9,11]
[1,1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0,0,1,0] => [12,10,7,5,4,3,6,8,1,2,9,11]
[1,1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0,0,1,0] => [12,10,7,6,4,5,3,1,2,8,9,11]
[1,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0,0,1,0] => [12,10,8,5,4,3,6,1,2,7,9,11]
[1,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0] => [12,10,8,6,4,3,1,2,5,7,9,11]
[1,0,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0] => [9,8,7,10,6,11,5,12,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0] => [10,8,7,6,9,11,5,12,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0] => [11,8,7,6,9,5,10,12,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0] => [11,9,7,6,5,8,10,12,3,4,2,1]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0] => [10,9,8,11,6,7,5,3,4,12,2,1]
[1,0,1,0,1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0] => [11,9,8,6,7,10,5,3,4,12,2,1]
[1,0,1,0,1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0] => [11,10,7,8,6,5,9,3,4,12,2,1]
[1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0] => [11,10,8,9,6,5,3,4,7,12,2,1]
[1,0,1,0,1,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0] => [12,8,7,6,9,5,10,3,4,11,2,1]
[1,0,1,0,1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0] => [12,9,7,6,5,8,10,3,4,11,2,1]
[1,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0] => [12,9,8,6,7,5,3,4,10,11,2,1]
[1,0,1,0,1,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [12,10,7,6,5,8,3,4,9,11,2,1]
[1,0,1,0,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0] => [12,10,8,6,5,3,4,7,9,11,2,1]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,1,1,0,1,0,1,0,0,0] => [10,9,8,11,7,12,4,5,3,2,6,1]
[1,0,1,1,0,1,0,1,1,0,0,0,1,1,1,0,1,0,1,0,0,1,0,0] => [11,9,8,7,10,12,4,5,3,2,6,1]
[1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,0,0] => [11,10,8,9,7,4,5,6,3,2,12,1]
[1,0,1,1,0,1,0,1,1,1,0,0,0,1,1,0,1,0,1,0,0,0,1,0] => [12,9,8,7,10,4,5,6,3,2,11,1]
[1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0,1,0,0,1,0] => [12,10,8,7,4,5,6,9,3,2,11,1]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0] => [10,9,8,11,7,12,5,6,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,0,0,1,1,1,0,1,0,1,0,0,1,0,0] => [11,9,8,7,10,12,5,6,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0] => [11,10,8,9,7,5,6,12,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,0] => [12,9,8,7,10,5,6,11,3,2,1,4]
[1,1,0,1,0,1,0,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0] => [12,10,8,7,5,6,9,11,3,2,1,4]
[1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,1,0,1,0,1,0,0] => [11,10,9,12,5,6,4,3,7,2,8,1]
[1,0,1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,1,0,1,0,0,1,0] => [12,10,9,5,6,7,4,3,8,2,11,1]
[1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,1,0,0] => [11,10,9,12,6,7,4,3,2,5,8,1]
[1,0,1,1,1,0,1,0,1,0,0,1,1,1,0,0,0,1,0,1,0,0,1,0] => [12,10,9,6,7,8,4,3,2,5,11,1]
[1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0] => [11,10,9,12,6,7,5,3,4,2,1,8]
[1,1,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,0,0,1,0] => [12,10,9,6,7,8,5,3,4,2,1,11]
[1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [11,10,9,12,7,8,4,3,2,5,1,6]
[1,1,0,1,1,0,1,0,1,0,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [12,10,9,7,8,11,4,3,2,5,1,6]
[1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => [11,10,9,12,7,8,5,3,2,1,4,6]
[1,1,1,0,1,0,1,0,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0] => [12,10,9,7,8,11,5,3,2,1,4,6]
[1,0,1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,1,0,1,0] => [12,11,6,7,5,4,8,3,9,2,10,1]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,1,0,1,0] => [12,11,7,8,5,4,3,6,9,2,10,1]
[1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0,1,0,1,0] => [12,11,7,8,6,4,5,3,2,9,10,1]
[1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0,1,0,1,0] => [12,11,8,9,5,4,3,6,2,7,10,1]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0,1,0,1,0] => [12,11,8,9,6,4,3,2,5,7,10,1]
[1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0,1,0,1,0] => [12,11,7,8,6,5,9,3,4,2,1,10]
[1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0,1,0,1,0] => [12,11,8,9,6,5,3,4,7,2,1,10]
[1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0,1,0] => [12,11,8,9,7,4,5,3,2,6,1,10]
[1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [12,11,8,9,7,5,6,3,2,1,4,10]
[1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,0,1,0,1,0] => [12,11,9,10,5,4,3,6,2,7,1,8]
[1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,1,0,1,0] => [12,11,9,10,6,4,3,2,5,7,1,8]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0,1,0,1,0] => [12,11,9,10,7,4,3,2,5,1,6,8]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,1,0] => [12,11,9,10,7,5,3,2,1,4,6,8]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,0] => [7,8,6,5,9,4,10,3,11,2,12,1]
[1,0,1,1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,0] => [8,9,6,5,4,7,10,3,11,2,12,1]
[1,0,1,1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0] => [8,9,7,5,6,4,3,10,11,2,12,1]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0,0] => [9,10,6,5,4,7,3,8,11,2,12,1]
[1,0,1,1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0,0] => [9,10,7,5,4,3,6,8,11,2,12,1]
[1,0,1,1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0,0] => [8,9,7,6,10,4,5,3,2,11,12,1]
[1,0,1,1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0,0] => [9,10,7,6,4,5,8,3,2,11,12,1]
[1,0,1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,1,0,0,0,0] => [9,10,8,5,6,4,3,7,2,11,12,1]
[1,0,1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,0,0] => [9,10,8,6,7,4,3,2,5,11,12,1]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,0,0] => [10,11,6,5,4,7,3,8,2,9,12,1]
[1,0,1,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0] => [10,11,7,5,4,3,6,8,2,9,12,1]
[1,0,1,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,1,1,0,0,0] => [10,11,7,6,4,5,3,2,8,9,12,1]
[1,0,1,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0,0] => [10,11,8,5,4,3,6,2,7,9,12,1]
[1,0,1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0,0] => [10,11,8,6,4,3,2,5,7,9,12,1]
[1,1,0,1,0,1,1,0,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0] => [8,9,7,6,10,5,11,3,4,2,1,12]
[1,1,0,1,0,1,1,0,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0] => [9,10,7,6,5,8,11,3,4,2,1,12]
[1,1,0,1,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [9,10,8,6,7,5,3,4,11,2,1,12]
[1,1,0,1,0,1,1,1,0,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [10,11,7,6,5,8,3,4,9,2,1,12]
[1,1,0,1,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,1,0,0,0] => [10,11,8,6,5,3,4,7,9,2,1,12]
[1,1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0,1,1,0,0,0] => [10,11,8,7,4,5,6,3,2,9,1,12]
[1,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0] => [9,10,8,7,11,5,6,3,2,1,4,12]
[1,1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0] => [10,11,8,7,5,6,9,3,2,1,4,12]
[1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,0,1,1,0,0,0] => [10,11,9,5,6,4,3,7,2,8,1,12]
[1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,1,1,0,0,0] => [10,11,9,6,7,4,3,2,5,8,1,12]
[1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0,1,0,1,1,0,0,0] => [10,11,9,6,7,5,3,4,2,1,8,12]
[1,1,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,1,1,0,0,0] => [10,11,9,7,8,4,3,2,5,1,6,12]
[1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,1,0,1,1,0,0,0] => [10,11,9,7,8,5,3,2,1,4,6,12]
[1,1,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0,1,1,0,0] => [11,12,6,5,4,7,3,8,2,9,1,10]
[1,1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,0,1,1,0,0] => [11,12,7,5,4,3,6,8,2,9,1,10]
[1,1,0,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0] => [11,12,7,6,4,5,3,2,8,9,1,10]
[1,1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,0,1,1,0,0] => [11,12,8,5,4,3,6,2,7,9,1,10]
[1,1,0,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,0,1,1,0,0] => [11,12,8,6,4,3,2,5,7,9,1,10]
[1,1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0,1,1,0,0] => [11,12,7,6,5,8,3,4,2,1,9,10]
[1,1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0,1,1,0,0] => [11,12,8,6,5,3,4,7,2,1,9,10]
[1,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,1,0,0,0,1,1,0,0] => [11,12,8,7,4,5,3,2,6,1,9,10]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,1,0,0,0,1,1,0,0] => [11,12,8,7,5,6,3,2,1,4,9,10]
[1,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,0,1,0,0,1,1,0,0] => [11,12,9,5,4,3,6,2,7,1,8,10]
[1,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [11,12,9,6,4,3,2,5,7,1,8,10]
[1,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0,0,1,1,0,0] => [11,12,9,6,5,3,4,2,1,7,8,10]
[1,1,1,1,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,4,3,2,5,1,6,8,10]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,5,3,2,1,4,6,8,10]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [12,10,11,8,9,6,7,4,5,2,3,1]
[1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0] => [4,1,2,3,5,6,7,8,9,10,11,12]
[1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0] => [2,3,1,4,5,6,7,8,9,10,11,12]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,1,0] => [12,6,5,4,3,2,1,7,8,9,10,11]
[1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [7,6,5,4,3,2,8,9,10,11,12,1]
[1,1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,1,0,0,0] => [10,9,7,5,3,4,1,2,6,8,11,12]
[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,8,7,5,3,4,6,1,2,9,10,12]
[1,1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0] => [10,8,7,5,6,3,1,2,4,9,11,12]
[1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0,0,0,0] => [9,8,7,5,6,3,4,1,2,10,11,12]
[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,9,6,5,3,4,7,8,1,2,10,12]
[1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0,1,0,0,0] => [10,9,6,5,7,3,4,8,1,2,11,12]
[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,8,6,5,7,9,3,1,2,4,10,12]
[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,7,6,5,8,9,3,4,1,2,10,12]
[1,1,1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,0,1,0,0,0] => [10,8,6,7,5,3,1,2,4,9,11,12]
[1,1,1,1,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0,0] => [9,8,6,7,5,3,4,1,2,10,11,12]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0,0,0] => [10,7,6,8,5,3,4,9,1,2,11,12]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,1,0,0,0,0] => [9,7,6,8,5,10,3,1,2,4,11,12]
[1,1,1,1,0,0,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0] => [8,7,6,9,5,10,3,4,1,2,11,12]
[1,1,1,0,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,4,3,5,6,8,10,1,2,12]
[1,1,1,0,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,0,0,0] => [10,9,7,4,5,3,6,8,11,1,2,12]
[1,1,1,0,0,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0,1,0,0] => [11,8,7,4,5,6,3,9,10,1,2,12]
[1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0,0,0] => [10,8,7,9,4,3,5,6,11,1,2,12]
[1,1,1,0,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0,0,0] => [9,8,7,10,4,5,3,6,11,1,2,12]
[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,9,6,4,5,7,8,3,1,2,10,12]
[1,1,1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,0,0,0] => [10,9,6,7,4,5,8,3,1,2,11,12]
[1,1,1,0,0,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0] => [11,9,5,4,6,7,8,3,10,1,2,12]
[1,1,1,0,0,1,1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,0,0,0] => [10,9,5,6,4,7,8,3,11,1,2,12]
[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,8,6,7,9,4,3,1,2,5,10,12]
[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,7,6,8,9,4,3,5,1,2,10,12]
[1,1,1,0,0,1,1,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,0,0] => [11,8,5,6,7,4,3,9,10,1,2,12]
[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,7,5,6,8,4,9,3,1,2,10,12]
[1,1,1,0,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0,0] => [11,6,5,7,8,4,9,3,10,1,2,12]
[1,1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,1,0,0,1,0,0,0] => [10,8,9,6,4,3,1,2,5,7,11,12]
[1,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [9,8,10,6,4,3,5,1,2,7,11,12]
[1,1,1,1,0,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0,0,0] => [10,7,8,6,4,3,5,9,1,2,11,12]
[1,1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,0,0] => [9,7,8,6,4,5,3,1,2,10,11,12]
[1,1,1,1,0,0,1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0,0,0] => [8,7,9,6,4,5,3,10,1,2,11,12]
[1,1,1,0,0,1,1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,0,0,0] => [10,8,9,5,4,3,6,7,11,1,2,12]
[1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,0] => [9,8,10,5,4,6,3,7,11,1,2,12]
[1,1,1,1,0,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0] => [10,7,8,5,4,6,9,3,1,2,11,12]
[1,1,1,0,0,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,0,0,0] => [10,6,7,5,4,8,9,3,11,1,2,12]
[1,1,1,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0,0,0,0] => [9,7,8,5,6,4,3,1,2,10,11,12]
[1,1,1,1,0,0,1,1,0,1,0,1,1,0,0,1,1,0,1,0,0,0,0,0] => [8,7,9,5,6,4,3,10,1,2,11,12]
[1,1,1,0,0,1,1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,0,0,0] => [9,6,7,5,8,4,3,10,11,1,2,12]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,0] => [8,6,7,5,9,4,10,3,1,2,11,12]
[1,1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0] => [7,6,8,5,9,4,10,3,11,1,2,12]
[1,1,0,1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,2,3,4,6,8,10,1,12]
[1,1,0,1,1,1,1,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,0] => [10,9,7,5,6,2,3,4,8,11,1,12]
[1,1,0,1,1,1,1,0,0,0,1,1,1,0,0,1,0,1,0,0,0,1,0,0] => [11,8,7,5,6,9,2,3,4,10,1,12]
[1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,1,0,1,0,0,1,0,0,0] => [10,8,7,9,5,2,3,4,6,11,1,12]
[1,1,0,1,1,1,1,0,0,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0] => [9,8,7,10,5,6,2,3,4,11,1,12]
[1,1,0,1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0] => [11,9,6,5,7,8,10,2,3,4,1,12]
[1,1,0,1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0] => [10,9,6,7,5,8,11,2,3,4,1,12]
[1,1,0,1,1,1,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0,1,0,0] => [11,8,6,7,9,5,2,3,4,10,1,12]
[1,1,0,1,1,1,0,0,0,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0] => [11,7,6,8,9,5,10,2,3,4,1,12]
[1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,1,1,0,0,1,0,0,0] => [10,8,9,6,5,2,3,4,7,11,1,12]
[1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,0,1,1,0,1,0,0,0,0] => [9,8,10,6,5,7,2,3,4,11,1,12]
[1,1,0,1,1,1,0,0,0,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [10,7,8,6,5,9,11,2,3,4,1,12]
[1,1,0,1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0,0] => [9,7,8,6,10,5,2,3,4,11,1,12]
[1,1,0,1,1,1,0,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [8,7,9,6,10,5,11,2,3,4,1,12]
[1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,4,5,6,8,10,2,1,3,12]
[1,1,1,0,1,0,0,1,1,1,1,0,0,0,1,1,0,0,1,0,1,0,0,0] => [10,9,7,8,4,5,6,11,2,1,3,12]
[1,1,1,0,1,0,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,10,4,5,6,2,1,3,12]
[1,1,1,0,1,0,0,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [10,8,9,7,4,5,6,11,2,1,3,12]
[1,1,1,0,1,0,0,1,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [9,8,10,7,11,4,5,6,2,1,3,12]
[1,1,0,1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,3,4,5,6,8,2,10,1,12]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,0,0] => [10,9,7,8,3,4,5,6,2,11,1,12]
[1,1,0,1,1,0,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,10,3,4,5,2,6,1,12]
[1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,1,1,0,0,1,0,0,0] => [10,8,9,7,3,4,5,6,2,11,1,12]
[1,1,0,1,1,0,1,1,1,0,0,0,0,1,1,0,1,1,0,1,0,0,0,0] => [9,8,10,7,11,3,4,5,2,6,1,12]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,1,0,0,0,1,0,0,1,0,0] => [11,9,6,7,8,10,4,2,1,3,5,12]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,0,1,1,0,1,0,0,0] => [10,9,11,6,7,8,4,2,1,3,5,12]
[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,9,5,6,7,8,4,2,3,1,10,12]
[1,1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0,0] => [10,9,11,5,6,7,4,2,3,1,8,12]
[1,1,0,1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,1,0,0,1,0,0] => [11,9,6,7,8,10,3,2,4,5,1,12]
[1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,1,0,1,0,0,0] => [10,9,11,6,7,8,3,2,4,5,1,12]
[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,9,5,6,7,8,3,4,2,1,10,12]
[1,1,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0,1,1,0,1,0,0,0] => [10,9,11,5,6,7,3,4,2,1,8,12]
[1,1,0,1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,1,0,0,1,0,0] => [11,9,4,5,6,7,3,8,2,10,1,12]
[1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,1,0,1,0,0,0] => [10,9,11,4,5,6,3,7,2,8,1,12]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,6,4,2,1,3,5,7,12]
[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,7,8,9,6,4,2,3,1,5,10,12]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,5,4,2,3,6,1,7,12]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,0,0] => [11,7,8,9,5,4,6,2,1,3,10,12]
[1,1,1,0,1,1,0,0,1,1,0,1,0,1,1,1,0,0,0,0,0,1,0,0] => [11,6,7,8,5,4,9,2,3,1,10,12]
[1,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,6,3,2,4,5,7,1,12]
[1,1,0,1,1,1,0,1,1,0,0,0,1,0,1,1,1,0,0,0,0,1,0,0] => [11,7,8,9,6,3,4,2,5,10,1,12]
[1,1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,5,3,4,6,2,1,7,12]
[1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,4,3,5,6,2,7,1,12]
[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,7,8,9,5,6,3,2,1,4,10,12]
[1,1,1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [11,6,7,8,5,9,3,2,4,1,10,12]
[1,1,0,1,1,1,0,1,0,1,1,0,0,0,1,1,1,0,0,0,0,1,0,0] => [11,7,8,9,4,5,3,2,6,10,1,12]
[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,6,7,8,4,5,3,9,2,1,10,12]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0] => [11,5,6,7,4,8,3,9,2,10,1,12]
[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,11,8,6,4,2,1,3,5,7,9,12]
[1,1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0] => [9,10,8,6,4,2,3,1,5,7,11,12]
[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,11,7,6,4,2,3,5,1,8,9,12]
[1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,1,1,0,0,0,0] => [9,10,7,6,4,5,2,1,3,8,11,12]
[1,1,1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0,0,0,0] => [8,9,7,6,4,5,2,3,1,10,11,12]
[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,11,8,5,4,2,3,6,7,1,9,12]
[1,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0,1,1,0,0,0,0] => [9,10,8,5,4,6,2,3,7,1,11,12]
[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,11,7,5,4,6,8,2,1,3,9,12]
[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,11,6,5,4,7,8,2,3,1,9,12]
[1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0] => [9,10,7,5,6,4,2,1,3,8,11,12]
[1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,0,0,0] => [8,9,7,5,6,4,2,3,1,10,11,12]
[1,1,1,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,0] => [9,10,6,5,7,4,2,3,8,1,11,12]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0,0] => [8,9,6,5,7,4,10,2,1,3,11,12]
[1,1,1,0,1,1,0,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,0] => [7,8,6,5,9,4,10,2,3,1,11,12]
[1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,0,1,1,0,0,0] => [10,11,8,6,3,2,4,5,7,9,1,12]
[1,1,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0,0] => [9,10,8,6,3,4,2,5,7,11,1,12]
[1,1,0,1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0,1,1,0,0,0] => [10,11,7,6,3,4,5,2,8,9,1,12]
[1,1,0,1,1,1,1,0,1,0,0,0,1,1,0,1,0,0,1,1,0,0,0,0] => [9,10,7,6,8,3,2,4,5,11,1,12]
[1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0,0] => [8,9,7,6,10,3,4,2,5,11,1,12]
[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,11,8,5,3,4,6,7,2,1,9,12]
[1,1,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,0,0,0] => [9,10,8,5,6,3,4,7,2,1,11,12]
[1,1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,1,1,0,0,0] => [10,11,8,4,3,5,6,7,2,9,1,12]
[1,1,0,1,1,0,1,1,1,0,1,1,0,0,0,0,1,0,1,1,0,0,0,0] => [9,10,8,4,5,3,6,7,2,11,1,12]
[1,1,1,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0] => [10,11,7,5,6,8,3,2,1,4,9,12]
[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,11,6,5,7,8,3,2,4,1,9,12]
[1,1,0,1,1,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,0,0,0] => [10,11,7,4,5,6,3,2,8,9,1,12]
[1,1,1,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,1,0,0,0] => [10,11,6,4,5,7,3,8,2,1,9,12]
[1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,0,0,0,1,1,0,0,0] => [10,11,5,4,6,7,3,8,2,9,1,12]
[1,1,1,1,1,0,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0] => [9,10,7,8,5,3,2,1,4,6,11,12]
[1,1,1,1,0,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,0,0] => [8,9,7,10,5,3,2,4,1,6,11,12]
[1,1,1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [9,10,6,7,5,3,2,4,8,1,11,12]
[1,1,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0,0,0] => [8,9,6,7,5,3,4,2,1,10,11,12]
[1,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0,0,0] => [7,8,6,9,5,3,4,2,10,1,11,12]
[1,1,0,1,1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,1,0,0,0,0] => [9,10,7,8,4,3,2,5,6,11,1,12]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,0,0] => [8,9,7,10,4,3,5,2,6,11,1,12]
[1,1,1,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0,0,0] => [9,10,6,7,4,3,5,8,2,1,11,12]
[1,1,0,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0,0,0] => [9,10,5,6,4,3,7,8,2,11,1,12]
[1,1,1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0,0] => [8,9,6,7,4,5,3,2,1,10,11,12]
[1,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0] => [7,8,6,9,4,5,3,2,10,1,11,12]
[1,1,0,1,1,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,0] => [8,9,5,6,4,7,3,2,10,11,1,12]
[1,1,1,0,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0] => [7,8,5,6,4,9,3,10,2,1,11,12]
[1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0,0] => [6,7,5,4,3,2,1,8,9,10,11,12]
[1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0,0,0] => [10,9,7,6,4,5,8,3,11,12,1,2]
[1,1,0,0,1,1,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0,0] => [9,8,7,10,6,4,5,3,11,12,1,2]
[1,1,0,0,1,1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0] => [9,6,4,5,7,3,8,10,11,12,1,2]
[1,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0] => [11,9,8,6,4,3,5,7,10,12,1,2]
[1,1,0,0,1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0] => [11,8,7,6,9,4,3,5,10,12,1,2]
[1,1,0,0,1,1,0,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [9,8,6,7,10,5,11,4,3,12,1,2]
[1,1,0,0,1,1,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [11,8,6,5,7,9,10,4,3,12,1,2]
[1,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [11,10,6,5,7,4,8,9,3,12,1,2]
[1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,1,0,0] => [11,10,8,5,6,4,3,7,9,12,1,2]
[1,1,0,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0,0] => [9,8,10,6,5,4,7,11,3,12,1,2]
[1,1,0,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0] => [8,7,9,6,10,5,4,11,3,12,1,2]
[1,1,0,0,1,1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0,0] => [8,5,6,4,7,9,3,10,11,12,1,2]
[1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0,0,0] => [10,8,9,7,5,4,3,6,11,12,1,2]
[1,1,0,0,1,1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [10,7,8,6,5,9,4,3,11,12,1,2]
[1,1,1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,1,0,1,0,0,0,0] => [9,8,6,7,10,3,4,5,1,2,11,12]
[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,8,6,3,4,5,7,9,1,2,10,12]
[1,1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [11,10,8,7,9,6,3,4,1,2,5,12]
[1,1,1,1,0,0,1,1,0,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [8,7,9,6,10,11,3,4,1,2,5,12]
[1,1,1,1,0,0,1,1,1,1,0,0,0,1,0,1,1,0,0,0,1,0,0,0] => [10,7,8,6,3,4,5,9,1,2,11,12]
[1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0] => [11,10,8,6,7,9,5,3,1,2,4,12]
[1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0] => [10,9,11,8,6,7,5,3,1,2,4,12]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [11,10,8,5,6,7,4,9,3,1,2,12]
[1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [10,9,11,8,5,6,4,7,3,1,2,12]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,1,1,0,0,0,0,1,0,0,0] => [10,6,7,8,5,3,4,9,1,2,11,12]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0] => [10,8,9,11,5,3,1,2,4,6,7,12]
[1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [10,8,9,11,7,5,4,6,3,1,2,12]
[1,1,1,0,0,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0] => [10,5,6,7,4,8,3,9,11,1,2,12]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,1,1,0,0,0,1,0,0,0] => [10,7,8,9,4,5,3,1,2,6,11,12]
[1,1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0,0,0,1,0] => [12,9,8,6,5,3,4,7,1,2,10,11]
[1,1,1,1,0,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0,0,1,0] => [12,8,7,6,9,5,3,4,1,2,10,11]
[1,1,1,1,1,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0,1,0] => [12,8,5,3,4,6,1,2,7,9,10,11]
[1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0] => [12,10,8,7,5,3,1,2,4,6,9,11]
[1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,0] => [12,10,7,6,5,8,3,1,2,4,9,11]
[1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [12,8,7,5,6,9,4,10,3,1,2,11]
[1,1,1,0,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0] => [12,10,7,5,4,6,8,9,3,1,2,11]
[1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0,1,0] => [12,10,9,5,4,6,3,7,8,1,2,11]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,0] => [12,10,9,7,4,5,3,1,2,6,8,11]
[1,1,1,0,0,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0] => [12,8,7,9,5,4,3,6,10,1,2,11]
[1,1,1,0,0,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [12,7,6,8,5,9,4,3,10,1,2,11]
[1,1,1,1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0,0,1,0] => [12,7,4,5,3,6,8,1,2,9,10,11]
[1,1,1,1,1,0,0,1,0,1,0,0,1,0,1,1,0,0,1,0,0,0,1,0] => [12,9,7,8,6,4,3,1,2,5,10,11]
[1,1,1,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0,1,0] => [12,9,6,7,5,4,8,3,1,2,10,11]
[1,0,1,0,1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0] => [9,8,6,7,10,5,11,12,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [11,8,6,5,7,9,10,12,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0] => [11,10,8,7,9,6,5,12,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0] => [8,7,9,6,10,11,5,12,3,4,2,1]
[1,0,1,0,1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0] => [10,7,8,6,5,9,11,12,3,4,2,1]
[1,0,1,0,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,1,0,1,0,0] => [11,10,8,5,6,7,3,4,9,12,2,1]
[1,0,1,0,1,1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0,0] => [10,9,11,8,5,6,3,4,7,12,2,1]
[1,0,1,0,1,1,1,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0,0] => [10,8,9,11,7,5,3,4,6,12,2,1]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0] => [10,7,8,9,6,11,5,3,4,12,2,1]
[1,0,1,0,1,1,1,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [12,8,7,5,6,9,3,4,10,11,2,1]
[1,0,1,0,1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0] => [12,10,7,5,3,4,6,8,9,11,2,1]
[1,0,1,0,1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0] => [12,10,9,7,6,8,5,3,4,11,2,1]
[1,0,1,0,1,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0] => [12,7,6,8,5,9,10,3,4,11,2,1]
[1,0,1,0,1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0] => [12,9,6,7,5,3,4,8,10,11,2,1]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,1,0,1,0,0,1,0,1,0,0] => [11,10,8,7,9,12,3,4,2,5,6,1]
[1,0,1,1,1,0,1,1,0,0,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [10,9,11,8,7,12,3,4,2,5,6,1]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0,0,0] => [10,7,8,9,3,4,5,6,2,11,12,1]
[1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,0,1,0] => [12,10,9,7,3,4,5,6,2,8,11,1]
[1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,1,0,0,0,1,0] => [12,9,8,10,7,3,4,5,2,6,11,1]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,1,0,0] => [11,10,8,7,9,12,5,6,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,0] => [10,9,11,8,7,12,5,6,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [10,7,8,9,5,6,11,12,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,0,1,0,1,0,0,1,0] => [12,10,9,7,5,6,8,11,2,1,3,4]
[1,1,1,0,1,0,0,0,1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,0] => [12,9,8,10,7,5,6,11,2,1,3,4]
[1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0] => [10,9,11,12,6,7,5,3,2,4,8,1]
[1,0,1,1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,1,0,0,0,1,0] => [12,9,6,7,8,10,5,3,2,4,11,1]
[1,0,1,1,0,1,0,1,1,0,1,1,0,0,0,0,1,1,1,0,1,0,0,0] => [10,9,11,12,5,6,4,7,3,2,8,1]
[1,0,1,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [12,9,5,6,7,8,4,10,3,2,11,1]
[1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,1,1,1,0,1,0,0,0] => [10,9,11,12,5,6,2,3,4,1,7,8]
[1,1,1,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0] => [12,9,5,6,7,8,2,3,4,1,10,11]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0] => [10,9,11,12,7,8,5,4,2,1,3,6]
[1,1,1,0,1,0,0,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0,1,0] => [12,9,7,8,10,11,5,4,2,1,3,6]
[1,1,0,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,0] => [10,9,11,12,7,8,4,3,5,2,1,6]
[1,1,0,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,0,0,1,0] => [12,9,7,8,10,11,4,3,5,2,1,6]
[1,0,1,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0,1,0] => [12,11,6,7,5,3,4,8,2,9,10,1]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,1,0] => [12,11,8,9,5,3,2,4,6,7,10,1]
[1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [12,11,8,9,7,5,4,6,3,2,10,1]
[1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,1,0,1,0] => [12,11,5,6,4,7,3,8,9,2,10,1]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0,1,0] => [12,11,7,8,4,5,3,2,6,9,10,1]
[1,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0,1,0,1,0] => [12,11,8,9,7,5,2,3,4,1,6,10]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0,1,0,1,0] => [12,11,7,8,6,9,5,2,3,1,4,10]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0] => [12,11,7,8,5,6,9,4,2,1,3,10]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,1,0,1,0] => [12,11,7,8,4,5,6,3,9,2,1,10]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0,1,0,1,0] => [12,11,9,10,5,4,2,3,6,1,7,8]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,1,0] => [12,11,9,10,7,4,2,1,3,5,6,8]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,0] => [12,11,9,10,7,6,4,3,5,2,1,8]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,0,1,0,1,0] => [12,11,9,10,4,3,5,2,6,7,1,8]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0,1,0,1,0] => [12,11,9,10,6,3,4,2,1,5,7,8]
[1,0,1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,1,0,0,0,0] => [9,10,8,6,5,3,4,7,2,11,12,1]
[1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0,0,0] => [8,9,7,6,10,5,3,4,2,11,12,1]
[1,0,1,1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0,0,0] => [8,9,5,3,4,6,2,7,10,11,12,1]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0] => [10,11,8,7,5,3,2,4,6,9,12,1]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0] => [10,11,7,6,5,8,3,2,4,9,12,1]
[1,0,1,1,0,1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,0,0,0,0] => [8,9,7,5,6,10,4,11,3,2,12,1]
[1,0,1,1,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0] => [10,11,7,5,4,6,8,9,3,2,12,1]
[1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0] => [10,11,9,5,4,6,3,7,8,2,12,1]
[1,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [10,11,9,7,4,5,3,2,6,8,12,1]
[1,0,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0,0,0] => [8,9,7,10,5,4,3,6,11,2,12,1]
[1,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [7,8,6,9,5,10,4,3,11,2,12,1]
[1,0,1,1,1,1,0,1,1,1,0,1,1,0,0,0,1,1,0,0,0,0,0,0] => [7,8,4,5,3,6,9,2,10,11,12,1]
[1,0,1,1,1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0,0,0] => [9,10,7,8,6,4,3,2,5,11,12,1]
[1,0,1,1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [9,10,6,7,5,4,8,3,2,11,12,1]
[1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,1,0,1,1,0,0,0,0,0] => [8,9,7,5,6,10,2,3,4,1,11,12]
[1,1,1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0] => [10,11,7,5,2,3,4,6,8,1,9,12]
[1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0] => [10,11,9,7,6,8,5,2,3,1,4,12]
[1,1,1,0,1,1,0,0,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0] => [7,8,6,9,5,10,11,2,3,1,4,12]
[1,1,1,0,1,1,1,1,0,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0] => [9,10,6,7,5,2,3,4,8,1,11,12]
[1,1,1,0,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0,1,1,0,0,0] => [10,11,9,7,5,6,8,4,2,1,3,12]
[1,1,1,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [9,10,8,11,7,5,6,4,2,1,3,12]
[1,1,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,1,0,0,0] => [10,11,9,7,4,5,6,3,8,2,1,12]
[1,1,0,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,1,0,0,0,0] => [9,10,8,11,7,4,5,3,6,2,1,12]
[1,1,1,0,1,1,1,0,0,1,0,1,1,1,0,0,0,0,1,1,0,0,0,0] => [9,10,5,6,7,4,2,3,8,1,11,12]
[1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,0] => [9,10,7,8,11,4,2,1,3,5,6,12]
[1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0] => [9,10,7,8,11,6,4,3,5,2,1,12]
[1,1,0,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0] => [9,10,4,5,6,3,7,2,8,11,1,12]
[1,1,1,1,0,1,0,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,0,0] => [9,10,6,7,8,3,4,2,1,5,11,12]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0,0,0,1,1,0,0] => [11,12,8,7,5,4,2,3,6,1,9,10]
[1,1,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,0] => [11,12,7,6,5,8,4,2,3,1,9,10]
[1,1,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0,1,1,0,0] => [11,12,7,4,2,3,5,1,6,8,9,10]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,6,4,2,1,3,5,8,10]
[1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0] => [11,12,9,6,5,4,7,2,1,3,8,10]
[1,1,0,1,0,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0] => [11,12,7,6,4,5,8,3,9,2,1,10]
[1,1,0,1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0] => [11,12,9,6,4,3,5,7,8,2,1,10]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0,1,1,0,0] => [11,12,9,8,4,3,5,2,6,7,1,10]
[1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0] => [11,12,9,8,6,3,4,2,1,5,7,10]
[1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0,0,1,1,0,0] => [11,12,7,6,8,4,3,2,5,9,1,10]
[1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,0] => [11,12,6,5,7,4,8,3,2,9,1,10]
[1,1,1,1,0,1,1,1,0,1,1,0,0,0,1,0,0,0,0,0,1,1,0,0] => [11,12,6,3,4,2,5,7,1,8,9,10]
[1,1,1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0,0,0,1,1,0,0] => [11,12,8,6,7,5,3,2,1,4,9,10]
[1,1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,0] => [11,12,8,5,6,4,3,7,2,1,9,10]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [12,8,9,10,11,7,5,6,4,1,2,3]
[1,1,0,1,1,0,0,0,1,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [9,10,11,12,8,7,5,6,2,3,1,4]
[1,1,0,0,1,0,1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [12,8,9,10,11,6,4,5,7,3,1,2]
[1,1,0,1,0,1,1,0,0,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [9,10,11,12,8,6,7,3,4,2,1,5]
[1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [12,8,9,10,11,6,4,5,7,2,1,3]
[1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,1,0,0,0,0] => [9,10,11,8,12,7,5,6,4,1,2,3]
[1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,0,1,1,0,0,1,0,1,0] => [12,11,9,10,6,7,2,3,4,1,5,8]
[1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,0] => [9,10,11,12,7,6,4,5,8,3,1,2]
[1,1,1,0,0,0,1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0] => [9,10,11,8,12,6,5,7,4,1,2,3]
[1,1,1,1,1,0,0,0,0,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [12,10,11,8,6,7,5,1,2,3,4,9]
[1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0] => [9,10,11,12,7,6,8,3,4,2,1,5]
[1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0] => [12,10,11,8,6,7,2,3,4,1,5,9]
[1,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,0] => [9,10,11,12,7,6,5,8,2,3,1,4]
[1,1,1,0,0,1,0,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0] => [9,10,11,8,12,6,5,7,3,1,2,4]
[1,1,0,0,1,0,1,1,1,0,1,0,0,0,1,0,1,1,1,1,0,0,0,0] => [9,10,11,12,8,5,4,6,7,3,1,2]
[1,1,1,1,1,0,0,0,0,1,0,0,1,1,1,0,1,0,0,0,1,0,1,0] => [12,11,8,7,9,10,5,1,2,3,4,6]
[1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [9,10,11,12,6,5,7,4,8,3,1,2]
[1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,1,1,0,1,0,0,0,1,0] => [12,9,8,10,11,6,5,1,2,3,4,7]
[1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [9,10,11,12,6,5,7,4,8,2,1,3]
[1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,1,0] => [12,9,10,11,8,5,2,3,4,1,6,7]
[1,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0,1,1,1,0,0,0,1,0] => [12,9,10,11,6,3,4,5,2,7,1,8]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,1,1,0,1,0,0,0,1,0] => [12,9,8,10,11,7,4,1,2,3,5,6]
[1,1,0,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,1,0,0,0,1,0] => [12,9,8,10,11,5,2,3,4,6,1,7]
[1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,0,0] => [9,10,11,8,6,7,5,12,4,1,2,3]
[1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,1,0,0] => [11,10,8,9,12,7,4,1,2,3,5,6]
[1,1,1,0,0,0,1,0,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [9,10,11,7,6,8,5,12,4,1,2,3]
[1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [11,9,10,12,8,5,4,1,2,3,6,7]
[1,1,1,0,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [9,10,11,7,6,8,12,5,2,1,3,4]
[1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0] => [9,10,11,12,7,5,6,4,2,3,1,8]
[1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0] => [9,10,11,8,12,5,6,4,3,1,2,7]
[1,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0] => [11,12,9,7,8,5,2,3,4,6,1,10]
[1,1,1,0,0,1,0,1,1,0,0,0,1,1,0,1,0,1,1,1,0,0,0,0] => [9,10,11,8,7,12,4,5,3,1,2,6]
[1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,1,0,0] => [11,10,12,8,6,7,4,1,2,3,5,9]
[1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [9,10,11,12,6,5,7,4,2,3,1,8]
[1,1,1,0,0,1,0,1,0,0,1,1,1,0,1,0,0,1,1,1,0,0,0,0] => [9,10,11,7,6,8,12,4,3,1,2,5]
[1,1,0,1,1,1,1,0,0,0,1,0,1,0,0,1,1,0,0,0,1,1,0,0] => [11,12,8,9,6,5,2,3,4,7,1,10]
[1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0] => [9,10,11,12,6,5,7,3,2,4,1,8]
[1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,7,5,6,12,3,1,2,4]
[1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,1,1,1,0,0,0,0] => [9,10,11,8,7,12,4,5,2,1,3,6]
[1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,6,5,7,12,3,1,2,4]
[1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0] => [9,10,11,8,12,5,6,3,2,1,4,7]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,1,0,0] => [11,8,9,10,12,5,4,6,2,1,3,7]
[1,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,1,0,0] => [11,12,10,6,4,5,7,8,9,3,1,2]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,0] => [12,11,7,5,6,8,9,10,3,1,2,4]
[1,1,0,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [11,12,7,5,6,8,9,4,10,3,1,2]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [12,8,6,7,9,10,11,4,3,1,2,5]
[1,1,0,1,0,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [11,12,7,5,6,8,9,4,10,2,1,3]
[1,1,1,0,1,0,0,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [12,8,6,7,9,10,11,5,2,1,3,4]
[1,1,0,1,1,0,1,0,0,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0] => [12,8,6,7,9,10,11,3,2,4,1,5]
[1,1,1,0,0,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0] => [11,8,6,7,9,10,5,12,4,1,2,3]
[1,1,1,0,1,0,0,0,1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [11,8,6,7,9,10,12,5,2,1,3,4]
[1,1,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [11,12,7,5,6,8,9,4,2,3,1,10]
[1,1,1,0,0,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0] => [11,8,6,7,9,10,12,4,3,1,2,5]
[1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0] => [11,12,7,5,6,8,9,3,2,4,1,10]
[1,1,1,0,0,1,0,0,1,1,1,1,1,0,0,1,0,0,0,1,0,1,0,0] => [11,10,7,5,6,8,9,12,3,1,2,4]
[1,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,1,0,0] => [11,10,12,6,4,5,7,8,2,1,3,9]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0,1,1,0,0,1,0] => [12,10,11,9,4,5,3,1,2,6,7,8]
[1,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,1,1,0,0,1,0] => [12,10,11,5,6,4,2,3,7,8,1,9]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0] => [11,10,12,9,4,5,3,1,2,6,7,8]
[1,1,0,1,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0,0,1,1,0,0] => [11,12,9,5,6,4,2,3,7,8,1,10]
[1,1,1,1,1,0,0,1,0,1,1,0,0,0,0,1,0,0,1,1,0,1,0,0] => [11,10,12,8,4,5,3,1,2,6,7,9]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,0,1,1,0,0,1,0] => [12,10,11,9,4,5,2,1,3,6,7,8]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,1,0,0,1,0] => [12,10,11,5,6,3,2,4,7,8,1,9]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0] => [11,10,12,9,4,5,2,1,3,6,7,8]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0,1,1,0,0] => [11,12,9,5,6,3,2,4,7,8,1,10]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0,1,1,0,1,0,0] => [11,10,12,8,4,5,2,1,3,6,7,9]
[1,1,0,0,1,0,1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [10,8,9,7,4,5,6,11,12,3,1,2]
[1,1,0,1,0,0,1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,0] => [10,8,9,7,4,5,6,11,12,2,1,3]
[1,1,0,0,1,0,1,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,0] => [10,8,9,5,6,4,7,11,12,3,1,2]
[1,1,0,1,0,0,1,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,0] => [10,8,9,5,6,4,7,11,12,2,1,3]
[1,1,0,0,1,0,1,1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0,0] => [9,8,10,7,4,5,6,11,12,3,1,2]
[1,1,0,1,0,0,1,1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0,0] => [9,8,10,7,4,5,6,11,12,2,1,3]
[1,1,0,0,1,0,1,1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0] => [9,10,7,5,6,4,8,11,12,3,1,2]
[1,1,0,1,0,0,1,1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0] => [9,10,7,5,6,4,8,11,12,2,1,3]
[1,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [9,8,10,6,4,5,7,11,12,3,1,2]
[1,1,0,1,0,0,1,1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,0] => [9,8,10,6,4,5,7,11,12,2,1,3]
[1,1,1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0,0,1,0] => [12,8,9,7,4,5,6,3,1,2,10,11]
[1,1,1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0,1,0,0,0,1,0] => [12,9,8,5,6,7,3,1,2,4,10,11]
[1,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [12,8,9,5,6,4,7,3,1,2,10,11]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,1,0,0,0,1,0] => [12,9,6,7,8,4,3,1,2,5,10,11]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [12,8,9,5,6,4,7,2,1,3,10,11]
[1,1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0,1,0,0,0,1,0] => [12,9,6,7,8,5,2,1,3,4,10,11]
[1,1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0] => [12,9,6,7,8,3,2,4,1,5,10,11]
[1,1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,0] => [12,8,6,7,5,9,4,1,2,3,10,11]
[1,1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0,0,1,0] => [12,8,6,7,9,5,2,1,3,4,10,11]
[1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [12,8,9,5,6,4,2,3,1,7,10,11]
[1,1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0,0,1,0] => [12,8,6,7,9,4,3,1,2,5,10,11]
[1,1,1,1,0,1,1,0,1,0,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [12,8,9,5,6,3,2,4,1,7,10,11]
[1,1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0] => [12,8,7,5,6,9,3,1,2,4,10,11]
[1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,0,0,0,1,0] => [12,8,7,9,4,5,2,1,3,6,10,11]
[1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,7,5,6,4,1,2,3,12]
[1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,1,0,1,1,1,0,0,0,0] => [9,10,11,8,7,5,6,2,3,1,4,12]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,6,4,5,7,3,1,2,12]
[1,1,1,0,1,0,1,1,0,0,0,1,1,0,0,1,0,1,1,1,0,0,0,0] => [9,10,11,8,6,7,3,4,2,1,5,12]
[1,1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,6,4,5,7,2,1,3,12]
[1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,0,0] => [9,10,8,11,7,5,6,4,1,2,3,12]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,0,1,0,0] => [11,10,8,9,5,6,2,3,1,4,7,12]
[1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0] => [9,10,11,7,6,4,5,8,3,1,2,12]
[1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0] => [9,10,8,11,6,5,7,4,1,2,3,12]
[1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,6,4,1,2,3,8,12]
[1,1,1,0,1,0,1,1,0,0,0,1,1,0,1,0,0,1,1,1,0,0,0,0] => [9,10,11,7,6,8,3,4,2,1,5,12]
[1,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0] => [11,9,10,7,5,6,2,3,1,4,8,12]
[1,1,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0,1,1,1,0,0,0,0] => [9,10,11,7,6,5,8,2,3,1,4,12]
[1,1,1,1,0,0,1,0,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0] => [9,10,8,11,6,5,7,3,1,2,4,12]
[1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0] => [9,10,11,8,5,4,6,7,3,1,2,12]
[1,1,1,1,1,0,0,0,1,0,0,1,1,1,0,1,0,0,0,1,0,1,0,0] => [11,10,7,6,8,9,4,1,2,3,5,12]
[1,1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [9,10,11,6,5,7,4,8,3,1,2,12]
[1,1,1,1,1,0,0,0,1,0,1,0,0,1,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,10,5,4,1,2,3,6,12]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [9,10,11,6,5,7,4,8,2,1,3,12]
[1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,7,4,2,3,1,5,6,12]
[1,1,1,0,1,1,0,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,5,3,4,2,6,1,7,12]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,10,6,3,1,2,4,5,12]
[1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,10,4,2,3,5,1,6,12]
[1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,0,0] => [9,10,8,6,7,5,11,4,1,2,3,12]
[1,1,1,1,1,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,1,0,0,0] => [10,9,7,8,11,6,3,1,2,4,5,12]
[1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,1,0,0,1,1,0,0,0,0] => [9,10,7,6,8,5,11,4,1,2,3,12]
[1,1,1,1,1,0,0,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,0] => [10,8,9,11,7,4,3,1,2,5,6,12]
[1,1,1,1,0,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0] => [9,10,7,6,8,11,5,2,1,3,4,12]
[1,1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,1,1,1,0,0,0,0] => [9,10,11,7,5,6,4,2,3,1,8,12]
[1,1,1,1,0,0,1,0,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [9,10,8,11,5,6,4,3,1,2,7,12]
[1,1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0,0] => [10,11,8,6,7,4,2,3,5,1,9,12]
[1,1,1,1,0,0,1,0,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0] => [9,10,8,7,11,4,5,3,1,2,6,12]
[1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,1,0,0,0] => [10,9,11,7,5,6,3,1,2,4,8,12]
[1,1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [9,10,11,6,5,7,4,2,3,1,8,12]
[1,1,1,1,0,0,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,0,0,0] => [9,10,7,6,8,11,4,3,1,2,5,12]
[1,1,1,0,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0,1,1,0,0,0] => [10,11,7,8,5,4,2,3,6,1,9,12]
[1,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,0,0,0,0] => [9,10,11,6,5,7,3,2,4,1,8,12]
[1,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0] => [10,8,9,7,5,6,11,3,1,2,4,12]
[1,1,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0] => [9,10,8,7,11,4,5,2,1,3,6,12]
[1,1,1,1,0,0,1,0,0,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0] => [10,8,9,6,5,7,11,3,1,2,4,12]
[1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0,0] => [9,10,8,11,5,6,3,2,1,4,7,12]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,0,0,1,0,0,0] => [10,8,9,11,5,4,6,2,1,3,7,12]
[1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0] => [10,1,2,3,4,5,6,7,8,9,11,12]
[1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [12,11,10,9,8,7,6,5,4,3,1,2]
[1,1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0] => [7,6,5,4,3,1,2,8,9,10,11,12]
[1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => [12,10,9,11,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,1,0,0,1,0] => [12,10,11,9,8,7,6,5,4,3,2,1]
[1,0,1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0,0] => [8,6,7,5,9,10,4,11,3,12,2,1]
[1,0,1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0,0] => [9,6,7,5,8,4,10,11,3,12,2,1]
[1,0,1,0,1,0,1,1,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0,0] => [9,7,8,5,6,4,10,11,12,3,2,1]
[1,0,1,0,1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [9,7,8,6,10,11,4,3,5,12,2,1]
[1,0,1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0,0,0] => [10,6,7,5,8,4,9,3,11,12,2,1]
[1,0,1,0,1,0,1,1,1,0,1,1,0,0,1,1,1,0,0,0,1,0,0,0] => [10,7,8,9,5,6,4,11,12,3,2,1]
[1,0,1,0,1,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,0,0,0] => [10,7,8,6,9,4,3,5,11,12,2,1]
[1,0,1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,0,0] => [10,8,9,11,12,5,4,6,3,7,2,1]
[1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,0] => [10,8,9,11,12,6,7,4,3,5,2,1]
[1,0,1,1,0,1,0,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [9,7,8,6,10,11,5,12,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [10,7,8,6,9,5,11,12,3,2,4,1]
[1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0] => [10,8,9,11,12,6,5,7,3,2,4,1]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [10,8,9,7,11,12,4,3,5,2,6,1]
[1,0,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [10,8,9,7,11,12,5,3,2,4,6,1]
[1,0,1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0] => [11,6,7,8,5,9,4,10,3,12,2,1]
[1,0,1,0,1,0,1,1,1,0,1,1,1,0,0,1,1,0,0,0,0,1,0,0] => [11,7,8,5,6,9,4,10,12,3,2,1]
[1,0,1,0,1,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [11,7,8,9,6,10,4,3,5,12,2,1]
[1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,5,6,7,4,12,3,2,1]
[1,0,1,0,1,0,1,1,0,0,1,1,1,1,0,0,1,1,0,0,0,1,0,0] => [11,8,9,6,7,10,12,4,5,3,2,1]
[1,0,1,1,0,1,0,0,1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [11,7,8,9,6,10,5,12,3,2,4,1]
[1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,6,7,12,5,3,2,4,1]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,7,12,4,3,5,2,6,1]
[1,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,7,12,5,3,2,4,6,1]
[1,0,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0] => [11,9,10,5,6,7,8,4,12,3,2,1]
[1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,6,4,5,7,8,3,2,1]
[1,0,1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [11,9,10,6,7,8,12,5,3,2,4,1]
[1,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,4,5,6,8,3,2,1]
[1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,8,5,6,3,4,2,1]
[1,1,0,1,0,0,1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,0,0,0] => [9,7,8,6,10,11,5,12,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,0] => [10,7,8,6,9,5,11,12,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,0] => [10,8,9,11,12,6,5,7,4,2,1,3]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0] => [10,8,9,7,11,12,5,4,6,2,1,3]
[1,1,0,1,0,0,1,0,1,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0] => [11,7,8,9,6,10,5,12,4,2,1,3]
[1,1,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,6,7,12,5,4,2,1,3]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,7,12,5,4,6,2,1,3]
[1,1,0,1,0,0,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,1,0,0] => [11,9,10,6,7,8,12,5,4,2,1,3]
[1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,8,5,6,4,2,1,3]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [10,8,9,7,11,12,6,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,7,12,6,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,0,1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,8,6,3,2,4,1,5]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0] => [10,8,9,7,11,12,6,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0] => [11,8,9,10,7,12,6,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,0,1,0,1,1,0,0,1,1,1,0,0,1,0,0] => [11,9,10,12,7,8,6,4,2,1,3,5]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,1,1,1,0,0,1,0,0] => [11,9,10,12,8,4,3,5,2,6,1,7]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [11,9,10,12,8,5,3,2,4,6,1,7]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0] => [11,9,10,12,8,5,4,6,2,1,3,7]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [11,9,10,12,8,6,3,2,4,1,5,7]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,1,1,1,0,0,1,0,0] => [11,9,10,12,8,6,4,2,1,3,5,7]
[1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0,1,0] => [12,6,7,5,8,4,9,3,10,2,11,1]
[1,0,1,0,1,1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0,1,0] => [12,7,8,5,6,4,9,10,3,11,2,1]
[1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,0,1,0] => [12,7,8,6,9,4,3,5,10,2,11,1]
[1,0,1,0,1,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,1,0] => [12,8,9,5,6,4,7,3,10,11,2,1]
[1,0,1,0,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0] => [12,8,9,10,11,6,4,5,3,7,2,1]
[1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0] => [12,7,8,6,9,5,10,3,2,4,11,1]
[1,0,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [12,8,9,6,7,5,10,11,3,2,4,1]
[1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,0,1,0] => [12,8,9,7,10,4,3,5,2,6,11,1]
[1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [12,8,9,7,10,5,3,2,4,6,11,1]
[1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,1,0,0,0,1,0] => [12,9,10,11,5,4,6,3,7,2,8,1]
[1,0,1,0,1,1,1,0,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0] => [12,9,10,11,6,4,5,3,7,8,2,1]
[1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [12,9,10,11,6,5,7,3,2,4,8,1]
[1,0,1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [12,9,10,11,7,8,4,3,5,2,6,1]
[1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [12,9,10,11,7,8,5,6,3,2,4,1]
[1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0] => [12,7,8,6,9,5,10,4,11,2,1,3]
[1,1,0,1,0,0,1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,1,0] => [12,8,9,6,7,5,10,11,4,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,0] => [12,8,9,7,10,5,4,6,11,2,1,3]
[1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0] => [12,9,10,11,6,5,7,4,8,2,1,3]
[1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [12,9,10,11,7,8,5,4,6,2,1,3]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [12,8,9,7,10,6,11,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [12,9,10,11,7,6,8,3,2,4,1,5]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,1,0,0,0,0,1,0] => [12,8,9,7,10,6,11,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0,1,0] => [12,9,10,11,7,6,8,4,2,1,3,5]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,1,0,0,0,1,0] => [12,9,10,8,11,4,3,5,2,6,1,7]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [12,9,10,8,11,5,3,2,4,6,1,7]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,1,0] => [12,9,10,8,11,5,4,6,2,1,3,7]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [12,9,10,8,11,6,3,2,4,1,5,7]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,1,0] => [12,9,10,8,11,6,4,2,1,3,5,7]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,0,1,0] => [12,10,11,5,4,6,3,7,2,8,9,1]
[1,0,1,0,1,1,0,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0,1,0] => [12,10,11,6,7,4,5,8,3,9,2,1]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [12,10,11,6,5,7,3,2,4,8,9,1]
[1,0,1,0,1,1,1,0,1,1,1,0,0,0,1,0,0,0,1,1,0,0,1,0] => [12,10,11,7,4,5,6,3,8,9,2,1]
[1,0,1,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0,1,1,0,0,1,0] => [12,10,11,7,8,5,6,9,3,4,2,1]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,0] => [12,10,11,6,5,7,4,8,9,2,1,3]
[1,1,0,1,0,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0] => [12,10,11,7,5,6,8,9,4,2,1,3]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [12,10,11,7,6,8,9,3,2,4,1,5]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,0] => [12,10,11,7,6,8,9,4,2,1,3,5]
[1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0,1,0] => [12,10,11,8,4,5,6,7,3,9,2,1]
[1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [12,10,11,8,9,5,3,4,6,7,2,1]
[1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,0] => [12,10,11,8,5,6,7,9,4,2,1,3]
[1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0] => [12,10,11,8,9,6,3,4,5,7,2,1]
[1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,1,0,1,0,0] => [11,10,12,8,9,4,3,5,2,6,1,7]
[1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [11,10,12,8,9,5,3,2,4,6,1,7]
[1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [11,10,12,8,9,5,4,6,2,1,3,7]
[1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0] => [11,10,12,8,9,6,3,2,4,1,5,7]
[1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0] => [11,10,12,8,9,6,4,2,1,3,5,7]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0] => [10,9,11,8,7,6,5,4,3,2,1,12]
[1,1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,3,2,4,6,8,10,1,12]
[1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0] => [12,10,9,8,7,6,5,4,3,2,1,11]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [11,10,12,8,9,6,7,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,6,7,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [11,10,12,7,6,8,9,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,6,10,12,4,5,2,3,1]
[1,0,1,1,0,0,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [11,9,7,6,8,10,12,4,5,2,3,1]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [11,10,12,8,9,5,4,6,7,2,3,1]
[1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,5,4,6,7,2,3,1]
[1,0,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [11,10,12,6,5,7,4,8,9,2,3,1]
[1,0,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [11,10,12,7,5,4,6,8,9,2,3,1]
[1,0,1,1,0,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [11,7,6,8,5,9,4,10,12,2,3,1]
[1,0,1,1,0,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [11,8,6,5,7,9,4,10,12,2,3,1]
[1,0,1,1,0,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,5,4,6,10,12,2,3,1]
[1,0,1,1,0,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [11,9,6,5,7,4,8,10,12,2,3,1]
[1,0,1,1,0,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,4,6,8,10,12,2,3,1]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [11,10,12,8,9,6,7,3,2,4,5,1]
[1,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,6,7,3,2,4,5,1]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [11,10,12,7,6,8,9,3,2,4,5,1]
[1,0,1,1,1,0,1,0,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,6,10,12,3,2,4,5,1]
[1,0,1,1,1,0,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [11,9,7,6,8,10,12,3,2,4,5,1]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,1,0,1,0,0] => [11,10,12,8,9,4,3,5,2,6,7,1]
[1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,4,3,5,2,6,7,1]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [11,10,12,8,9,5,3,2,4,6,7,1]
[1,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,5,3,2,4,6,7,1]
[1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,1,0,0] => [11,10,12,5,4,6,3,7,2,8,9,1]
[1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0] => [11,10,12,6,4,3,5,7,2,8,9,1]
[1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [11,10,12,6,5,7,3,2,4,8,9,1]
[1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,1,0,1,0,0] => [11,10,12,7,4,3,5,2,6,8,9,1]
[1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [11,10,12,7,5,3,2,4,6,8,9,1]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [11,10,12,8,9,6,7,4,5,2,1,3]
[1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,6,7,4,5,2,1,3]
[1,1,0,1,0,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [11,10,12,7,6,8,9,4,5,2,1,3]
[1,1,0,1,0,0,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,6,10,12,4,5,2,1,3]
[1,1,0,1,0,0,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0] => [11,9,7,6,8,10,12,4,5,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,0,1,1,0,1,0,0] => [11,10,12,8,9,5,4,6,7,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,5,4,6,7,2,1,3]
[1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0] => [11,10,12,6,5,7,4,8,9,2,1,3]
[1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0] => [11,10,12,7,5,4,6,8,9,2,1,3]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [11,10,12,8,9,6,7,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,6,7,3,2,4,1,5]
[1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [11,10,12,7,6,8,9,3,2,4,1,5]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => [11,10,12,8,9,6,7,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,1,1,0,1,0,0,1,0,0] => [11,9,8,10,12,6,7,4,2,1,3,5]
[1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,0,0] => [11,10,12,7,6,8,9,4,2,1,3,5]
[1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0] => [11,6,5,7,4,8,3,9,2,10,1,12]
[1,1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0,0] => [11,7,5,4,6,8,3,9,2,10,1,12]
[1,1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0,0] => [11,7,6,8,4,3,5,9,2,10,1,12]
[1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0,0] => [11,8,5,4,6,3,7,9,2,10,1,12]
[1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0] => [11,8,6,4,3,5,7,9,2,10,1,12]
[1,1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [11,7,6,8,5,9,3,2,4,10,1,12]
[1,1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [11,8,6,5,7,9,3,2,4,10,1,12]
[1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,4,3,5,2,6,10,1,12]
[1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,5,3,2,4,6,10,1,12]
[1,1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0] => [11,9,5,4,6,3,7,2,8,10,1,12]
[1,1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,0] => [11,9,6,4,3,5,7,2,8,10,1,12]
[1,1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [11,9,6,5,7,3,2,4,8,10,1,12]
[1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,4,3,5,2,6,8,10,1,12]
[1,1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0] => [11,7,6,8,5,9,4,10,2,1,3,12]
[1,1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0] => [11,8,6,5,7,9,4,10,2,1,3,12]
[1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,5,4,6,10,2,1,3,12]
[1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0] => [11,9,6,5,7,4,8,10,2,1,3,12]
[1,1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0] => [11,9,7,5,4,6,8,10,2,1,3,12]
[1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,6,10,3,2,4,1,5,12]
[1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [11,9,7,6,8,10,3,2,4,1,5,12]
[1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0,1,0,0] => [11,8,7,9,6,10,4,2,1,3,5,12]
[1,1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0,0] => [11,9,7,6,8,10,4,2,1,3,5,12]
[1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0,1,0,0] => [11,9,8,10,4,3,5,2,6,1,7,12]
[1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0,1,0,0] => [11,9,8,10,5,3,2,4,6,1,7,12]
[1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0,1,0,0] => [11,9,8,10,5,4,6,2,1,3,7,12]
[1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0,1,0,0] => [11,9,8,10,6,3,2,4,1,5,7,12]
[1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0] => [11,9,8,10,6,4,2,1,3,5,7,12]
[1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,0,1,0,0] => [11,10,5,4,6,3,7,2,8,1,9,12]
[1,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0,1,0,1,0,0] => [11,10,6,4,3,5,7,2,8,1,9,12]
[1,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [11,10,6,5,7,3,2,4,8,1,9,12]
[1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0,1,0,1,0,0] => [11,10,7,4,3,5,2,6,8,1,9,12]
[1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0,1,0,0] => [11,10,7,5,3,2,4,6,8,1,9,12]
[1,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0] => [11,10,6,5,7,4,8,2,1,3,9,12]
[1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,0,0] => [11,10,7,5,4,6,8,2,1,3,9,12]
[1,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,0,1,0,0] => [11,10,7,6,8,3,2,4,1,5,9,12]
[1,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0,1,0,0] => [11,10,7,6,8,4,2,1,3,5,9,12]
[1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,1,0,0] => [11,10,8,4,3,5,2,6,1,7,9,12]
[1,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,0] => [11,10,8,5,3,2,4,6,1,7,9,12]
[1,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,1,0,0] => [11,10,8,5,4,6,2,1,3,7,9,12]
[1,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,1,0,0] => [11,10,8,6,3,2,4,1,5,7,9,12]
[1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0] => [11,10,8,6,4,2,1,3,5,7,9,12]
Identities
click to show experimental identities
(only identities of compositions of up to three maps are shown)
Intertwining relations
Mp00025to 132-avoiding permutation ∘ Mp00028reverse = Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00025to 132-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00229Delest-Viennot = Mp00025to 132-avoiding permutation ∘ Mp00229Delest-Viennot ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00227Delest-Viennot-inverse = Mp00025to 132-avoiding permutation ∘ Mp00227Delest-Viennot-inverse ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00222peaks-to-valleys = Mp00025to 132-avoiding permutation ∘ Mp00222peaks-to-valleys ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution = Mp00025to 132-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00228reflect parallelogram polyomino = Mp00025to 132-avoiding permutation ∘ Mp00228reflect parallelogram polyomino ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00199prime Dyck path = Mp00025to 132-avoiding permutation ∘ Mp00199prime Dyck path ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00150to Dyck path = Mp00025to 132-avoiding permutation ∘ Mp00150to Dyck path ∘ Mp00113reverse : Perfect matchings ⟶ Permutations
Mp00204LLPS ∘ Mp00025to 132-avoiding permutation ∘ Mp00030zeta map = Mp00044conjugate ∘ Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00025to 132-avoiding permutation ∘ Mp00101decomposition reverse = Mp00044conjugate ∘ Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00025to 132-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution = Mp00044conjugate ∘ Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00025to 132-avoiding permutation ∘ Mp00032inverse zeta map = Mp00044conjugate ∘ Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00066inverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00231bounce path = Mp00025to 132-avoiding permutation ∘ Mp00231bounce path ∘ Mp00038reverse : Integer compositions ⟶ Permutations
Mp00066inverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00103peeling map = Mp00025to 132-avoiding permutation ∘ Mp00103peeling map ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00204LLPS ∘ Mp00025to 132-avoiding permutation ∘ Mp00327inverse Kreweras complement = Mp00044conjugate ∘ Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Absorbing relations
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00204LLPS ∘ Mp00025to 132-avoiding permutation ∘ Mp00121Cori-Le Borgne involution = Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00025to 132-avoiding permutation ∘ Mp00124Adin-Bagno-Roichman transformation = Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00025to 132-avoiding permutation ∘ Mp00132switch returns and last double rise = Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation ∘ Mp00124Adin-Bagno-Roichman transformation = Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation ∘ Mp00132switch returns and last double rise = Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00157connected complement ∘ Mp00160graph of inversions ∘ Mp00025to 132-avoiding permutation = Mp00160graph of inversions ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Graphs
Mp00096Foata bijection ∘ Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation = Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00316inverse Foata bijection ∘ Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation = Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00131descent bottoms ∘ Mp00025to 132-avoiding permutation ∘ Mp00124Adin-Bagno-Roichman transformation = Mp00131descent bottoms ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00131descent bottoms ∘ Mp00025to 132-avoiding permutation ∘ Mp00132switch returns and last double rise = Mp00131descent bottoms ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation = Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00254Inverse fireworks map ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00064reverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00277catalanization ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00087inverse first fundamental transformation ∘ Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation = Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation = Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00073major-index to inversion-number bijection ∘ Mp00175inverse Foata bijection ∘ Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation = Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00124Adin-Bagno-Roichman transformation ∘ Mp00132switch returns and last double rise ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00025to 132-avoiding permutation = Mp00127left-to-right-maxima to Dyck path ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Dyck paths
Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation ∘ Mp00101decomposition reverse ∘ Mp00122Elizalde-Deutsch bijection = Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00224runsort ∘ Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation = Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Constant maps
Mp00013to poset ∘ Mp00018left border symmetry ∘ Mp00072binary search tree: left to right ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = const : Dyck paths ⟶ Posets
Mp00011to graph ∘ Mp00018left border symmetry ∘ Mp00072binary search tree: left to right ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = const : Dyck paths ⟶ Graphs
Mp00127left-to-right-maxima to Dyck path ∘ Mp00025to 132-avoiding permutation ∘ Mp00030zeta map ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Dyck paths
Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation ∘ Mp00030zeta map ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Binary words
Mp00127left-to-right-maxima to Dyck path ∘ Mp00025to 132-avoiding permutation ∘ Mp00118swap returns and last descent ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Dyck paths
Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation ∘ Mp00118swap returns and last descent ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00088Kreweras complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation ∘ Mp00101decomposition reverse ∘ Mp00199prime Dyck path = const : Dyck paths ⟶ Binary words
Mp00223runsort ∘ Mp00025to 132-avoiding permutation ∘ Mp00099bounce path = const : Dyck paths ⟶ Permutations
Other relations
Mp00069complement ∘ Mp00031to 312-avoiding permutation = Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00028reverse = Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00031to 312-avoiding permutation = Mp00064reverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00064reverse ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00069complement ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00071descent composition ∘ Mp00025to 132-avoiding permutation = Mp00038reverse ∘ Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00066inverse ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00069complement ∘ Mp00088Kreweras complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00229Delest-Viennot = Mp00031to 312-avoiding permutation ∘ Mp00229Delest-Viennot ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00067Foata bijection ∘ Mp00031to 312-avoiding permutation = Mp00067Foata bijection ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00175inverse Foata bijection ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation = Mp00062Lehmer-code to major-code bijection ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00227Delest-Viennot-inverse = Mp00031to 312-avoiding permutation ∘ Mp00227Delest-Viennot-inverse ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00222peaks-to-valleys = Mp00031to 312-avoiding permutation ∘ Mp00222peaks-to-valleys ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution = Mp00031to 312-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00101decomposition reverse = Mp00017to 312-avoiding permutation ∘ Mp00034to binary tree: up step, left tree, down step, right tree : Dyck paths ⟶ Permutations
Mp00068Simion-Schmidt map ∘ Mp00025to 132-avoiding permutation = Mp00069complement ∘ Mp00119to 321-avoiding permutation (Krattenthaler) ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00014to 132-avoiding permutation ∘ Mp00034to binary tree: up step, left tree, down step, right tree = Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00064reverse ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00066inverse ∘ Mp00088Kreweras complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution = Mp00031to 312-avoiding permutation ∘ Mp00123Barnabei-Castronuovo involution ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00025to 132-avoiding permutation ∘ Mp00101decomposition reverse ∘ Mp00028reverse = Mp00014to 132-avoiding permutation ∘ Mp00029to binary tree: left tree, up step, right tree, down step : Dyck paths ⟶ Permutations
Mp00060Robinson-Schensted tableau shape ∘ Mp00025to 132-avoiding permutation = Mp00204LLPS ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00071descent composition ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation = Mp00038reverse ∘ Mp00102rise composition ∘ Mp00028reverse : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00041conjugate ∘ Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00039complement ∘ Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00025to 132-avoiding permutation ∘ Mp00020to Tamari-corresponding Dyck path = Mp00066inverse ∘ Mp00014to 132-avoiding permutation ∘ Mp00016left-right symmetry : Binary trees ⟶ Permutations
Mp00025to 132-avoiding permutation ∘ Mp00012to Dyck path: up step, left tree, down step, right tree = Mp00014to 132-avoiding permutation : Binary trees ⟶ Permutations
Mp00025to 132-avoiding permutation ∘ Mp00051to Dyck path = Mp00014to 132-avoiding permutation ∘ Mp00050to binary tree: right brother = right child : Ordered trees ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00228reflect parallelogram polyomino = Mp00031to 312-avoiding permutation ∘ Mp00228reflect parallelogram polyomino ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00142promotion = Mp00031to 312-avoiding permutation ∘ Mp00143inverse promotion ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00143inverse promotion = Mp00031to 312-avoiding permutation ∘ Mp00142promotion ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00126cactus evacuation ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00066inverse ∘ Mp00126cactus evacuation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00149Lehmer code rotation ∘ Mp00069complement ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00073major-index to inversion-number bijection ∘ Mp00025to 132-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 ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation = Mp00069complement ∘ Mp00119to 321-avoiding permutation (Krattenthaler) : Dyck paths ⟶ Permutations
Mp00062Lehmer-code to major-code bijection ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation = Mp00175inverse Foata bijection ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00064reverse ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path = Mp00025to 132-avoiding permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00143inverse promotion = Mp00025to 132-avoiding permutation ∘ Mp00142promotion ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00142promotion = Mp00025to 132-avoiding permutation ∘ Mp00143inverse promotion ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00066inverse ∘ Mp00126cactus evacuation ∘ Mp00031to 312-avoiding permutation = Mp00126cactus evacuation ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00087inverse first fundamental transformation ∘ Mp00031to 312-avoiding permutation = Mp00064reverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00064reverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00099bounce path = Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00023to non-crossing permutation ∘ Mp00028reverse ∘ Mp00099bounce path = Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00014to 132-avoiding permutation ∘ Mp00029to binary tree: left tree, up step, right tree, down step ∘ Mp00028reverse = Mp00025to 132-avoiding permutation ∘ Mp00101decomposition reverse : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00062Lehmer-code to major-code bijection ∘ Mp00025to 132-avoiding permutation = Mp00175inverse Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00199prime Dyck path = Mp00031to 312-avoiding permutation ∘ Mp00199prime Dyck path ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00108cycle type ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00108cycle type ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00204LLPS ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation = Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation = Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00108cycle type ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00127left-to-right-maxima to Dyck path ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00028reverse ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00028reverse : 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
Mp00070Robinson-Schensted recording tableau ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00059Robinson-Schensted insertion tableau ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00084conjugate ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00025to 132-avoiding permutation = Mp00070Robinson-Schensted recording tableau ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00151to cycle type ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00151to cycle type ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00112complement ∘ Mp00151to cycle type ∘ Mp00031to 312-avoiding permutation = Mp00151to cycle type ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00151to cycle type ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00112complement ∘ Mp00151to cycle type ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00016left-right symmetry ∘ Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation = Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00034to binary tree: up step, left tree, down step, right tree : Dyck paths ⟶ Binary trees
Mp00061to increasing tree ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00034to binary tree: up step, left tree, down step, right tree ∘ Mp00028reverse : Dyck paths ⟶ Binary trees
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
Mp00005transpose ∘ Mp00063to alternating sign matrix ∘ Mp00031to 312-avoiding permutation = Mp00063to alternating sign matrix ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Alternating sign matrices
Mp00160graph of inversions ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00160graph of inversions ∘ Mp00023to non-crossing permutation : Dyck paths ⟶ Graphs
Mp00160graph of inversions ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00160graph of inversions ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Graphs
Mp00160graph of inversions ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation = Mp00160graph of inversions ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Graphs
Mp00130descent tops ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00109descent word ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00131descent bottoms ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00104reverse ∘ Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00104reverse ∘ Mp00109descent word ∘ Mp00031to 312-avoiding permutation = Mp00131descent bottoms ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00104reverse ∘ Mp00131descent bottoms ∘ Mp00031to 312-avoiding permutation = Mp00109descent word ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
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
Mp00105complement ∘ Mp00131descent bottoms ∘ Mp00031to 312-avoiding permutation = Mp00104reverse ∘ Mp00109descent word ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00208lattice of intervals ∘ Mp00031to 312-avoiding permutation = Mp00208lattice of intervals ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Lattices
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00150to Dyck path = Mp00031to 312-avoiding permutation ∘ Mp00150to Dyck path ∘ Mp00113reverse : Perfect matchings ⟶ Permutations
Mp00017to 312-avoiding permutation ∘ Mp00034to binary tree: up step, left tree, down step, right tree ∘ Mp00230parallelogram polyomino = Mp00175inverse Foata bijection ∘ Mp00025to 132-avoiding permutation ∘ Mp00230parallelogram polyomino : Integer partitions ⟶ Permutations
Mp00204LLPS ∘ Mp00025to 132-avoiding permutation ∘ Mp00230parallelogram polyomino = Mp00060Robinson-Schensted tableau shape ∘ Mp00023to non-crossing permutation ∘ Mp00230parallelogram polyomino : Integer partitions ⟶ Integer partitions
Mp00025to 132-avoiding permutation ∘ Mp00142promotion ∘ Mp00199prime Dyck path = Mp00149Lehmer code rotation ∘ Mp00025to 132-avoiding permutation ∘ Mp00199prime Dyck path : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00089Inverse Kreweras complement ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00089Inverse Kreweras complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00031to 312-avoiding permutation ∘ Mp00132switch returns and last double rise ∘ Mp00099bounce path = Mp00025to 132-avoiding permutation ∘ Mp00032inverse zeta map ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
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 ∘ Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation = Mp00067Foata bijection ∘ Mp00002to left key permutation ∘ Mp00137to symmetric ASM : Dyck paths ⟶ Permutations
Mp00017to 312-avoiding permutation ∘ Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation = Mp00002to left key permutation ∘ Mp00137to symmetric ASM ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00073major-index to inversion-number bijection ∘ Mp00025to 132-avoiding permutation ∘ Mp00222peaks-to-valleys = Mp00149Lehmer code rotation ∘ Mp00069complement ∘ Mp00119to 321-avoiding permutation (Krattenthaler) : Dyck paths ⟶ Permutations
Mp00017to 312-avoiding permutation ∘ Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation = Mp00002to left key permutation ∘ Mp00137to symmetric ASM : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation = Mp00087inverse first fundamental transformation ∘ Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00175inverse Foata bijection ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00175inverse Foata bijection ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00067Foata bijection ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00067Foata bijection ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00062Lehmer-code to major-code bijection ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00062Lehmer-code to major-code bijection ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00002to left key permutation ∘ Mp00004rotate clockwise ∘ Mp00137to symmetric ASM = Mp00069complement ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00073major-index to inversion-number bijection ∘ Mp00175inverse Foata bijection ∘ Mp00025to 132-avoiding permutation = Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00067Foata bijection ∘ Mp00062Lehmer-code to major-code bijection ∘ Mp00025to 132-avoiding permutation = Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00017to 312-avoiding permutation ∘ Mp00034to binary tree: up step, left tree, down step, right tree ∘ Mp00099bounce path = Mp00067Foata bijection ∘ Mp00025to 132-avoiding permutation ∘ Mp00099bounce path : Dyck paths ⟶ Permutations
Mp00062Lehmer-code to major-code bijection ∘ Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation = Mp00175inverse Foata bijection ∘ Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00254Inverse fireworks map ∘ Mp00025to 132-avoiding permutation = Mp00066inverse ∘ Mp00062Lehmer-code to major-code bijection ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00204LLPS ∘ Mp00025to 132-avoiding permutation ∘ Mp00143inverse promotion = Mp00204LLPS ∘ Mp00088Kreweras complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00060Robinson-Schensted tableau shape ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00060Robinson-Schensted tableau shape ∘ Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00149Lehmer code rotation ∘ Mp00025to 132-avoiding permutation = Mp00204LLPS ∘ Mp00025to 132-avoiding permutation ∘ Mp00222peaks-to-valleys : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00014to 132-avoiding permutation ∘ Mp00029to binary tree: left tree, up step, right tree, down step = Mp00044conjugate ∘ Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00108cycle type ∘ Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00204LLPS ∘ Mp00066inverse ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation = Mp00204LLPS ∘ Mp00025to 132-avoiding 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
Mp00127left-to-right-maxima to Dyck path ∘ Mp00025to 132-avoiding permutation ∘ Mp00099bounce path = Mp00007to Dyck path ∘ Mp00003rotate counterclockwise ∘ Mp00137to symmetric ASM : Dyck paths ⟶ Dyck paths
Mp00020to Tamari-corresponding Dyck path ∘ Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation = Mp00231bounce path ∘ Mp00038reverse ∘ Mp00102rise composition : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00002to left key permutation ∘ Mp00137to symmetric ASM = Mp00020to Tamari-corresponding Dyck path ∘ Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00002to left key permutation ∘ Mp00035to alternating sign matrix = Mp00020to Tamari-corresponding Dyck path ∘ Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Dyck paths
Mp00071descent composition ∘ Mp00062Lehmer-code to major-code bijection ∘ Mp00025to 132-avoiding permutation = Mp00071descent composition ∘ Mp00175inverse Foata bijection ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00073major-index to inversion-number bijection ∘ Mp00025to 132-avoiding permutation = Mp00038reverse ∘ Mp00102rise composition ∘ Mp00028reverse : Dyck paths ⟶ Integer compositions
Mp00085Schützenberger involution ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00031to 312-avoiding permutation = Mp00070Robinson-Schensted recording tableau ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00085Schützenberger involution ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00031to 312-avoiding permutation = Mp00059Robinson-Schensted insertion tableau ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00070Robinson-Schensted recording tableau ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00059Robinson-Schensted insertion tableau ∘ Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00085Schützenberger involution ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00025to 132-avoiding permutation = Mp00070Robinson-Schensted recording tableau ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00085Schützenberger involution ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00025to 132-avoiding permutation = Mp00084conjugate ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00059Robinson-Schensted insertion tableau ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00070Robinson-Schensted recording tableau ∘ Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Standard tableaux
Mp00112complement ∘ Mp00240weak exceedance partition ∘ Mp00031to 312-avoiding permutation = Mp00240weak exceedance partition ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00240weak exceedance partition ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation = Mp00112complement ∘ Mp00240weak exceedance partition ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00138to noncrossing partition ∘ Mp00127left-to-right-maxima to Dyck path ∘ Mp00025to 132-avoiding permutation = Mp00151to cycle type ∘ Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00151to cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00151to cycle type ∘ Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Set partitions
Mp00072binary search tree: left to right ∘ Mp00014to 132-avoiding permutation ∘ Mp00029to binary tree: left tree, up step, right tree, down step = Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution : Dyck paths ⟶ Binary trees
Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution = Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation ∘ Mp00101decomposition reverse : Dyck paths ⟶ Binary trees
Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation ∘ Mp00099bounce path = Mp00029to binary tree: left tree, up step, right tree, down step ∘ Mp00028reverse ∘ Mp00099bounce path : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00069complement ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00029to binary tree: left tree, up step, right tree, down step ∘ Mp00028reverse : Dyck paths ⟶ Binary trees
Mp00061to increasing tree ∘ Mp00073major-index to inversion-number bijection ∘ Mp00025to 132-avoiding permutation = Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation ∘ Mp00099bounce path = Mp00029to binary tree: left tree, up step, right tree, down step ∘ Mp00099bounce path : Dyck paths ⟶ Binary trees
Mp00061to increasing tree ∘ Mp00069complement ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00029to binary tree: left tree, up step, right tree, down step : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00061to increasing tree ∘ Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00061to increasing tree ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00072binary search tree: left to right ∘ Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00065permutation poset ∘ Mp00025to 132-avoiding permutation ∘ Mp00199prime Dyck path = Mp00047to poset ∘ Mp00026to ordered tree : Dyck paths ⟶ Posets
Mp00125dual poset ∘ Mp00065permutation poset ∘ Mp00023to non-crossing permutation = Mp00065permutation poset ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Posets
Mp00013to poset ∘ Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation = Mp00013to poset ∘ Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Posets
Mp00013to poset ∘ Mp00072binary search tree: left to right ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00013to poset ∘ Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Posets
Mp00209pattern poset ∘ Mp00031to 312-avoiding permutation = Mp00209pattern poset ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Posets
Mp00125dual poset ∘ Mp00065permutation poset ∘ Mp00025to 132-avoiding permutation = Mp00065permutation poset ∘ Mp00064reverse ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Posets
Mp00065permutation poset ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00065permutation poset ∘ Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Posets
Mp00003rotate counterclockwise ∘ Mp00063to alternating sign matrix ∘ Mp00025to 132-avoiding permutation = Mp00063to alternating sign matrix ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Alternating sign matrices
Mp00004rotate clockwise ∘ Mp00063to alternating sign matrix ∘ Mp00031to 312-avoiding permutation = Mp00063to alternating sign matrix ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Alternating sign matrices
Mp00063to alternating sign matrix ∘ Mp00025to 132-avoiding permutation ∘ Mp00099bounce path = Mp00004rotate clockwise ∘ Mp00137to symmetric ASM ∘ Mp00099bounce path : Dyck paths ⟶ Alternating sign matrices
Mp00160graph of inversions ∘ Mp00025to 132-avoiding permutation ∘ Mp00199prime Dyck path = Mp00198incomparability graph ∘ Mp00047to poset ∘ Mp00026to ordered tree : Dyck paths ⟶ Graphs
Mp00160graph of inversions ∘ Mp00025to 132-avoiding permutation ∘ Mp00143inverse promotion = Mp00160graph of inversions ∘ Mp00088Kreweras complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Graphs
Mp00154core ∘ Mp00184to threshold graph ∘ Mp00102rise composition = Mp00154core ∘ Mp00160graph of inversions ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Graphs
Mp00011to graph ∘ Mp00072binary search tree: left to right ∘ Mp00031to 312-avoiding permutation = Mp00011to graph ∘ Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Graphs
Mp00011to graph ∘ Mp00072binary search tree: left to right ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00011to graph ∘ Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Graphs
Mp00160graph of inversions ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00160graph of inversions ∘ Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Graphs
Mp00131descent bottoms ∘ Mp00014to 132-avoiding permutation ∘ Mp00029to binary tree: left tree, up step, right tree, down step = Mp00131descent bottoms ∘ Mp00025to 132-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution : Dyck paths ⟶ Binary words
Mp00130descent tops ∘ Mp00025to 132-avoiding permutation ∘ Mp00101decomposition reverse = Mp00130descent tops ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00025to 132-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution = Mp00131descent bottoms ∘ Mp00069complement ∘ Mp00025to 132-avoiding 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
Mp00109descent word ∘ Mp00062Lehmer-code to major-code bijection ∘ Mp00025to 132-avoiding permutation = Mp00109descent word ∘ Mp00175inverse Foata bijection ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00073major-index to inversion-number bijection ∘ Mp00025to 132-avoiding permutation = Mp00109descent word ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00131descent bottoms ∘ Mp00031to 312-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution = Mp00109descent word ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00131descent bottoms ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00109descent word ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00131descent bottoms ∘ Mp00017to 312-avoiding permutation ∘ Mp00034to binary tree: up step, left tree, down step, right tree = Mp00109descent word ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00002to left key permutation ∘ Mp00137to symmetric ASM = Mp00109descent word ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00002to left key permutation ∘ Mp00035to alternating sign matrix = Mp00109descent word ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00031to 312-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution = Mp00104reverse ∘ Mp00109descent word ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00130descent tops ∘ Mp00236Clarke-Steingrimsson-Zeng inverse ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00104reverse ∘ Mp00109descent word ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
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
Mp00025to 132-avoiding permutation ∘ Mp00101decomposition reverse ∘ Mp00051to Dyck path = Mp00014to 132-avoiding permutation ∘ Mp00049to binary tree: left brother = left child ∘ Mp00048left-right symmetry : Ordered trees ⟶ Permutations
Mp00053to car permutation ∘ Mp00320reverse ∘ Mp00052to non-decreasing parking function = Mp00066inverse ∘ Mp00025to 132-avoiding permutation ∘ Mp00056to Dyck path : Parking functions ⟶ Permutations
Mp00067Foata bijection ∘ Mp00252restriction ∘ Mp00025to 132-avoiding permutation = Mp00252restriction ∘ Mp00067Foata bijection ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00149Lehmer code rotation ∘ Mp00069complement ∘ Mp00073major-index to inversion-number bijection ∘ Mp00025to 132-avoiding permutation = Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) : Dyck paths ⟶ Permutations
Mp00254Inverse fireworks map ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation = Mp00066inverse ∘ Mp00175inverse Foata bijection ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00235descent views to invisible inversion bottoms ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00103peeling map = Mp00031to 312-avoiding permutation ∘ Mp00103peeling map ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00277catalanization ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00031to 312-avoiding permutation : Dyck paths ⟶ Permutations
Mp00062Lehmer-code to major-code bijection ∘ Mp00149Lehmer code rotation ∘ Mp00069complement ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00025to 132-avoiding permutation ∘ Mp00222peaks-to-valleys : Dyck paths ⟶ Permutations
Mp00254Inverse fireworks map ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00002to left key permutation ∘ Mp00137to symmetric ASM ∘ Mp00028reverse : Dyck paths ⟶ Permutations
Mp00204LLPS ∘ Mp00064reverse ∘ Mp00002to left key permutation ∘ Mp00137to symmetric ASM = Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00040to partition ∘ Mp00102rise composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00086first fundamental transformation ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00040to partition ∘ Mp00102rise composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00108cycle type ∘ Mp00086first fundamental transformation ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00040to partition ∘ Mp00100touch composition : Dyck paths ⟶ Integer partitions
Mp00101decomposition reverse ∘ Mp00231bounce path ∘ Mp00102rise composition = Mp00012to Dyck path: up step, left tree, down step, right tree ∘ Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Dyck paths
Mp00071descent composition ∘ Mp00066inverse ∘ Mp00062Lehmer-code to major-code bijection ∘ Mp00025to 132-avoiding permutation = Mp00038reverse ∘ Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00073major-index to inversion-number bijection ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation = Mp00038reverse ∘ Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00071descent composition ∘ Mp00069complement ∘ Mp00073major-index to inversion-number bijection ∘ Mp00025to 132-avoiding permutation = Mp00071descent composition ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00039complement ∘ Mp00207horizontal strip sizes ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00025to 132-avoiding permutation = Mp00071descent composition ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00041conjugate ∘ Mp00207horizontal strip sizes ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00025to 132-avoiding permutation = Mp00039complement ∘ Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00039complement ∘ Mp00207horizontal strip sizes ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00025to 132-avoiding permutation = Mp00041conjugate ∘ Mp00102rise composition : Dyck paths ⟶ Integer compositions
Mp00151to cycle type ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00138to noncrossing partition ∘ Mp00028reverse : Dyck paths ⟶ Set partitions
Mp00151to cycle type ∘ Mp00086first fundamental transformation ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00138to noncrossing partition ∘ Mp00028reverse : Dyck paths ⟶ Set partitions
Mp00061to increasing tree ∘ Mp00069complement ∘ Mp00002to left key permutation ∘ Mp00137to symmetric ASM = Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00064reverse ∘ Mp00002to left key permutation ∘ Mp00137to symmetric ASM = Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00064reverse ∘ Mp00025to 132-avoiding permutation = Mp00061to increasing tree ∘ Mp00119to 321-avoiding permutation (Krattenthaler) : Dyck paths ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00064reverse ∘ Mp00062Lehmer-code to major-code bijection ∘ Mp00025to 132-avoiding permutation = Mp00034to binary tree: up step, left tree, down step, right tree ∘ Mp00028reverse : Dyck paths ⟶ Binary trees
Mp00065permutation poset ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00099bounce path = Mp00242Hessenberg poset ∘ Mp00099bounce path : Dyck paths ⟶ Posets
Mp00131descent bottoms ∘ Mp00064reverse ∘ Mp00087inverse first fundamental transformation ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00131descent bottoms ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00131descent bottoms ∘ Mp00064reverse ∘ Mp00002to left key permutation ∘ Mp00137to symmetric ASM = Mp00131descent bottoms ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00066inverse ∘ Mp00062Lehmer-code to major-code bijection ∘ Mp00025to 132-avoiding permutation = Mp00109descent word ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00073major-index to inversion-number bijection ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation = Mp00109descent word ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00064reverse ∘ Mp00073major-index to inversion-number bijection ∘ Mp00031to 312-avoiding permutation = Mp00109descent word ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00069complement ∘ Mp00073major-index to inversion-number bijection ∘ Mp00025to 132-avoiding permutation = Mp00109descent word ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00205maximal antichains ∘ Mp00065permutation poset ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00205maximal antichains ∘ Mp00242Hessenberg poset : Dyck paths ⟶ Lattices
Mp00206antichains of maximal size ∘ Mp00065permutation poset ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00206antichains of maximal size ∘ Mp00242Hessenberg poset : Dyck paths ⟶ Lattices
Mp00208lattice of intervals ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00208lattice of intervals ∘ Mp00088Kreweras complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Lattices
Mp00208lattice of intervals ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00208lattice of intervals ∘ Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Lattices
Mp00031to 312-avoiding permutation ∘ Mp00132switch returns and last double rise ∘ Mp00231bounce path = Mp00025to 132-avoiding permutation ∘ Mp00032inverse zeta map ∘ Mp00231bounce path : Integer compositions ⟶ Permutations
Mp00237descent views to invisible inversion bottoms ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00252restriction ∘ Mp00025to 132-avoiding permutation ∘ Mp00199prime Dyck path = Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00254Inverse fireworks map ∘ Mp00175inverse Foata bijection ∘ Mp00025to 132-avoiding permutation = Mp00023to non-crossing permutation ∘ Mp00099bounce path ∘ Mp00030zeta map : Dyck paths ⟶ Permutations
Mp00277catalanization ∘ Mp00064reverse ∘ Mp00066inverse ∘ Mp00025to 132-avoiding permutation = Mp00069complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00277catalanization ∘ Mp00069complement ∘ Mp00064reverse ∘ Mp00023to non-crossing permutation = Mp00069complement ∘ Mp00025to 132-avoiding permutation : 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
Mp00237descent views to invisible inversion bottoms ∘ Mp00252restriction ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00252restriction ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00238Clarke-Steingrimsson-Zeng ∘ Mp00252restriction ∘ Mp00025to 132-avoiding permutation = Mp00235descent views to invisible inversion bottoms ∘ Mp00252restriction ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Permutations
Mp00204LLPS ∘ Mp00088Kreweras complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00142promotion = Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00060Robinson-Schensted tableau shape ∘ Mp00067Foata bijection ∘ Mp00002to left key permutation ∘ Mp00137to symmetric ASM = Mp00204LLPS ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer partitions
Mp00127left-to-right-maxima to Dyck path ∘ Mp00087inverse first fundamental transformation ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00127left-to-right-maxima to Dyck path ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Dyck paths
Mp00127left-to-right-maxima to Dyck path ∘ Mp00025to 132-avoiding permutation ∘ Mp00032inverse zeta map ∘ Mp00099bounce path = Mp00132switch returns and last double rise ∘ Mp00099bounce path : Dyck paths ⟶ Dyck paths
Mp00295valley composition ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00129to 321-avoiding permutation (Billey-Jockusch-Stanley) = Mp00295valley composition ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00294peak composition ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00119to 321-avoiding permutation (Krattenthaler) = Mp00295valley composition ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00294peak composition ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00031to 312-avoiding permutation = Mp00295valley composition ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00295valley composition ∘ Mp00070Robinson-Schensted recording tableau ∘ Mp00031to 312-avoiding permutation = Mp00294peak composition ∘ Mp00059Robinson-Schensted insertion tableau ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Integer compositions
Mp00240weak exceedance partition ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00069complement ∘ Mp00025to 132-avoiding permutation = Mp00138to noncrossing partition ∘ Mp00028reverse : Dyck paths ⟶ Set partitions
Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation ∘ Mp00101decomposition reverse ∘ Mp00120Lalanne-Kreweras involution = Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00029to binary tree: left tree, up step, right tree, down step ∘ Mp00231bounce path ∘ Mp00102rise composition = Mp00018left border symmetry ∘ Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary trees
Mp00209pattern poset ∘ Mp00235descent views to invisible inversion bottoms ∘ Mp00025to 132-avoiding permutation = Mp00209pattern poset ∘ Mp00086first fundamental transformation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Posets
Mp00209pattern poset ∘ Mp00089Inverse Kreweras complement ∘ Mp00031to 312-avoiding permutation = Mp00209pattern poset ∘ Mp00088Kreweras complement ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Posets
Mp00160graph of inversions ∘ Mp00088Kreweras complement ∘ Mp00025to 132-avoiding permutation ∘ Mp00142promotion = Mp00160graph of inversions ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Graphs
Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation ∘ Mp00296Knuth-Krattenthaler = Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation ∘ Mp00101decomposition reverse : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation ∘ Mp00327inverse Kreweras complement = Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation ∘ Mp00101decomposition reverse : Dyck paths ⟶ Binary words
Mp00109descent word ∘ Mp00025to 132-avoiding permutation ∘ Mp00327inverse Kreweras complement = Mp00104reverse ∘ Mp00130descent tops ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00067Foata bijection ∘ Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation = Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00175inverse Foata bijection ∘ Mp00159Demazure product with inverse ∘ Mp00025to 132-avoiding permutation = Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00114connectivity set ∘ Mp00067Foata bijection ∘ Mp00023to non-crossing permutation ∘ Mp00030zeta map = Mp00114connectivity set ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Binary words
Mp00208lattice of intervals ∘ Mp00126cactus evacuation ∘ Mp00031to 312-avoiding permutation = Mp00208lattice of intervals ∘ Mp00126cactus evacuation ∘ Mp00025to 132-avoiding permutation : Dyck paths ⟶ Lattices
Mp00208lattice of intervals ∘ Mp00062Lehmer-code to major-code bijection ∘ Mp00025to 132-avoiding permutation = Mp00208lattice of intervals ∘ Mp00175inverse Foata bijection ∘ Mp00031to 312-avoiding permutation : Dyck paths ⟶ Lattices
Mp00208lattice of intervals ∘ Mp00017to 312-avoiding permutation ∘ Mp00034to binary tree: up step, left tree, down step, right tree = Mp00208lattice of intervals ∘ Mp00025to 132-avoiding permutation ∘ Mp00101decomposition reverse : Dyck paths ⟶ Lattices
Mp00208lattice of intervals ∘ Mp00025to 132-avoiding permutation ∘ Mp00099bounce path = Mp00208lattice of intervals ∘ Mp00023to non-crossing permutation ∘ Mp00099bounce path : Dyck paths ⟶ Lattices
Mp00017to 312-avoiding permutation ∘ Mp00034to binary tree: up step, left tree, down step, right tree ∘ Mp00231bounce path = Mp00067Foata bijection ∘ Mp00025to 132-avoiding permutation ∘ Mp00231bounce path : 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
Mp00061to increasing tree ∘ Mp00025to 132-avoiding permutation ∘ Mp00231bounce path = Mp00029to binary tree: left tree, up step, right tree, down step ∘ Mp00231bounce path ∘ Mp00038reverse : Integer compositions ⟶ Binary trees
Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation ∘ Mp00231bounce path = Mp00029to binary tree: left tree, up step, right tree, down step ∘ Mp00231bounce path : Integer compositions ⟶ Binary trees
Mp00063to alternating sign matrix ∘ Mp00025to 132-avoiding permutation ∘ Mp00231bounce path = Mp00004rotate clockwise ∘ Mp00137to symmetric ASM ∘ Mp00231bounce path : Integer compositions ⟶ Alternating sign matrices
Mp00072binary search tree: left to right ∘ Mp00025to 132-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00020to Tamari-corresponding Dyck path = Mp00072binary search tree: left to right ∘ Mp00014to 132-avoiding permutation : Binary trees ⟶ Binary trees
Mp00131descent bottoms ∘ Mp00025to 132-avoiding permutation ∘ Mp00120Lalanne-Kreweras involution ∘ Mp00020to Tamari-corresponding Dyck path = Mp00131descent bottoms ∘ Mp00014to 132-avoiding permutation : Binary trees ⟶ Binary words
Description
Sends a Dyck path to a 132-avoiding permutation.
This bijection is defined in [1, Section 2].
This bijection is defined in [1, Section 2].
References
[1] Krattenthaler, C. Permutations with restricted patterns and Dyck paths MathSciNet:1868978 arXiv:math/0002200
Properties
injective, graded
Sage code
def mapping(elt):
return elt.to_132_avoiding_permutation()
Weight
26
Created
May 02, 2019 at 18:49 by Christian Stump
Updated
Jan 19, 2020 at 07:28 by Martin Rubey
searching the database
Sorry, this map was not found in the database.