This was a high school entrance exam problem.
Find all real solutions for $x,y,z$: $$\begin{cases}x+y^2+z^3=3\\y+z^2+x^3=3\\z+x^2+y^3=3\end{cases}$$
I believe the intended solution uses basic algebra only, but it's allowed to use higher level maths such as calculus, elliptic curves or 3d geometry if we can.
My attempt: I guess $(1,1,1)$ is the only solution, so I tried substituting $x=x_1+1$ and similar for $y$ and $z$, but to no avail.
The usual way of solving a system of equations yields
$$x+y^2=3+(x^2+y^3-3)^3$$ $$x^3+y=3-(x^2+y^3-3)^2$$
and I can't proceed further.