Problem pigeonhole
User 583116UB
Submission Time 2024-07-20 09:23:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pigeonhole.cpp: In function ‘int main()’:
pigeonhole.cpp:30:11: error: ‘maxPigeon’ was not declared in this scope; did you mean ‘maxPigeons’?
30 | cout << maxPigeon << end1;
| ^~~~~~~~~
| maxPigeons
pigeonhole.cpp:30:24: error: ‘end1’ was not declared in this scope
30 | cout << maxPigeon << end1;
| ^~~~