Unreal

Post Reply
User avatar
dangermouse
Posts: 89
Joined: Sun Jun 05, 2011 8:14 pm
Location: deep space computing AG
Contact:

Unreal

Post by dangermouse »

I am now at stage two :-). Should i know consider the number in quotes or are the quotes part of the number?
Last edited by dangermouse on Thu Nov 08, 2012 9:15 am, edited 1 time in total.
User avatar
teebee
Posts: 89
Joined: Mon Nov 10, 2008 3:21 pm
Location: Germany

Post by teebee »

Answering that question is part of the fun ...
User avatar
dangermouse
Posts: 89
Joined: Sun Jun 05, 2011 8:14 pm
Location: deep space computing AG
Contact:

Post 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!
megabreit
Posts: 141
Joined: Sat Jan 03, 2009 3:33 pm

Post by megabreit »

Hm... I had no idea so far how to approach this challenge? Any hints? :shock:
User avatar
laz0r
Posts: 290
Joined: Thu Feb 04, 2010 4:18 pm
Location: Within the depths of Unix

Post by laz0r »

It's a number, so what do you normally do with numbers?
There is no spoon.
megabreit
Posts: 141
Joined: Sat Jan 03, 2009 3:33 pm

Post 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.
User avatar
laz0r
Posts: 290
Joined: Thu Feb 04, 2010 4:18 pm
Location: Within the depths of Unix

Post 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!
There is no spoon.
User avatar
MatRush
Posts: 33
Joined: Fri May 13, 2011 1:26 pm
Location: China
Contact:

Post 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?
sergejs
Posts: 6
Joined: Mon Jul 19, 2010 1:34 pm

Post 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.
User avatar
Hippo
Posts: 339
Joined: Sat Feb 01, 2014 12:05 am
Location: Praha 5

Post 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.
User avatar
MatRush
Posts: 33
Joined: Fri May 13, 2011 1:26 pm
Location: China
Contact:

Post by MatRush »

Good one, finally got it.
Post Reply