I am trying to compute
$$\int_{0}^{1}\int_{0}^{1}\int_{\max\{x,y\}}^{1} e^{z^3} dz dx dy$$
What I have done is to reverse the order of integration; so I did the integration with respect to $x$ and $y$ first.
I get this in the end:
$$\int_{\max\{x,y\}}^{1} e^{z^3} dz$$ which doesn't solve my problem.
Perhaps I am missing something. I'm not sure which values of $x$ and $y$ I have to look at (to take the maximum).
Note: This is not a homework problem - it's a practice question from my lectures which is not graded.