Problem candymountain_ex
User chickengoat
Submission Time 2025-12-03 14:44:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

candymountain_ex.cpp: In function ‘int main()’:
candymountain_ex.cpp:14:15: error: ‘LL_MAX’ was not declared in this scope; did you mean ‘NL_NMAX’?
14 | ll rangemin=LL_MAX;
| ^~~~~~
| NL_NMAX
candymountain_ex.cpp:16:26: error: ‘candies’ was not declared in this scope
16 | rangemin=min(rangemin,candies[i]);
| ^~~~~~~