Run ID:116473

提交时间:2025-04-12 09:12:27

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