Problem | area_noi |
---|---|
User | n1k1trh |
Submission Time | 2025-08-14 19:35:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int32_t main()’:
area_noi.cpp:50:15: error: ‘INT_MIN’ was not declared in this scope
50 | int ans = INT_MIN;
| ^~~~~~~
area_noi.cpp:5:1: note: ‘INT_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
4 | #include <map>
+++ |+#include <climits>
5 | using namespace std;