Problem | pigeons |
---|---|
User | CookieCoder |
Submission Time | 2025-02-17 16:06:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeons.cpp: In function ‘int main()’:
pigeons.cpp:13:18: error: missing template arguments before ‘[’ token
13 | cin >> messages[i]
| ^
pigeons.cpp:20:14: error: expected unqualified-id before ‘[’ token
20 | if(messages[i] == "LAND")
| ^
pigeons.cpp:24:14: error: expected unqualified-id before ‘[’ token
24 | if(messages[i] == "LEAVE")
| ^
pigeons.cpp:28:14: error: expected unqualified-id before ‘[’ token
28 | if(messages[i] == "EVACUATE")
| ^