How to Solve this XOR Problem??

Revision en2, by fighterphoenix, 2024-09-05 13:28:09

You are given three integers ,$$$A$$$ , $$$B$$$ , and $$$C$$$, and your task is to apply bitwise XOR on the $$$A$$$,$$$B$$$,$$$C$$$ such that they transform into non-decreasing order? Also A,B,C lie in the range from 1 to 1e9.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English fighterphoenix 2024-09-05 13:30:21 26 Tiny change: 'he $A$,$B$,$C$ such t' -> 'he $A$,$B$ and $C$ such t' (published)
en2 English fighterphoenix 2024-09-05 13:28:09 10 Tiny change: 'twise XOR ($oplus$) on the $A' -> 'twise XOR on the $A'
en1 English fighterphoenix 2024-09-05 13:27:36 243 Initial revision (saved to drafts)