Nice spotted! I got AC now, thanks alot!leocm wrote:winkle, the mistake is that you forgot to do (length = len) when (n == 0).
Then, you may pass the wrong value of length to draw_digits.

Nice spotted! I got AC now, thanks alot!leocm wrote:winkle, the mistake is that you forgot to do (length = len) when (n == 0).
Then, you may pass the wrong value of length to draw_digits.
Code: Select all
Code removed.