how abt ( ( (a & b) | (a & c) | (b & c) )<<1) + (a ^ b ^ c)

On 10/24/07, Zeratul <[EMAIL PROTECTED]> wrote:
>
>
> Only operation | ^ & >> << ! ~ are allowed to use in the expression.
> other operations like minus- multiply* cannot be used as well as
> branch expression like IF FOR WHILE
>
> Plus operation + is allowed to be used only once.
> then how to get the sum of three 4-byte integers ?
>
> thanks
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to