Problem | pigeons |
---|---|
User | qifengle |
Submission Time | 2025-03-19 15:12:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeons.cpp: In function ‘int main()’:
pigeons.cpp:10:16: error: expected primary-expression before ‘;’ token
10 | cin >> string;
| ^
pigeons.cpp:11:13: error: expected unqualified-id before ‘==’ token
11 | if(string == "LAND"){
| ^~
pigeons.cpp:14:13: error: expected unqualified-id before ‘==’ token
14 | if(string == "LEAVE"){
| ^~
pigeons.cpp:17:13: error: expected unqualified-id before ‘==’ token
17 | if(string == "EVACUATE"){
| ^~