Problem | pigeons |
---|---|
User | Greninja |
Submission Time | 2024-03-06 21:38:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeons.cpp: In function ‘int main()’:
pigeons.cpp:15:18: error: ‘LAND’ was not declared in this scope
15 | if (order == LAND){
| ^~~~
pigeons.cpp:17:24: error: ‘LEAVE’ was not declared in this scope
17 | }else if (order == LEAVE){
| ^~~~~
pigeons.cpp:19:24: error: ‘EVACUATE’ was not declared in this scope
19 | }else if (order == EVACUATE){
| ^~~~~~~~