练习专区

今天的一小步就是明天的一大步
Problem 1553 线性表的建立.............数构 超简单
Accepted: 3   Total Submit: 10
Time Limit: 1000ms   Memory Limit: 30720KB
Description
建立一个线性表,并遍历线性表。
Input
先输入一个正整数n,然后输入n个整数。
Output
输出n个整数。
Sample Input
5 3 4 7 8 2
Sample Output
遍历线性表为:3 4 7 8 2
Hint
提交     返回