본문 바로가기

분류 전체보기305

80] 프로그래머스 문자열 반복해서 출력하기 fun main(args: Array) { 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 [Kotlin][5]코틀린 readline()과 자료형 변환 방법 안녕하세요. 오늘은 저번 타이머 함수 사용법에 이어서 readline()을 이용해 사용자에게 입력받는 법을 알아보려고 합니다. 또 입력 받은 모든 값을 스트링 값으로 반환하는 readline()을 어떻게 하면 postiveemblem.tistory.com 2023. 10. 8.
79] 프로그래머스 a와 b 출력하기 kotlin fun main(args: Array) { val (a, b) = readLine()!!.split(' ').map(String::toInt) println("a = $a") println("b = $b") } https://postiveemblem.tistory.com/164 [Kotlin][5]코틀린 readline()과 자료형 변환 방법 안녕하세요. 오늘은 저번 타이머 함수 사용법에 이어서 readline()을 이용해 사용자에게 입력받는 법을 알아보려고 합니다. 또 입력 받은 모든 값을 스트링 값으로 반환하는 readline()을 어떻게 하면 postiveemblem.tistory.com 2023. 10. 5.
Android] 삼성 최신폰 테스트하기 // Samsung remote test lab https://developer.samsung.com/remote-test-lab Samsung Developers The world runs on you. developer.samsung.com https://developer.samsung.com/remotetestlab/devices https://developer.samsung.com/remotetestlab/devices developer.samsung.com 최신폰도 테스트해 볼 수 있다. 종류도 다양 워치도 테스트 가능 APK 선택하면 remote 폰에서 설치되서 확인가능하다. 좋은 세상이다 2023. 8. 11.
안드로이드 서명만들기 앱 https://play.google.com/store/apps/details?id=com.odom.signmaker 서명만들기_무료 싸인만들기 - Google Play 앱투명배경 서명을 만들어보세요.play.google.com 간단하네👍🏻 2023. 8. 3.