fun main(args: Array) { p993() } fun p993() { val s = readLine()!! val answer = s.replace("ao", "ki") println(answer) }