BOJ

Baekjoon #1152번 단어의갯수 Python

Edan Cafe ☕ 2020. 10. 5. 15:24

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

 

너무 쉬워서 건너 뛴다.

 

반응형