using System; class test { public static void Main(string[] args) { string S = Console.ReadLine(); Console.WriteLine(S.Replace("ao", "ki")); } }