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

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:19 Solved:12

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