Does there exists three intervals $I_1,I_2,I_3$ each of length as an even integer such that $I_1 \cap I_2$ , $I_2 \cap I_3$ and $I_3 \cap I_1$ are of length as an odd integer?
Tried few examples and observed that it's difficult to satisfy all intersections having odd length. Maybe we should prove it is not possible.
You can assume that the intervals have integer endpoints and are closed. Write them as $I_j=[a_j,b_j]$ with $a_1\le a_2\le a_3$. If $b_j\ge b_k$ with $k>j$ then $I_k\subseteq I_j$ which is impossible. So $b_1<b_2<b_3$. Then $I_1\cap I_2=[a_2,b_1]$, $I_1\cap I_3=[a_3,b_1]$ and $I_2\cap I_3=[a_3,b_2]$. Then $a_2\equiv b_2\equiv a_3+1\equiv b_1 \equiv a_2+1\pmod2$.