package main import . "fmt" import . "strings" func main() { var s string Scan(&s) Println(ReplaceAll(s,"ao","ki")) }