공부/알고리즘

[백준]1152_python파이썬 풀이

happyeuni 2021. 12. 30. 15:12

 

s = list(map(str, input().split()))
print(len(s))