game.cpp:9:30: error: template argument 2 is invalid
9 | map<int,map<int,<vector<int>>> G(1001,map<int,vector<int>>(5010));
| ^
game.cpp:9:30: error: template argument 4 is invalid
game.cpp:9:65: error: template argument 2 is invalid
9 | map<int,map<int,<vector<int>>> G(1001,map<int,vector<int>>(5010));
| ^
game.cpp:9:65: error: template argument 4 is invalid
game.cpp: In function 'int add_teleporter(int, int)':
game.cpp:19:5: error: 'G' was not declared in this scope
19 | G[i][u].emplace_back(v);
| ^