| Problem | discharging |
|---|---|
| User | FranchSaladDressing |
| Submission Time | 2026-03-09 21:33:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
discharging.cpp: In function ‘int main()’:
discharging.cpp:20:31: error: ‘LLONG_MAX’ was not declared in this scope
20 | vector<long long> dp(n+1, LLONG_MAX);
| ^~~~~~~~~
discharging.cpp:7:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
6 | #include <sstream>
+++ |+#include <climits>
7 |