const s0 = "abcdefghijklmnopqrstuvwxyz" let s = readLine stdin for i in 0 ..< 26: if s0[i] != s[i]: echo s0[i] & "to" & s[i]