Prove that for each finite binary tree $T$ there exists formula in first order logic $\phi_n$ such that $T\models \phi_n$ iff $T$ is complete binary tree with depth $n$. Structure is two binary relations: $L(x,y)$ iff $y$ is left son of father $y$, and analogically for $R(\cdot, \cdot)$. Additional difficulty is fact that formula can use only two variables, but it is possible to requantify them.
Being honestly I have no idea how to start. First of all, I don't know how to think about it - I have no root, moreover I have never solved similiar exercise. I ask for help :)