-->
当前位置:首页 > 题库

PROGRAMMING:Establishment and traversal of sequence table

Luz5年前 (2021-05-10)题库428
Read in n values and N integers, establish a sequence table and traverse the output.
###Input format:
Read in N and N integers
###Output format:
Output n integers separated by spaces (there is no space after the last number).
###Input example:
Here is a set of inputs. For example:
```in
four
-3 10 20 78
```
###Output example:
The corresponding output is given here. For example:
```out
-3 10 20 78
```







answer:If there is no answer, please comment