One problem..

Let's talk about algorithms!

Moderator: Board moderators

Post Reply
Mek
New poster
Posts: 12
Joined: Tue Jan 18, 2005 10:43 pm

One problem..

Post by Mek »

How to solve this problem ?
Given a1, b1, c1
0<= a1, b1, c1 < 2^24

How to find such a, b, c that

a1 = (b * c) xor a
b1 = (a * c) xor b
c1 = (a * b) xor c

all operations are done mod 2^24
Post Reply

Return to “Algorithms”