I was trying to integrate this : $\displaystyle \int\limits_{0\lt x\lt y\lt z\lt w\lt 1} \left\{\dfrac{x}{y}\right\}\left\{\dfrac{y}{z}\right\}\left\{\dfrac{z}{w}\right\}\left\{\dfrac{w}{x}\right\}$
where $\{.\}$ denotes the Fractional Part function. What I did was :
$\displaystyle \begin{align}I &= \displaystyle \int\limits_{0\lt x\lt y\lt z\lt w\lt 1} \dfrac{x}{y}\dfrac{y}{z}\dfrac{z}{w}\left\{\dfrac{w}{x}\right\} \\ &= \int_{w=0}^1\int_{x=0}^{w}\int_{y=x}^{w}\int_{z=x}^{w} \dfrac{x}{y}\dfrac{y}{z}\dfrac{z}{w}\left\{\dfrac{w}{x}\right\} \; dx\; dy\; dz\; dw \\ &=\int_{w=0}^1 \int_{x=0}^{w} \dfrac{(w-x)^2 x}{w}\left\{\dfrac{w}{x}\right\}\; dx\; dw \\ &=\int_0^1 \int_0^1 w^2 (1-t)^2 t\left\{\dfrac{1}{t}\right\}\; dt\; dw\quad \text{By substitution }x=wt \\ &=\dfrac{1}{3}\int_0^1 t(1-t)^2 \left\{\dfrac{1}{t}\right\}\; dt\end{align}$
Now I could easily evaluate the last integral and if there isn't a silly mistake it comes out to be $I=\dfrac{2\zeta(3)}{9}-\dfrac{\zeta(4)}{12}-\dfrac{\zeta(2)}{6}+ \dfrac{1}{9}$
I am here cuious that did I manipulated the limits well ? i.e breaking $0<x<y<z<w<1$ into four different integrations with proper limits. Were the limits all right ?
This is a comment addressing OP's real question how to decide the integration limit.
It is simply too long to fit into the comment box.
The bounds of $z$ can be $\int_{z=0}^w$, $\int_{z=x}^w$ or something else. Which one to use depends on the order of integration. As an example, consider following strange order of integration $ dw dy dx dz$.
The outermost layer of integration is $z$. Since this is the outermost layer, the other variables $x,y,w$ have been handled by the inner layer of integration. The only constraint of it is $0 < z < 1$. This means your integral begin with a $\int_{z=0}^1$.
Next you fix $z$, the condition $0 < x < y < z < w$ split into two sub-conditions $0 < x < y < z$ and $z < w < 1$. Since you want to integrate $x$, only the first sub-condition matter. Since $y$ has been handled by inner layer of integral, the constraint on $x$ with be $0 < x < z$. This means the first two layer of integral should be $\int_{z=0}^1\int_{x=0}^z$.
Following that, $z$ and $x$ are fixed and you want to integrate over $y$. The relevant constraint on $y$ is $x < y < z$. The first three layer of integral should be $\int_{z=0}^1 \int_{x=0}^z\int_{y=x}^z$.
Finally, $z$, $x$, $y$ are fixed and we are going to integrate over $w$. The only constraint remain is $z < w < 1$, The full integral should be $\int_{z=0}^1\int_{x=0}^z\int_{y=x}^z\int_{w=z}^1 (\cdots)dw dy dx dz$
In short, you can determine the correct integral limits by enforcing the constraint layer from layer. Start from the outermost layer and working inwards.