| Problem | subgraphs |
|---|---|
| User | louisleehi |
| Submission Time | 2024-04-21 14:07:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:24:8: error: expected ‘;’ before ‘for’
24 | dfs(0)
| ^
| ;
25 | for(int i=0;i<n;i++){
| ~~~
subgraphs.cpp:25:17: error: ‘i’ was not declared in this scope
25 | for(int i=0;i<n;i++){
| ^