# 14109-HUTI
## Hint
For two numbers they are the same, the xor operation result will be 0:

If a number X "XOR" 0, the xor operation result will still be X:

So since the order of xor operation will not change the result, you can reduce the paired numbers by just "XOR" them.