Page 1 of 1
Unreal
Posted: Mon Apr 23, 2012 8:42 am
by dangermouse
I am now at stage two
. Should i know consider the number in quotes or are the quotes part of the number?
Posted: Thu Apr 26, 2012 7:40 pm
by teebee
Answering that question is part of the fun ...
Posted: Thu Aug 16, 2012 3:47 pm
by dangermouse
well i had a minor mistake, i forgot to include the very last 75
. Without that mistake it would have been crystal clear. Thanks to laz0r for helping me out!
Posted: Thu Aug 16, 2012 5:27 pm
by megabreit
Hm... I had no idea so far how to approach this challenge? Any hints?
Posted: Thu Aug 16, 2012 5:33 pm
by laz0r
It's a number, so what do you normally do with numbers?
Posted: Thu Aug 16, 2012 8:08 pm
by megabreit
That's a quite general hint
Most of the time at hacker.org you convert one number into another representation e.g. into hex or binary and then interpret things differently. I don't know of a format for such long floating point numbers.
Posted: Thu Aug 16, 2012 8:17 pm
by laz0r
It was meant to be general
if it were an integer, it would be obvious what to do - so treat it mathematically in *exactly* the same way - see if that helps!
Posted: Wed Nov 21, 2012 10:21 am
by MatRush
laz0r wrote:It was meant to be general
if it were an integer, it would be obvious what to do - so treat it mathematically in *exactly* the same way - see if that helps!
Any relationship with Number Theory?
Posted: Wed Nov 21, 2012 2:06 pm
by sergejs
MatRush wrote:
Any relationship with Number Theory?
No, not really. Try reading about different compression algorithms. Maybe one of them will give you a sufficient hint to understand what to do for the first phase.
Posted: Fri May 09, 2014 2:34 pm
by Hippo
My first try worked
. I was solving it in debug mode expecting some of my assumptions would fail, but there was no problem at all.
Posted: Wed May 14, 2014 5:01 am
by MatRush
Good one, finally got it.