May 6, 2011 at 2:05am May 6, 2011 at 2:05am UTC
lol, I am not going to post the code. Just whether I succeeded or not.
May 6, 2011 at 2:08am May 6, 2011 at 2:08am UTC
okay if succeeded then post the number only..!
May 9, 2011 at 11:36pm May 9, 2011 at 11:36pm UTC
The Problem has been solved :)
I opened the file in 1.2 sec
May 10, 2011 at 12:08am May 10, 2011 at 12:08am UTC
congrats. I never got the password. Perhaps I attempted it the wrong way.
what number did you start at? I started at 000000000
Last edited on May 10, 2011 at 12:12am May 10, 2011 at 12:12am UTC
May 11, 2011 at 4:22am May 11, 2011 at 4:22am UTC
Try to start from 700000000
:)
May 11, 2011 at 5:02am May 11, 2011 at 5:02am UTC
Oh, for eff's sake. Someone stuck a crapload of bitwise operations into password.exe. I'm not reading this.
PROTIP: The program exits with 0 if the input is correct and 1 otherwise. No need to do any redirecting.
May 11, 2011 at 5:25am May 11, 2011 at 5:25am UTC
PROTIP: The program exits with 0 if the input is correct and 1 otherwise. No need to do any redirecting.
That's would work I think. It needs a loop from 000000000 to 999999999 to get that ;)..
But It may take couple of days through this way depending on your PC processor speed.
May 11, 2011 at 6:09am May 11, 2011 at 6:09am UTC
Oh, also, it uses atoi() on the input, so adding leading zeroes is unnecessary.
May 11, 2011 at 12:33pm May 11, 2011 at 12:33pm UTC
how did you find that out helios?