From f3d4395f7285bac636be36595bdea481cd2460ec Mon Sep 17 00:00:00 2001 From: Segcolt <9hmbzr275@mozmail.com> Date: Mon, 15 Dec 2025 12:45:33 -0300 Subject: [PATCH] Add INF constants --- templates/template.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/template.cpp b/templates/template.cpp index c65ef2c..409510c 100644 --- a/templates/template.cpp +++ b/templates/template.cpp @@ -75,6 +75,9 @@ auto operator>>(istream &is, vector> &vec)->istream& { return is; } +const int oo = INT32_MAX >> 1; +const ll OO = INT64_MAX >> 1; + void pre() {