aboutsummaryrefslogtreecommitdiff
path: root/Math
diff options
context:
space:
mode:
Diffstat (limited to 'Math')
-rw-r--r--Math/numtheory.cpp2
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;