Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
116473 伍长辉 统计同成绩学生人数 Python3 Accepted 34 MS 3804 KB 105 2025-04-12 09:12:27

Tests(1/1):


Code:

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