s = input() a = 'yukicoder' for i in range(len(s)): if s[i] != a[i]: print(a[i])