import java.util.Scanner object Main extends App { val sc = new Scanner(System.in) println(sc.next.replaceAll("ao", "ki")) }