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

小乐乐查找数字

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);
}

}

全部评论

相关推荐

06-11 17:39
门头沟学院 Java
小呆呆的大鼻涕:卧槽,用户彻底怒了
点赞 评论 收藏
分享
喜欢核冬天的哈基米很想上市:会爆NullPointerException的
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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