S = input() print(S.translate(str.maketrans('ao', 'ki')))