Not Chess
-
- Posts: 273
- Joined: Thu Apr 10, 2008 9:47 pm
Not Chess
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.
-
- Posts: 273
- Joined: Thu Apr 10, 2008 9:47 pm
Re: Not Chess
[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]
- karma-fusebox
- Posts: 23
- Joined: Fri Mar 06, 2009 1:37 pm
-
- Posts: 4
- Joined: Mon Oct 26, 2009 6:06 am
- Location: Las Vegas, NV
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 .
-
- Posts: 5
- Joined: Sat Dec 03, 2011 11:25 am