Toggle navigation
编绘童年
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Problem2603--数组专题-积分2
2603: 数组专题-积分2
Time Limit:
1
Sec
Memory Limit:
128 MB
Submit:
411
Solved:
289
[
Status
] [
Submit
] [Creator:
]
Description
编程虎在编绘童年上编程课,每节课都会获取一定的积分,
现在输入他每节课获取的积分数,请按日期由近到远的顺序输出每节课获取的积分,以空格隔开
Input
15次课获取的积分
Output
按日期由近到远的顺序输出每节课获取的积分
Sample Input
Copy
10 12 17 21 9 11 15 20 6 9 8 14 19 10 100
Sample Output
Copy
100 10 19 14 8 9 6 20 15 11 9 21 17 12 10
Source/Category
入门