题解 | #有序序列合并#

有序序列合并

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

n,m = map(int,input().split())
x = [0]*60000
x1 = map(int,input().split())
for i in x1:
    x[i] += 1
x2 = map(int,input().split())
for i in x2:
    x[i] += 1
for i in range(60000):
    for j in range(x[i]):
        print(i,end=' ')

全部评论

相关推荐

双非坐过牢:非佬,可以啊10.28笔试,11.06评估11.11,11.12两面,11.19oc➕offer
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务