0_0_38569372_24696.cpp:7:1: error: 'vector' does not name a type
7 | vector<int> g[maxn];
| ^~~~~~
0_0_38569372_24696.cpp: In function 'void mk(int, int, int)':
0_0_38569372_24696.cpp:32:19: error: 'g' was not declared in this scope
32 | for(int i:g[x])
| ^
0_0_38569372_24696.cpp: In function 'void clac(int, int, int)':
0_0_38569372_24696.cpp:43:19: error: 'g' was not declared in this scope
43 | for(int i:g[x])
| ^
0_0_38569372_24696.cpp: In function 'void getans(int, int)':
0_0_38569372_24696.cpp:69:19: error: 'g' was not declared in this scope
69 | for(int i:g[x]){
| ^
0_0_38569372_24696.cpp:73:19: error: 'g' was not declared in this scope
73 | for(int i:g[x])
| ^
0_0_38569372_24696.cpp: In function 'int main()':
0_0_38569372_24696.cpp:91:33: error: 'g' was not declared in this scope
91 | g[i].push_back(j);
| ^
|