S = list(input()) y = list('yukicoder') count = 0 while S[count] == y[count]: count += 1 print(y[count])