728x90
반응형
SMALL
a, count = int(input()), 0
b = list(map(int, input().split()))
for i in range(len(b)):
if b[i] == a: count += 1
print(count)
728x90
반응형
LIST
'백준문제 > 브론즈 4' 카테고리의 다른 글
백준) 11365번 - python (0) | 2024.04.12 |
---|---|
백준) 10808번 - python (0) | 2024.04.11 |
백준) 10769번 - python (0) | 2024.04.08 |
백준) 10156번 - python (0) | 2024.04.07 |
백준) 10101번 - python (0) | 2024.04.06 |