Run ID:116472
提交时间:2025-04-12 09:01:08
#搭建框架 while True: n = int(input()) if n==0: #结束标志 break # a = input().split() #a is a list 100 20 46 78 ---> ['100','20','46','78'] str # x = input() #78 x = '78' str print(input().split() .count(input() ))