12321
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目背景
冬至奶茶快送到了,再加把劲!
题目描述
序列 定义如下:
- 长度为 1,只包含一个元素 1;
- 是一个拼接序列,按照 的形式拼接而成。
例如:
- 是由 拼接而成,因此 为 ;
- 是由 拼接而成,因此 为 。
给定 ,打印 的完整内容。
输入格式
一个整数 。
输出格式
,每个元素用一个空格隔开。
样例1
2
1 2 1
样例2
1
1
样例3
4
1 2 1 3 1 2 1 4 1 2 1 3 1 2 1
数据范围
C23天河C班冬至暖暖练习赛
- Status
- Done
- Rule
- IOI
- Problem
- 5
- Start at
- 2023-12-22 18:30
- End at
- 2023-12-22 20:30
- Duration
- 2 hour(s)
- Host
- Partic.
- 11