1
0
Fork 0

Update include.hh

This commit is contained in:
Ariel 2024-02-25 23:10:32 +08:00 committed by GitHub
parent eb5570abf3
commit 3e9a5a89bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ using pll = pair<ll, ll>;
/* constants */ /* constants */
constexpr int INF = 0x3f3f3f3f; constexpr int INF = 0x3f3f3f3f;
constexpr ll INFLL = 0x3f3f3f3f3f3f3f3fLL;
constexpr ull MDL = 1e9 + 7; constexpr ull MDL = 1e9 + 7;
constexpr ull PRIME = 998'244'353; constexpr ull PRIME = 998'244'353;
constexpr ll MDL1 = 8784491; constexpr ll MDL1 = 8784491;