Problem pigeons
User matt
Submission Time 2024-01-12 19:20:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pigeons.cpp: In function ‘int32_t main()’:
pigeons.cpp:6:8: error: ‘m’ was not declared in this scope
6 | int n;m
| ^
pigeons.cpp:11:8: error: ‘p’ was not declared in this scope
11 | cin>>p[i];
| ^