| Problem | segmenttree |
|---|---|
| User | YH |
| Submission Time | 2025-12-03 12:29:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
segmenttree.cpp: In function ‘ll query(int, ll, ll, ll, ll)’:
segmenttree.cpp:12:50: error: ‘LLONG_MAX’ was not declared in this scope
12 | if (tl > r || tr < l || tl > tr | l > r) return LLONG_MAX;
| ^~~~~~~~~
segmenttree.cpp:3:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <vector>
+++ |+#include <climits>
3 | using namespace std;