Type: Default 1000~2000ms 256MiB

【SPJ】构造1

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.

Background

  SPJ 是 Special Judge 的缩写,意为题目不再是单纯比对你的代码输出和答案是否一致,而是由特殊的判题程序检查你的结果,题目中会有与传统题目不一样的要求,如本题的输出任意一种方案,或者要求精度与标准答案在一定范围内等等

Description

  对于给定的正整数n(n3)n(n\geq3),请构造一个递增的序列,其中有nn个正整数,满足如下条件:

$$3\cdot a_{i+2} \nmid (a_i+a_{i+1}) \space \space (1\leq i \leq n-2) $$

Format

Input

  输入一个正整数n (n2×105)n \space (n\leq 2 \times 10^5)

Output

  输出nn个正整数$a_1, a_2, a_3, ..., a_n \space (1\leq a_i \leq 10^9)$

  如果有多种解法,输出 任意一种 即可

Samples

3
6 8 12
7
9 15 18 27 36 90 120

Note

  对于第一个测试样例,a1=6,a2=8,a3=12,a1+a2=14,3a3=36a_1=6, a_2=8, a_3=12, a_1+a_2=14, 而 3\cdot a_3=36,因此 3a33\cdot a_3 不能被 a1+a2a_1+a_2 整除

第一次测试

Not Attended
Status
Done
Rule
IOI
Problem
8
Start at
2023-11-24 22:00
End at
2023-11-25 18:00
Duration
20 hour(s)
Host
Partic.
14