백준-10807

Weed·2023년 3월 20일
0

백준

목록 보기
18/24

n = int(input())

n_list = list(map(int, input().split()))

f = int(input())
print(n_list.count(f))
profile
개발자로 전직해보자

0개의 댓글