일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 알고리즘 인증_2주차
- 다시봐
- 다시정리하기
- 알고리즘 인증_1주차
- 코틀린
- 코딩테스트
- foldindexed
- iPortfolio
- array랑 list
- Filter
- 알고리즘 인증
- recyclerview
- filternot
- 다시 정리해야함
- 취준기록
Archives
- Today
- Total
Moments of growth
[Lv1 Kotlin] 하샤드 수 본문
[내 코드]
class Solution {
fun solution(x: Int): Boolean = x%(x.toString().map{it.toString().toInt()}.sum())==0
}
Comments