Problem1991--2004年秋浙江省计算机等级考试二级C 编程题(1)

1991: 2004年秋浙江省计算机等级考试二级C 编程题(1)

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 1  Solved: 1
[Status] [Submit] [Creator:]

Description

输入10个数,找出其中绝对值最小的数,将它和最后一个数交换,然后输出这10个数。

Input

十个数

Output

交换后的十个数

Sample Input Copy

10 2 30 40 50 60 70 80 90 100

Sample Output Copy

10 100 30 40 50 60 70 80 90 2

Source/Category