Problem | supermarket |
---|---|
User | coder030 |
Submission Time | 2025-01-04 18:16:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
supermarket.cpp: In function ‘int main()’:
supermarket.cpp:15:62: error: ‘LLONG_MIN’ was not declared in this scope
15 | long long current_sum = 0, current_weight = 0, max_sum = LLONG_MIN;
| ^~~~~~~~~
supermarket.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;