S=raw_input() L=list('yukicoder') for a in L: if a not in S: print a