0_0_39494551_25347.cpp:11:1: error: 'vector' does not name a type
11 | vector<int> g[N];
| ^~~~~~
0_0_39494551_25347.cpp: In function 'int main()':
0_0_39494551_25347.cpp:20:13: error: 'g' was not declared in this scope
20 | g[j].pb(i);
| ^
0_0_39494551_25347.cpp:26:19: error: 'g' was not declared in this scope
26 | int len = g[i].size();
| ^
|