Problem 4russians
User thisusernameistaken
Submission Time 2024-03-12 17:46:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

4russians.cpp: In function ‘int main()’:
4russians.cpp:31:38: error: ‘LLONG_MIN’ was not declared in this scope
31 | if (dp2[i - 1][j - 1] != LLONG_MIN)
| ^~~~~~~~~
4russians.cpp:3:1: note: ‘LLONG_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <vector>
+++ |+#include <climits>
3 | #define int long long
4russians.cpp:35:37: error: ‘LLONG_MIN’ was not declared in this scope
35 | if (dp[i - 1][j - 1] != LLONG_MIN)
| ^~~~~~~~~
4russians.cpp:35:37: note: ‘LLONG_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
4russians.cpp:41:34: error: ‘LLONG_MIN’ was not declared in this scope
41 | if (dp2[i - 1][j] != LLONG_MIN)
| ^~~~~~~~~
4russians.cpp:41:34: note: ‘LLONG_M