Problem | subgraphs |
---|---|
User | Curiocodeexplorer |
Submission Time | 2023-11-10 16:02:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:11:16: error: variable or field ‘dfs’ declared void
11 | void dfs (x) {
| ^
subgraphs.cpp:20:11: error: expected ‘}’ at end of input
20 | }
| ^
subgraphs.cpp:6:13: note: to match this ‘{’
6 | int main(){
| ^