From 3e9a5a89bf52f91fcb5d50482b9a5258d383fb10 Mon Sep 17 00:00:00 2001 From: Ariel Date: Sun, 25 Feb 2024 23:10:32 +0800 Subject: [PATCH] Update include.hh --- include.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/include.hh b/include.hh index c577ad1..2230b61 100644 --- a/include.hh +++ b/include.hh @@ -30,6 +30,7 @@ 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 MDL1 = 8784491;