Update include.hh
This commit is contained in:
parent
eb5570abf3
commit
3e9a5a89bf
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue