题解 | #整型数组合并#这题为什么是较难?

整型数组合并

http://www.nowcoder.com/practice/c4f11ea2c886429faf91decfaf6a310b

while True:

try:
    m = int(input())
    list1 = list(map(int, input().split()))
    n = int(input())
    list2 = list(map(int, input().split()))
    
    new_list = list(set(list1 + list2))
    new_list.sort()
    print(''.join(map(str, new_list)))
    
    
except:
    break
全部评论

相关推荐

牛客279957775号:铁暗恋
点赞 评论 收藏
分享
11-15 19:28
已编辑
蚌埠坦克学院 硬件开发
点赞 评论 收藏
分享
评论
2
4
分享
牛客网
牛客企业服务