package main import . "fmt" func main() { var s string Scan(&s) for i,c:=range s { e:=i+'a' if e!=int(c) { Printf("%cto%c\n",e,c) } } }