Problem pigeons
User Daembt
Submission Time 2026-06-30 08:28:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pigeons.cpp: In function ‘int main()’:
pigeons.cpp:4:17: error: expected ‘(’ before ‘elif’
4 | #define else if elif
| ^~~~
pigeons.cpp:12:3: note: in expansion of macro ‘else’
12 | else if (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;
| ^~~~