Add INF constants
This commit is contained in:
@@ -75,6 +75,9 @@ auto operator>>(istream &is, vector<vector<v>> &vec)->istream& {
|
|||||||
return is;
|
return is;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const int oo = INT32_MAX >> 1;
|
||||||
|
const ll OO = INT64_MAX >> 1;
|
||||||
|
|
||||||
|
|
||||||
void pre()
|
void pre()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user