haju__log
[python][백준/BOJ] 1152번 : 단어의 개수 본문
반응형
https://www.acmicpc.net/problem/1152
s=list(map(str,input().split()))
print(len(s))
간소화>>
print(len(input().split()))
반응형
'BOJ_백준' 카테고리의 다른 글
[python][백준/BOJ] 11718번 : 그대로 출력하기 (EOF) (0) | 2023.02.26 |
---|---|
[python][백준/BOJ] 1157번 : 단어 공부 (0) | 2023.02.26 |
[python][백준/BOJ] 5622번 : 다이얼 (0) | 2023.02.26 |
[python][백준/BOJ] 2908번 : 상수 (0) | 2023.02.26 |
[python][백준/BOJ] 10872번 : 팩토리얼 (0) | 2023.02.26 |