| Problem | subgraphs |
|---|---|
| User | asbx |
| Submission Time | 2023-11-10 11:51:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:17:3: error: ‘dfs’ was not declared in this scope; did you mean ‘ffs’?
17 | dfs(i);
| ^~~
| ffs
subgraphs.cpp:20:17: error: a function-definition is not allowed here before ‘{’ token
20 | void dfs(int x) {
| ^