728x90
import sys
string = sys.stdin.readline().split()
cnt = 0
for _ in string:
cnt += 1
print(cnt)
728x90
'[Coding Test] > [백준]' 카테고리의 다른 글
[백준] 10809 파이썬(python) : 알파벳 찾기 - (★) (0) | 2022.07.02 |
---|---|
[백준] 1157 파이썬(python) : 단어 공부 - (★) (0) | 2022.07.02 |
[백준] 11170 파이썬(python) : 숫자의 합 (0) | 2022.07.02 |
[백준] 2675 파이썬(python) : 문자열 반복 - (★) (0) | 2022.07.02 |
[백준] 17298 파이썬(python) : 오큰수 - (monotone stack 알고리즘) (0) | 2022.07.02 |