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