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