diff options
Diffstat (limited to 'Math/numtheory.cpp')
-rw-r--r-- | Math/numtheory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Math/numtheory.cpp b/Math/numtheory.cpp index 282e39f..2472c47 100644 --- a/Math/numtheory.cpp +++ b/Math/numtheory.cpp @@ -1,4 +1,4 @@ -constexpr ll MOD = 1e9+7; +const ll MOD = 1e9+7; inline ll pw(ll base, ll exp) { ll res = 1; |