给出区间(a,b),b \lt a,求a \oplus (a+1) \oplus (a+2)\dots \oplus b。
输入2个数:a b,中间用空格分隔(1 \leq a \leq b \leq 10^{14})
输出一个答案
3 8
11