본문 바로가기
python-algorithm

[백준] 11549

by 무적김두칠 2021. 3. 4.

1
2
3
n=int(input())
tmp=list(map(int,input().split()))
print(tmp.count(n))
cs
반응형

'python-algorithm' 카테고리의 다른 글

[백준] 13311  (0) 2021.03.04
[백준] 13136  (0) 2021.03.04
[백준] 11282  (0) 2021.03.04
[백준] 9524  (0) 2021.03.04
[백준] 8723  (0) 2021.03.04

댓글