Problem | pigeonhole |
---|---|
User | 12345678 |
Submission Time | 2024-07-13 11:21:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeonhole.cpp: In function ‘int main()’:
pigeonhole.cpp:33:36: error: ‘max_element’ was not declared in this scope
33 | current_max = *max_element(holes.begin(), holes.end());
| ^~~~~~~~~~~