From a7fc899de6b94ca6872bcd604990a52e7bc3382f Mon Sep 17 00:00:00 2001 From: Ariel Date: Mon, 4 Mar 2024 17:04:48 +0800 Subject: [PATCH] Update include.hh --- include.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include.hh b/include.hh index 8800dff..c667253 100644 --- a/include.hh +++ b/include.hh @@ -28,8 +28,8 @@ using pll = pair; /* constants */ constexpr int INF = 0x3f3f3f3f; constexpr ll INFLL = 0x3f3f3f3f3f3f3f3fLL; -constexpr ull MDL = 1e9 + 7; -constexpr ull PRIME = 998'244'353; +constexpr ll MDL = 1e9 + 7; +constexpr ll PRIME = 998'244'353; constexpr ll MDL1 = 8784491; constexpr ll MDL2 = PRIME;