Problem | illuminate |
---|---|
User | aj |
Submission Time | 2025-01-18 19:30:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
illuminate.cpp: In function ‘int main()’:
illuminate.cpp:13:11: error: expected unqualified-id before ‘<<’ token
13 | vector<<list <string>> city;
| ^~
illuminate.cpp:18:9: error: expected ‘,’ or ‘;’ before ‘city’
18 | city[i].push_back(charList);
| ^~~~