puts (?a..?z).zip(gets.chars).find { |from, to| from != to }.join('to')