Problem pigeonhole
User Johnnie
Submission Time 2023-11-08 11:19:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pigeonhole.cpp: In function ‘int main()’:
pigeonhole.cpp:22:21: error: array must be initialized with a brace-enclosed initializer
22 | int copy[holes] = numOfPidgeons;
| ^~~~~~~~~~~~~