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

Compile Error

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