알고리즘 문제 풀기/BOJ
BOJ 1152 - 단어의 개수
bug_maker
2019. 8. 4. 15:27
https://www.acmicpc.net/problem/1152
BOJ 1152 - 단어의 개수
작성언어: Python3
words = list(input().split())
print(len(words))
pc 환경에서 코드를 보는 것을 권장합니다.