| Problem | rabbiteatrabbit |
|---|---|
| User | MegaG |
| Submission Time | 2026-01-27 17:59:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rabbiteatrabbit.cpp: In function ‘long long int solveLinear(std::vector<long long int>&, long long int)’:
rabbiteatrabbit.cpp:11:54: error: ‘LLONG_MIN’ was not declared in this scope
11 | vector<vector<int>> dp(n + 1, vector<int>(k + 1, LLONG_MIN / 2));
| ^~~~~~~~~
rabbiteatrabbit.cpp:4:1: note: ‘LLONG_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <algorithm>
+++ |+#include <climits>
4 | #define int long long
rabbiteatrabbit.cpp: In function ‘int main()’:
rabbiteatrabbit.cpp:47:17: error: ‘LLONG_MIN’ was not declared in this scope
47 | int case1 = LLONG_MIN / 2;
| ^~~~~~~~~
rabbiteatrabbit.cpp:47:17: note: ‘LLONG_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?