Problem catlunch
User hithere123
Submission Time 2025-01-28 16:07:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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