Problem1112--二级找出其中绝对值最小的数

1112: 二级找出其中绝对值最小的数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

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