fun main(args: Array) { val d = readLine()!!.toInt() val tmp = (1..d).toList().joinToString("") println(tmp[d-1]) }