#9899: REWSNA ++C YSAE


kerry970176 (AceIn)

學校 : 臺北市私立延平高級中學
編號 : 42345
來源 : [36.225.144.210]
最後登入時間 :
2023-02-16 15:15:16
d153. 六、智力测验 -- NOI冬令营 | From: [203.72.178.252] | 發表日期 : 2015-06-10 16:32

#include <iostream>
#include <algorithm>
#include <functional>
using namespace std;
main()
{
int axs;
cin>>axs;
for(int i=0;i<axs;i++){
int h;
while(cin >> h){
int abb[h];
for(int i = 0; i <h; i++){
cin >> abb[i];
}
sort(abb, abb+h);
if(h%2==0)cout<<abb[h/2-1]<<endl;
else cout<<abb[(h-1)/2]<<endl;
}
}}
 
ZeroJudge Forum