u="0123456789" s=map(int,raw_input()) q="" for a,b in zip(s,s[1:]):q+=u[a:b]+u[a:b:-1]+`a`*(a==b) print q+`b`