Paieška platyn
- [1] 2025-01-20 14:26 (0)
- [2] 2025-01-20 14:30 (0)
- [3] 2025-01-20 14:31 (0)
- [4] 2025-01-20 14:33 (30)
- [5] 2025-01-20 14:37 (30)
- [6] 2025-01-20 14:45 (0)
- [7] 2025-01-20 14:46 (63.3)
- [8] 2025-01-20 14:49 (63.3)
- [9] 2025-01-20 14:50 (63.3)
- [10] 2025-01-22 21:29 (0)
- [11] 2025-01-22 21:30 (0)
- [12] 2025-01-22 21:34 (0)
- [13] 2025-01-23 12:00 (0)
- [14] 2025-01-23 12:04 (100)
Taškai: 0
Compile: FAIL
bfs.cpp:7:1: error: expected initializer before ‘vector’ 7 | vector<bool> visited(maxn); | ^~~~~~ bfs.cpp: In function ‘void dfs(int, std::vector<bool>, int)’: bfs.cpp:11:8: error: ‘dist’ was not declared in this scope 11 | if(dist[start] > num) { | ^~~~ bfs.cpp: In function ‘int main()’: bfs.cpp:31:5: error: ‘dist’ was not declared in this scope 31 | dist[0] = -1; | ^~~~ bfs.cpp:32:12: error: ‘visited’ was not declared in this scope 32 | dfs(0, visited, 0); | ^~~~~~~
nr. | result | time | message |
---|