题解 | #整型数组合并#
整型数组合并
https://www.nowcoder.com/practice/c4f11ea2c886429faf91decfaf6a310b
a = input()
set1 = set(map(int,input().split()))
a = input()
set2 = set(map(int,input().split()))
lis1 = sorted(set1 | set2)
for i in lis1:
print(i,end='')
整型数组合并
https://www.nowcoder.com/practice/c4f11ea2c886429faf91decfaf6a310b
a = input()
set1 = set(map(int,input().split()))
a = input()
set2 = set(map(int,input().split()))
lis1 = sorted(set1 | set2)
for i in lis1:
print(i,end='')
相关推荐
最喜欢秋天的火龙果很...:第一份工作一定要往大的去,工资低点没事。后面换工作会更好找,即使你去小公司,你也不可能不会换工作的。所以找大的去