| Problem | feedtheduck |
|---|---|
| User | Khai |
| Submission Time | 2025-02-20 15:43:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
feedtheduck.cpp: In function ‘int main()’:
feedtheduck.cpp:19:24: error: ‘INT_MAX’ was not declared in this scope
19 | long long minSum = INT_MAX;
| ^~~~~~~
feedtheduck.cpp:3:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <vector>
+++ |+#include <climits>
3 | #include <limits>