Problem | lboard |
---|---|
User | Pan |
Submission Time | 2023-09-03 16:57:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lboard.cpp: In function ‘int main()’:
lboard.cpp:99:33: error: ‘INT_MIN’ was not declared in this scope
99 | long hmax = 0, vmax = 0, ans = INT_MIN;
| ^~~~~~~
lboard.cpp:3:1: note: ‘INT_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <algorithm>
+++ |+#include <climits>
3 | using namespace std;