Page 1 of 2

Not Chess

Posted: Fri Jun 06, 2008 4:34 am
by Allosentient
Is this solvable? I am finding it mathematically impossible to find a variable x that satisfies the equation x & 111100 == 011101. I could have done something wrong since I am using C# instead of javascript but wanted to make sure this was solvable before spending any more time on it.

Posted: Fri Jun 06, 2008 5:07 am
by adum
i'm not sure what your equation refers to (and does seem unsolvable), but this problem is definitely solvable and has been solved by multiple people.

good luck,
adum

Posted: Fri Jun 06, 2008 4:23 pm
by Allosentient
It was a problem with the NaN function, I interpreted it as checking to see if the character is a number from 0-9 (doh)

Posted: Tue Dec 02, 2008 9:42 pm
by lukas
I done it complete without any programming...

the only thing you must du is to try each char by char as long
as the right letters are printed....

I done it within 30min by hand

1 and l

Posted: Tue Jan 13, 2009 6:01 pm
by Passant
And don't mix 1 and l up ... Took me ages to find this mistake

Posted: Fri Feb 06, 2009 6:04 pm
by aurora
i think writing a script for this takes longer, than doing it by hand. the first few characters are just guessing but after this, google may be your friend ;-) (again)

Re: Not Chess

Posted: Tue Mar 10, 2009 1:49 pm
by sarang
[quote="Allosentient"]Is this solvable? I am finding it mathematically impossible to find a variable x that satisfies the equation x & 111100 == 011101. I could have done something wrong since I am using C# instead of javascript but wanted to make sure this was solvable before spending any more time on it.[/quote]

Posted: Tue Mar 17, 2009 4:13 am
by karma-fusebox
i'm surprised none of you smart guys recognizes what the function actually does...
it's ridiculous writing [more than] a line of script or even picking up a pen. :D

Posted: Tue Mar 17, 2009 9:46 am
by cutter
to know the function didn't help me at all
i think thr function behave strange for "unnormal" input like space, comma etc
but maybe i'm trying to type in the wrong word

Posted: Thu Oct 29, 2009 7:21 am
by Admiral Beotch
karma-fusebox wrote:i'm surprised none of you smart guys recognizes what the function actually does...
it's ridiculous writing [more than] a line of script or even picking up a pen. :D
Agree 100%

Supar eazy if you've been exposed to the output from wrong answers before...

'^.*=+$' for the win

Posted: Sat Jan 29, 2011 3:10 am
by Guderian
i reversed the algortihm in c++ and found the solution. but the output is wrong in 2 letters. instead of <'> it prints %27 and instead of space it prints %20. Then i realized that this is a web script so it uses url encoding, so i replaced these 2 characters with the appropriate ones and it was over :D.

Posted: Mon Dec 19, 2011 4:28 pm
by froest2012
why does ((enc2 & 15) << 4) works ,but (enc2 << 4) not??

Posted: Wed Dec 28, 2011 3:56 pm
by rain1024
I used python for this challenge.
After done at all, I think I can solve it by hand :lol

Posted: Sat Jun 23, 2012 12:59 pm
by fragman
use the source, luke...

Posted: Wed Oct 07, 2015 11:33 pm
by knoerxi
The encoding is "obviously" -- it is standard -- it can returned with a free accessable OnlineTool==

done in 3 Minutes