Problem bananasmoothie
User NikhilK
Submission Time 2023-09-02 19:58:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:17:13: error: ‘INT_MIN’ was not declared in this scope
17 | dp[i] = INT_MIN;
| ^~~~~~~
bananasmoothie.cpp:3:1: note: ‘INT_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <vector>
+++ |+#include <climits>
3 |