let solve s = let yc = "yukicoder" and i = String.index s '?' in yc.[i] |> String.make 1 let () = let s = read_line () in solve s |> print_endline