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