Problem lunchbox
User Xiwen
Submission Time 2025-11-04 16:35:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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