Problem | deforestation |
---|---|
User | gordonlu |
Submission Time | 2023-11-28 13:14:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
deforestation.cpp: In function ‘int main()’:
deforestation.cpp:19:35: error: ‘LLONG_MIN’ was not declared in this scope
19 | long long tallestTreeRecord = LLONG_MIN;
| ^~~~~~~~~
deforestation.cpp:3:1: note: ‘LLONG_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <vector>
+++ |+#include <climits>
3 |