Problem | papaya |
---|---|
User | n1k1trh |
Submission Time | 2025-08-14 17:27:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
papaya.cpp: In function ‘long long int dfs(long long int, long long int)’:
papaya.cpp:26:36: error: ‘INT_MIN’ was not declared in this scope
26 | int bx = -1, by = -1, ax = INT_MIN;
| ^~~~~~~
papaya.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;