반응형
fun main(args: Array<String>) {
val (a, b) = readLine()!!.split(' ').map(String::toInt)
println("a = $a")
println("b = $b")
}
https://postiveemblem.tistory.com/164
반응형
'IT > 알고리즘' 카테고리의 다른 글
81 프로그머스] Kotlin 대소문자 바꿔서 출력하기 (0) | 2023.10.08 |
---|---|
80] 프로그래머스 문자열 반복해서 출력하기 (0) | 2023.10.08 |
78] 1672. Richest Customer Wealth Kotlin (0) | 2023.04.19 |
77] Leetcode 1979. Find Greatest Common Divisor of Array #Kotlin (0) | 2023.04.12 |
76] ★ Leetcode 1071. Greatest Common Divisor of Strings Kotlin (0) | 2023.04.11 |
댓글