Kotlin leyó la entrada como int
readLine()!!.toInt()
RosiePuddles
readLine()!!.toInt()
fun main() {
val userinput = readLine()
}