Problem | pigeons |
---|---|
User | RogueRanger |
Submission Time | 2025-02-19 14:38:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeons.cpp:27:3: error: expected unqualified-id before ‘if’
27 | if (!fail){
| ^~
pigeons.cpp:30:3: error: expected unqualified-id before ‘else’
30 | else{cout<<"PLAN REJECTED";}
| ^~~~
pigeons.cpp:31:1: error: expected declaration before ‘}’ token
31 | }
| ^