题解 | #小乐乐查找数字#

小乐乐查找数字

https://www.nowcoder.com/practice/4c49a3a1559141f7a080a48c98cca4cb

public class Program { public static void Main() { int len = int.Parse(System.Console.ReadLine());

    string[] inPutNum = System.Console.ReadLine().Split(" ");

    string target = System.Console.ReadLine();

    int shownum = 0;
    for (int i = 0; i < len; i++)
        if (inPutNum[i] == target)
            shownum += 1;

    System.Console.Write(shownum);
}

}

全部评论

相关推荐

点赞 评论 收藏
分享
03-27 01:58
已编辑
西北工业大学 Java
在平静中度过当下:如果这个bg也简历挂的话可能他们现在不缺人了吧,我也是这两天投的,阿里和快手投的岗都是简历秒挂
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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