import java.util.* fun main(args: Array) { val sc = Scanner(System.`in`) println(sc.next().replace("ao", "ki")) }