Problem | pigeonhole |
---|---|
User | aj |
Submission Time | 2025-02-10 17:39:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeonhole.cpp: In function ‘int main()’:
pigeonhole.cpp:20:13: error: ‘max_pigeons’ was not declared in this scope
20 | max_pigeons = max(max_p, pigeon_count[hole_num]);
| ^~~~~~~~~~~