import re s = input() s = re.sub("ao","ki",s) print(s)