From 24f0c12468a2d66dcae1a3204d949b195daffb38 Mon Sep 17 00:00:00 2001 From: MZuenni Date: Wed, 1 Mar 2023 12:50:38 +0100 Subject: added digit separator --- graph/matching.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graph') 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> adjlist, mat; int gauss(int n, ll p) { -- cgit v1.2.3