F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

^&^

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)
Total Submission(s): 5921    Accepted Submission(s): 2190


Problem Description
Bit operation is a common computing method in computer science ,Now we have two positive integers $A$ and $B$ ,Please find a positive integer $C$ that minimize the value of the formula $(A \ \ xor \ \ C) \ \ \& \ \ (B \ \ xor \ \ C) $ .Sometimes we can find a lot of $C$ to do this ,So you need to find the smallest $C$ that meets the criteria .

For example ,Let's say $A$ is equal to 5 and $B$ is equal to 3 ,we can choose $C$=1,3.... ,so the answer we're looking for $C$ is equal to 1.

If the value of the expression is 0 when C=0, please print 1.
 

Input
The input file contains $T$ test samples.(1<=$T$<=100)

The first line of input file is an integer $T$.

Then the $T$ lines contains 2 positive integers, $A$ and $B$, ($ 1 \leq A, B < 2 ^ {32} $)
 

Output
For each test case,you should output the answer and a line for each answer.
 

Sample Input
1 3 5
 

Sample Output
1
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-04-20 15:35:48, Gzip enabled