| Problem | lunchbox |
|---|---|
| User | Bryan |
| Submission Time | 2023-04-07 16:08:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:33:25: error: ‘max_element’ was not declared in this scope
33 | auto max_iter = max_element(lbxn.begin(), lbxn.end());
| ^~~~~~~~~~~