1.21我的五篇

题目链接:https://acs.jxnu.edu.cn/problem/NOIOPJENGLISH03

题目: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.

我的翻译:

查找N个数字序列,每一个数字等于序列中数(索引减一)

输入:数字N。

输出:在序列中第 i 行的数字。

上一篇:TypeScirpt中文教程之函数下----翻译自ts官方


下一篇:list 等于12