S = input() yuki= list('yukicoder') for i in yuki: if i not in S:print(i)