Re: [QUIZ] Perl 'Easy' Quiz of the Week #2005-03-04
Colin Rafferty <colin.rafferty-/PgpppG8B+R7qynMiXIxWgC/[email protected]> Fri, 4 Mar 2005 17:36:45 -0500
| Newsgroups | gmane.comp.lang.perl.qotw.discuss |
|---|---|
| Message-ID | <[email protected]> |
Bruce J. Keeler wrote: > On Fri, 2005-03-04 at 10:44 -0500, colin.rafferty-/PgpppG8B+R7qynMiXIxWgC/[email protected] wrote: >> > (3) Write a random puzzle generator. >> This program should take a single argument on the command line, a >> number between 0 and 81, and should generate something in the form of >> the input to program (2). This should be solvable. In particular, >> the output of the following form should be "good\n": > What is the purpose of the numeric argument? Why does it range from 0 > to 81? You lost me there. This would be the number of squares already filled in. Sorry about not mentioning that part. -- Colin