Paieškos gilyn pratimas

Taškai: 0

Compile: FAIL

dfs_pratimas.cpp:5:17: error: size of array ‘adj’ is not an integral constant-expression 5 | vector<int> adj[maxn]; | ^~~~ dfs_pratimas.cpp:6:10: error: size of array ‘vis’ is not an integral constant-expression 6 | bool vis[maxn]; | ^~~~ dfs_pratimas.cpp: In function ‘void dfs(int)’: dfs_pratimas.cpp:9:9: error: ‘i’ was not declared in this scope 9 | vis[i] = true; | ^

nr.resulttimemessage