문제풀이/백준(Boj) 문제풀이
[백준][구현] - 2743. 단어 길이 재기
얄루몬
2022. 8. 4. 23:05
s = input()
print(len(s))
s = input()
print(len(s))