Paieškos gilyn pratimas
- [1] 2025-01-18 12:22 (0)
- [2] 2025-01-18 12:24 (0)
- [3] 2025-01-18 12:27 (18.2)
- [4] 2025-01-18 12:28 (18.2)
- [5] 2025-01-18 12:32 (100)
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. | result | time | message |
---|