line = input() string = 'yukicoder' i = 0 for s in string: if s != line[i]: print(s) i += 1