input = gets ans = "yukicoder" i = 0 input.chars { |ch| if ch == '?' then puts ans[i] end i = i + 1 }