Code Festival D Compress numbers by %20

eval's/(.)(.?)(.* )(.?)/$1-$4?($1+$2)%10 .$3.$4:$2.$3/e;'x10,print/\d/?NO:YES,$/for<>

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

download

return to the top page