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