Variance of the Cantor Distribution
The question seems to be about an analog of the Cantor distribution, but supported on the interval $[0,100]$ rather than the usual $[0,1]$. The usual approach to computing the variance of this distribution is to invoke the Law of Total Variance: given "sufficiently nice" random variables $X$ and $Y$,
$$\DeclareMathOperator{Var}{Var}
\Var[X] = E\bigl[ \Var[X\mid Y] \bigr] + \Var\bigl[ E[X\mid Y]\bigr].\label{eq1}\tag{1}
$$
Take $X$ to be the random variable of interest, i.e. the variable described in the question. Then define $Y$ in terms of $X$:
$$
Y = \begin{cases}
0 & \text{if $X \in [0,\frac{1}{3}]$, and} \\
1 & \text{if $X \in [\frac{2}{3}, 1]$.}
\end{cases}
$$
Essentially, $Y$ is the random variable which tells us if $X$ is in the left part of the Cantor set, or the right part.
To compute $E[\Var[X\mid Y]]$, note that
$$ \Var[X\mid Y=0] = \Var[\tfrac{1}{3} X] = \frac{1}{9} \Var[X], $$
since $X\mid Y=0$ is a scaled copy of $X$ (it is $X$, scaled by a factor of $1/3$). Similarly,
$$ \Var[X\mid Y=1] = \Var[\tfrac{1}{3} X + \tfrac{2}{3}] = \frac{1}{9} \Var[X]. $$
Averaging these gives
\begin{align}
E[\Var[X\mid Y]]
&= \frac{1}{2} \left( \Var[X\mid Y=0] + \Var[X\mid Y=1] \right)\\
&= \frac{1}{9} \Var[X]. \label{eq2}\tag{2}
\end{align}
For the $\Var\bigl[ E[X\mid Y]\bigr]$ term, observe that $E[X \mid Y=0]$ is the expected value of $X$ given that $X$ is in $[0,1/3]$—by symmetry, this is $1/6$. Similarly, $E[X\mid Y=1]$ is the expected value of $X$, given that $X$ is in $[2/3,1]$—again, using symmetry, this is $5/6$. This means that $E[X\mid Y]$ is a random variable with the distribution
$$
E[X\mid Y] = \begin{cases}
\frac{1}{6} & \text{with probability $1/2$, and} \\
\frac{5}{6} & \text{with probability $1/2$.}
\end{cases}
$$
Hence
$$ \Var\bigl[ E[X\mid Y] \bigr]
= \frac{1}{2}\left( \left(\frac{1}{6} - \frac{1}{2} \right)^2 + \left( \frac{5}{6} - \frac{1}{2} \right)^2 \right) = \frac{1}{9}. \label{eq3}\tag{3}$$
Plugging (\ref{eq2}) and (\ref{eq3}) into (\ref{eq1}) gives
$$ \Var[X] = \frac{1}{9} \Var[X] + \frac{1}{9}
\iff \frac{8}{9}\Var[X] = \frac{1}{9}
\iff \Var[X] = \frac{1}{8}. $$
Variance of the Distribution Described
The distribution described in the question here is a scaled copy of the Cantor distribution. Specifically, the random variable here is $100$ times the Cantor random variable. Recall that for any real $a$ and $b$,
$$ \Var[aZ + b] = a^2 \Var[Z].$$
This fact was actually used above, but it is worth specifically calling out here. If $X$ is a "Cantor distributed" random variable, then the variable of interest is $100X$. Hence
$$\Var[100X] = 100^2 \Var[X] = \frac{100^3}{8}. $$