Problem pigeonhole
User aj
Submission Time 2025-02-10 17:39:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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]);
| ^~~~~~~~~~~
pigeonhole.cpp:20:51: error: ‘hole’ was not declared in this scope
20 | max_pigeons = max(max_p, pigeon_count[hole]);
| ^~~~