发现一个小问题
查看原帖
发现一个小问题
534008
CSPJ10pts楼主2022/10/22 13:57

In the first case, the sequence bb could be obtained from the sequence a=[1,2,3,1,2,3]a = [1, 2, 3, 1, 2, 3] with the following partition: [1]+[2,3,1]+[2,3][\color{red}{1}] + [\color{blue}{2, 3, 1}] + [\color{green}{2, 3}] . The sequence bb : [1,1,2,3,1,3,2,2,3][\color{red}{1}, 1, \color{blue}{2, 3, 1}, 3, 2, \color{green}{2, 3}]

In the first case, the sequence bb could be obtained from the sequence a=[1,2,3,1,2,3]a = [1, 2, 3, 1, 2, 3] with the following partition: [1]+[2,3,1]+[2,3][\color{red}{1}] + [\color{blue}{2, 3, 1}] + [\color{green}{2, 3}] . The sequence bb : [1,1,2,3,1,3,2,2,3][\color{red}{1}, 1, \color{blue}{2, 3, 1}, 3, \color{green}{2}, 2, 3]

2022/10/22 13:57
加载中...