728x90
반응형
단순 구현 문제이다.
T = int(input())
li = list(map(int, input().split()))
print(li.count(T))
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 13136번 Do Not Touch Anything(python) (0) | 2021.02.06 |
---|---|
백준 알고리즘 11943번 파일 옮기기(python) (0) | 2021.02.06 |
백준 알고리즘 11466번 Alex Origami Squares(python) (0) | 2021.02.06 |
백준 알고리즘 11282번 한글(python) (0) | 2021.02.06 |
백준 알고리즘 10768번 특별한 날(python) (0) | 2021.02.05 |