A certain enchanted forest is inhabited by talking birds. Each of these birds has a name, and will respond whenever it hears the name of another. Suppose you are exploring this forest and come across the bird $A$. You call the name of bird $B$. $A$ hears you and responds with the name of some other bird, which we will designate $AB$.
Bird $AB$ is, by definition, $A$'s response to $B$.
\vspace{2mm}
As you wander around this forest, you quickly discover two interesting facts:
\begin{enumerate}[itemsep = 1mm]
\item$A$'s responds to $B$ mustn't be the same as $B$'s response to $A$.
\item Given three birds $A$, $B$, and $C$, $(AB)C$ and $A(BC)$ are not necessarily the same bird. \\
Bird $A(BC)$ is $A$'s response to bird $BC$, while $(AB)C$ is $AB$'s response to $C$. \\
Thus, $ABC$ is ambiguous. Parenthesis are mandatory.