Kotlin odczytuj wejście jako int
readLine()!!.toInt()
RosiePuddles
readLine()!!.toInt()
fun main() {
val userinput = readLine()
}