Problem pigeons
User Greninja
Submission Time 2024-03-06 21:42:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pigeons.cpp: In function ‘int main()’:
pigeons.cpp:24:12: error: expected unqualified-id before ‘=’ token
24 | bool = 0;
| ^
pigeons.cpp:27:12: error: expected unqualified-id before ‘==’ token
27 | if (bool == 1){
| ^~