Problem lunchbox
User Aniedg
Submission Time 2024-02-05 18:03:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:21:9: error: ‘maxp’ was not declared in this scope
21 | maxp = max_element(arr.begin(), arr.end());
| ^~~~
lunchbox.cpp:21:16: error: ‘max_element’ was not declared in this scope
21 | maxp = max_element(arr.begin(), arr.end());
| ^~~~~~~~~~~