0
0
1
张裕博
初级守护
初级守护
这题要用到排序:
头文件:
#include <algorithm>
先用for循环读入a数组,从0读到n-1,之后这样:
sort(a,a+n);
cout<<a[k-1];
0
0
0
0