We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3116b commit d771c0aCopy full SHA for d771c0a
cp-algo/number_theory/dirichlet.hpp
@@ -86,7 +86,6 @@ namespace cp_algo::math {
86
}
87
88
void Dirichlet_div_inplace(auto &H, auto const& G, int64_t n) {
89
- auto m = size(G);
90
auto Gi = G[1].inv();
91
H[0] -= H[0];
92
adjacent_difference(begin(H), end(H), begin(H));
0 commit comments