https://acs.jxnu.edu.cn/problem/NOIOPJENGLISH03
Magic Sequence
1000ms 65536K
描述:
Find a sequence of N numbers. Each number is equal to the count of (its index minus 1) in the sequence.
(找到一个串N个顺序数字。每个数字等于其顺序内数字(其指数减一)的总和。)
输入:
One positive integer N (N <= 10).
(输入一个正整数N(N <= 10)。)
输出:
N lines: the i-th line contains one integer indicating the i-th number in the sequence.
(输出第i行里有一个整数表明 其为第i行的数字在这个顺序内。)