Exclusive or is a logical operation that outputs true only when inputs differ(one is true, the other is false). It is symbolized by the infix operators such as $XOR$, $\oplus$.
This time, brave $QQQ$ raises a problem to you. Given an interval [$l, r$], you need to calculate how many numbers $x$ between $l$ and $r$, where $x$ satisfies $x \oplus 4x \oplus 5x = 0$.