1
0
Fork 0

Update include.hh

This commit is contained in:
Ariel 2024-02-18 14:54:18 +08:00 committed by GitHub
parent ff202584a0
commit 82c770edc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ using pll = pair<ll, ll>;
constexpr int INF = 0x3f3f3f3f; constexpr int INF = 0x3f3f3f3f;
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 = 825; constexpr ll MDL1 = 8784491;
constexpr ll MDL2 = PRIME; constexpr ll MDL2 = PRIME;
/* random */ /* random */