n=int(input())
a=list(map(int, input().split()))
b=int(input())
print(a.count(b))
'백준 풀이' 카테고리의 다른 글
백준 10824번 파이썬 (0) | 2022.08.24 |
---|---|
백준 10798 파이썬 (0) | 2022.08.24 |
백준 11655 파이썬 (0) | 2022.08.24 |
백준 5597번 파이썬 (0) | 2022.08.24 |
백준 5554번 파이썬 (0) | 2022.08.24 |