Add INF constants

This commit is contained in:
Segcolt 2025-12-15 12:45:33 -03:00
parent 3227957636
commit f3d4395f72

View File

@ -75,6 +75,9 @@ auto operator>>(istream &is, vector<vector<v>> &vec)->istream& {
return is;
}
const int oo = INT32_MAX >> 1;
const ll OO = INT64_MAX >> 1;
void pre()
{