Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: Re: (Golf) Let's go bowling

by rchiav (Deacon)
on Aug 09, 2001 at 02:13 UTC ( [id://103252]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: (Golf) Let's go bowling
in thread (Golf) Let's go bowling

define "doesn't work"? it ran with many test cases for me..

update: downloaded my exact code posted here and ran it with the following games..

my @b = qw(X X X X X X X X X X 7 2); [rchiav@aps:/home/rchiav]$ score score is 286 my @b = qw(X X X X X X X X X X X X); [rchiav@aps:/home/rchiav]$ score score is 300 my @b = qw(X 9 / X 9 / X 9 / X 9 / X 9 / X); [rchiav@aps:/home/rchiav]$ score score is 200 and the actual example given in the description.. my @b = qw(5 / 6 3 X X 7 0 4 3 X 4 / 8 1 3 / 6); [rchiav@aps:/home/rchiav]$ score score is 146
If you could, please explain to me what's "not working".

Replies are listed 'Best First'.
Golf hits bugs. :-)
by tilly (Archbishop) on Aug 09, 2001 at 05:51 UTC
    I bet that you are running 5.6.x and the code is failing to run in 5.005_03. The reason is that the aliasing was a little more aggressive in 5.005_03.

    Trust me. This is a bug I have hit quite often in golf.

    (BTW the current leader on the score-board is chipmunk.)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://103252]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 10:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found