반응형
fun main(args: Array<String>) {
val input = readLine()!!.split(' ')
val s1 = input[0]
val a = input[1]!!.toInt()
for(i in 0 until a){
print(s1)
}
}
https://postiveemblem.tistory.com/164
반응형
'IT > 알고리즘' 카테고리의 다른 글
82 프로그래머스] kotlin 각도기 (0) | 2023.10.10 |
---|---|
81 프로그머스] Kotlin 대소문자 바꿔서 출력하기 (0) | 2023.10.08 |
79] 프로그래머스 a와 b 출력하기 kotlin (0) | 2023.10.05 |
78] 1672. Richest Customer Wealth Kotlin (0) | 2023.04.19 |
77] Leetcode 1979. Find Greatest Common Divisor of Array #Kotlin (0) | 2023.04.12 |
댓글