백준-1080번(개수세기)-python
n=int(input())
l=list(map(int,input().split()))
print(l.count(int(input())))
'알고리즘 > 백준' 카테고리의 다른 글
백준-24479번(알고리즘 수업 - 깊이 우선 탐색 1)-python (0) | 2023.11.23 |
---|---|
백준-2566번(최댓값)-python (0) | 2023.11.23 |
백준-5597번(과제 안내신 분?)-python (0) | 2023.11.23 |
백준-2738번(행렬 덧셈)-python (0) | 2023.11.23 |
백준-10952번(A+B-5)-python (0) | 2023.11.23 |