描述
Find a sequence of N numbers. Each number is equal to the count of (its index minus 1) in the sequence.
输入
One positive integer N (N <= 10).
输出
N lines: the i-th line contains one integer indicating the i-th number in the sequence.
翻译:
找到一个数的序列,每个数等于序列中(下标减一)的计数。
输入:
一个正整数
输出:
N行,第i行表示第i个数。