题解 | #有序序列插入一个整数#
有序序列插入一个整数
https://www.nowcoder.com/practice/444e87f938464906a1649cff236b102b
n=int(input())
m=list(map(int,input().split()))
a=int(input())
m.append(a)
b=sorted(m)
for i in b:
print(i,end=" ")
有序序列插入一个整数
https://www.nowcoder.com/practice/444e87f938464906a1649cff236b102b
n=int(input())
m=list(map(int,input().split()))
a=int(input())
m.append(a)
b=sorted(m)
for i in b:
print(i,end=" ")
相关推荐
专业嗎喽:硕佬,把学校背景放后面几段,学校背景双非还学院,让人看了就不想往下看。
把实习经历和个人奖项放前面,用数字化简述自己实习的成果和掌握的技能,比如负责项目一次通过率90%,曾4次发现项目潜在问题风险为公司减少损失等等