The conversion between digital strings and numbers can be done by: subtracting '0' from each element of the string, and then using a loop statement to control the highest digit * 10 plus the next digit, in sequence If accumulated in this way, it can be converted into an integer. If you don't understand or have questions, please ask. I can also give you an example.