yukicoder = "yukicoder" S = raw_input() for i in range(0,9): if S[i] == '?': print yukicoder[i]