1
0
Fork 0

Update include.hh

This commit is contained in:
Ariel 2024-02-11 12:36:42 +08:00 committed by GitHub
parent 34a0fcd040
commit bed945a17f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ 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 ull MDL1 = 825; constexpr ll MDL1 = 825;
constexpr ull MDL2 = PRIME; constexpr ll MDL2 = PRIME;
/* bit-wise operations */ /* bit-wise operations */
#define lowbit(x) ((x) & -(x)) #define lowbit(x) ((x) & -(x))