Module conv_gcd

Source
Expand description

$\mathtt{a_{\gcd (i, j)}} = \sum \mathtt{f_{i}} * \mathtt{g_{j}}$を満たすaを求める。

§Problems

Functions§

convolution_gcd
$\mathtt{a_{\gcd (i, j)}} = \sum \mathtt{f_{i}} * \mathtt{g_{j}}$を満たすaを求める。