Problem | pigeonhole |
---|---|
User | aj |
Submission Time | 2025-02-10 17:38:53 |
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_pigeons, pigeon_count[hole]);
| ^~~~~~~~~~~
pigeonhole.cpp:20:57: error: ‘hole’ was not declared in this scope
20 | max_pigeons = max(max_pigeons, pigeon_count[hole]);
| ^~~~