Problem1200--位置转换

1200: 位置转换

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

Description

输入10个整数,将其中最小的数与第一个数对换,把最大的数与最后一个数对换。

Input

10个整数

Output

整理后的十个数,每两个数用一个空格隔开。

Sample Input Copy

2 1 3 4 5 6 7 8 10 9

Sample Output Copy

1 2 3 4 5 6 7 8 9 10

Source/Category

 入门题