Problem pigeonhole
User ILBBBM
Submission Time 2024-01-31 17:04:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pigeonhole.cpp: In function ‘int main()’:
pigeonhole.cpp:28:29: error: ‘max_element’ was not declared in this scope
28 | maxPigeons = *max_element(holes.begin(), holes.end());
| ^~~~~~~~~~~