Well, I suppose that's true. I tried to do as much of it by myself as possible but I needed some help with the punch card one, the speckle one, and the big block of text.
Announcement
Collapse
No announcement yet.
Web-Hopper Riddle
Collapse
X
-
-
Originally posted by JeiceHey everyone,
I'm stuck on number 26
I have found the answer but I can't figure out the answer.
Um...Well...I decoded it but I can't figure out the number. I know it's some where between 11,111 and 32,000. I really could use a clue or a narrower range of numbers.The easiest (and most fun) way to solve it is to write a short program (unless you're still living in a cave and don't know how to use a computer).
Here's the SiMPLE program I wrote to find the answer:
Code:Int z Do k=31622L,10000L unique (k*k,z) @ If !z Continue Display k wait quitkey Loop Task unique (Int2 x, Int z) Int dig[10] Do k=0,9 dig[k]=0 Loop work=x; z=0 Do ind=work%10; If dig[ind] Return dig[ind]=1; work=work/10 If !work Break Loop z=1 End unique
If you're still living in the Dark Ages and don't know how to write elementary programs, then I guess you will just have to work out the solution by hand on a calculator or something.
Comment
-
Originally posted by Mr. LogicThe easiest (and most fun) way to solve it is to write a short program (unless you're still living in a cave and don't know how to use a computer).
Here's the SiMPLE program I wrote to find the answer:
Code:Int z Do k=31622L,10000L unique (k*k,z) @ If !z Continue Display k wait quitkey Loop Task unique (Int2 x, Int z) Int dig[10] Do k=0,9 dig[k]=0 Loop work=x; z=0 Do ind=work%10; If dig[ind] Return dig[ind]=1; work=work/10 If !work Break Loop z=1 End unique
If you're still living in the Dark Ages and don't know how to write elementary programs, then I guess you will just have to work out the solution by hand on a calculator or something.
Yeah.....I'm still a caveman....
Comment
-
Originally posted by ZephialxI would've wrote a program for that one but I only know Visual Basic and I don't have that on this computer.
Another option is to use JavaScript. That's available in every web browser.
Either way, the answer is not all that difficult to find.
Comment
-
Originally posted by SomedaySoonIf you dont mind me asking you Mr. Logic what influenced you to create a game such a web - hopper??)
Comment
Comment