
*crying*
Al
The actual answer to the question has been posted already. I only helped with the wording. If at all, this challenge has been given away already.tails wrote:Hey, do not write the answer here!
It spoils the challenge. Everyone can see it.
You should delete it as soon as possible.
Edit: Thanks.
30 what?To avoid server pounding, after trying a challenge 10 times, you must wait 30 between tries. (Your last try was 10 sec(s) ago.)
Code: Select all
bool testIt(int x) {
bool returnW;
int y = x - 1;
returnW = (x & y);
return (returnW == 0);
}