| Problem | pigeons |
|---|---|
| User | supercel980 |
| Submission Time | 2026-01-30 16:02:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pigeons.cpp: In function ‘int main()’:
pigeons.cpp:10:7: error: expected ‘;’ before ‘for’
10 | c= 0
| ^
| ;
11 | for (int i = 0; i < b; i++){
| ~~~
pigeons.cpp:11:18: error: ‘i’ was not declared in this scope
11 | for (int i = 0; i < b; i++){
| ^
pigeons.cpp:26:5: error: expected ‘(’ before ‘e’
26 | if e = 1{
| ^
| (
pigeons.cpp:28:2: error: ‘else’ without a previous ‘if’
28 | else{cout << "PLAN ACCEPTED"}
| ^~~~
pigeons.cpp:28:30: error: expected ‘;’ before ‘}’ token
28 | else{cout << "PLAN ACCEPTED"}
| ^
| ;