Problem pigeons
User 2PrairieWind5
Submission Time 2025-06-21 16:46:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pigeons.cpp: In function ‘int main()’:
pigeons.cpp:9:15: error: expected ‘;’ before ‘cout’
9 | cin.tie(0)
| ^
| ;
10 | cout.tie(0)
| ~~~~
pigeons.cpp:11:23: error: ‘N’ was not declared in this scope
11 | long N, M; cin >> N >> M;
| ^
pigeons.cpp:11:28: error: ‘M’ was not declared in this scope
11 | long N, M; cin >> N >> M;
| ^
pigeons.cpp:16:16: error: ‘Events’ was not declared in this scope
16 | cin >> Events[i];
| ^~~~~~