Coding is the closest thing we have to superpower !
输入 n(1≤n≤8000000)个数字 ,输出这些数字的第 k 小的数。
输入的数字在int范围内。
第一行输入n和k,第二行输入n个数。
第k小的数。
5 2 4 3 2 1 5
2