Problem | javier_the_dungeon_newbie |
---|---|
User | pseudocoder101 |
Submission Time | 2025-08-20 16:54:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
javier_the_dungeon_newbie.cpp:3:9: error: ‘vector’ does not name a type
3 | typedef vector hmap;
| ^~~~~~
javier_the_dungeon_newbie.cpp: In function ‘int main()’:
javier_the_dungeon_newbie.cpp:9:5: error: ‘hmap’ was not declared in this scope
9 | hmap<pq>list;
| ^~~~
javier_the_dungeon_newbie.cpp:9:12: error: expected primary-expression before ‘>’ token
9 | hmap<pq>list;
| ^
javier_the_dungeon_newbie.cpp:9:17: error: missing template arguments before ‘;’ token
9 | hmap<pq>list;
| ^
javier_the_dungeon_newbie.cpp:13:13: error: expected unqualified-id before ‘.’ token
13 | list.push_back(c);
| ^