Problem javier_the_dungeon_newbie
User pseudocoder101
Submission Time 2025-08-20 16:55:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

javier_the_dungeon_newbie.cpp:4:9: error: ‘vector’ does not name a type
4 | typedef vector hmap;
| ^~~~~~
javier_the_dungeon_newbie.cpp: In function ‘int main()’:
javier_the_dungeon_newbie.cpp:10:5: error: ‘hmap’ was not declared in this scope
10 | hmap<pq>list;
| ^~~~
javier_the_dungeon_newbie.cpp:10:12: error: expected primary-expression before ‘>’ token
10 | hmap<pq>list;
| ^
javier_the_dungeon_newbie.cpp:10:17: error: missing template arguments before ‘;’ token
10 | hmap<pq>list;
| ^
javier_the_dungeon_newbie.cpp:14:13: error: expected unqualified-id before ‘.’ token
14 | list.push_back(c);
| ^