题解 | #整型数组合并#
整型数组合并
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='')
相关推荐
COLORSN:可以试一下,小厂看技术栈是不是很落后,如果太拉胯就别去,个人认为有实习氛围比你自己琢磨要高效不少,然后就是小厂其实也有可能会问的很难,这都比较难说,还是看自己项目含金量够不够,寒假还能不能推进学习再选择,毕竟去实习过年就10天假了