game.cpp:4:7: error: 'LM' was not declared in this scope
4 | int D[LM];
| ^~
game.cpp: In function 'int dfs(int, int)':
game.cpp:6:10: error: 'K' was not declared in this scope
6 | w+=x<K;
| ^
game.cpp:7:8: error: 'D' was not declared in this scope
7 | if(D[x]) return 1;
| ^
game.cpp:8:5: error: 'D' was not declared in this scope
8 | D[x]=w;
| ^
game.cpp:9:15: error: 'G' was not declared in this scope
9 | for(int i:G[x]){
| ^
game.cpp: In function 'int add_teleporter(int, int)':
game.cpp:17:5: error: 'G' was not declared in this scope
17 | G[u].push_back(v);
| ^
game.cpp:18:10: error: 'D' was not declared in this scope
18 | fill(D,D+N,0);
| ^
game.cpp:18:14: error: 'N' was not declared in this scope
18 | fill(D,D+N,0);
| ^