import sys input = sys.stdin.readline S = input().rstrip() print(S.replace('ao', 'ki'))