Too Many Digits

User avatar
m!nus
Posts: 202
Joined: Sat Jul 28, 2007 6:49 pm
Location: Germany

Too Many Digits

Post by m!nus »

Wasn't actually difficult to get the required part of the data, still, the answer is not right, i tried +-2 too.

my sequence begins with 3072...
theStack
Posts: 72
Joined: Sun Nov 02, 2008 12:46 am

Post by theStack »

I haven't solved that so far, but I just discovered that I have interpreted the numeric value in a wrong way.
Instead of taking _one_ sexdecillion (10^51), I took _six_ decillions (6*10^33).

Maybe that helps.
User avatar
m!nus
Posts: 202
Joined: Sat Jul 28, 2007 6:49 pm
Location: Germany

Post by m!nus »

with anything other than 10^51 you get "not in range" as answer, but i get my numbers
theStack
Posts: 72
Joined: Sun Nov 02, 2008 12:46 am

Post by theStack »

I just solved it (typing in that sixdecillion number was hell ;)), worked without problems.
User avatar
m!nus
Posts: 202
Joined: Sat Jul 28, 2007 6:49 pm
Location: Germany

Post by m!nus »

range: 1(51 zeroes)-...?


btw, is there a hacker.org chat?
theStack
Posts: 72
Joined: Sun Nov 02, 2008 12:46 am

Post by theStack »

Well, I don't want to spoil anything, my clue is: just think about how you exactly access a string if you want the N-th char!

Hm,
I don't know about a hacker.org chat but it would be very nice to discuss about some of the challenges.
Maybe we should create an IRC channel?
MerickOWA
Posts: 182
Joined: Mon Apr 07, 2008 5:54 pm
Location: HkRkoz al KuwaiT 2019 HaCkEr 101

Post by MerickOWA »

m!nus wrote:range: 1(51 zeroes)-...?
You're so close.

Double check HTTP protocol for you error.

I tested and its more than willing to give data outside the range of the answer, but apparently you can't be too far off or you get the "out of range" error.
User avatar
m!nus
Posts: 202
Joined: Sat Jul 28, 2007 6:49 pm
Location: Germany

Post by m!nus »

MerickOWA wrote:
m!nus wrote:range: 1(51 zeroes)-...?
You're so close.

Double check HTTP protocol for you error.

I tested and its more than willing to give data outside the range of the answer, but apparently you can't be too far off or you get the "out of range" error.
the chunks are not really a problem if you mean that
MerickOWA
Posts: 182
Joined: Mon Apr 07, 2008 5:54 pm
Location: HkRkoz al KuwaiT 2019 HaCkEr 101

Post by MerickOWA »

All I can say is that your answer is not the "sixdecillion number".

I'm afraid if I try to say why your answer is not the sixdecillion number, i'd give it away ;)
User avatar
m!nus
Posts: 202
Joined: Sat Jul 28, 2007 6:49 pm
Location: Germany

Post by m!nus »

hmmm, i tried many but apparently left out the wrong one
TeXoR
Posts: 6
Joined: Mon Nov 17, 2008 10:34 am

Post by TeXoR »

The server is too lazy to look it up:(
Any hint what to do to make him my slave?!^^
therethinker
Posts: 144
Joined: Fri Mar 28, 2008 11:29 pm
Location: #hacker.org on Freenode

Post by therethinker »

minus: As far as hacker.org chat goes, its probably not a great ideas as you know answers are bound to be leaked. At least here they can tie a post/PM to an account/IP ;-)

As for the challenge, I don't have anything more to say ;-)
TeXoR
Posts: 6
Joined: Mon Nov 17, 2008 10:34 am

Post by TeXoR »

Yeah, I've got it;)
The bottleneck was the program I used:)
so long....
cyberwoozle
Posts: 60
Joined: Fri Nov 07, 2008 10:43 am
Location: Germany

Post by cyberwoozle »

I have a problem with this challenge: i tried all versions of header fields from RFC 2616, but i always get "400 Response body too long", even if i only specify one character (byte) - range.
Am i on the wrong trail?
User avatar
Isaev
Posts: 39
Joined: Tue Dec 16, 2008 11:23 pm
Location: Germany

Post by Isaev »

http://www.hacker.org/challenge/misc/to ... number.txt
Not Found
The requested URL /challenge/misc/toomany/infinite_number.txt was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
It's OK :?:
Post Reply