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 d29c96f commit 334d91eCopy full SHA for 334d91e
math/ncr_modulo_p.cpp
@@ -169,7 +169,7 @@ int main() {
169
// populate the fac array
170
const uint64_t size = 1e6 + 1;
171
const uint64_t p = 1e9 + 7;
172
- math::ncr_modulo_p::NCRModuloP ncrObj =
+ const math::ncr_modulo_p::NCRModuloP ncrObj =
173
math::ncr_modulo_p::NCRModuloP(size, p);
174
// test 6Ci for i=0 to 7
175
for (int i = 0; i <= 7; i++) {
0 commit comments