Problem subgraphs
User Stefan
Submission Time 2025-03-08 10:29:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:23:6: error: expected ‘(’ before ‘visited’
23 | if visited[i]) continue;
| ^~~~~~~
| (
subgraphs.cpp:25:5: error: ‘c’ was not declared in this scope
25 | ++c;
| ^