| Problem | pigeons |
|---|---|
| User | Daembt |
| Submission Time | 2026-06-30 08:28:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pigeons.cpp: In function ‘int main()’:
pigeons.cpp:12:3: error: ‘elif’ was not declared in this scope
12 | elif (a == "LEAVE") now -= 1;
| ^~~~
pigeons.cpp:4:17: error: expected ‘(’ before ‘elif’
4 | #define else if elif
| ^~~~
pigeons.cpp:13:3: note: in expansion of macro ‘else’
13 | else now = 0;
| ^~~~