原
In the first case, the sequence b could be obtained from the sequence a=[1,2,3,1,2,3] with the following partition: [1]+[2,3,1]+[2,3] . The sequence b : [1,1,2,3,1,3,2,2,3]
改
In the first case, the sequence b could be obtained from the sequence a=[1,2,3,1,2,3] with the following partition: [1]+[2,3,1]+[2,3] . The sequence b : [1,1,2,3,1,3,2,2,3]