n=int(input())
l=list(map(int,input().split()))
print(l.count(int(input())))
'알고리즘 > 백준' 카테고리의 다른 글
백준-10814번(나이순 정렬)-python3 (0) | 2023.11.30 |
---|---|
백준-10809번(알파벳 찾기)-python3 (0) | 2023.11.30 |
백준-10773번(제로)-python3 (0) | 2023.11.30 |
백준-10757번(큰 수 A+B)-python3 (0) | 2023.11.30 |
백준-10718번(We love kriii)-C (0) | 2023.11.30 |