Problem flamethrower_ex
User Student101
Submission Time 2024-11-06 16:03:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower_ex.cpp: In function ‘int main()’:
flamethrower_ex.cpp:25:25: error: ‘LLONG_MIN’ was not declared in this scope
25 | long long max_sum = LLONG_MIN;
| ^~~~~~~~~
flamethrower_ex.cpp:4:1: note: ‘LLONG_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <algorithm>
+++ |+#include <climits>
4 | using namespace std;