s = input() s2 = "yukicoder" for i,j in zip(s,s2): if i!=j:print(j)