x = list(input()) l = list("yukicoder") for i in range(9): if x[i] != l[i]: print (l[i]) break