For a simple digraph, with a complete underlying graph (or a Tournament):
$\text{in-degree}(v) + \text{out-degree}(v) = n-1$.
Hence show that
$\displaystyle\sum_{v \in V} (\text{indeg}(v))^{2} = \displaystyle\sum_{v \in V} (\text{outdeg}(v))^{2}$
My brain has turned to mush after many failed attempts. :p Any help appreciated!
Hint: show that the sum of in degrees equal to the sum of out degrees.
This is a common problem in double counting.