s = gets.chomp.chars puts '%cto%c' % ('a'..'z').to_a.zip(s).find { _1 != _2 }