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