How to Solve this XOR Problem??

Правка en1, от fighterphoenix, 2024-09-05 13:27:36

You are given three integers ,$$$A$$$ , $$$B$$$ , and $$$C$$$, and your task is to apply bitwise XOR ($$$oplus$$$) 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.

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский 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 Английский fighterphoenix 2024-09-05 13:28:09 10 Tiny change: 'twise XOR ($oplus$) on the $A' -> 'twise XOR on the $A'
en1 Английский fighterphoenix 2024-09-05 13:27:36 243 Initial revision (saved to drafts)