4464: ABC213 A - Bitwise Exclusive Or (数据未验证)
Memory Limit:1024 MB
Time Limit:2 S
Judge Style:Text Compare
Creator:
Submit:1
Solved:0
Description
给定 $A,B$ ,求一个数 $C$ 使得 $A xor C = B$,输出 $C$
Input
两个正整数 $A,B(0\leqslant A,B\leqslant 255)$
Output
输出答案
Sample Input Copy
Sample1 in:
3 6
Sample 2 in:
10 12
Sample Output Copy
Sample 1 out:
5
Sample 2 out:
6
HINT
有数据,但正确性未知