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 ddc6652 commit 569e6eaCopy full SHA for 569e6ea
cp-algo/number_theory/modint.hpp
@@ -111,7 +111,7 @@ namespace cp_algo::math {
111
auto getr() const {return Base::r;}
112
};
113
114
- template<typename Int = int64_t>
+ template<typename Int = int>
115
struct dynamic_modint: modint_base<dynamic_modint<Int>, Int> {
116
using Base = modint_base<dynamic_modint<Int>, Int>;
117
using Base::Base;
0 commit comments