풀이
N = int(input())
arr = list(map(int, input().split()))
v = int(input())
print(arr.count(v))
'[코테] Baekjoon 단계별 풀이 > 1차원 배열' 카테고리의 다른 글
[파이썬/Python] 백준 2562번 최댓값 (0) | 2024.06.29 |
---|---|
[파이썬/Python] 백준 10818번 최소, 최대 (0) | 2024.06.29 |
[파이썬/Python] 백준 10871번 X보다 작은 수 (0) | 2024.06.29 |