백준 풀이

백준 10807 파이썬

ag2개발자 2022. 8. 24. 12:53
n=int(input())
a=list(map(intinput().split()))
b=int(input())
print(a.count(b))

 

'백준 풀이' 카테고리의 다른 글

백준 10824번 파이썬  (0) 2022.08.24
백준 10798 파이썬  (0) 2022.08.24
백준 11655 파이썬  (0) 2022.08.24
백준 5597번 파이썬  (0) 2022.08.24
백준 5554번 파이썬  (0) 2022.08.24