题解 | 有序序列插入一个整数

有序序列插入一个整数

https://www.nowcoder.com/practice/444e87f938464906a1649cff236b102b

n = int(input())
l = list(map(int, input().split()))
m = int(input())
l.append(m)
l.sort()
print(' '.join(map(str, l)))

全部评论

相关推荐

02-26 09:15
已编辑
蚌埠学院 golang
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务