Problem catlunch
User H2510152
Submission Time 2025-02-15 17:07:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:29:25: error: ‘INT_MIN’ was not declared in this scope
29 | int bestValue = INT_MIN;
| ^~~~~~~
catlunch.cpp:4:1: note: ‘INT_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <vector>
+++ |+#include <climits>
4 | using namespace std;