fun main(args: Array) { val list: List = readLine()!!.split(" ").map { it.toInt() } }