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