Search found 6 matches
- Tue Sep 10, 2013 1:04 am
- Forum: Challenges
- Topic: Pi Hates Nines Problem?
- Replies: 15
- Views: 24768
Perl approach
This is the perl script I used to try to find the answer. I substituted the 9's for (", ") to separate the strings in the array. I keep getting the same wrong answer no matter what source I use. Any ideas? $big = 0; foreach (@array) { if ($_ > $big) { $big = $_; } } print "$big\n";
- Thu Oct 04, 2012 10:22 pm
- Forum: Challenges
- Topic: Valuation
- Replies: 0
- Views: 11200
Valuation
I am trying to do this challenge in Perl, because I am taking a Perl class and it just makes sense for me to try it in this language, so here's what I've got: #!/usr/bin/perl #valuation.plx use warnings; @numbers = (9,3,7,5,2,,,,7,4,6,,2,7,,1,7,5,4,,,9,0,,9,3,,,,,,2,3,8,,4,4,,7,5,,,0,8,7,5,0,9,1,2,7...
- Wed Jan 18, 2012 1:22 am
- Forum: Challenges
- Topic: Challenge 'Steganographic' HELP....
- Replies: 37
- Views: 48719
Wow...
This challenge is one of those ridiculous things that makes you over think it, until you realize that you already know the answer and then you feel stupid...
- Tue Jul 19, 2011 6:19 am
- Forum: Challenges
- Topic: Challenge 'Steganographic' HELP....
- Replies: 37
- Views: 48719
- Tue Jul 19, 2011 12:16 am
- Forum: Challenges
- Topic: Challenge 'Steganographic' HELP....
- Replies: 37
- Views: 48719
- Sat Jul 16, 2011 10:48 pm
- Forum: Challenges
- Topic: "Didactic Bytes" the dust...
- Replies: 21
- Views: 30186