摘要: 先来定义一下取模(b不等于0)。 \(r(a, b) = a - b \times \lfloor \frac{a}{b} \rfloor = t\) 下面讨论一下t的取值范围。 b>0 \(k=\lfloor \frac{a}{b} \rfloor\),则 \(r(a,b)=a-kb\)。 因为 阅读全文
posted @ 2023-09-07 21:42 Zlc晨鑫 阅读(25) 评论(0) 推荐(0)