This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
如图 9.2-3 所示,模拟数学中的“短除法”。由数学知识可知,除法运算中被除数、除数和商、余数的关系为: 新的被除数 = 10 × 余数 商 = 被除数/除数 余数 = 被除数 % 除数
10