题解 | #统计同成绩学生人数#

统计同成绩学生人数

https://www.nowcoder.com/practice/987123efea5f43709f31ad79a318ca69

while True:
    try:
        n = int(input())
        sco = list(map(int, input().split(" ")))
        x = int(input())
        ct = 0
        for i in range(n):
            if x == sco[i]:
                ct += 1
        print(ct)
    except:
        break

全部评论

相关推荐

头像
11-21 11:39
四川大学 Java
是红鸢啊:忘了还没结束,还有字节的5k 违约金
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务