Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
116471 伍长辉 统计同成绩学生人数 Python3 Accepted 37 MS 3840 KB 123 2025-04-12 08:59:41

Tests(1/1):


Code:

while True: n=int(input()) if n==0: break a=input().split() x=input() print(a.count(x))