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 3e2cdd9 commit 15f91eeCopy full SHA for 15f91ee
cp-algo/math/subset_convolution.hpp
@@ -185,7 +185,6 @@ namespace cp_algo::math {
185
std::decay_t<decltype(a)> res = {};
186
const auto mod = base::mod();
187
const auto imod = math::inv2(-mod);
188
- const auto r2 = u64x4() + uint32_t(-1) % mod + 1;
189
const auto r4 = u64x4() + uint64_t(-1) % mod + 1;
190
for(size_t i = 0; i < logn; i++) {
191
for(size_t j = 0; i + j + 1 < logn; j++) {
0 commit comments