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

序列中删除指定数字

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

#include<stdio.h>
int main()
{
    int n,m,i,p,s,c,o;
    scanf("%d",&n);
    int a[n],l=n;
    for(i=0;i<n;i++)
        scanf("%d",&a[i]);
    scanf("%d",&m);
    for(o=0;o <n;o++)
    {
        for(c=0;c<l;c++)
            if(a[c]==m)
            {
                l--;
                break;
            }
        for(s=c;s<l;s++)
            a[s]=a[s+1];
    }
    for(p=0;p<l;p++)
        printf("%d ",a[p]);
}
全部评论

相关推荐

11-27 17:08
已编辑
牛客_产品运营部_私域运营
腾讯 普通offer 24k~26k * 15,年包在36w~39w左右。
点赞 评论 收藏
分享
点赞 评论 收藏
分享
10-25 12:05
已编辑
湖南科技大学 Java
若梦难了:我有你这简历,已经大厂乱杀了
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务