art.cpp: In function 'll solve(ll, std::vector<std::pair<long long int, long long int> >)':
art.cpp:26:13: error: 'INT_MIN' was not declared in this scope
26 | ll mx = INT_MIN;
| ^~~~~~~
art.cpp:6:1: note: 'INT_MIN' is defined in header '<climits>'; did you forget to '#include <climits>'?
5 | #include <algorithm>
+++ |+#include <climits>
6 |
art.cpp:31:17: error: 'INT_MAX' was not declared in this scope
31 | ll mn = INT_MAX;
| ^~~~~~~
art.cpp:31:17: note: 'INT_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'?
art.cpp:39:14: error: 'INT_MAX' was not declared in this scope
39 | ll mnn = INT_MAX;
| ^~~~~~~
art.cpp:39:14: note: 'INT_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'?