• Skip to primary navigation
  • Skip to content
  • Skip to footer
Maker For Everyone
  • Tags
  • Posts By Month
    Ryumaker

    Ryumaker

    Everyday Together!

    • Republic of Korea
    • 이메일
    • 📂 전체 글 수 141개
    • 📖 BaekJoon Study
      • Binary Search (1)
      • Brute Force (4)
      • Dynamic Programming (1)
      • Greedy (10)
      • Hashing (1)
      • Mathematics (30)
      • Sort (13)
      • String (95)
      • Stack (5)
      • Two Pointer (4)
      • Prefix Sum (2)
      ❓ Tell Me Why
      • Knowledges (2)
      • Tips (2)
      💻 CS
      • Database (8)
      📚 Algorithm
      • Data Structure (2)
      • Algorithm (3)

    [백준 1152] 단어의 개수

    March 3, 2022

    On This Page

    입력받은 문자열을 공백을 기준으로 분리한 후 개수를 세는 방법입니다.

    split() 함수의 결과물이 list이기 때문에 len() 을 통해 리스트 요소의 개수를 세면 됩니다.

    문제 : 백준 1152 - 단어의 개수

    태그: BaekJoon_Study

    카테고리: string

    업데이트: March 3, 2022

    이전 글 [백준 8958] OX퀴즈 다음 글 [백준 2839] 설탕 배달

    참고

    Database Study 후기

    September 18, 2024

    JSCODE Database Study 후기

    Transaction

    September 12, 2024

    Transaction에 대하여 알아보겠습니다.

    정규화에 대하여

    September 5, 2024

    정규화에 대하여 알아보겠습니다.

    Index에 대하여

    August 29, 2024

    Index에 대하여 알아보겠습니다.

    • 팔로우:
    • GitHub
    © 2024 Ryumaker. Powered by Jekyll & Minimal Mistakes.