CF1608A Find Array
题目描述
给定一个整数 $n$ ,要求构造一个整数数组 $a_{1},a_{2},...,a_{n}$ ,使得以下条件成立:
- $1 \le a_{i} \le 10^9$
- $a_{1}
输入格式
无
输出格式
无
说明/提示
In the first test case, array $ [1] $ satisfies all the conditions.
In the second test case, array $ [2, 3] $ satisfies all the conditions, as $ 2