#yuki_494 s=raw_input() r='yukicoder' for i in xrange(len(r)): if s[i]!=r[i]: print r[i]