4 2 5 1 3
1 2 3 4 5
输出的末尾没有空格
最后一个数字后面没有空格
输入数据时使用
a = list(map(int,input().split()))
可以读取一行空格作为分隔符的数据并转化为列表