摘要: 模运算 一般地,对于 \(\forall a\in\mathbb{Z},\forall b\in\mathbb{N_+}\),有: \[a\bmod b= \begin{cases} a-b\times\lfloor\frac{a}{b}\rfloor & a\ge0\\ -(-a\bmod b) 阅读全文
posted @ 2025-02-09 08:55 lyas145 阅读(91) 评论(0) 推荐(1)