>> While I was searching the web the other day looking for clues to
> solve a
>> maze, I found this little puzzle.
>>
>> http://acm.uva.es/p/v4/445.html
>>
>> I think it's fun, and since we are in a maze frame of mind ... :)
>>
>> Terje K
>>
>> btw. i'm down to 58 .. can anyone get under 40 ?? :)
>
>>Sure, I've got a 36  :)
>>
>>--
>>Rick Klement
>
> Since TPR(0,4b) is starting in a few hours, ill announce you as the
> winner :)
>
> Would you guys who competed either send me the solutions, or put them
> here on this list please ??
>
> here is my 50.
>
> #!perl -p
> y/b!/
> /;s/\d/+$&/g;s#([\d+]+)(.)#$2x eval$1#eg
>

Here is my 39,

#!perl -p
y/!b/
 /;s!\d(?=\d*(\D))\D?!$1x$&!eg

Qingning



Reply via email to