intCount = input()
intList = list(map(int, input().split()))
intFind = int(input())
print(intList.count(intFind))
'알고리즘 > 배열(array)' 카테고리의 다른 글
백준 10813 python (0) | 2023.06.10 |
---|---|
백준 10810 python (0) | 2023.06.09 |
백준 2562 python (0) | 2023.06.09 |
백준 10818 python (0) | 2023.06.09 |
백준 10871 python (0) | 2023.06.09 |