코테/백준
[백준] 1152 단어의개수 스위프트
리드맥
2021. 12. 27. 16:45
코드:
let input = readLine()!.split(separator: " ")
print(input.count)
결과: