s=input();y='yukicoder' for i in y: if i not in s: print(i);exit()