wa = "abcdefghijklmnopqrstuvwxyz" wb = input() for i in range(26): if wa[i] != wb[i]: print(wa[i],wb[i],sep="to")