yuki = "yukicoder" inp = input() for i in range(len(yuki)): if yuki[i] != inp[i]: print(yuki[i])