题解 | #有序序列合并#

有序序列合并

https://www.nowcoder.com/practice/a9e943b0dab142759807d0cfb6863897


#include<iostream>
#include<bits/stdc++.h>
using namespace std;
int n, m, c, t[2006];
void ikun()
{
	cin >> n >> m;
	for (int i = 1; i <= n + m; i++) cin >> t[i];
	sort(t+1 ,t+1+n+m);
	for (int i = 1; i <= n + m; i++)  cout << t[i] << " ";
}
int main()
{
	ios::sync_with_stdio(false); cin.tie(0); cout.tie(0);
	ikun();
	return 0;
}

全部评论

相关推荐

昨天 11:07
河南大学 Java
宇宙厂 测开 n*15
丘丘给个offer:有后选后
点赞 评论 收藏
分享
11-18 09:44
Java
小白也想要offer:简历别放洋屁,搞不还还放错了,当然你投外企除外,以上纯属个人观点
点赞 评论 收藏
分享
10-15 16:27
门头沟学院 C++
LeoMoon:建议问一下是不是你给他付钱😅😅
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务