def main(): S = input() S = S.replace("ao", "ki") print(S) if __name__ == '__main__': main()