Repair Lorem Ipsum by mitchs

s=a=''
for c in raw_input():
 if'/'<c<'A':c=a[~int(c)]
 a+=c*(c>'9');s+=c
print s

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page