Code Festival D Compress numbers by tails (mitchs (tails (%20)))

:
y/0123456789/!012345678/
s/\w/&-/g
t
s/^\(.\)\(.* \)\1\|!\(.* \)\|-\{10\}/\2\3/
t
/\S/cNO
cYES

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

download

return to the top page