Find closest multiple of $66$ to $99$. We see that $1 \times 66 = 66$ is the nearest. Now subtract $66$ from $99$ to get reminder $33$. Add $1$ to quotient.
Since $33$ is less than $66$, stop the division. The reminder is $33$. The topmost line $01$ is the quotient. Remove all zeros at the start of the quotient to get the actual quotient $1$.