본문 바로가기
코테/백준

[백준] 1152 단어의개수 스위프트

by 리드맥 2021. 12. 27.

코드:

let input = readLine()!.split(separator: " ")
print(input.count)

 

 
결과:

댓글