S = input() A = "yukicoder" i = S.index("?") print(A[i])