I'm trying to solve the following equation and I'm having trouble
$$y^3 = (x)^e \pmod n $$
in my case $x^e = 124205, n = 129071$
I'm expecting this answer to result in $65$ (as this is the thing that went into the equation to begin with) however I can't seem to figure out how to solve the cube root of this modulo equation.