Run ID:116471

提交时间:2025-04-12 08:59:41

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