1231: C语言10.3
Memory Limit:32 MB
Time Limit:1.000 S
Judge Style:Normal Judger
Creator:
Submit:4
Solved:3
Description
输入10个整数,保存在数组中,并输出。
Input
10个用空格隔开的整数。
Output
输出保存在数组中的数,每个数之后输出一个空格。
请注意行尾输出换行。
Sample Input Copy
1 2 3 4 5 6 7 8 9 0
Sample Output Copy
1 2 3 4 5 6 7 8 9 0