cp_
library_
rs
0.3.19
Module factorize_
query
Sections
前計算ありの素因数分解
Module Items
Structs
In cp_
library_
rs::
number_
theory
cp_library_rs
::
number_theory
Module
factorize_query
Copy item path
Source
Expand description
§
前計算ありの素因数分解
$
N
$ までの数の素因数分解を
前計算: $
O(N \log\log N)
$ 時間
クエリ: $
O(\log N)
$ 時間
で行う。
Structs
§
Factor
Table
前計算ありの素因数分解