Fix some integers $a_1,\dots,a_n\geq 0$. Denote by $E$ and $O$ the number of ways to choose $(x_1,\dots,x_n)$ so that $0\leq x_i\leq 2a_i$ and such that $\sum_{i=1}^n x_i$ is even and odd, respectively. Using induction on $n$, one can prove that $$E=\frac{(2a_1+1)\cdots(2a_n+1)+1}{2},\qquad O=\frac{(2a_1+1)\cdots(2a_n+1)-1}{2}.$$ In particular, $E-O=1$.
Is there a more direct way to observe that this difference equals $1$?
A bijection between even-sum & odd-sum arrangements is as follows: find the first positive coordinate; if it's odd, increment it by 1, and if it's even, decrement it by 1. The only arrangement left unpaired is $(0,0,0,...)$, which has even sum.