Paieška platyn

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.resulttimemessage