📁문제 풀이/🧩Baekjoon

    [Python] 백준 10807 개수세기

    input() nlist = list(map(int, input().split())) v = int(input()) count = 0 for n in nlist: if v == n: count += 1 print(count) 따로 설명은 하지않도록 하겠습니다 궁금한 점이 있다면 댓글 달아주세요!

    Notion Database

    https://sin-young.notion.site/cbf6c7a3f75546f3a19a5f315d7521ea?v=0e0a79c426664e62ba7dfdd25568560e Baekjoon A new tool for teams & individuals that blends everyday work apps into one. sin-young.notion.site 블로그에 작성하지 않은 문제 풀이를 해당 데이터베이스에서 찾아보실 수 있습니다.