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