11549번 풀이 [Python]

sua·2022년 6월 7일
0

Baekjoon

목록 보기
47/161
post-thumbnail

문제


풀이

n = int(input())
a = list(map(int, input().split()))

print(a.count(n))
profile
가보자고

0개의 댓글