It really get complicated, but in 3d it's still manageable. It got me hard and arduous work too.
We have 6 representation altogether. The last two are actually the trickier because you have to split the volume in 2 and manage 2 integrals then to sum them.
What I get is:
\int_{0}^{1} \int_{x^2}^{1} \int_{0}^{y} dz\ dy\ dx
\int_{0}^{1} \int_{0}^{\sqrt y} \int_{0}^{x^2} dz\ dx\ dy
\int_{0}^{1} \int_{y}^{1} \int_{0}^{\sqrt z} dx\ dz\ dy
\int_{0}^{1} \int_{0}^{z} \int_{0}^{\sqrt y} dx\ dy\ dz
\int_{0}^{1} \int_{\sqrt z}^{1} \int_{z}^{1} dy\ dx\ dz + \int_{0}^{1} \int_{0}^{\sqrt z} \int_{x^2}^{1} dy\ dx\ dz
\int_{0}^{1} \int_{x^2}^{1} \int_{\sqrt x}^{1} dy\ dz\ dx + \int_{0}^{1} \int_{0}^{x^2} \int_{x}^{1} dy\ dz\ dx
One must absolutely try to visualize the volume and to make intersections with the basic planes x=0, x=1, y=0, y=1, z=0, z=1 to get an idea of how it works.
I hope it's ok, but it was the first of this kind, so I'm not really sure.