Problem pigeons
User altuser1609
Submission Time 2023-04-17 16:38:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pigeons.cpp: In function ‘int main()’:
pigeons.cpp:15:5: error: ‘okay’ was not declared in this scope
15 | if (okay == "LAND") {
| ^~~~
pigeons.cpp:18:5: error: ‘okay’ was not declared in this scope
18 | if (okay == "LEAVE" && a > 0) {
| ^~~~
pigeons.cpp:18:24: error: ‘a’ was not declared in this scope
18 | if (okay == "LEAVE" && a > 0) {
| ^
pigeons.cpp:22:5: error: ‘okay’ was not declared in this scope
22 | if (okay == "EVACUATE") {
| ^~~~