原题链接: http://noi.openjudge.cn/english/03/
原题:
描述:
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个数字的序列。每个数字等于数列中(下标减一)的计数。
输入:
一个正整数N(N<=10)。
输出:
N行:第i行包含一个整数表示序列中的第i个数字。