1331: 2004年秋浙江省计算机等级考试二级C 编程题(1)
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:6
Solved:3
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