print(*[i+"to"+j for i,j in zip(input(),"abcdefghijklmnopqrstuvwxyz")if i!=j])