import Foundation var s = String(readLine()!) print(s.replacingOccurrences(of: "ao", with: "ki"))