Search found 4 matches

by bottomy
Tue Aug 11, 2009 8:09 am
Forum: Challenges
Topic: 'Bit Test' challenge... the strange coding.. please help me.
Replies: 48
Views: 58105

hmm im a little confused about what to write for the answer. i think i understand what its doing, like say x = 100 then (100 & (100 - 1)) (100 & 99) 1100100 & 1100011 = 1100000 = 96 but its testing to see if it will equal 0, so are we meant to find what x should be to equal 0 (which i've...
by bottomy
Thu Jul 23, 2009 8:23 am
Forum: Challenges Solved
Topic: Delegates
Replies: 17
Views: 2031

ah, thanks :D
by bottomy
Thu Jul 23, 2009 5:06 am
Forum: Challenges Solved
Topic: Delegates
Replies: 17
Views: 2031

i solved it by using my C program i made, but cause i didn't program it properly i could only check the value of (numbers ending in 0) 2110 then i had to add manually the rest of the numbers to 2118 then added manually the square numbers. can someone help me fix my code so i can workout other number...
by bottomy
Mon Jun 22, 2009 8:02 am
Forum: Challenges Solved
Topic: Maeda Path
Replies: 20
Views: 1846

i did it awhile ago, but didn't see anyone post they did it this way. my flash decompiler is unregistered so it only lets me view it but not edit it. so i just checked the script for where it gives you the answer then just make a javascript to give me the answer. <script language="javascript&qu...