w = list(input()) y = list('yukicoder') n = w.index('?') print(y[n])