#include <bits/stdc++.h> using namespace std; typedef long long LL; const int maxn =2000010; LL numa[maxn]; int main() {     int lena,lenb;     ios::sync_with_stdio(false);     cin>>lena;     for(int i=1;i<=lena;i++) cin>>numa[i];     cin>>lenb;     for(int i=lena+1;i<=lenb+lena;i++) cin>>numa[i];     sort(numa+1,numa+lena+lenb+1);     cout<<numa[(lena+lenb+1)/2]<<endl; }
点赞 评论

相关推荐

11-08 17:36
诺瓦科技_HR
点赞 评论 收藏
分享
牛客网
牛客企业服务