社区讨论

发现一个小问题

CF1741E Sending a Sequence Over the Network参与者 4已保存回复 7

讨论操作

快速查看讨论及其快照的属性,并进行相关操作。

当前回复
7 条
当前快照
1 份
快照标识符
@lo7remaq
此快照首次捕获于
2023/10/27 06:31
2 年前
此快照最后确认于
2023/10/27 06:31
2 年前
查看原帖

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]

回复

7 条回复,欢迎继续交流。

正在加载回复...