#ENGLISHP03. Magic Sequence

Magic Sequence

Description

Find a sequence of N numbers. Each number is equal to the count of (its index minus 1) in the sequence.

Input Format

One positive integer N (N <= 10).

Output Format

N lines: the i-th line contains one integer indicating the i-th number in the sequence.

4
1
2
1
0