0_0_32854747_8878.cpp:24:1: error: 'vectoredg' does not name a type
vectoredg[N];
^
0_0_32854747_8878.cpp: In function 'int dfs(int, int)':
0_0_32854747_8878.cpp:29:15: error: 'edg' was not declared in this scope
for(auto i : edg[x])
^
0_0_32854747_8878.cpp: In function 'int main()':
0_0_32854747_8878.cpp:45:31: error: 'edg' was not declared in this scope
for(int i = 0; i <= n; i++) edg[i].clear();
^
0_0_32854747_8878.cpp:50:4: error: 'edg' was not declared in this scope
edg[x].PB(y);
^
|