Move To Front Decode by leonid

a=range(10)
for x in raw_input():y=[a.pop(int(x))];a=y+a+y
print`a`[31::3]

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

download

return to the top page