Problem rmaxq
User PlayVoltz
Submission Time 2023-08-06 17:30:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rmaxq.cpp: In function ‘long long int query(long long int, long long int, long long int, long long int, long long int)’:
rmaxq.cpp:33:10: error: ‘INT_MIN’ was not declared in this scope
33 | return INT_MIN;
| ^~~~~~~
rmaxq.cpp:3:1: note: ‘INT_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <vector>
+++ |+#include <climits>
3 | using namespace std;