#coding:UTF-8 S = input() S2 = "yukicoder" for i in range(0,9): if S[i] != S2[i]: N = S2[i] print(N)