english-03 Magic Sequence
描述
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.
样例输入
样例输出
限制