题解 | #序列中删除指定数字#

序列中删除指定数字

https://www.nowcoder.com/practice/7bbcdd2177a445a9b66da79512b32dd7

n=int(input())
m=list(map(int,input().split()))
a=int(input())
for i in m:
    if i!=a:
        print(i,end=" ")

全部评论

相关推荐

点赞 评论 收藏
分享
11-08 10:39
门头沟学院 C++
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务