"简简单单"
2025-08-20 13:09:30
发布于:四川
4阅读
0回复
0点赞
求求了,点个赞吧!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#include<bits/stdc++.h>
using namespace std;
int main(){
int n,m,a[10005];
cin>>n>>m;
for(int i=0;i<n+m;i++){
cin>>a[i];
}
sort(a,a+n+m);
for(int i=0;i<n+m;i++){
cout<<a[i]<<" ";
}
return 0;
}
全部评论 8
2025-08-20 来自 四川
02025-08-20 来自 四川
02025-08-20 来自 四川
02025-08-20 来自 四川
02025-08-20 来自 四川
02025-08-20 来自 四川
02025-08-20 来自 四川
02025-08-20 来自 四川
0
有帮助,赞一个