summaryrefslogtreecommitdiff
path: root/graph
diff options
context:
space:
mode:
Diffstat (limited to 'graph')
-rw-r--r--graph/matching.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graph/matching.cpp b/graph/matching.cpp
index ed9ba62..ddd1c81 100644
--- a/graph/matching.cpp
+++ b/graph/matching.cpp
@@ -1,4 +1,4 @@
-constexpr int MOD=1000000007, I=10;
+constexpr int MOD=1'000'000'007, I=10;
vector<vector<ll>> adjlist, mat;
int gauss(int n, ll p) {