S = list(input()) Y = list('yukicoder') I = S.index('?') print(Y[I])