the region of integration is simply $$
\{(x,y,z) : 0\le x\le z, 0\le y\le z, 0\le z\le 1
\}
$$
Now you can rewrite the integrals in the following ways:
$$
\int_{x}\int_y\int_z\\
\int_{x}\int_z\int_y\\
\int_{y}\int_x\int_z\\
\int_{y}\int_z\int_x\\
\int_{z}\int_y\int_x\\
\int_{z}\int_x\int_y\\
$$
the step is everytime the same:
for the most outer integral, take the smallest possible lower bound and the greatest possible upper bound. Then for the next integral, take the smallest possible lower bound given the value of the outer variable and go on.
For example:
the integral given is $$
\int_{y=0}^1\int_{z=y}^1\int_{x=0}^z\\
$$
Now if you want to change this to
$$\int_{x}\int_y\int_z
$$then $x$ varies between $0$ and $\max z = 1$. So your first integral is
$$
\int_{x=0}^1
$$
Then you go on until
$$
\int_{x=0}^1 \int_{y=0}^1 \int_{z=\max(x,y)}^1
$$
$\int_{x=0}^1\int_{y=0}^1\int_{z=0}^1$ ??
– bkmoney Oct 21 '14 at 22:16