(?a..?z).zip(gets.chars){ |from, to| puts("#{from}to#{to}") if from != to }