这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 | |||
technique:number_theory_sqrt_decomposition [2020/06/10 17:23] admin update |
technique:number_theory_sqrt_decomposition [2020/06/10 17:27] (当前版本) admin fix link |
||
---|---|---|---|
行 29: | 行 29: | ||
</code> | </code> | ||
- | 这是因为,C 语言的整数除法,恰好全部都是向下取整。(这里用中括号表示) | + | 这是因为,C 语言的整数除法,恰好全部都是向下取整。 |
因此,关键就在于表达式 n/(n/l) 究竟是什么。即这个表达式: | 因此,关键就在于表达式 n/(n/l) 究竟是什么。即这个表达式: |