haju__log
[python][백준/BOJ] 10797번 : 10부제 본문
반응형
https://www.acmicpc.net/problem/10797
num=int(input())
l=list(map(int, input().split()))
print(l.count(num))
반응형
'BOJ_백준' 카테고리의 다른 글
[python][백준/BOJ] 3046번 : R2 (0) | 2023.03.05 |
---|---|
[python][백준/BOJ] 2163번 : 초콜릿 자르기 (0) | 2023.03.05 |
[python][백준/BOJ] 2845번 : 파티가 끝나고 난 뒤 (0) | 2023.03.04 |
[python][백준/BOJ] 9653번 : 스타워즈 로고 (0) | 2023.03.04 |
[python][백준/BOJ] 1764번 : 듣보잡 (0) | 2023.03.02 |