Problem pigeons
User CookieCoder
Submission Time 2025-02-17 16:06:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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:19: error: expected unqualified-id before ‘[’ token
24 | else if(messages[i] == "LEAVE")
| ^
pigeons.cpp:28:19: error: expected unqualified-id before ‘[’ token
28 | else if(messages[i] == "EVACUATE")
| ^