Problem feast
User YEethui
Submission Time 2023-11-08 10:54:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

feast.cpp: In function ‘long long int maxSubArraySum(long long int*, int)’:
feast.cpp:6:28: error: ‘LONG_LONG_MIN’ was not declared in this scope
6 | long long max_so_far = LONG_LONG_MIN, max_ending_here = 0;
| ^~~~~~~~~~~~~
feast.cpp:8:9: error: ‘max_ending_here’ was not declared in this scope
8 | max_ending_here = max_ending_here + a[i];
| ^~~~~~~~~~~~~~~