fun f(a: Int, b: Int): Int = if (a) { val (a,b) = readLine()!!.split(' ').map(String::toInt) println(f(a,b)) }