这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
technique:number_theory_sqrt_decomposition [2020/06/10 17:20] admin fix |
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) 究竟是什么。即这个表达式: | ||
行 124: | 行 124: | ||
$$ | $$ | ||
- | \sum_{i=1}^n(\left\lfloor\sqrt[3]{i}\right\rfloor,i)\pmod{998244353}\quad | + | \left[\sum_{i=1}^n(\left\lfloor\sqrt[3]{i}\right\rfloor,i)\right]\bmod{998244353} |
$$ | $$ | ||