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