Problem | flamethrower_ex |
---|---|
User | waffles1823 |
Submission Time | 2023-11-02 10:39:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flamethrower_ex.cpp: In function ‘int main()’:
flamethrower_ex.cpp:23:25: error: ‘LLONG_MIN’ was not declared in this scope
23 | long long maxCost = LLONG_MIN;
| ^~~~~~~~~
flamethrower_ex.cpp:4:1: note: ‘LLONG_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <deque>
+++ |+#include <climits>
4 |