题解 | #有序序列合并#

有序序列合并

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-28 17:48
中山大学 C++
点赞 评论 收藏
分享
牛客101244697号:这个衣服和发型不去投偶像练习生?
点赞 评论 收藏
分享
无敌虾孝子:喜欢爸爸还是喜欢妈妈
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务