Problem subgraphs
User SioHuang
Submission Time 2023-11-10 16:01:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:32:10: error: expected ‘;’ before ‘c’
32 | dfs(i)
| ^
| ;
33 | c += 1;
| ~
subgraphs.cpp:38:5: error: expected ‘}’ at end of input
38 | }
| ^
subgraphs.cpp:21:1: note: to match this ‘{’
21 | {
| ^