Problem pipes
User thisusernameistaken
Submission Time 2024-03-25 10:04:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pipes.cpp: In function ‘int main()’:
pipes.cpp:38:42: error: ‘dfs’ was not declared in this scope
38 | for (int u=0; u<n; u++) if (!vis[u]) dfs(u, u);
| ^~~