S = "yukicoder" s = input() for t,ist in zip(S,s): if t != ist: print(t) break