输入n个整数,用快速排序的方法进行排序
Input
第一行数字n 代表接下来有n个整数 接下来n行,每行一个整数
Output
Output 升序输出排序结果 每行一个数据
Hint
5 12 18 14 13 16
12 13 14 16 18